Class MvcFxUiBundle

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

    public class MvcFxUiBundle
    extends AbstractUIPlugin
    The MvcFxUiBundle is the plug-in that integrates MVC.FX with the Eclipse platform UI.
    • Field Detail

      • PLUGIN_ID

        public static final java.lang.String PLUGIN_ID
        The plug-in ID.
        See Also:
        Constant Field Values
      • IMG_ICONS_ZOOM_IN

        public static final java.lang.String IMG_ICONS_ZOOM_IN
        Symbolic name for the zoom-in icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_ZOOM_OUT

        public static final java.lang.String IMG_ICONS_ZOOM_OUT
        Symbolic name for the zoom-out icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_SCROLL_CENTER

        public static final java.lang.String IMG_ICONS_SCROLL_CENTER
        Symbolic name for the scroll-center icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_SCROLL_TOP_LEFT

        public static final java.lang.String IMG_ICONS_SCROLL_TOP_LEFT
        Symbolic name for the scroll-top-left icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_SCROLL_TOP_RIGHT

        public static final java.lang.String IMG_ICONS_SCROLL_TOP_RIGHT
        Symbolic name for the scroll-top-right icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_SCROLL_BOTTOM_LEFT

        public static final java.lang.String IMG_ICONS_SCROLL_BOTTOM_LEFT
        Symbolic name for the scroll-bottom-left icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_SCROLL_BOTTOM_RIGHT

        public static final java.lang.String IMG_ICONS_SCROLL_BOTTOM_RIGHT
        Symbolic name for the scroll-bottom-right icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_FIT_TO_VIEWPORT

        public static final java.lang.String IMG_ICONS_FIT_TO_VIEWPORT
        Symbolic name for the fit-to-viewport icon image.
        See Also:
        Constant Field Values
      • IMG_ICONS_FIT_TO_VIEWPORT_LOCK

        public static final 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.
        See Also:
        Constant Field Values
      • IMG_ICONS_ZOOM_RESET

        public static final java.lang.String IMG_ICONS_ZOOM_RESET
        Symbolic name for the reset-zoom icon image.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MvcFxUiBundle

        public MvcFxUiBundle()
        The constructor
    • Method Detail

      • getDefault

        public static MvcFxUiBundle getDefault()
        Returns the shared instance
        Returns:
        the shared instance
      • start

        public void start​(org.osgi.framework.BundleContext context)
                   throws java.lang.Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class AbstractUIPlugin
        Throws:
        java.lang.Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext context)
                  throws java.lang.Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Overrides:
        stop in class AbstractUIPlugin
        Throws:
        java.lang.Exception