| org.apache.derby.ui.DerbyPlugin
DerbyPlugin | public class DerbyPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
Constructor Summary | |
public | DerbyPlugin() The constructor. |
Method Summary | |
public static DerbyPlugin | getDefault() Returns the shared instance. | public void | start(BundleContext context) | public void | stop(BundleContext context) |
DerbyPlugin | public DerbyPlugin()(Code) | | The constructor.
|
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
|
|
|