Crossfire JXClient, Trunk
R20561
|
Factory for creating Gui instances. More...
Public Member Functions | |
GuiFactory (@NotNull final GUICommandFactory guiCommandFactory) | |
Creates a new instance. More... | |
Gui | newGui () |
Creates a new Gui instance. More... | |
Private Attributes | |
final GUICommandFactory | guiCommandFactory |
The GUICommandFactory for creating commands. More... | |
Factory for creating Gui instances.
Definition at line 34 of file GuiFactory.java.
com.realtime.crossfire.jxclient.skin.skin.GuiFactory.GuiFactory | ( | @NotNull final GUICommandFactory | guiCommandFactory | ) |
Creates a new instance.
guiCommandFactory | the gui command factory for creating commands |
Definition at line 45 of file GuiFactory.java.
References com.realtime.crossfire.jxclient.skin.skin.GuiFactory.guiCommandFactory.
Gui com.realtime.crossfire.jxclient.skin.skin.GuiFactory.newGui | ( | ) |
Creates a new Gui instance.
Definition at line 54 of file GuiFactory.java.
Referenced by com.realtime.crossfire.jxclient.skin.skin.Dialogs.addDialog(), com.realtime.crossfire.jxclient.window.GuiManager.showGUIMain(), com.realtime.crossfire.jxclient.window.GuiManager.showGUIMeta(), and com.realtime.crossfire.jxclient.window.GuiManager.showGUIStart().
|
private |
The GUICommandFactory for creating commands.
Definition at line 39 of file GuiFactory.java.
Referenced by com.realtime.crossfire.jxclient.skin.skin.GuiFactory.GuiFactory().