|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getName()
|
java.lang.Object |
getPluginBaseClass()
If a base class is specified in the plugin declaration via a plugin_registration entry with isPluginBase==true, this object is returned here. |
java.lang.String |
getResourceString(java.lang.String property)
looks for a property in the plugin properties file. |
void |
setController(ModeController controller)
|
void |
setName(java.lang.String name)
|
void |
setPluginBaseClass(java.lang.Object baseClass)
|
void |
setProperties(java.util.Properties properties)
|
void |
shutdownMapHook()
This method is also called, if the node, this hook belongs to, is removed from the map. |
void |
startupMapHook()
This method is also called, if the hook is created in the map. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public void setProperties(java.util.Properties properties)
properties
- the properties of the property file belonging to the hook are passed.public java.lang.String getResourceString(java.lang.String property)
public void setController(ModeController controller)
public java.lang.Object getPluginBaseClass()
public void setPluginBaseClass(java.lang.Object baseClass)
public void startupMapHook()
public void shutdownMapHook()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |