freemind.extensions
Class HookDescriptorRegistration

java.lang.Object
  extended by freemind.extensions.HookDescriptorBase
      extended by freemind.extensions.HookDescriptorRegistration

public class HookDescriptorRegistration
extends HookDescriptorBase

Author:
foltin

Field Summary
 
Fields inherited from class freemind.extensions.HookDescriptorBase
frame, FREEMIND_BASE_DIR_STRING, mXmlPluginFile, pluginBase
 
Constructor Summary
HookDescriptorRegistration(FreeMindMain frame, java.lang.String xmlPluginFile, freemind.controller.actions.generated.instance.Plugin pluginBase, freemind.controller.actions.generated.instance.PluginRegistration pRegistration)
           
 
Method Summary
 java.lang.String getClassName()
           
 boolean getIsPluginBase()
           
 java.util.List getListPluginModeList()
           
 
Methods inherited from class freemind.extensions.HookDescriptorBase
getFromPropertiesIfNecessary, getFromResourceIfNecessary, getPluginBase, getPluginClassLoader, getPluginClasspath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HookDescriptorRegistration

public HookDescriptorRegistration(FreeMindMain frame,
                                  java.lang.String xmlPluginFile,
                                  freemind.controller.actions.generated.instance.Plugin pluginBase,
                                  freemind.controller.actions.generated.instance.PluginRegistration pRegistration)
Method Detail

getClassName

public java.lang.String getClassName()

getIsPluginBase

public boolean getIsPluginBase()

getListPluginModeList

public java.util.List getListPluginModeList()