CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.gui
Class Icons

java.lang.Object
  extended by ch.randelshofer.gui.Icons

public class Icons
extends java.lang.Object

Provides constants for commonly used Icons.

Version:
2.0 2010-08-18 Rewritten.
1.2 2008-01-05 Adds playerSettingsIcon.
1.1 2007-06-06 Adds method getActionsIcon.
1.0.1 2002-11-17 Changes appeareance of POPUP_ICON.
1.0 2002-05-09 Created.
Author:
Werner Randelshofer

Field Summary
static int ACTIONS_PLACARD
           
static int ACTIONS_TABLE_HEADER
           
static int EDIT_ADD_PLACARD
           
static int PLAYER_ACTIONS
           
static int PLAYER_ACTIONS_DISABLED
           
static int PLAYER_BACK
           
static int PLAYER_HOME
           
static int PLAYER_HOME_PLACARD
           
static int PLAYER_NEXT
           
static int PLAYER_PARTIAL_RESET
           
static int PLAYER_PARTIAL_RESET_PLACARD
           
static int PLAYER_RESET
           
static int PLAYER_RESET_DISABLED
           
static int PLAYER_RESET_PLACARD
           
static int PLAYER_SCRAMBLE
           
static int PLAYER_SCRAMBLE_DISABLED
           
static int PLAYER_START
           
static int PLAYER_START_RECORDING
           
static int PLAYER_START_RECORDING_DISABLED
           
static int PLAYER_STOP
           
static int PLAYER_STOP_RECORDING
           
static int SCRIPT_CHECK
           
static int SCRIPT_CHECK_DISABLED
           
 
Method Summary
static javax.swing.Icon get(int index)
          The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAYER_START

public static final int PLAYER_START
See Also:
Constant Field Values

PLAYER_STOP

public static final int PLAYER_STOP
See Also:
Constant Field Values

PLAYER_NEXT

public static final int PLAYER_NEXT
See Also:
Constant Field Values

PLAYER_BACK

public static final int PLAYER_BACK
See Also:
Constant Field Values

PLAYER_START_RECORDING

public static final int PLAYER_START_RECORDING
See Also:
Constant Field Values

PLAYER_START_RECORDING_DISABLED

public static final int PLAYER_START_RECORDING_DISABLED
See Also:
Constant Field Values

PLAYER_STOP_RECORDING

public static final int PLAYER_STOP_RECORDING
See Also:
Constant Field Values

PLAYER_HOME

public static final int PLAYER_HOME
See Also:
Constant Field Values

PLAYER_RESET

public static final int PLAYER_RESET
See Also:
Constant Field Values

PLAYER_RESET_DISABLED

public static final int PLAYER_RESET_DISABLED
See Also:
Constant Field Values

PLAYER_PARTIAL_RESET

public static final int PLAYER_PARTIAL_RESET
See Also:
Constant Field Values

PLAYER_SCRAMBLE

public static final int PLAYER_SCRAMBLE
See Also:
Constant Field Values

PLAYER_SCRAMBLE_DISABLED

public static final int PLAYER_SCRAMBLE_DISABLED
See Also:
Constant Field Values

PLAYER_ACTIONS

public static final int PLAYER_ACTIONS
See Also:
Constant Field Values

PLAYER_ACTIONS_DISABLED

public static final int PLAYER_ACTIONS_DISABLED
See Also:
Constant Field Values

SCRIPT_CHECK

public static final int SCRIPT_CHECK
See Also:
Constant Field Values

SCRIPT_CHECK_DISABLED

public static final int SCRIPT_CHECK_DISABLED
See Also:
Constant Field Values

ACTIONS_TABLE_HEADER

public static final int ACTIONS_TABLE_HEADER
See Also:
Constant Field Values

ACTIONS_PLACARD

public static final int ACTIONS_PLACARD
See Also:
Constant Field Values

PLAYER_RESET_PLACARD

public static final int PLAYER_RESET_PLACARD
See Also:
Constant Field Values

PLAYER_PARTIAL_RESET_PLACARD

public static final int PLAYER_PARTIAL_RESET_PLACARD
See Also:
Constant Field Values

PLAYER_HOME_PLACARD

public static final int PLAYER_HOME_PLACARD
See Also:
Constant Field Values

EDIT_ADD_PLACARD

public static final int EDIT_ADD_PLACARD
See Also:
Constant Field Values
Method Detail

get

public static javax.swing.Icon get(int index)
The reset icon consists of a rectangle (at west) and a triangle pointing to the rectangle (towards west).


(c) Werner Randelshofer.
All rights reserved.