Crossfire JXClient, Trunk
Public Member Functions | Private Attributes | List of all members
com.realtime.crossfire.jxclient.gui.commands.StartCommand Class Reference
Inheritance diagram for com.realtime.crossfire.jxclient.gui.commands.StartCommand:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.gui.commands.StartCommand:
Collaboration graph

Public Member Functions

boolean canExecute ()
 
void execute ()
 
 StartCommand (@NotNull final GuiStateManager guiStateManager)
 

Private Attributes

final GuiStateManager guiStateManager
 

Detailed Description

A GUICommand which shows the start screen.

Author
Andreas Kirschbaum

Definition at line 34 of file StartCommand.java.

Constructor & Destructor Documentation

◆ StartCommand()

com.realtime.crossfire.jxclient.gui.commands.StartCommand.StartCommand ( @NotNull final GuiStateManager  guiStateManager)

Creates a new instance.

Parameters
guiStateManagerthe gui state manager to affect

Definition at line 46 of file StartCommand.java.

References com.realtime.crossfire.jxclient.gui.commands.StartCommand.guiStateManager.

Member Function Documentation

◆ canExecute()

boolean com.realtime.crossfire.jxclient.gui.commands.StartCommand.canExecute ( )

Returns whether this command may be executed.

Returns
whether this command may be executed

Implements com.realtime.crossfire.jxclient.gui.commandlist.GUICommand.

Definition at line 51 of file StartCommand.java.

◆ execute()

void com.realtime.crossfire.jxclient.gui.commands.StartCommand.execute ( )

Member Data Documentation

◆ guiStateManager

final GuiStateManager com.realtime.crossfire.jxclient.gui.commands.StartCommand.guiStateManager
private

The documentation for this class was generated from the following file: