|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemind.extensions.HookFactoryAdapter
public abstract class HookFactoryAdapter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface freemind.extensions.HookFactory |
---|
HookFactory.RegistrationContainer |
Field Summary | |
---|---|
protected java.util.HashMap |
allRegistrationInstances
Contains PluginType -> Object (baseClass) relations. |
Constructor Summary | |
---|---|
protected |
HookFactoryAdapter()
|
Method Summary | |
---|---|
void |
deregisterAllRegistrationContainer()
|
PermanentNodeHook |
getHookInNode(MindMapNode node,
java.lang.String hookName)
|
void |
registerRegistrationContainer(HookFactory.RegistrationContainer container,
HookRegistration instanciatedRegistrationObject)
See getRegistrations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface freemind.extensions.HookFactory |
---|
createModeControllerHook, createNodeHook, getHookMenuPositions, getInstanciationMethod, getPluginBaseClass, getPossibleModeControllerHooks, getPossibleNodeHooks, getRegistrations |
Field Detail |
---|
protected java.util.HashMap allRegistrationInstances
Constructor Detail |
---|
protected HookFactoryAdapter()
Method Detail |
---|
public PermanentNodeHook getHookInNode(MindMapNode node, java.lang.String hookName)
getHookInNode
in interface HookFactory
public void registerRegistrationContainer(HookFactory.RegistrationContainer container, HookRegistration instanciatedRegistrationObject)
registerRegistrationContainer
in interface HookFactory
public void deregisterAllRegistrationContainer()
deregisterAllRegistrationContainer
in interface HookFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |