Crossfire JXClient, Trunk
Public Attributes | List of all members
com.realtime.crossfire.jxclient.window.EscAction Enum Reference
Collaboration diagram for com.realtime.crossfire.jxclient.window.EscAction:
Collaboration graph

Public Attributes

 DISCONNECT
 
 IGNORE
 
 QUIT
 

Detailed Description

Action after ESC has been pressed.

Definition at line 6 of file EscAction.java.

Member Data Documentation

◆ DISCONNECT

com.realtime.crossfire.jxclient.window.EscAction.DISCONNECT

Disconnect from server.

Definition at line 16 of file EscAction.java.

Referenced by com.realtime.crossfire.jxclient.window.GuiManager.escPressed().

◆ IGNORE

com.realtime.crossfire.jxclient.window.EscAction.IGNORE

Ignore the key press.

Definition at line 11 of file EscAction.java.

Referenced by com.realtime.crossfire.jxclient.window.GuiManager.escPressed().

◆ QUIT

com.realtime.crossfire.jxclient.window.EscAction.QUIT

Quit the application.

Definition at line 21 of file EscAction.java.

Referenced by com.realtime.crossfire.jxclient.window.GuiManager.escPressed().


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