JIDE 3.5.15

com.jidesoft.icons
Class IconSet.File

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

public static class IconSet.File
extends Object


Field Summary
static String CLOSE
           
static String EXIT
           
static String EXPORT
           
static String IMPORT
           
static String NEW
           
static String OPEN
           
static String PAGE_SETUP
           
static String PRINT
           
static String PRINT_PREVIEW
           
static String PROPERTY
           
static String SAVE
           
static String SAVE_ALL
           
static String SAVE_AS
           
 
Constructor Summary
IconSet.File()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW

public static final String NEW
See Also:
Constant Field Values

OPEN

public static final String OPEN
See Also:
Constant Field Values

SAVE

public static final String SAVE
See Also:
Constant Field Values

SAVE_AS

public static final String SAVE_AS
See Also:
Constant Field Values

SAVE_ALL

public static final String SAVE_ALL
See Also:
Constant Field Values

IMPORT

public static final String IMPORT
See Also:
Constant Field Values

EXPORT

public static final String EXPORT
See Also:
Constant Field Values

PRINT

public static final String PRINT
See Also:
Constant Field Values

PRINT_PREVIEW

public static final String PRINT_PREVIEW
See Also:
Constant Field Values

PAGE_SETUP

public static final String PAGE_SETUP
See Also:
Constant Field Values

PROPERTY

public static final String PROPERTY
See Also:
Constant Field Values

EXIT

public static final String EXIT
See Also:
Constant Field Values

CLOSE

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

IconSet.File

public IconSet.File()

JIDE 3.5.15