クラス org.objectweb.cjdbc.console.gui.constants.GuiIcons

すべてのメンバ一覧

説明

This class defines a GuiIcons

作者:
Nicolas Modrzyk
バージョン:
1.0

GuiIcons.java36 行で定義されています。

Static Public 変数

final Icon BACKEND_PANEL_ICON
final Icon XML_PANEL_ICON
final Icon DEBUG_PANEL_ICON
final Icon BACKEND_ENABLED_ICON
final Icon BACKEND_DISABLED_ICON
final Icon BACKEND_BACKUP_ICON
final Icon BACKEND_RESTORE_ICON
final Icon BACKEND_STATE_RECOVERY
final Icon BACKEND_DISABLING_ICON = BACKEND_STATE_RECOVERY
final Icon INFO_PANEL_ICON
final Icon CONFIGURATION_FILE_OBJECT_ICON
final Icon CONTROLLER_READY
final Icon CONTROLLER_DOWN
final Icon DATABASE_ICON
final Icon HELP_PANEL_ICON
final Icon LOGGING_PANEL_ICON
final Icon DUMP_FILE_ICON
final Icon LOG_CONFIG_PANEL_ICON
final Icon FRAME_ERROR_ICON
final Icon DATABASE_SINGLE_ICON
final Icon DATABASE_DISTRIBUTED_ICON
final ImageIcon CUSTOM_CURSOR_ICON
final ImageIcon CJDBC_LOGO


変数

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_BACKUP_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Backend_Backup.gif"))
Backend BACKUP Icon GuiIcons.java64 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_DISABLED_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Backend_Disabled.gif"))
Backend Disabled Icon GuiIcons.java59 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_DISABLING_ICON = BACKEND_STATE_RECOVERY [static]
 

Backend disabling icon GuiIcons.java79 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_ENABLED_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Backend_Enabled.gif"))
Backend Enabled Icon GuiIcons.java54 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Backend.gif"))
Backend Panel Icon GuiIcons.java39 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_RESTORE_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Backend_Restore.gif"))
Backend RESTORE Icon GuiIcons.java69 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.BACKEND_STATE_RECOVERY [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Backend_Recovery.gif"))
Backend RECOVERY Icon GuiIcons.java74 行で定義されています。

final ImageIcon org.objectweb.cjdbc.console.gui.constants.GuiIcons.CJDBC_LOGO [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/c-jdbc.png"))
Logo GuiIcons.java147 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.CONFIGURATION_FILE_OBJECT_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Object_Configuration_File.gif"))
Configuration file Icon GuiIcons.java87 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.CONTROLLER_DOWN [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Object_Controller_Down.gif"))
Controller down Icon GuiIcons.java97 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.CONTROLLER_READY [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Object_Controller_Ready.gif"))
Controller Ready Icon GuiIcons.java92 行で定義されています。

final ImageIcon org.objectweb.cjdbc.console.gui.constants.GuiIcons.CUSTOM_CURSOR_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Cursor_Custom.gif"))
Custom Cursor Icon GuiIcons.java142 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.DATABASE_DISTRIBUTED_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Database_Distributed.gif"))
Database Distributed Icon GuiIcons.java137 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.DATABASE_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Object_Database.gif"))
Database Icon GuiIcons.java102 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.DATABASE_SINGLE_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Database_Single.gif"))
Database Single Icon GuiIcons.java132 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.DEBUG_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Debug.gif"))
Debug panel Icon GuiIcons.java49 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.DUMP_FILE_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Object_Dump_File.gif"))
Dump File Icon GuiIcons.java117 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.FRAME_ERROR_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Frame_Error.gif"))
Frame error Icon GuiIcons.java127 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.HELP_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Help.gif"))
Help Panel Icon GuiIcons.java107 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.INFO_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Info.gif"))
Log panel Icon GuiIcons.java82 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.LOG_CONFIG_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Log_Configuration.gif"))
Log Config Panel Icon GuiIcons.java122 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.LOGGING_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Logging.gif"))
Logging Panel Icon GuiIcons.java112 行で定義されています。

final Icon org.objectweb.cjdbc.console.gui.constants.GuiIcons.XML_PANEL_ICON [static]
 

初期値:

new ImageIcon( GuiIcons.class .getResource("/Panel_Xml.gif"))
Xml Panel Icon GuiIcons.java44 行で定義されています。


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:21 2004に生成されました。 doxygen 1.3.8