| org.openwfe.gpe.FlowPlugin
FlowPlugin | public class FlowPlugin extends AbstractUIPlugin (Code) | | Plugin class used by the graphical editor.
This is the main class which is started when the editor is started
|
Constructor Summary | |
public | FlowPlugin(IPluginDescriptor desc) |
FlowPlugin | public FlowPlugin(IPluginDescriptor desc)(Code) | | |
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
|
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle,
or 'key' if not found.
|
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
|
|
|