public class StartPointNode
extends GraphNode
Created by swarmshine on 29.01.2017.
AutoLayoutable.DefaultImpls| Constructor and Description |
|---|
StartPointNode(ru.fix.completable.reactor.model.StartPoint startPoint,
ru.fix.completable.reactor.model.GraphModel model,
GraphViewer.ActionListener actionListener)
Created by swarmshine on 29.01.2017.
|
| Modifier and Type | Method and Description |
|---|---|
GraphViewer.ActionListener |
getActionListener() |
ru.fix.completable.reactor.model.GraphModel |
getModel() |
ru.fix.completable.reactor.model.StartPoint |
getStartPoint() |
void |
initializePopupMenu() |
getAutoLayoutX, getAutoLayoutY, getFigure, getGraphChildren, getNodeHeight, getNodeWidth, getNodeX, getNodeY, isUserDefinedCoordinates, setAutoLayoutX, setAutoLayoutY, setNodeX, setNodeYgetFigure, getGraphChildren, getNodeHeight, getNodeWidth, getNodeX, getNodeY, isUserDefinedCoordinates, nodeCenterX, nodeCenterY, setNodeX, setNodeYpublic StartPointNode(ru.fix.completable.reactor.model.StartPoint startPoint,
ru.fix.completable.reactor.model.GraphModel model,
GraphViewer.ActionListener actionListener)
Created by swarmshine on 29.01.2017.
public void initializePopupMenu()
public ru.fix.completable.reactor.model.StartPoint getStartPoint()
public ru.fix.completable.reactor.model.GraphModel getModel()
public GraphViewer.ActionListener getActionListener()