Package furbelow

Class DelegatingAction.PasteAction

java.lang.Object
javax.swing.AbstractAction
furbelow.DelegatingAction.PasteAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
DelegatingAction

public abstract static class DelegatingAction.PasteAction extends AbstractAction
Enables and delegates to the target action only if the clipboard has contents.
See Also:
  • Constructor Details

    • PasteAction

      public PasteAction()