Crossfire JXClient, Trunk
R20561
|
Utility class for Swing related functions. More...
Static Public Member Functions | |
static void | invokeAndWait (@NotNull final Runnable runnable) |
Calls SwingUtilities#invokeAndWait(Runnable) if not on the EDT or calls the Runnable directly if on the EDT. More... | |
static void | invokeLater (@NotNull final Runnable runnable) |
Calls SwingUtilities#invokeLater(Runnable) if not on the EDT or calls the Runnable directly if on the EDT. More... | |
Private Member Functions | |
SwingUtilities2 () | |
Private constructor to prevent instantiation. More... | |
Utility class for Swing related functions.
Definition at line 32 of file SwingUtilities2.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 37 of file SwingUtilities2.java.
|
static |
Calls SwingUtilities#invokeAndWait(Runnable) if not on the EDT or calls the Runnable directly if on the EDT.
runnable | the runnable to call |
Definition at line 45 of file SwingUtilities2.java.
Referenced by com.realtime.crossfire.jxclient.gui.gui.Gui.autoSize(), com.realtime.crossfire.jxclient.guistate.GuiStateManager.changeGUI(), com.realtime.crossfire.jxclient.gui.commands.HideCommand.execute(), com.realtime.crossfire.jxclient.gui.commands.ShowCommand.execute(), com.realtime.crossfire.jxclient.gui.commands.ToggleCommand.execute(), com.realtime.crossfire.jxclient.window.GuiManager.openDialog(), com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl.reset(), com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.setCurrentGui(), com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl.setElement(), com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.setGuiState(), com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl.setTooltipText(), com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl.unsetElement(), and com.realtime.crossfire.jxclient.window.GuiManager.updateWindowSize().
|
static |
Calls SwingUtilities#invokeLater(Runnable) if not on the EDT or calls the Runnable directly if on the EDT.
runnable | the runnable to call |
Definition at line 64 of file SwingUtilities2.java.
Referenced by com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement.setChanged().