Class MergeViewerAction

All Implemented Interfaces:
IAction, IUpdate

public abstract class MergeViewerAction extends Action implements IUpdate
  • Constructor Details

    • MergeViewerAction

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

    • isSelectionDependent

      public boolean isSelectionDependent()
    • isContentDependent

      public boolean isContentDependent()
    • isEditableDependent

      public boolean isEditableDependent()
    • update

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