JIDE 3.5.15

com.jidesoft.icons
Class JideIconsFactory.Cursor

java.lang.Object
  extended by com.jidesoft.icons.JideIconsFactory.Cursor
Enclosing class:
JideIconsFactory

public static class JideIconsFactory.Cursor
extends Object


Field Summary
static String DELETE
           
static String DROP
           
static String DROP_TEXT
           
static String EAST
           
static String FLOAT
           
static String HORIZONTAL
           
static String HSPLIT
           
static String MOVE_EAST
           
static String MOVE_WEST
           
static String NODROP
           
static String NODROP_TEXT
           
static String NORTH
           
static String PERCENTAGE
           
static String SOUTH
           
static String TAB
           
static String VERTICAL
           
static String VSPLIT
           
static String WEST
           
 
Constructor Summary
JideIconsFactory.Cursor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HSPLIT

public static final String HSPLIT
See Also:
Constant Field Values

VSPLIT

public static final String VSPLIT
See Also:
Constant Field Values

NORTH

public static final String NORTH
See Also:
Constant Field Values

SOUTH

public static final String SOUTH
See Also:
Constant Field Values

EAST

public static final String EAST
See Also:
Constant Field Values

WEST

public static final String WEST
See Also:
Constant Field Values

TAB

public static final String TAB
See Also:
Constant Field Values

FLOAT

public static final String FLOAT
See Also:
Constant Field Values

VERTICAL

public static final String VERTICAL
See Also:
Constant Field Values

HORIZONTAL

public static final String HORIZONTAL
See Also:
Constant Field Values

DROP

public static final String DROP
See Also:
Constant Field Values

NODROP

public static final String NODROP
See Also:
Constant Field Values

DELETE

public static final String DELETE
See Also:
Constant Field Values

DROP_TEXT

public static final String DROP_TEXT
See Also:
Constant Field Values

NODROP_TEXT

public static final String NODROP_TEXT
See Also:
Constant Field Values

PERCENTAGE

public static final String PERCENTAGE
See Also:
Constant Field Values

MOVE_EAST

public static final String MOVE_EAST
See Also:
Constant Field Values

MOVE_WEST

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

JideIconsFactory.Cursor

public JideIconsFactory.Cursor()

JIDE 3.5.15