java.lang.Object
de.grogra.pf.registry.Plugin
de.grogra.rsta.P
- All Implemented Interfaces:
RegistryContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.grogra.pf.registry.Plugin
checkConfigure, getI18NBundle, getPluginDescriptor, getRegistry, initialize, shutdown
-
Field Details
-
SYNTAX_STYLE_XL
Style for highlighting XL.- See Also:
-
-
Constructor Details
-
P
public P()
-
-
Method Details
-
getInstance
-
startup
public void startup()Description copied from class:PluginThis method is invoked when the plugin is activated, i.e., when the first class defined by the plugin is loaded (except for the Plugin class itself). The default implementation executes all executable items in the directory/hooks/startup/name, wherenameis the name of the plugin.The method
Plugin.initialize()has been invoked before. Only if this invocation has returnedtrue, the plugin may be activated.
-