public static interface ModeController.NodeSelectionListener
Modifier and Type | Method and Description |
---|---|
void |
onFocusNode(NodeView node)
Is sent when a node is focused (this means, that it is *the* selected node,
there may only be one!).
|
void |
onLostFocusNode(NodeView node)
Is sent when a node has lost its focus (see
onSelectHook() ). |
void |
onSaveNode(MindMapNode node)
Is issued before a node is saved (eg. to save its notes, too, even if
the notes is currently edited).
|
void |
onSelectionChange(NodeView pNode,
boolean pIsSelected)
Informs whether or not the node belongs to the group of selected
nodes (in contrast to the focused node above).
|
void |
onUpdateNodeHook(MindMapNode node)
Sent, if a node is changed
|
void onUpdateNodeHook(MindMapNode node)
void onFocusNode(NodeView node)
void onLostFocusNode(NodeView node)
onSelectHook()
).void onSaveNode(MindMapNode node)
void onSelectionChange(NodeView pNode, boolean pIsSelected)
pNode
- pIsSelected
- true, if the node is selected now.