Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor
Class ProcesseditorPlugin  view ProcesseditorPlugin download ProcesseditorPlugin.java

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.ui.plugin.AbstractUIPlugin
          extended bycom.vinculum.processeditor.ProcesseditorPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class ProcesseditorPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin

The main plugin class to be used in the desktop.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
 
Field Summary
static java.lang.String PLUGIN_ID
           
private  java.util.ResourceBundle resourceBundle
           
private static ProcesseditorPlugin singleton
           
static java.net.URL URL
           
 
Fields inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
ProcesseditorPlugin(org.eclipse.core.runtime.IPluginDescriptor desc)
           
 
Method Summary
private static java.util.List createCategories(PaletteRoot root)
           
private static PaletteContainer createComplexPartsDrawer()
           
private static PaletteContainer createComponentsDrawer()
           
private static PaletteContainer createControlGroup(PaletteRoot root)
           
static PaletteRoot createPalette()
           
static ProcesseditorPlugin getDefault()
           
 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()
           
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, start, startup, stop
 
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

singleton

private static ProcesseditorPlugin singleton

resourceBundle

private java.util.ResourceBundle resourceBundle

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values

URL

public static java.net.URL URL
Constructor Detail

ProcesseditorPlugin

public ProcesseditorPlugin(org.eclipse.core.runtime.IPluginDescriptor desc)
Method Detail

getDefault

public static ProcesseditorPlugin getDefault()

createCategories

private static java.util.List createCategories(PaletteRoot root)

createComplexPartsDrawer

private static PaletteContainer createComplexPartsDrawer()

createComponentsDrawer

private static PaletteContainer createComponentsDrawer()

createControlGroup

private static PaletteContainer createControlGroup(PaletteRoot root)

createPalette

public static PaletteRoot createPalette()

getWorkspace

public static org.eclipse.core.resources.IWorkspace getWorkspace()

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,