|
||||||||||
| 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
com.ibm.carma.ui.CarmaUIPlugin
public class CarmaUIPlugin
The main plugin class to be used in the desktop.
Note: This class is intended to be used internal to the plugin and is subject to change
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.ibm.carma.ui.property.ICarmaPreferenceConstants |
|---|
ICarmaPreferenceConstants.ParameterOrder |
| Field Summary | |
|---|---|
static org.eclipse.core.runtime.QualifiedName |
CARMA_ID
Deprecated. migrated to mapping framework to PropertyReference |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
EXTENSION_POINT_CLASS
|
static java.lang.String |
EXTENSION_POINT_ICON
|
static java.lang.String |
EXTENSION_POINT_ID
|
static java.lang.String |
EXTENSION_POINT_NAME
|
static java.lang.String |
PLUGIN_ID
Plugin identifier |
static org.eclipse.core.runtime.QualifiedName |
REMOTE_RESOURCE_ID
Deprecated. migrated to mapping framework to PropertyReference |
static org.eclipse.core.runtime.QualifiedName |
REMOTE_RESOURCE_TYPE
Deprecated. migrated to mapping framework to PropertyReference |
static org.eclipse.core.runtime.QualifiedName |
REPOSITORY_INSTANCE_ID
Deprecated. migrated to mapping framework to PropertyReference |
static org.eclipse.core.runtime.QualifiedName |
REPOSITORY_MANAGER_TYPE
Deprecated. migrated to mapping framework to PropertyReference |
static java.lang.String |
TEAM_ID
Identifier of the team provider for CARMA associated projects |
| Fields inherited from class org.eclipse.core.runtime.Plugin |
|---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Constructor Summary | |
|---|---|
CarmaUIPlugin()
Should not be called by clients. |
|
| Method Summary | |
|---|---|
java.util.Hashtable |
getBidiDataHandler()
|
static CarmaUIPlugin |
getDefault()
Returns the shared instance of CarmaUIPlugin. |
org.eclipse.jface.preference.IPreferenceStore |
getPreferenceStore()
|
java.util.ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle, |
static java.lang.String |
getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or '!key!' if not found. |
static java.lang.String |
getResourceString(java.lang.String key,
java.lang.Object[] args)
Returns the string from the plugin's resource bundle formatted with the arguments or '!key!' if not found. |
static boolean |
isDebugMode()
Deprecated. use Plugin.isDebugging() |
void |
setBidiDataHandler(java.util.Hashtable table)
|
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation and loads the CarmaRegistry. |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped and persists CarmaRegistry to a file |
static void |
trace(java.lang.Object obj,
java.lang.String message,
java.lang.Throwable t)
Deprecated. Use the TraceUtil.trace(Object, String, Throwable) method |
| Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
|---|
getDialogSettings, getImageRegistry, getWorkbench, imageDescriptorFromPlugin, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String TEAM_ID
public static final java.lang.String PLUGIN_ID
public static final java.lang.String EXTENSION_POINT_ID
public static final java.lang.String EXTENSION_POINT_CLASS
public static final java.lang.String EXTENSION_POINT_NAME
public static final java.lang.String EXTENSION_POINT_ICON
@Deprecated public static final org.eclipse.core.runtime.QualifiedName CARMA_ID
PropertyReference@Deprecated public static final org.eclipse.core.runtime.QualifiedName REPOSITORY_MANAGER_TYPE
PropertyReference@Deprecated public static final org.eclipse.core.runtime.QualifiedName REMOTE_RESOURCE_TYPE
PropertyReference@Deprecated public static final org.eclipse.core.runtime.QualifiedName REPOSITORY_INSTANCE_ID
PropertyReference@Deprecated public static final org.eclipse.core.runtime.QualifiedName REMOTE_RESOURCE_ID
PropertyReference| Constructor Detail |
|---|
public CarmaUIPlugin()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exception
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exceptionpublic static CarmaUIPlugin getDefault()
public static java.lang.String getResourceString(java.lang.String key)
public static java.lang.String getResourceString(java.lang.String key,
java.lang.Object[] args)
public java.util.ResourceBundle getResourceBundle()
@Deprecated public static boolean isDebugMode()
Plugin.isDebugging()
@Deprecated
public static void trace(java.lang.Object obj,
java.lang.String message,
java.lang.Throwable t)
TraceUtil.trace(Object, String, Throwable) method
obj - the object the trace message comes frommessage - the message to print outt - the throwable that should be included in the trace filepublic org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
getPreferenceStore in class org.eclipse.ui.plugin.AbstractUIPluginpublic void setBidiDataHandler(java.util.Hashtable table)
public java.util.Hashtable getBidiDataHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||