Class PCopyAction

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

public class PCopyAction extends PBASAction implements PropertyChangeListener
Action to copy the current selection to the clipboard.
See Also:
  • Constructor Details

    • PCopyAction

      public PCopyAction(PClientComponent comp)
      Creates a new action handler to copy the current selection to the clipboard.
      Parameters:
      comp - PClientComponent
  • Method Details