|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
org.objectweb.fractal.swing.AbstractAction
org.objectweb.fractal.gui.clipboard.control.ClipboardAction
org.objectweb.fractal.gui.clipboard.control.CutAction
An action that just calls the cut
method on a
Clipboard
.
Field Summary |
Fields inherited from class org.objectweb.fractal.gui.clipboard.control.ClipboardAction |
CLIPBOARD_BINDING, FACTORY_BINDING, GRAPH_BINDING, SELECTION_BINDING |
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 | |
CutAction()
Constructs a new CutAction component. |
Method Summary | |
void |
actionPerformed(ActionEvent e)
|
void |
selectionChanged()
Notifies this listener that the selection has changed. |
Methods inherited from class org.objectweb.fractal.gui.clipboard.control.ClipboardAction |
bindFc, listFc, lookupFc, unbindFc |
Methods inherited from class org.objectweb.fractal.swing.AbstractAction |
getAcceleratorKey, getIconURL, getName, getToolTipText, setAcceleratorKey, setIconURL, setName, setToolTipText |
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 CutAction()
CutAction
component.
Method Detail |
public void selectionChanged()
SelectionListener
public void actionPerformed(ActionEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |