|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PermanentNodeHook
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface freemind.extensions.MindMapHook |
---|
MindMapHook.PluginBaseClassSearcher |
Method Summary | |
---|---|
void |
loadFrom(XMLElement child)
|
void |
onAddChild(MindMapNode addedChildNode)
Is called if the addedChildNode is inserted as a direct child of the node, this hook is attached to. |
void |
onAddChildren(MindMapNode addedChild)
This method is called, if a child is added to me or to any of my children. |
void |
onDeselectHook(NodeView nodeView)
|
void |
onNewChild(MindMapNode newChildNode)
Is only called, if a new nodes is inserted as a child. |
void |
onRemoveChild(MindMapNode oldChildNode)
|
void |
onRemoveChildren(MindMapNode oldChildNode,
MindMapNode oldDad)
This method is called, if a child is removed to me or to any of my children. |
void |
onSelectHook(NodeView nodeView)
|
void |
onUpdateChildrenHook(MindMapNode updatedNode)
If any of my children is updated, I get this notification. |
void |
onUpdateNodeHook()
If the node I belong to is changed, I get this notification. |
void |
onViewCreatedHook(NodeView nodeView)
|
void |
onViewRemovedHook(NodeView nodeView)
|
void |
save(XMLElement hookElement)
|
Methods inherited from interface freemind.extensions.NodeHook |
---|
invoke, setMap, setNode |
Methods inherited from interface freemind.extensions.MindMapHook |
---|
getName, getPluginBaseClass, getResourceString, setController, setName, setPluginBaseClass, setProperties, shutdownMapHook, startupMapHook |
Method Detail |
---|
void onSelectHook(NodeView nodeView)
void onDeselectHook(NodeView nodeView)
void onViewCreatedHook(NodeView nodeView)
void onViewRemovedHook(NodeView nodeView)
void onUpdateNodeHook()
void onAddChild(MindMapNode addedChildNode)
void onNewChild(MindMapNode newChildNode)
void onAddChildren(MindMapNode addedChild)
void onRemoveChild(MindMapNode oldChildNode)
void onRemoveChildren(MindMapNode oldChildNode, MindMapNode oldDad)
oldDad
- TODOvoid onUpdateChildrenHook(MindMapNode updatedNode)
void save(XMLElement hookElement)
void loadFrom(XMLElement child)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |