de.matthias_burbach.flux4eclipse
Class FluxPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
de.matthias_burbach.flux4eclipse.FluxPlugin
- public class FluxPlugin
- extends org.eclipse.ui.plugin.AbstractUIPlugin
The main Flux plugin class to be used in the Eclipse desktop.
- Author:
- Matthias Burbach
Nested classes inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
|
Fields inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
|
Fields inherited from class org.eclipse.core.runtime.Plugin |
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary |
FluxPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
The constructor. |
Method Summary |
static FluxPlugin |
getDefault()
Returns the shared instance. |
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 org.eclipse.core.resources.IWorkspace |
getWorkspace()
Returns the workspace instance. |
protected void |
initializeDefaultPreferences(org.eclipse.jface.preference.IPreferenceStore store)
Initializes a preference store with default preference values
for this plug-in. |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, initializeDefaultPluginPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getDescriptor, getLog, getPluginPreferences, getStateLocation, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
P_MODEL_FILE_PATTERN
public static final java.lang.String P_MODEL_FILE_PATTERN
- See Also:
- Constant Field Values
P_DEFAULT_FORM_NAME_PATTERN
public static final java.lang.String P_DEFAULT_FORM_NAME_PATTERN
- See Also:
- Constant Field Values
P_DEFAULT_PACKAGE_PATTERN
public static final java.lang.String P_DEFAULT_PACKAGE_PATTERN
- See Also:
- Constant Field Values
P_DISPATCHER_ACTION
public static final java.lang.String P_DISPATCHER_ACTION
- See Also:
- Constant Field Values
P_MODE_DISPATCHER_ACTION
public static final java.lang.String P_MODE_DISPATCHER_ACTION
- See Also:
- Constant Field Values
P_RELAY_ACTION
public static final java.lang.String P_RELAY_ACTION
- See Also:
- Constant Field Values
P_ENTER_MODULE_ACTION
public static final java.lang.String P_ENTER_MODULE_ACTION
- See Also:
- Constant Field Values
P_FINAL_STATE_ACTION
public static final java.lang.String P_FINAL_STATE_ACTION
- See Also:
- Constant Field Values
P_DISPATCHER_PARAMETER
public static final java.lang.String P_DISPATCHER_PARAMETER
- See Also:
- Constant Field Values
P_MODE_DISPATCHER_PARAMETER
public static final java.lang.String P_MODE_DISPATCHER_PARAMETER
- See Also:
- Constant Field Values
P_RELAY_PARAMETER
public static final java.lang.String P_RELAY_PARAMETER
- See Also:
- Constant Field Values
P_ENTER_MODULE_PARAMETER
public static final java.lang.String P_ENTER_MODULE_PARAMETER
- See Also:
- Constant Field Values
P_FINAL_STATE_PARAMETER
public static final java.lang.String P_FINAL_STATE_PARAMETER
- See Also:
- Constant Field Values
P_PHYSICAL_PAGE_PREFIX
public static final java.lang.String P_PHYSICAL_PAGE_PREFIX
- See Also:
- Constant Field Values
P_PHYSICAL_PAGE_SUFFIX
public static final java.lang.String P_PHYSICAL_PAGE_SUFFIX
- See Also:
- Constant Field Values
P_ROOT_MODULE
public static final java.lang.String P_ROOT_MODULE
- See Also:
- Constant Field Values
P_PRESERVE_NON_MODELLED_ACTION_MAPPINGS
public static final java.lang.String P_PRESERVE_NON_MODELLED_ACTION_MAPPINGS
- See Also:
- Constant Field Values
P_GENERATE_PAGE_PREPROCESSINGS
public static final java.lang.String P_GENERATE_PAGE_PREPROCESSINGS
- See Also:
- Constant Field Values
P_CREATE_BACKUP
public static final java.lang.String P_CREATE_BACKUP
- See Also:
- Constant Field Values
plugin
private static FluxPlugin plugin
resourceBundle
private java.util.ResourceBundle resourceBundle
FluxPlugin
public FluxPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
- The constructor.
getDefault
public static FluxPlugin getDefault()
- Returns the shared instance.
getWorkspace
public static org.eclipse.core.resources.IWorkspace getWorkspace()
- Returns the workspace instance.
getResourceString
public static java.lang.String getResourceString(java.lang.String key)
- Returns the string from the plugin's resource bundle,
or 'key' if not found.
getResourceBundle
public java.util.ResourceBundle getResourceBundle()
- Returns the plugin's resource bundle,
initializeDefaultPreferences
protected void initializeDefaultPreferences(org.eclipse.jface.preference.IPreferenceStore store)
- Initializes a preference store with default preference values
for this plug-in.