gnu.jbrowser
Class UML.Type

java.lang.Object
  extended by gnu.jbrowser.UML.Type
Enclosing class:
UML

public static class UML.Type
extends java.lang.Object


Field Summary
static UML.Type ATTRIBUTE
           
static UML.Type CLASS
           
static UML.Type ERROR
           
static UML.Type EXTENDS
           
protected  javax.swing.ImageIcon icon
           
static UML.Type IMPLEMENTS
           
static UML.Type INNER_CLASS
           
static UML.Type INTERFACE
           
protected  java.lang.String label
           
static UML.Type METHOD
           
static UML.Type[] POSSIBLE_VALUES
           
static UML.Type THROWS
           
 
Method Summary
 javax.swing.ImageIcon getIcon()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS

public static final UML.Type CLASS

INTERFACE

public static final UML.Type INTERFACE

INNER_CLASS

public static final UML.Type INNER_CLASS

METHOD

public static final UML.Type METHOD

ATTRIBUTE

public static final UML.Type ATTRIBUTE

EXTENDS

public static final UML.Type EXTENDS

IMPLEMENTS

public static final UML.Type IMPLEMENTS

THROWS

public static final UML.Type THROWS

ERROR

public static final UML.Type ERROR

POSSIBLE_VALUES

public static final UML.Type[] POSSIBLE_VALUES

label

protected java.lang.String label

icon

protected javax.swing.ImageIcon icon
Method Detail

getIcon

public javax.swing.ImageIcon getIcon()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.