Class AbstractWorkbenchDocksHandler

    • Constructor Detail

      • AbstractWorkbenchDocksHandler

        public AbstractWorkbenchDocksHandler()
    • Method Detail

      • init

        public void init​(org.uberfire.mvp.Command updateDocksCommand)
        Description copied from interface: WorkbenchDocksHandler
        Initializes the handler with the callback Command. This Command will be executed any time the docks must be refreshed
        Specified by:
        init in interface WorkbenchDocksHandler
      • refreshDocks

        protected void refreshDocks​(boolean shouldRefresh,
                                    boolean shouldDisable)