public class MvcFxUiBundle
extends org.eclipse.ui.plugin.AbstractUIPlugin
MvcFxUiBundle
is the plug-in that integrates MVC.FX with the
Eclipse platform UI.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMG_ICONS_FIT_TO_VIEWPORT
Symbolic name for the fit-to-viewport icon image.
|
static java.lang.String |
IMG_ICONS_FIT_TO_VIEWPORT_LOCK
Symbolic name for the fit-to-viewport-lock (i.e. toggle-button/check-box)
icon image.
|
static java.lang.String |
IMG_ICONS_SCROLL_BOTTOM_LEFT
Symbolic name for the scroll-bottom-left icon image.
|
static java.lang.String |
IMG_ICONS_SCROLL_BOTTOM_RIGHT
Symbolic name for the scroll-bottom-right icon image.
|
static java.lang.String |
IMG_ICONS_SCROLL_CENTER
Symbolic name for the scroll-center icon image.
|
static java.lang.String |
IMG_ICONS_SCROLL_TOP_LEFT
Symbolic name for the scroll-top-left icon image.
|
static java.lang.String |
IMG_ICONS_SCROLL_TOP_RIGHT
Symbolic name for the scroll-top-right icon image.
|
static java.lang.String |
IMG_ICONS_ZOOM_IN
Symbolic name for the zoom-in icon image.
|
static java.lang.String |
IMG_ICONS_ZOOM_OUT
Symbolic name for the zoom-out icon image.
|
static java.lang.String |
IMG_ICONS_ZOOM_RESET
Symbolic name for the reset-zoom icon image.
|
static java.lang.String |
PLUGIN_ID
The plug-in ID.
|
Constructor and Description |
---|
MvcFxUiBundle()
The constructor
|
Modifier and Type | Method and Description |
---|---|
static MvcFxUiBundle |
getDefault()
Returns the shared instance
|
protected void |
initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
public static final java.lang.String PLUGIN_ID
public static final java.lang.String IMG_ICONS_ZOOM_IN
public static final java.lang.String IMG_ICONS_ZOOM_OUT
public static final java.lang.String IMG_ICONS_SCROLL_CENTER
public static final java.lang.String IMG_ICONS_SCROLL_TOP_LEFT
public static final java.lang.String IMG_ICONS_SCROLL_TOP_RIGHT
public static final java.lang.String IMG_ICONS_SCROLL_BOTTOM_LEFT
public static final java.lang.String IMG_ICONS_SCROLL_BOTTOM_RIGHT
public static final java.lang.String IMG_ICONS_FIT_TO_VIEWPORT
public static final java.lang.String IMG_ICONS_FIT_TO_VIEWPORT_LOCK
public static final java.lang.String IMG_ICONS_ZOOM_RESET
public static MvcFxUiBundle getDefault()
protected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
initializeImageRegistry
in class org.eclipse.ui.plugin.AbstractUIPlugin
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.