Class RenameAction

All Implemented Interfaces:
SharingDropDownItemAction, SharingStandardDockAction, ButtonDockAction, DockAction, DropDownItemAction, StandardDockAction, StandardDropDownItemAction
Direct Known Subclasses:
RenameAction.RenameDefaultDockable, RenameAction.RenameFlapDockStation, RenameAction.RenameSplitDockStation, RenameAction.RenameStackDockStation

@ClientOnly public abstract class RenameAction extends SimpleButtonAction
This DockAction can change the title-text of a Dockable. When this action is triggered, a popup menu will appear, where the user can enter the new title of the Dockable.
RenameActions can be easily created by a RenameActionFactory
Author:
Benjamin Sigg
  • Field Details

  • Constructor Details

    • RenameAction

      public RenameAction(DockController controller)
      Constructs a new action
      Parameters:
      controller - The controller to which a listener will be added to get the Icon for this action
  • Method Details