org.wegra.mon.mem.actions
Class MmonPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.ui.plugin.AbstractUIPlugin
          extended byorg.wegra.mon.mem.actions.MmonPlugin

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

The main eclipse plug-in class to be used in the desktop.

Author:
wegra (Bok-Youn Lee)

Field Summary
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
MmonPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
           
 
Method Summary
static MmonPlugin getDefault()
           
 java.util.ResourceBundle getResourceBundle()
           
static java.lang.String getResourceString(java.lang.String key)
           
static org.eclipse.core.resources.IWorkspace getWorkspace()
           
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, initializeDefaultPluginPreferences, initializeDefaultPreferences, 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
 

Constructor Detail

MmonPlugin

public MmonPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Method Detail

getDefault

public static MmonPlugin getDefault()

getWorkspace

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

getResourceString

public static java.lang.String getResourceString(java.lang.String key)

getResourceBundle

public java.util.ResourceBundle getResourceBundle()