Package docking

Interface DockWinListener

    • Method Detail

      • close

        void close()
        Notification triggered when the user presses the "x" button in the main tool frame. Typical reaction is to dispose the dockingWindowManger and/or exit.
      • getPopupActions

        java.util.List<DockingActionIf> getPopupActions​(ActionContext context)
        Provides notification when a popup menu is about to be displayed and permits a list of temporary actions to be returned. Only those actions which have a suitable popup menu path will be considered.
        Parameters:
        context - the ActionContext
        Returns:
        list of temporary actions.