Class PCutAction

All Implemented Interfaces:
ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action

public class PCutAction extends PBASAction implements PropertyChangeListener
Action to cut the current selection.
See Also:
  • Constructor Details

    • PCutAction

      public PCutAction(PClientComponent comp)
      Creates a new action handler to cut the current seletion.
      Parameters:
      comp - PClientComponent
  • Method Details