com.borland.jbuilder.node.java
Class JavaStructureIcons

java.lang.Object
  |
  +--com.borland.jbuilder.node.java.JavaStructureIcons

public final class JavaStructureIcons
extends java.lang.Object

Defines a set of standard icons to be used in the Java structure pane. These icons may be called upon by other subsystems to present a standard depiction of methods, fields, classes, interfaces, and so forth.


Field Summary
static javax.swing.Icon ICON_ERROR
           
static javax.swing.Icon ICON_ERROR_FOLDER
           
static javax.swing.Icon ICON_IMPLEMENT_INTERFACE
           
static javax.swing.Icon ICON_IMPORT
           
static javax.swing.Icon ICON_INHERIT_CLASS
           
static javax.swing.Icon ICON_LOCAL
           
static javax.swing.Icon ICON_MERGE
           
static javax.swing.Icon ICON_MERGE_FOLDER
           
static javax.swing.Icon ICON_PACKAGE
           
static javax.swing.Icon ICON_PARAMETER
           
static javax.swing.Icon ICON_TODO
           
static javax.swing.Icon ICON_TODO_FOLDER
           
static javax.swing.Icon ICON_WARNING
           
static javax.swing.Icon[] ICONS_CLASS
           
static javax.swing.Icon[] ICONS_CONSTRUCTOR
           
static javax.swing.Icon[] ICONS_FIELD
           
static javax.swing.Icon[] ICONS_INTERFACE
           
static javax.swing.Icon[] ICONS_METHOD
           
static int PACKAGE
           
static int PRIVATE
           
static int PROTECTED
           
static int PUBLIC
           
static int STATIC
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIVATE

public static final int PRIVATE

PACKAGE

public static final int PACKAGE

PROTECTED

public static final int PROTECTED

PUBLIC

public static final int PUBLIC

STATIC

public static final int STATIC

ICONS_METHOD

public static final javax.swing.Icon[] ICONS_METHOD

ICONS_FIELD

public static final javax.swing.Icon[] ICONS_FIELD

ICONS_CONSTRUCTOR

public static final javax.swing.Icon[] ICONS_CONSTRUCTOR

ICONS_CLASS

public static final javax.swing.Icon[] ICONS_CLASS

ICONS_INTERFACE

public static final javax.swing.Icon[] ICONS_INTERFACE

ICON_PACKAGE

public static final javax.swing.Icon ICON_PACKAGE

ICON_IMPORT

public static final javax.swing.Icon ICON_IMPORT

ICON_ERROR_FOLDER

public static final javax.swing.Icon ICON_ERROR_FOLDER

ICON_ERROR

public static final javax.swing.Icon ICON_ERROR

ICON_TODO_FOLDER

public static final javax.swing.Icon ICON_TODO_FOLDER

ICON_TODO

public static final javax.swing.Icon ICON_TODO

ICON_MERGE_FOLDER

public static final javax.swing.Icon ICON_MERGE_FOLDER

ICON_MERGE

public static final javax.swing.Icon ICON_MERGE

ICON_INHERIT_CLASS

public static final javax.swing.Icon ICON_INHERIT_CLASS

ICON_IMPLEMENT_INTERFACE

public static final javax.swing.Icon ICON_IMPLEMENT_INTERFACE

ICON_PARAMETER

public static final javax.swing.Icon ICON_PARAMETER

ICON_LOCAL

public static final javax.swing.Icon ICON_LOCAL

ICON_WARNING

public static final javax.swing.Icon ICON_WARNING