|
|||||||||||
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.AbstractActionTool | +--org.objectweb.jac.ide.diagrams.RelationLinkShowTool
Show an existing relation or inheritance link
Field Summary |
Fields inherited from class org.objectweb.jac.ide.diagrams.AbstractActionTool |
context |
Fields inherited from class CH.ifa.draw.standard.AbstractTool |
fAnchorX, fAnchorY |
Constructor Summary | |
RelationLinkShowTool(CH.ifa.draw.framework.DrawingEditor newDrawingEditor,
DisplayContext context)
|
Method Summary | |
void |
action(CH.ifa.draw.framework.Figure figure)
|
List |
relations()
Returns the list of relations of the current class not yet on the diagram |
void |
showRelation(Link link)
|
Methods inherited from class org.objectweb.jac.ide.diagrams.AbstractActionTool |
isActive, mouseDown, mouseUp |
Methods inherited from class CH.ifa.draw.standard.AbstractTool |
activate, addToolListener, checkUsable, createEventDispatcher, deactivate, drawing, editor, getEventDispatcher, isEnabled, isUsable, keyDown, mouseDrag, mouseMove, 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 RelationLinkShowTool(CH.ifa.draw.framework.DrawingEditor newDrawingEditor, DisplayContext context) throws ClassNotFoundException
Method Detail |
public List relations()
public void showRelation(Link link) throws Exception
Exception
public void action(CH.ifa.draw.framework.Figure figure)
action
in class AbstractActionTool
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |