Class AbstractJAccessibilityCustomDialog.ButtonAbstractAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- es.gob.jmulticard.ui.passwordcallback.gui.AbstractJAccessibilityCustomDialog.ButtonAbstractAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AbstractJAccessibilityCustomDialog
protected static final class AbstractJAccessibilityCustomDialog.ButtonAbstractAction extends javax.swing.AbstractAction
Acción por defecto de los botones accesibles.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.JButton
button
Botón asociado a la acción.private static long
serialVersionUID
UID.
-
Constructor Summary
Constructors Constructor Description ButtonAbstractAction(javax.swing.JButton actionButton)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.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 Detail
-
serialVersionUID
private static final long serialVersionUID
UID.- See Also:
- Constant Field Values
-
button
private final transient javax.swing.JButton button
Botón asociado a la acción.
-
-