|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
onLooseFocusHook()
|
void |
onMouseOverHook()
|
void |
onNewChild(MindMapNode newChildNode)
Is only called, if a new nodes is inserted as a child. |
void |
onReceiveFocusHook()
|
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 |
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 |
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 |
public void onReceiveFocusHook()
public void onMouseOverHook()
public void onUpdateNodeHook()
public void onAddChild(MindMapNode addedChildNode)
addedChildNode
- onNewChild
public void onNewChild(MindMapNode newChildNode)
newChildNode
- onAddChild.
public void onAddChildren(MindMapNode addedChild)
addedChild
- public void onRemoveChild(MindMapNode oldChildNode)
public void onRemoveChildren(MindMapNode oldChildNode, MindMapNode oldDad)
oldChildNode
- oldDad
- TODOpublic void onUpdateChildrenHook(MindMapNode updatedNode)
public void save(XMLElement hookElement)
hookElement
- public void loadFrom(XMLElement child)
child
- public void onLooseFocusHook()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |