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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringSymbolic name for the fit-to-viewport icon image.static final StringSymbolic name for the fit-to-viewport-lock (i.e. toggle-button/check-box) icon image.static final StringSymbolic name for the scroll-bottom-left icon image.static final StringSymbolic name for the scroll-bottom-right icon image.static final StringSymbolic name for the scroll-center icon image.static final StringSymbolic name for the scroll-top-left icon image.static final StringSymbolic name for the scroll-top-right icon image.static final StringSymbolic name for the zoom-in icon image.static final StringSymbolic name for the zoom-out icon image.static final StringSymbolic name for the reset-zoom icon image.static final StringThe plug-in ID.Fields inherited from class org.eclipse.core.runtime.PluginPLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic MvcFxUiBundleReturns the shared instanceprotected voidvoidstart(org.osgi.framework.BundleContext context) voidstop(org.osgi.framework.BundleContext context) Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugincreateImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startupMethods inherited from class org.eclipse.core.runtime.Pluginfind, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
- 
Field Details- 
PLUGIN_IDThe plug-in ID.- See Also:
 
- 
IMG_ICONS_ZOOM_INSymbolic name for the zoom-in icon image.- See Also:
 
- 
IMG_ICONS_ZOOM_OUTSymbolic name for the zoom-out icon image.- See Also:
 
- 
IMG_ICONS_SCROLL_CENTERSymbolic name for the scroll-center icon image.- See Also:
 
- 
IMG_ICONS_SCROLL_TOP_LEFTSymbolic name for the scroll-top-left icon image.- See Also:
 
- 
IMG_ICONS_SCROLL_TOP_RIGHTSymbolic name for the scroll-top-right icon image.- See Also:
 
- 
IMG_ICONS_SCROLL_BOTTOM_LEFTSymbolic name for the scroll-bottom-left icon image.- See Also:
 
- 
IMG_ICONS_SCROLL_BOTTOM_RIGHTSymbolic name for the scroll-bottom-right icon image.- See Also:
 
- 
IMG_ICONS_FIT_TO_VIEWPORTSymbolic name for the fit-to-viewport icon image.- See Also:
 
- 
IMG_ICONS_FIT_TO_VIEWPORT_LOCKSymbolic name for the fit-to-viewport-lock (i.e. toggle-button/check-box) icon image.- See Also:
 
- 
IMG_ICONS_ZOOM_RESETSymbolic name for the reset-zoom icon image.- See Also:
 
 
- 
- 
Constructor Details- 
MvcFxUiBundlepublic MvcFxUiBundle()The constructor
 
- 
- 
Method Details- 
getDefaultReturns the shared instance- Returns:
- the shared instance
 
- 
initializeImageRegistry- Overrides:
- initializeImageRegistryin class- AbstractUIPlugin
 
- 
start- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Overrides:
- startin class- AbstractUIPlugin
- Throws:
- Exception
 
- 
stop- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Overrides:
- stopin class- AbstractUIPlugin
- Throws:
- Exception
 
 
-