|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CH.ifa.draw.standard.AbstractTool | +--org.objectweb.jac.ide.diagrams.AbstractTool | +--org.objectweb.jac.ide.diagrams.RelationLinkCreationTool | +--org.objectweb.jac.ide.diagrams.AggregationCreationTool
Field Summary |
Fields inherited from class CH.ifa.draw.standard.AbstractTool |
fAnchorX, fAnchorY |
Constructor Summary | |
AggregationCreationTool(CH.ifa.draw.framework.DrawingEditor newDrawingEditor)
|
Method Summary | |
protected void |
createRelation(Class source,
Class target)
Create a RelationLink between two classes. |
Methods inherited from class org.objectweb.jac.ide.diagrams.RelationLinkCreationTool |
createLinkFigure, deactivate, findConnection, findConnectionStart, findSource, findTarget, mouseDown, mouseDrag, mouseMove, mouseUp, trackConnectors |
Methods inherited from class org.objectweb.jac.ide.diagrams.AbstractTool |
diagramView, isActive |
Methods inherited from class CH.ifa.draw.standard.AbstractTool |
activate, addToolListener, checkUsable, createEventDispatcher, drawing, editor, getEventDispatcher, isEnabled, isUsable, keyDown, removeToolListener, setEnabled, setUsable, view, viewCreated, viewDestroying, viewSelectionChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AggregationCreationTool(CH.ifa.draw.framework.DrawingEditor newDrawingEditor)
Method Detail |
protected void createRelation(Class source, Class target)
createRelation
in class RelationLinkCreationTool
source
- start class of the linktarget
- end class of the link
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |