| Packages that use JXCSkin | |
|---|---|
| com.realtime.crossfire.jxclient.main | |
| com.realtime.crossfire.jxclient.skin.io | |
| com.realtime.crossfire.jxclient.skin.skin | |
| com.realtime.crossfire.jxclient.window | |
| Uses of JXCSkin in com.realtime.crossfire.jxclient.main |
|---|
| Methods in com.realtime.crossfire.jxclient.main that return JXCSkin | |
|---|---|
JXCSkin |
SkinLoader.loadSkin(java.lang.String skinName)
Loads a skin file. |
| Uses of JXCSkin in com.realtime.crossfire.jxclient.skin.io |
|---|
| Methods in com.realtime.crossfire.jxclient.skin.io that return JXCSkin | |
|---|---|
JXCSkin |
JXCSkinLoader.load(JXCSkinSource skinSource,
CrossfireServerConnection crossfireServerConnection,
GuiStateManager guiStateManager,
TooltipManager tooltipManager,
JXCWindowRenderer windowRenderer,
GUIElementListener elementListener,
MetaserverModel metaserverModel,
CharacterModel characterModel,
CommandQueue commandQueue,
Shortcuts shortcuts,
Commands commands,
CurrentSpellManager currentSpellManager,
CommandCallback commandCallback,
Macros macros,
GuiFactory guiFactory)
Loads the skin from its external representation. |
| Uses of JXCSkin in com.realtime.crossfire.jxclient.skin.skin |
|---|
| Classes in com.realtime.crossfire.jxclient.skin.skin that implement JXCSkin | |
|---|---|
class |
DefaultJXCSkin
Default JXCSkin implementation. |
| Uses of JXCSkin in com.realtime.crossfire.jxclient.window |
|---|
| Fields in com.realtime.crossfire.jxclient.window declared as JXCSkin | |
|---|---|
private JXCSkin |
GuiManager.skin
The currently active skin. |
| Methods in com.realtime.crossfire.jxclient.window with parameters of type JXCSkin | |
|---|---|
static void |
DialogStateParser.load(JXCSkin skin,
JXCWindowRenderer windowRenderer)
Load the dialogs state from a file. |
static void |
DialogStateParser.save(JXCSkin skin,
JXCWindowRenderer windowRenderer)
Save the dialogs state to a file. |
void |
GuiManager.setSkin(JXCSkin skin)
Sets a new skin. |