uci.uml.visual
Class UMLClassDiagram

java.lang.Object
  |
  +--uci.gef.Diagram
        |
        +--uci.uml.visual.UMLDiagram
              |
              +--uci.uml.visual.UMLClassDiagram

public class UMLClassDiagram
extends UMLDiagram

See Also:
Serialized Form

Field Summary
protected static Action _actionAssoc
           
protected static Action _actionClass
           
protected static Action _actionDepend
           
protected static Action _actionGeneralize
           
protected static Action _actionInterface
           
protected static Action _actionLink
           
protected static Action _actionObject
           
protected static Action _actionPackage
           
protected static Action _actionRealize
           
protected static int _ClassDiagramSerial
           
 
Fields inherited from class uci.uml.visual.UMLDiagram
_actionBroom, _actionCircle, _actionInk, _actionLine, _actionPoly, _actionRectangle, _actionRRectangle, _actionSelect, _actionSpline, _actionText, _diagramName, _namespace
 
Fields inherited from class uci.gef.Diagram
_comments, _lay, _name, _toolBar, vetoListeners
 
Constructor Summary
UMLClassDiagram()
           
UMLClassDiagram(Namespace m)
           
 
Method Summary
protected  void initToolBar()
          initialize the toolbar for this diagram type
 void setNamespace(Namespace m)
           
 
Methods inherited from class uci.uml.visual.UMLDiagram
getClassAndModelID, getNamespace, initialize, setName
 
Methods inherited from class uci.gef.Diagram
add, addVetoableChangeListener, bringForward, bringToFront, countContained, edgeAdded, edgeRemoved, elements, elementsIn, fireVetoableChange, fireVetoableChange, fireVetoableChange, getComments, getEdges, getGraphModel, getLayer, getName, getNodes, getToolBar, graphChanged, hit, nodeAdded, nodeRemoved, postLoad, postSave, preSave, presentationFor, remove, removeAll, removeVetoableChangeListener, reorder, sendBackward, sendToBack, setComments, setGraphModel, setLayer, setToolBar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_actionClass

protected static Action _actionClass

_actionObject

protected static Action _actionObject

_actionInterface

protected static Action _actionInterface

_actionDepend

protected static Action _actionDepend

_actionAssoc

protected static Action _actionAssoc

_actionLink

protected static Action _actionLink

_actionGeneralize

protected static Action _actionGeneralize

_actionRealize

protected static Action _actionRealize

_actionPackage

protected static Action _actionPackage

_ClassDiagramSerial

protected static int _ClassDiagramSerial
Constructor Detail

UMLClassDiagram

public UMLClassDiagram()

UMLClassDiagram

public UMLClassDiagram(Namespace m)
Method Detail

setNamespace

public void setNamespace(Namespace m)
Overrides:
setNamespace in class UMLDiagram

initToolBar

protected void initToolBar()
initialize the toolbar for this diagram type
Overrides:
initToolBar in class Diagram