JIDE 3.5.15

com.jidesoft.icons
Class IconSet.Movement

java.lang.Object
  extended by com.jidesoft.icons.IconSet.Movement
Enclosing class:
IconSet

public static class IconSet.Movement
extends Object


Field Summary
static String MOVE_DOWN
           
static String MOVE_LEFT
           
static String MOVE_RIGHT
           
static String MOVE_TO_BEGINNING
           
static String MOVE_TO_BOTTOM
           
static String MOVE_TO_END
           
static String MOVE_TO_TOP
           
static String MOVE_UP
           
 
Constructor Summary
IconSet.Movement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOVE_LEFT

public static final String MOVE_LEFT
See Also:
Constant Field Values

MOVE_RIGHT

public static final String MOVE_RIGHT
See Also:
Constant Field Values

MOVE_UP

public static final String MOVE_UP
See Also:
Constant Field Values

MOVE_DOWN

public static final String MOVE_DOWN
See Also:
Constant Field Values

MOVE_TO_TOP

public static final String MOVE_TO_TOP
See Also:
Constant Field Values

MOVE_TO_BOTTOM

public static final String MOVE_TO_BOTTOM
See Also:
Constant Field Values

MOVE_TO_BEGINNING

public static final String MOVE_TO_BEGINNING
See Also:
Constant Field Values

MOVE_TO_END

public static final String MOVE_TO_END
See Also:
Constant Field Values
Constructor Detail

IconSet.Movement

public IconSet.Movement()

JIDE 3.5.15