public class HookDescriptorPluginAction extends HookDescriptorBase
| Modifier and Type | Field and Description |
|---|---|
java.util.Vector |
menuPositions |
frame, FREEMIND_BASE_DIR_STRING, mXmlPluginFile, pluginBase| Constructor and Description |
|---|
HookDescriptorPluginAction(FreeMindMain frame,
java.lang.String xmlPluginFile,
freemind.controller.actions.generated.instance.Plugin pluginBase,
freemind.controller.actions.generated.instance.PluginAction pluginAction) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseClass() |
java.lang.String |
getClassName() |
java.lang.String |
getDocumentation() |
java.lang.String |
getIconPath() |
HookInstanciationMethod |
getInstanciationMethod() |
java.lang.String |
getKeyStroke() |
java.util.Vector |
getModes() |
java.lang.String |
getName() |
java.util.Properties |
getProperties() |
boolean |
isSelectable() |
java.lang.String |
toString() |
getFromPropertiesIfNecessary, getFromResourceIfNecessary, getPluginBase, getPluginClassLoader, getPluginClasspathpublic HookDescriptorPluginAction(FreeMindMain frame, java.lang.String xmlPluginFile, freemind.controller.actions.generated.instance.Plugin pluginBase, freemind.controller.actions.generated.instance.PluginAction pluginAction)
public java.lang.String toString()
toString in class java.lang.Objectpublic HookInstanciationMethod getInstanciationMethod()
public java.util.Vector getModes()
public java.lang.String getBaseClass()
public java.lang.String getName()
public java.lang.String getClassName()
public java.lang.String getDocumentation()
public java.lang.String getIconPath()
public java.lang.String getKeyStroke()
public java.util.Properties getProperties()
public boolean isSelectable()