Class LaunchBarInjector


  • public class LaunchBarInjector
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.eclipse.e4.ui.model.application.MApplication application  
      (package private) org.eclipse.e4.core.services.events.IEventBroker eventBroker  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void execute()  
      private void injectIntoAll​(boolean enabled)  
      private void injectLaunchBar​(org.eclipse.e4.ui.model.application.ui.basic.MTrimBar trimBar, boolean enabled)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • application

        @Inject
        org.eclipse.e4.ui.model.application.MApplication application
      • eventBroker

        @Inject
        org.eclipse.e4.core.services.events.IEventBroker eventBroker
    • Constructor Detail

      • LaunchBarInjector

        public LaunchBarInjector()
    • Method Detail

      • execute

        @Execute
        void execute()
      • injectIntoAll

        private void injectIntoAll​(boolean enabled)
      • injectLaunchBar

        private void injectLaunchBar​(org.eclipse.e4.ui.model.application.ui.basic.MTrimBar trimBar,
                                     boolean enabled)