|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
pl.edu.agh.cast.importer.wizard.Activator
public class Activator
The activator class controls the plug-in life cycle.
Field Summary | |
---|---|
static String |
PLUGIN_ID
The plugin ID. |
static String |
WIZARD_CONVERSIONRULE_DIALOG_CLASS
Name of the point attribute of pl.edu.agh.cast.importer.wizard.rulesconfig extension point. |
static String |
WIZARD_CONVERSIONRULE_DIALOG_EXTENSION_ID
Identifier of the pl.edu.agh.cast.importer.wizard.rulesconfig extension point. |
static String |
WIZARD_CONVERSIONRULE_DIALOG_ID
Name of the id attribute of pl.edu.agh.cast.importer.wizard.rulesconfig extension point. |
static String |
WIZARD_CONVERSIONRULES_PAGE_CLASS
Name of the point attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point. |
static String |
WIZARD_CONVERSIONRULES_PAGE_DESCRIPTION
Name of the description attribute of pl.edu.agh.cast.importer.wizard.rulespage extension
point. |
static String |
WIZARD_CONVERSIONRULES_PAGE_EXTENSION_ID
Identifier of the pl.edu.agh.cast.importer.wizard.rulespage extension point. |
static String |
WIZARD_CONVERSIONRULES_PAGE_ID
Name of the id attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point. |
static String |
WIZARD_CONVERSIONRULES_PAGE_NAME
Name of the name attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point. |
static String |
WIZARD_DATATYPE_DIALOG_CLASS
Name of the point attribute of pl.edu.agh.cast.importer.wizard.datatypeconfig extension
point. |
static String |
WIZARD_DATATYPE_DIALOG_EXTENSION_ID
Identifier of the pl.edu.agh.cast.importer.wizard.datatypeconfig extension point. |
static String |
WIZARD_DATATYPE_DIALOG_ID
Name of the id attribute of pl.edu.agh.cast.importer.wizard.datatypeconfig extension point. |
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
Activator()
The constructor. |
Method Summary | |
---|---|
static Activator |
getDefault()
Returns the shared instance. |
static org.apache.log4j.Logger |
getLogger()
Returns the shared logger of the data view plug-in. |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
---|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PLUGIN_ID
public static final String WIZARD_CONVERSIONRULES_PAGE_EXTENSION_ID
pl.edu.agh.cast.importer.wizard.rulespage
extension point.
public static final String WIZARD_CONVERSIONRULES_PAGE_CLASS
pl.edu.agh.cast.importer.wizard.rulespage
extension point.
public static final String WIZARD_CONVERSIONRULES_PAGE_ID
pl.edu.agh.cast.importer.wizard.rulespage
extension point.
public static final String WIZARD_CONVERSIONRULES_PAGE_NAME
pl.edu.agh.cast.importer.wizard.rulespage
extension point.
public static final String WIZARD_CONVERSIONRULES_PAGE_DESCRIPTION
pl.edu.agh.cast.importer.wizard.rulespage
extension
point.
public static final String WIZARD_CONVERSIONRULE_DIALOG_EXTENSION_ID
pl.edu.agh.cast.importer.wizard.rulesconfig
extension point.
public static final String WIZARD_CONVERSIONRULE_DIALOG_CLASS
pl.edu.agh.cast.importer.wizard.rulesconfig
extension point.
public static final String WIZARD_CONVERSIONRULE_DIALOG_ID
pl.edu.agh.cast.importer.wizard.rulesconfig
extension point.
public static final String WIZARD_DATATYPE_DIALOG_EXTENSION_ID
pl.edu.agh.cast.importer.wizard.datatypeconfig
extension point.
public static final String WIZARD_DATATYPE_DIALOG_CLASS
pl.edu.agh.cast.importer.wizard.datatypeconfig
extension
point.
public static final String WIZARD_DATATYPE_DIALOG_ID
pl.edu.agh.cast.importer.wizard.datatypeconfig
extension point.
Constructor Detail |
---|
public Activator()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
AbstractUIPlugin.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
AbstractUIPlugin.stop(org.osgi.framework.BundleContext)
public static Activator getDefault()
public static org.apache.log4j.Logger getLogger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |