| net.refractions.udig.catalog.internal.geotiff.GeoTiffPlugin
GeoTiffPlugin | public class GeoTiffPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
GeoTiffPlugin | public GeoTiffPlugin()(Code) | | The constructor.
|
getDefault | public static GeoTiffPlugin getDefault()(Code) | | Returns the shared instance.
Default implementation of this plugin. |
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
Default ResourceBundle for this plugin. |
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle,
or 'key' if not found.
Parameters: key - String value of the requsted resource. |
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
Parameters: context - throws: Exception - |
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
Parameters: context - throws: Exception - |
|
|