Packages that use GuiState | |
---|---|
com.realtime.crossfire.jxclient.guistate |
Uses of GuiState in com.realtime.crossfire.jxclient.guistate |
---|
Fields in com.realtime.crossfire.jxclient.guistate declared as GuiState | |
---|---|
private GuiState |
GuiStateManager.guiState
The current GUI state. |
Methods in com.realtime.crossfire.jxclient.guistate that return GuiState | |
---|---|
GuiState |
GuiStateManager.getGuiState()
Returns the current GuiState . |
static GuiState |
GuiState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GuiState[] |
GuiState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.realtime.crossfire.jxclient.guistate with parameters of type GuiState | |
---|---|
void |
GuiStateManager.changeGUI(GuiState guiState)
Sets a new GuiState . |
private void |
GuiStateManager.changeGUI(GuiState guiState,
java.lang.String param)
Sets a new GuiState . |