Class PPasteAction

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

public class PPasteAction extends PBASAction implements PropertyChangeListener
Action to paste form the clipboard.
See Also:
  • Constructor Details

    • PPasteAction

      public PPasteAction(PClientComponent comp)
      Creates a new action handler to paste from the clipboard.
      Parameters:
      comp - PClientComponent
  • Method Details