org.objectweb.cjdbc.console.gui.constants
Class GuiIcons

java.lang.Object
  extended byorg.objectweb.cjdbc.console.gui.constants.GuiIcons

public abstract class GuiIcons
extends java.lang.Object

This class defines a GuiIcons

Version:
1.0
Author:
Nicolas Modrzyk

Field Summary
static javax.swing.Icon BACKEND_BACKUP_ICON
          Backend BACKUP Icon
static javax.swing.Icon BACKEND_DISABLED_ICON
          Backend Disabled Icon
static javax.swing.Icon BACKEND_DISABLING_ICON
          Backend disabling icon
static javax.swing.Icon BACKEND_ENABLED_ICON
          Backend Enabled Icon
static javax.swing.Icon BACKEND_PANEL_ICON
          Backend Panel Icon
static javax.swing.Icon BACKEND_RESTORE_ICON
          Backend RESTORE Icon
static javax.swing.Icon BACKEND_STATE_RECOVERY
          Backend RECOVERY Icon
static javax.swing.ImageIcon CJDBC_LOGO
          Logo
static javax.swing.Icon CONFIGURATION_FILE_OBJECT_ICON
          Configuration file Icon
static javax.swing.Icon CONTROLLER_DOWN
          Controller down Icon
static javax.swing.Icon CONTROLLER_READY
          Controller Ready Icon
static javax.swing.ImageIcon CUSTOM_CURSOR_ICON
          Custom Cursor Icon
static javax.swing.Icon DATABASE_DISTRIBUTED_ICON
          Database Distributed Icon
static javax.swing.Icon DATABASE_ICON
          Database Icon
static javax.swing.Icon DATABASE_SINGLE_ICON
          Database Single Icon
static javax.swing.Icon DEBUG_PANEL_ICON
          Debug panel Icon
static javax.swing.Icon DUMP_FILE_ICON
          Dump File Icon
static javax.swing.Icon FRAME_ERROR_ICON
          Frame error Icon
static javax.swing.Icon HELP_PANEL_ICON
          Help Panel Icon
static javax.swing.Icon INFO_PANEL_ICON
          Log panel Icon
static javax.swing.ImageIcon JMX_PANEL_ICON
          Jmx *
static javax.swing.Icon LOG_CONFIG_PANEL_ICON
          Log Config Panel Icon
static javax.swing.Icon LOGGING_PANEL_ICON
          Logging Panel Icon
static javax.swing.Icon XML_PANEL_ICON
          Xml Panel Icon
 
Constructor Summary
GuiIcons()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKEND_PANEL_ICON

public static final javax.swing.Icon BACKEND_PANEL_ICON
Backend Panel Icon


XML_PANEL_ICON

public static final javax.swing.Icon XML_PANEL_ICON
Xml Panel Icon


DEBUG_PANEL_ICON

public static final javax.swing.Icon DEBUG_PANEL_ICON
Debug panel Icon


BACKEND_ENABLED_ICON

public static final javax.swing.Icon BACKEND_ENABLED_ICON
Backend Enabled Icon


BACKEND_DISABLED_ICON

public static final javax.swing.Icon BACKEND_DISABLED_ICON
Backend Disabled Icon


BACKEND_BACKUP_ICON

public static final javax.swing.Icon BACKEND_BACKUP_ICON
Backend BACKUP Icon


BACKEND_RESTORE_ICON

public static final javax.swing.Icon BACKEND_RESTORE_ICON
Backend RESTORE Icon


BACKEND_STATE_RECOVERY

public static final javax.swing.Icon BACKEND_STATE_RECOVERY
Backend RECOVERY Icon


BACKEND_DISABLING_ICON

public static final javax.swing.Icon BACKEND_DISABLING_ICON
Backend disabling icon


INFO_PANEL_ICON

public static final javax.swing.Icon INFO_PANEL_ICON
Log panel Icon


CONFIGURATION_FILE_OBJECT_ICON

public static final javax.swing.Icon CONFIGURATION_FILE_OBJECT_ICON
Configuration file Icon


CONTROLLER_READY

public static final javax.swing.Icon CONTROLLER_READY
Controller Ready Icon


CONTROLLER_DOWN

public static final javax.swing.Icon CONTROLLER_DOWN
Controller down Icon


DATABASE_ICON

public static final javax.swing.Icon DATABASE_ICON
Database Icon


HELP_PANEL_ICON

public static final javax.swing.Icon HELP_PANEL_ICON
Help Panel Icon


LOGGING_PANEL_ICON

public static final javax.swing.Icon LOGGING_PANEL_ICON
Logging Panel Icon


DUMP_FILE_ICON

public static final javax.swing.Icon DUMP_FILE_ICON
Dump File Icon


LOG_CONFIG_PANEL_ICON

public static final javax.swing.Icon LOG_CONFIG_PANEL_ICON
Log Config Panel Icon


FRAME_ERROR_ICON

public static final javax.swing.Icon FRAME_ERROR_ICON
Frame error Icon


DATABASE_SINGLE_ICON

public static final javax.swing.Icon DATABASE_SINGLE_ICON
Database Single Icon


DATABASE_DISTRIBUTED_ICON

public static final javax.swing.Icon DATABASE_DISTRIBUTED_ICON
Database Distributed Icon


CUSTOM_CURSOR_ICON

public static final javax.swing.ImageIcon CUSTOM_CURSOR_ICON
Custom Cursor Icon


CJDBC_LOGO

public static final javax.swing.ImageIcon CJDBC_LOGO
Logo


JMX_PANEL_ICON

public static final javax.swing.ImageIcon JMX_PANEL_ICON
Jmx *

Constructor Detail

GuiIcons

public GuiIcons()


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.