The activator class controls the plug-in life cycle.
More...
|
| | Activator () |
| | The constructor.
|
| |
| void | start (BundleContext context) throws Exception |
| |
| void | stop (BundleContext context) throws Exception |
| |
|
| static final String | PLUGIN_ID = "javaFXMLpackage" |
| | The plug-in ID.
|
| |
The activator class controls the plug-in life cycle.
Definition at line 9 of file Activator.java.
| javafxmlpackage.Activator.Activator |
( |
| ) |
|
|
inline |
| static Activator javafxmlpackage.Activator.getDefault |
( |
| ) |
|
|
inlinestatic |
Returns the shared instance.
- Returns
- the shared instance
Definition at line 51 of file Activator.java.
| void javafxmlpackage.Activator.start |
( |
BundleContext |
context | ) |
throws Exception |
|
inline |
| void javafxmlpackage.Activator.stop |
( |
BundleContext |
context | ) |
throws Exception |
|
inline |
| final String javafxmlpackage.Activator.PLUGIN_ID = "javaFXMLpackage" |
|
static |
The documentation for this class was generated from the following file: