Package net.simplace.core.xmleditorkit
Klasse XMLEditorKit.XMLCopyAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
net.simplace.core.xmleditorkit.XMLEditorKit.XMLCopyAction
- Alle implementierten Schnittstellen:
ActionListener,Serializable,Cloneable,EventListener,Action
- Umschließende Klasse:
XMLEditorKit
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder javax.swing.AbstractAction
changeSupport, enabledVon Schnittstelle geerbte Felder 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 -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidThe operation to perform when this action is triggered.Von Klasse geerbte Methoden javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponentVon Klasse geerbte Methoden javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Konstruktordetails
-
XMLCopyAction
public XMLCopyAction()Create this object with the appropriate identifier.
-
-
Methodendetails
-
actionPerformed
The operation to perform when this action is triggered.- Parameter:
e- the action event
-