org.PingOO.DLAI.lib.PWidget
Class EditPopupMouseListener.PasteAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.PingOO.DLAI.lib.PWidget.PAction
              |
              +--org.PingOO.DLAI.lib.PWidget.EditPopupMouseListener.PasteAction

protected class EditPopupMouseListener.PasteAction
extends PAction

Paste the content of clipboard over the current selection.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
PAction, Serialized Form

Fields inherited from class org.PingOO.DLAI.lib.PWidget.PAction
DEFAULT_MODULE, MODULE, TEXT_KEY, TOOL_TIP_KEY
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled, keyTable
 
Constructor Summary
EditPopupMouseListener.PasteAction()
          Creates a new action.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Action to execute when this target is clicked.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

EditPopupMouseListener.PasteAction

public EditPopupMouseListener.PasteAction()
Creates a new action.
Method Detail

actionPerformed

public final void actionPerformed(java.awt.event.ActionEvent event)
Action to execute when this target is clicked.
Parameters:
event - The action event.
Overrides:
actionPerformed in class javax.swing.AbstractAction