Class UIActivator

    • Field Detail

      • bundleContext

        protected org.osgi.framework.BundleContext bundleContext
        Since:
        2.0
    • Constructor Detail

      • UIActivator

        public UIActivator​(OMBundle omBundle)
    • Method Detail

      • getOMBundle

        public final OMBundle getOMBundle()
      • loadImageDescriptor

        public ImageDescriptor loadImageDescriptor​(java.lang.String path)
        Since:
        3.1
      • getDialogSettings

        public IDialogSettings getDialogSettings​(java.lang.Class<?> clazz)
        Since:
        3.4
      • getDialogSettings

        public IDialogSettings getDialogSettings​(java.lang.String section)
        Since:
        3.4
      • start

        public final 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 final 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
      • doStart

        protected void doStart()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
        Since:
        2.0
      • doStop

        protected void doStop()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
        Since:
        2.0