de.winterfish.neon.gui
Interface IconTheme
- All Known Implementing Classes:
- KdeTheme
- public interface IconTheme
Method Summary |
javax.swing.ImageIcon |
getIcon(int iconId)
|
java.lang.String |
getName()
|
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
getName
public java.lang.String getName()
getIcon
public javax.swing.ImageIcon getIcon(int iconId)