de.winterfish.neon.gui
Interface IconTheme

All Known Implementing Classes:
KdeTheme

public interface IconTheme


Field Summary
static int BACK_ICON
           
static int COPY_ICON
           
static int CUT_ICON
           
static int DEFAULT_DOC_ICON
           
static int DELETE_ICON
           
static int EDIT_ICON
           
static int FOLDER_ICON
           
static int FOLDER_OPEN_ICON
           
static int FORWARD_ICON
           
static int HOME_ICON
           
static int NEW_FOLDER_ICON
           
static int NEW_NODE_ICON
           
static int PASTE_ICON
           
static int RELOAD_ICON
           
static int SAVE_ICON
           
static int UP_ICON
           
static int VIEW_ICON
           
 
Method Summary
 javax.swing.ImageIcon getIcon(int iconId)
           
 java.lang.String getName()
           
 

Field Detail

UP_ICON

public static final int UP_ICON
See Also:
Constant Field Values

BACK_ICON

public static final int BACK_ICON
See Also:
Constant Field Values

FORWARD_ICON

public static final int FORWARD_ICON
See Also:
Constant Field Values

HOME_ICON

public static final int HOME_ICON
See Also:
Constant Field Values

NEW_FOLDER_ICON

public static final int NEW_FOLDER_ICON
See Also:
Constant Field Values

NEW_NODE_ICON

public static final int NEW_NODE_ICON
See Also:
Constant Field Values

SAVE_ICON

public static final int SAVE_ICON
See Also:
Constant Field Values

CUT_ICON

public static final int CUT_ICON
See Also:
Constant Field Values

COPY_ICON

public static final int COPY_ICON
See Also:
Constant Field Values

PASTE_ICON

public static final int PASTE_ICON
See Also:
Constant Field Values

DELETE_ICON

public static final int DELETE_ICON
See Also:
Constant Field Values

FOLDER_ICON

public static final int FOLDER_ICON
See Also:
Constant Field Values

FOLDER_OPEN_ICON

public static final int FOLDER_OPEN_ICON
See Also:
Constant Field Values

DEFAULT_DOC_ICON

public static final int DEFAULT_DOC_ICON
See Also:
Constant Field Values

VIEW_ICON

public static final int VIEW_ICON
See Also:
Constant Field Values

EDIT_ICON

public static final int EDIT_ICON
See Also:
Constant Field Values

RELOAD_ICON

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

getName

public java.lang.String getName()

getIcon

public javax.swing.ImageIcon getIcon(int iconId)