chemaxon.alchemist.utils
Class AlchemistIconFactory

java.lang.Object
  extended by chemaxon.alchemist.utils.AlchemistIconFactory

public class AlchemistIconFactory
extends java.lang.Object


Field Summary
static java.lang.String ALCHEMIST_WIZARD_PROGRESS_ACTIVE_9
          progress object image for active state
static java.lang.String ALCHEMIST_WIZARD_PROGRESS_DISABLED_9
          progress object image for disabled state
static java.lang.String ALCHEMIST_WIZARD_PROGRESS_DONE_9
          progress object image for done state
static java.lang.String DEFAULT_ACCEPT_16
          the default accept icon name
static java.lang.String DEFAULT_CANCEL_16
          the default cancel icon name
static java.lang.String DEFAULT_OPEN_16
          the default open icon name
static java.lang.String DEFAULT_REMOVE_16
          the default remove icon name
static java.lang.String DEFAULT_SAVE_16
          the default save icon name
static java.lang.String MOLECULE_ADD_16
          the molecule add icon name
static java.lang.String MOLECULE_EDIT_16
          the molecule edit icon name
static java.lang.String MOLECULE_IMPORT_16
          the molecule import icon name
static java.lang.String MOLECULE_REMOVE_16
          the molecule remove icon name
 
Method Summary
static javax.swing.Icon getIcon(java.lang.String name)
          Finds an icon resource with a given name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALCHEMIST_WIZARD_PROGRESS_DISABLED_9

public static final java.lang.String ALCHEMIST_WIZARD_PROGRESS_DISABLED_9
progress object image for disabled state

See Also:
Constant Field Values

ALCHEMIST_WIZARD_PROGRESS_ACTIVE_9

public static final java.lang.String ALCHEMIST_WIZARD_PROGRESS_ACTIVE_9
progress object image for active state

See Also:
Constant Field Values

ALCHEMIST_WIZARD_PROGRESS_DONE_9

public static final java.lang.String ALCHEMIST_WIZARD_PROGRESS_DONE_9
progress object image for done state

See Also:
Constant Field Values

DEFAULT_ACCEPT_16

public static final java.lang.String DEFAULT_ACCEPT_16
the default accept icon name

See Also:
Constant Field Values

DEFAULT_CANCEL_16

public static final java.lang.String DEFAULT_CANCEL_16
the default cancel icon name

See Also:
Constant Field Values

DEFAULT_SAVE_16

public static final java.lang.String DEFAULT_SAVE_16
the default save icon name

See Also:
Constant Field Values

DEFAULT_OPEN_16

public static final java.lang.String DEFAULT_OPEN_16
the default open icon name

See Also:
Constant Field Values

DEFAULT_REMOVE_16

public static final java.lang.String DEFAULT_REMOVE_16
the default remove icon name

See Also:
Constant Field Values

MOLECULE_ADD_16

public static final java.lang.String MOLECULE_ADD_16
the molecule add icon name

See Also:
Constant Field Values

MOLECULE_EDIT_16

public static final java.lang.String MOLECULE_EDIT_16
the molecule edit icon name

See Also:
Constant Field Values

MOLECULE_REMOVE_16

public static final java.lang.String MOLECULE_REMOVE_16
the molecule remove icon name

See Also:
Constant Field Values

MOLECULE_IMPORT_16

public static final java.lang.String MOLECULE_IMPORT_16
the molecule import icon name

See Also:
Constant Field Values
Method Detail

getIcon

public static javax.swing.Icon getIcon(java.lang.String name)
Finds an icon resource with a given name

Parameters:
name - is the name of the resource
Returns:
the icon instance, or null