Package org.eclipse.gef.mvc.fx.ui
Class MvcFxUiBundle
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.gef.mvc.fx.ui.MvcFxUiBundle
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
The
MvcFxUiBundle
is the plug-in that integrates MVC.FX with the
Eclipse platform UI.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Symbolic name for the fit-to-viewport icon image.static final String
Symbolic name for the fit-to-viewport-lock (i.e. toggle-button/check-box) icon image.static final String
Symbolic name for the scroll-bottom-left icon image.static final String
Symbolic name for the scroll-bottom-right icon image.static final String
Symbolic name for the scroll-center icon image.static final String
Symbolic name for the scroll-top-left icon image.static final String
Symbolic name for the scroll-top-right icon image.static final String
Symbolic name for the zoom-in icon image.static final String
Symbolic name for the zoom-out icon image.static final String
Symbolic name for the reset-zoom icon image.static final String
The plug-in ID.Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MvcFxUiBundle
Returns the shared instanceprotected void
void
start
(org.osgi.framework.BundleContext context) void
stop
(org.osgi.framework.BundleContext context) Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
-
Field Details
-
PLUGIN_ID
The plug-in ID.- See Also:
-
IMG_ICONS_ZOOM_IN
Symbolic name for the zoom-in icon image.- See Also:
-
IMG_ICONS_ZOOM_OUT
Symbolic name for the zoom-out icon image.- See Also:
-
IMG_ICONS_SCROLL_CENTER
Symbolic name for the scroll-center icon image.- See Also:
-
IMG_ICONS_SCROLL_TOP_LEFT
Symbolic name for the scroll-top-left icon image.- See Also:
-
IMG_ICONS_SCROLL_TOP_RIGHT
Symbolic name for the scroll-top-right icon image.- See Also:
-
IMG_ICONS_SCROLL_BOTTOM_LEFT
Symbolic name for the scroll-bottom-left icon image.- See Also:
-
IMG_ICONS_SCROLL_BOTTOM_RIGHT
Symbolic name for the scroll-bottom-right icon image.- See Also:
-
IMG_ICONS_FIT_TO_VIEWPORT
Symbolic name for the fit-to-viewport icon image.- See Also:
-
IMG_ICONS_FIT_TO_VIEWPORT_LOCK
Symbolic name for the fit-to-viewport-lock (i.e. toggle-button/check-box) icon image.- See Also:
-
IMG_ICONS_ZOOM_RESET
Symbolic name for the reset-zoom icon image.- See Also:
-
-
Constructor Details
-
MvcFxUiBundle
public MvcFxUiBundle()The constructor
-
-
Method Details
-
getDefault
Returns the shared instance- Returns:
- the shared instance
-
initializeImageRegistry
- Overrides:
initializeImageRegistry
in classAbstractUIPlugin
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
start
in classAbstractUIPlugin
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
stop
in classAbstractUIPlugin
- Throws:
Exception
-