Class AbstractJAccessibilityCustomDialog.ButtonAbstractAction
java.lang.Object
javax.swing.AbstractAction
es.gob.jmulticard.ui.passwordcallback.gui.AbstractJAccessibilityCustomDialog.ButtonAbstractAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
- Enclosing class:
AbstractJAccessibilityCustomDialog
protected static final class AbstractJAccessibilityCustomDialog.ButtonAbstractAction
extends AbstractAction
Acción por defecto de los botones accesibles.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JButton
Botón asociado a la acción.private static final long
UID.Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(ActionEvent event) Indica que la accion es la de pulsar el boton cancelar.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDUID.- See Also:
-
button
Botón asociado a la acción.
-
-
Constructor Details
-
ButtonAbstractAction
ButtonAbstractAction(JButton actionButton)
-
-
Method Details
-
actionPerformed
Indica que la accion es la de pulsar el boton cancelar.
-