Package | Description |
---|---|
com.realtime.crossfire.jxclient.skin.io | |
com.realtime.crossfire.jxclient.skin.skin | |
com.realtime.crossfire.jxclient.window |
Modifier and Type | Method and Description |
---|---|
JXCSkin |
JXCSkinLoader.load(JXCSkinSource skinSource,
CrossfireServerConnection crossfireServerConnection,
GuiStateManager guiStateManager,
TooltipManager tooltipManager,
JXCWindowRenderer windowRenderer,
GUIElementListener elementListener,
MetaserverModel metaserverModel,
CharacterModel characterModel,
CommandQueue commandQueue,
Shortcuts shortcuts,
CommandExecutor commandExecutor,
CurrentSpellManager currentSpellManager,
CommandCallback commandCallback,
Macros macros,
GuiFactory guiFactory,
SmoothFaces smoothFaces)
Loads the skin from its external representation.
|
Modifier and Type | Field and Description |
---|---|
private GuiFactory |
Dialogs.guiFactory
The
GuiFactory for creating new Gui instances. |
Constructor and Description |
---|
Dialogs(GuiFactory guiFactory)
Creates a new instance.
|
Modifier and Type | Field and Description |
---|---|
private GuiFactory |
GuiManager.guiFactory
The
GuiFactory for creating Gui instances. |
Constructor and Description |
---|
GuiManager(GuiStateManager guiStateManager,
TooltipManagerImpl tooltipManager,
Settings settings,
CrossfireServerConnection server,
JXCWindowRenderer windowRenderer,
GuiFactory guiFactory,
KeybindingsManager keybindingsManager,
JXCConnection connection)
Creates a new instance.
|