|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.core.runtime.Plugin
|
+--org.eclipse.ui.plugin.AbstractUIPlugin
|
+--de.hunsicker.jalopy.plugin.eclipse.EclipsePlugin
The Jalopy Eclipse Plug-in.
| Field Summary | |
protected static org.eclipse.swt.graphics.Cursor |
_ibeamCursor
The I-Beam text cusor. |
static java.lang.String |
ID
The Plug-in identifier ("de.hunsicker.jalopy.plugin.eclipse"). |
protected static EclipsePlugin |
plugin
The sole object instance. |
| Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Constructor Summary | |
EclipsePlugin()
Creates a new EclipsePlugin object. |
|
EclipsePlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
|
|
| Method Summary | |
de.hunsicker.jalopy.plugin.ProjectFile |
getActiveFile()
|
protected org.eclipse.ui.IWorkbenchWindow |
getActiveWorkbenchWindow()
|
java.util.Collection |
getAllFiles()
|
static EclipsePlugin |
getDefault()
Returns the shared plugin instance. |
java.util.Collection |
getOpenedFiles()
|
java.util.Collection |
getSelectedFiles()
|
protected org.eclipse.jface.action.IStatusLineManager |
getStatusLine()
|
void |
start(org.osgi.framework.BundleContext context)
Called on start of this plugin |
void |
stop(org.osgi.framework.BundleContext context)
Called on stop of this plugin |
| 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 java.lang.String ID
protected static org.eclipse.swt.graphics.Cursor _ibeamCursor
protected static EclipsePlugin plugin
| Constructor Detail |
public EclipsePlugin()
public EclipsePlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
| Method Detail |
public static EclipsePlugin getDefault()
public de.hunsicker.jalopy.plugin.ProjectFile getActiveFile()
getActiveFile in interface de.hunsicker.jalopy.plugin.Projectpublic java.util.Collection getAllFiles()
getAllFiles in interface de.hunsicker.jalopy.plugin.Projectpublic java.util.Collection getOpenedFiles()
getOpenedFiles in interface de.hunsicker.jalopy.plugin.Projectpublic java.util.Collection getSelectedFiles()
getSelectedFiles in interface de.hunsicker.jalopy.plugin.Project
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.AbstractUIPlugincontext -
java.lang.Exception - If an error occurs
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 - If an error occursprotected org.eclipse.ui.IWorkbenchWindow getActiveWorkbenchWindow()
protected org.eclipse.jface.action.IStatusLineManager getStatusLine()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||