|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
pl.psnc.vlab.util.gui.action.AbstractActionDefault
pl.psnc.vlab.util.gui.action.LocalizedAbstractAction
pl.psnc.graph.action.factory.AbstractGraphAction
pl.psnc.graph.action.CopyAction
public class CopyAction
CopyAction
class - handles the copy event.
Field Summary |
---|
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface pl.psnc.vlab.util.gui.action.ActionDecorator |
---|
DISABLED_ICON, PARENT_OBJECT |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
CopyAction()
Creates a new instance of Copy Action. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
Methods inherited from class pl.psnc.graph.action.factory.AbstractGraphAction |
---|
getBundle, getCurrentGraph |
Methods inherited from class pl.psnc.vlab.util.gui.action.LocalizedAbstractAction |
---|
setAcceleratorKey, setDisabledActionIcon, setMnemonic, setShortDescription |
Methods inherited from class pl.psnc.vlab.util.gui.action.AbstractActionDefault |
---|
addSource, getDisabledActionIcon, getName, getShortDescription, getSources, setDisabledActionIcon, setIcon, setMnemonic, setName |
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 CopyAction() throws pl.psnc.vlab.exception.ResourceNotFoundException
pl.psnc.vlab.exception.ResourceNotFoundException
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class pl.psnc.vlab.util.gui.action.AbstractActionDefault
ActionListener.actionPerformed(ActionEvent)
|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |