Class MergeViewerAction

All Implemented Interfaces:
IAction, IUpdate

public abstract class MergeViewerAction extends Action implements IUpdate
  • Constructor Details Link icon

    • MergeViewerAction Link icon

      public MergeViewerAction(boolean mutable, boolean selection, boolean content)
  • Method Details Link icon

    • isSelectionDependent Link icon

      public boolean isSelectionDependent()
    • isContentDependent Link icon

      public boolean isContentDependent()
    • isEditableDependent Link icon

      public boolean isEditableDependent()
    • update Link icon

      public void update()
      Description copied from interface: IUpdate
      Requests that this object update itself.
      Specified by:
      update in interface IUpdate