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 Details

    • PLUGIN_ID

      public static final String PLUGIN_ID
      The plug-in ID.
      See Also:
    • IMG_ICONS_ZOOM_IN

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

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

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

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

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

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

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

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

      public static final 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:
    • IMG_ICONS_ZOOM_RESET

      public static final String IMG_ICONS_ZOOM_RESET
      Symbolic name for the reset-zoom icon image.
      See Also:
  • Constructor Details

    • MvcFxUiBundle

      public MvcFxUiBundle()
      The constructor
  • Method Details