uci.uml.visual
Class UMLUseCaseDiagram
java.lang.Object
|
+--uci.gef.Diagram
|
+--uci.uml.visual.UMLDiagram
|
+--uci.uml.visual.UMLUseCaseDiagram
- public class UMLUseCaseDiagram
- extends UMLDiagram
- See Also:
- Serialized Form
| Fields inherited from class uci.uml.visual.UMLDiagram |
_actionBroom,
_actionCircle,
_actionInk,
_actionLine,
_actionPoly,
_actionRectangle,
_actionRRectangle,
_actionSelect,
_actionSpline,
_actionText,
_diagramName,
_namespace |
| 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 |
_actionActor
protected static Action _actionActor
_actionUseCase
protected static Action _actionUseCase
_actionAssoc
protected static Action _actionAssoc
_actionGeneralize
protected static Action _actionGeneralize
_UseCaseDiagramSerial
protected static int _UseCaseDiagramSerial
UMLUseCaseDiagram
public UMLUseCaseDiagram()
UMLUseCaseDiagram
public UMLUseCaseDiagram(Namespace m)
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