| net.refractions.udig.tool.select.SelectPlugin
SelectPlugin | public class SelectPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
Field Summary | |
final public static String | ID |
SelectPlugin | public SelectPlugin()(Code) | | The constructor.
|
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
x |
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle,
or 'key' if not found.
Parameters: key - x |
log | public static void log(String message2, Throwable e)(Code) | | Writes an info log in the plugin's log.
This should be used for user level messages.
|
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
|
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
|
|
|