|
||||||||||
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.model.base.BasePlugin
public class BasePlugin
The activator class controls the plug-in life cycle.
Field Summary | |
---|---|
static String |
ABSTRACT_MODEL_ID
Abstract model extension id. |
static String |
ATTRIBUTE
Attribute node in the model exsd. |
static String |
ATTRIBUTE_ID
Attribute id attribute in the model exsd. |
static String |
ATTRIBUTE_NAME
Attribute name attribute in the model exsd. |
static String |
COLUMN
Column node in the model exsd (extension point definition file). |
static String |
COLUMN_DEFAULTVALUE
Column default value attribute in the model exsd. |
static String |
COLUMN_ID
Column id attribute in the model exsd. |
static String |
COLUMN_MODEL_INDEX
Column model index attribute in the model exsd. |
static String |
COLUMN_NAME
Column name attribute in the model exsd. |
static String |
COLUMN_OPTIONAL
Column optional value in the model exsd. |
static String |
COLUMN_REQUIRED
Column required value in the model exsd. |
static String |
COLUMN_TYPE
Column type attribute in the model exsd. |
static String |
COLUMN_TYPE_BOOLEAN
Column type boolean value in the model exsd. |
static String |
COLUMN_TYPE_DATE
Column type date value in the model exsd. |
static String |
COLUMN_TYPE_DOUBLE
Column type double value in the model exsd. |
static String |
COLUMN_TYPE_LONG
Column type long value in the model exsd. |
static String |
COLUMN_TYPE_STRING
Column type string value in the model exsd. |
static String |
COLUMN_USE
Column use attribute in the model exsd. |
static String |
DATE_ATTRIBUTE_NAME
Date attribute name for Relation and TimedRelation in the model exsd. |
static String |
LOADER
Loader node in the model exsd. |
static String |
MODEL_EXTENSION_ID
Model extension point id. |
static String |
MODEL_ID
Model id attribute in the model exsd. |
static String |
MODEL_NAME
Model name attribute in the model exsd. |
static String |
PARAMETER
Parameter node in the model exsd. |
static String |
PARAMETER_ID
Parameter id attribute in the model exsd. |
static String |
PARAMETER_NAME
Parameter name attribute in the model exsd. |
static String |
PLUGIN_ID
The plug-in ID. |
static String |
SOURCE_ATTRIBUTE_NAME
Source attribute name for Relation and TimedRelation in the model exsd. |
static String |
TARGET_ATTRIBUTE_NAME
Target attribute name for Relation and TimedRelation in the model exsd. |
static String |
TYPE
Type node in the model exsd. |
static String |
TYPE_ID
Type id attribute in the model exsd. |
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
BasePlugin()
The default constructor. |
Method Summary | |
---|---|
static BasePlugin |
getDefault()
Returns the shared instance. |
static org.apache.log4j.Logger |
getLogger()
The default logger of the plug-in. |
static org.eclipse.core.runtime.IConfigurationElement[] |
getModelConfigurations()
Returns configurations (extensions description) for all models - extension point pl.edu.agh.cast.model . |
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 MODEL_EXTENSION_ID
public static final String ABSTRACT_MODEL_ID
public static final String COLUMN
public static final String COLUMN_DEFAULTVALUE
public static final String COLUMN_MODEL_INDEX
public static final String COLUMN_NAME
public static final String COLUMN_USE
public static final String COLUMN_ID
public static final String COLUMN_TYPE
public static final String PARAMETER
public static final String PARAMETER_ID
public static final String PARAMETER_NAME
public static final String LOADER
public static final String MODEL_NAME
public static final String MODEL_ID
public static final String COLUMN_REQUIRED
public static final String COLUMN_OPTIONAL
public static final String COLUMN_TYPE_STRING
public static final String COLUMN_TYPE_LONG
public static final String COLUMN_TYPE_DOUBLE
public static final String COLUMN_TYPE_DATE
public static final String COLUMN_TYPE_BOOLEAN
public static final String TYPE
public static final String TYPE_ID
public static final String ATTRIBUTE
public static final String ATTRIBUTE_ID
public static final String ATTRIBUTE_NAME
public static final String SOURCE_ATTRIBUTE_NAME
public static final String TARGET_ATTRIBUTE_NAME
public static final String DATE_ATTRIBUTE_NAME
Constructor Detail |
---|
public BasePlugin()
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 BasePlugin getDefault()
public static org.apache.log4j.Logger getLogger()
public static org.eclipse.core.runtime.IConfigurationElement[] getModelConfigurations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |