public class SubgraphNode
extends GraphNode
Created by swarmshine on 29.01.2017.
AutoLayoutable.DefaultImpls| Constructor and Description |
|---|
SubgraphNode(ru.fix.completable.reactor.model.Subgraph subgraph,
GraphViewer.ActionListener actionListener)
Created by swarmshine on 29.01.2017.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.ContextMenu |
buildTooltipContent() |
GraphViewer.ActionListener |
getActionListener() |
ru.fix.completable.reactor.model.Subgraph |
getSubgraph() |
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 SubgraphNode(ru.fix.completable.reactor.model.Subgraph subgraph,
GraphViewer.ActionListener actionListener)
Created by swarmshine on 29.01.2017.
public void initializePopupMenu()
public javafx.scene.control.ContextMenu buildTooltipContent()
public ru.fix.completable.reactor.model.Subgraph getSubgraph()
public GraphViewer.ActionListener getActionListener()