Static Public Member Functions | |
static void | setIconFactory (IconFactory newicons) |
static Icon | getNewIcon () |
static Icon | getSaveIcon () |
static Icon | getLoadIcon () |
static Icon | getImportIcon () |
static Icon | getExportIcon () |
static Icon | getAddIcon () |
static Icon | getEditIcon () |
static Icon | getRemoveIcon () |
static Icon | getInfoIcon () |
static Icon | getExitIcon () |
static Icon | getPreferencesIcon () |
Static Private Attributes | |
static final IconFactory | DEFAULT_ICONS = new DefaultIconFactory() |
static IconFactory | icons = null |
static void tit.gui.icon.Icons.setIconFactory | ( | IconFactory | newicons | ) | [static] |
Sets the current icon factory.
newicons | The new icon factory. |
static Icon tit.gui.icon.Icons.getNewIcon | ( | ) | [static] |
Returns the new icon.
static Icon tit.gui.icon.Icons.getSaveIcon | ( | ) | [static] |
Returns the save icon.
static Icon tit.gui.icon.Icons.getLoadIcon | ( | ) | [static] |
Returns the load icon.
static Icon tit.gui.icon.Icons.getImportIcon | ( | ) | [static] |
Returns the import icon.
static Icon tit.gui.icon.Icons.getExportIcon | ( | ) | [static] |
Returns the export icon.
static Icon tit.gui.icon.Icons.getAddIcon | ( | ) | [static] |
Returns the add icon.
static Icon tit.gui.icon.Icons.getEditIcon | ( | ) | [static] |
Returns the edit icon.
static Icon tit.gui.icon.Icons.getRemoveIcon | ( | ) | [static] |
Returns the add icon.
static Icon tit.gui.icon.Icons.getInfoIcon | ( | ) | [static] |
Returns the info icon.
static Icon tit.gui.icon.Icons.getExitIcon | ( | ) | [static] |
Returns the info icon.
static Icon tit.gui.icon.Icons.getPreferencesIcon | ( | ) | [static] |
Returns the info icon.
final IconFactory tit.gui.icon.Icons.DEFAULT_ICONS = new DefaultIconFactory() [static, private] |
The default icons.
IconFactory tit.gui.icon.Icons.icons = null [static, private] |
The current icon factory.