com.borland.jbuilder.node.java
Class JavaStructureIcons

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

public class JavaStructureIcons
extends java.lang.Object


Field Summary
static javax.swing.Icon[] classIcons
           
static javax.swing.Icon[] constructorIcons
           
static javax.swing.Icon errorIcon
           
static javax.swing.Icon errorsIcon
           
static javax.swing.Icon[] fieldIcons
           
static javax.swing.Icon implementInterfaceIcon
           
static javax.swing.Icon importIcon
           
static javax.swing.Icon inheritClassIcon
           
static javax.swing.Icon[] interfaceIcons
           
static javax.swing.Icon[] methodIcons
           
static int PACKAGE
           
static javax.swing.Icon packageIcon
           
static int PRIVATE
           
static int PROTECTED
           
static int PUBLIC
           
static int STATIC
           
 
Constructor Summary
JavaStructureIcons()
           
 
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

methodIcons

public static final javax.swing.Icon[] methodIcons

fieldIcons

public static final javax.swing.Icon[] fieldIcons

constructorIcons

public static final javax.swing.Icon[] constructorIcons

classIcons

public static final javax.swing.Icon[] classIcons

interfaceIcons

public static final javax.swing.Icon[] interfaceIcons

packageIcon

public static final javax.swing.Icon packageIcon

importIcon

public static final javax.swing.Icon importIcon

errorsIcon

public static final javax.swing.Icon errorsIcon

errorIcon

public static final javax.swing.Icon errorIcon

inheritClassIcon

public static final javax.swing.Icon inheritClassIcon

implementInterfaceIcon

public static final javax.swing.Icon implementInterfaceIcon
Constructor Detail

JavaStructureIcons

public JavaStructureIcons()