|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
de.uni_paderborn.fujaba.coobra.actions.PasteAction
Paste some ASGElements via CoObRA
Field Summary |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
PasteAction()
Defines an Action object with a default description string and default icon. |
|
PasteAction(CopyAction.CopyData copyData)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when the action occurs. |
CopyAction.CopyData |
getCopyData()
|
java.util.List |
paste(FElement pasteTarget)
No comment provided by developer, please add a comment to improve documentation. |
java.util.List |
paste(FElement pasteTarget,
boolean doUpdateDisplay)
No comment provided by developer, please add a comment to improve documentation. |
void |
reviewCopiedChange(de.tu_bs.coobra.MutableObjectChange change)
called upon copy of each ObjectChange to provide an ability to alter the copied data |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PasteAction()
Action
object with a default description string and default icon.
public PasteAction(CopyAction.CopyData copyData)
copyData
- what data to use for pastingMethod Detail |
public CopyAction.CopyData getCopyData()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- event that caused the actionpublic java.util.List paste(FElement pasteTarget)
pasteTarget
- No description provided
public java.util.List paste(FElement pasteTarget, boolean doUpdateDisplay)
pasteTarget
- No description provideddoUpdateDisplay
- No description provided
public void reviewCopiedChange(de.tu_bs.coobra.MutableObjectChange change)
reviewCopiedChange
in interface de.tu_bs.coobra.CopyManager.CopyChangeCallbackInterface
change
- values of the copied ObjectChange
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |