Public Member Functions | |
AbeansPlugin () | |
AbeansPlugin (IPluginDescriptor desc) | |
void | start (BundleContext context) throws Exception |
void | stop (BundleContext context) throws Exception |
ResourceBundle | getResourceBundle () |
Static Public Member Functions | |
AbeansPlugin | getDefault () |
String | getResourceString (String key) |
Private Attributes | |
ResourceBundle | resourceBundle |
Static Private Attributes | |
AbeansPlugin | plugin |
|
The constructor. |
|
The constructor. |
|
Returns the shared instance. |
|
Returns the plugin's resource bundle, |
|
Returns the string from the plugin's resource bundle, or 'key' if not found. |
|
This method is called upon plug-in activation |
|
This method is called when the plug-in is stopped |
|
|
|
|