JIDE 3.5.15

com.jidesoft.icons
Class IconSet.View

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

public static class IconSet.View
extends Object


Field Summary
static String ACTUAL_SIZE
           
static String CASCADE_WINDOW
           
static String COLLAPSE
           
static String EXPAND
           
static String FIT_SIZE
           
static String LEAVE_FULL_SCREEN
           
static String SORT_ASCENDING
           
static String SORT_DESCENDING
           
static String TILT_HORIZONTALLY
           
static String TILT_VERTICALLY
           
static String TREE_COLLAPSE
           
static String TREE_COLLAPSE_ALL
           
static String TREE_EXPAND
           
static String TREE_EXPAND_ALL
           
static String VIEW_FULL_SCREEN
           
static String ZOOM
           
static String ZOOM_IN
           
static String ZOOM_OUT
           
 
Constructor Summary
IconSet.View()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZOOM

public static final String ZOOM
See Also:
Constant Field Values

ZOOM_IN

public static final String ZOOM_IN
See Also:
Constant Field Values

ZOOM_OUT

public static final String ZOOM_OUT
See Also:
Constant Field Values

FIT_SIZE

public static final String FIT_SIZE
See Also:
Constant Field Values

ACTUAL_SIZE

public static final String ACTUAL_SIZE
See Also:
Constant Field Values

VIEW_FULL_SCREEN

public static final String VIEW_FULL_SCREEN
See Also:
Constant Field Values

LEAVE_FULL_SCREEN

public static final String LEAVE_FULL_SCREEN
See Also:
Constant Field Values

SORT_ASCENDING

public static final String SORT_ASCENDING
See Also:
Constant Field Values

SORT_DESCENDING

public static final String SORT_DESCENDING
See Also:
Constant Field Values

TREE_EXPAND

public static final String TREE_EXPAND
See Also:
Constant Field Values

TREE_COLLAPSE

public static final String TREE_COLLAPSE
See Also:
Constant Field Values

TREE_EXPAND_ALL

public static final String TREE_EXPAND_ALL
See Also:
Constant Field Values

TREE_COLLAPSE_ALL

public static final String TREE_COLLAPSE_ALL
See Also:
Constant Field Values

EXPAND

public static final String EXPAND
See Also:
Constant Field Values

COLLAPSE

public static final String COLLAPSE
See Also:
Constant Field Values

TILT_HORIZONTALLY

public static final String TILT_HORIZONTALLY
See Also:
Constant Field Values

TILT_VERTICALLY

public static final String TILT_VERTICALLY
See Also:
Constant Field Values

CASCADE_WINDOW

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

IconSet.View

public IconSet.View()

JIDE 3.5.15