|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.standard.AbstractFigure
org.jhotdraw.figures.PolyLineFigure
org.jhotdraw.figures.LineConnection
org.jhotdraw.samples.pert.PertDependency
Field Summary |
Fields inherited from class org.jhotdraw.figures.LineConnection |
myEndConnector, myStartConnector |
Fields inherited from class org.jhotdraw.figures.PolyLineFigure |
ARROW_TIP_BOTH, ARROW_TIP_END, ARROW_TIP_NONE, ARROW_TIP_START, fEndDecoration, fFrameColor, fPoints, fStartDecoration |
Fields inherited from interface org.jhotdraw.framework.Figure |
POPUP_MENU |
Constructor Summary | |
PertDependency()
|
Method Summary | |
boolean |
canConnect(Figure start,
Figure end)
Tests whether two figures can be connected. |
void |
handleConnect(Figure start,
Figure end)
Handles the connection of a connection. |
void |
handleDisconnect(Figure start,
Figure end)
Handles the disconnection of a connection. |
HandleEnumeration |
handles()
Gets the handles of the figure. |
Methods inherited from class org.jhotdraw.figures.LineConnection |
basicMoveBy, canConnect, connectEnd, connectsSame, connectStart, disconnectEnd, disconnectStart, endFigure, endPoint, endPoint, figureChanged, figureInvalidated, figureRemoved, figureRequestRemove, figureRequestUpdate, getEndConnector, getStartConnector, insertPointAt, layoutConnection, read, release, removeFromContainer, removePointAt, setEndConnector, setPointAt, setStartConnector, startFigure, startPoint, startPoint, updateConnection, visit, write |
Methods inherited from class org.jhotdraw.figures.PolyLineFigure |
addPoint, basicDisplayBox, connectorAt, containsPoint, displayBox, draw, drawLine, findSegment, getAttribute, getAttribute, getEndDecoration, getFrameColor, getStartDecoration, invalidateRectangle, isEmpty, joinSegments, locator, pointAt, pointCount, points, setAttribute, setAttribute, setEndDecoration, setFrameColor, setStartDecoration, splitSegment |
Methods inherited from class org.jhotdraw.standard.AbstractFigure |
addDependendFigure, addFigureChangeListener, addToContainer, center, changed, clone, connectedTextLocator, connectionInsets, connectorVisibility, decompose, displayBox, displayBox, figures, findFigureInside, getDecoratedFigure, getDependendFigures, getTextHolder, getZValue, includes, invalidate, listener, moveBy, removeDependendFigure, removeFigureChangeListener, setZValue, size, willChange |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jhotdraw.framework.ConnectionFigure |
joinSegments, pointAt, pointCount, splitSegment |
Methods inherited from interface org.jhotdraw.framework.Figure |
addDependendFigure, addFigureChangeListener, addToContainer, basicDisplayBox, center, changed, clone, connectedTextLocator, connectionInsets, connectorAt, connectorVisibility, containsPoint, decompose, displayBox, displayBox, displayBox, draw, figures, findFigureInside, getAttribute, getAttribute, getDecoratedFigure, getDependendFigures, getTextHolder, getZValue, includes, invalidate, isEmpty, listener, moveBy, removeDependendFigure, removeFigureChangeListener, setAttribute, setAttribute, setZValue, size, willChange |
Constructor Detail |
public PertDependency()
Method Detail |
public void handleConnect(Figure start, Figure end)
LineConnection
handleConnect
in class LineConnection
public void handleDisconnect(Figure start, Figure end)
LineConnection
handleDisconnect
in class LineConnection
public boolean canConnect(Figure start, Figure end)
LineConnection
canConnect
in interface ConnectionFigure
canConnect
in class LineConnection
public HandleEnumeration handles()
LineConnection
handles
in interface Figure
handles
in class LineConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |