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 JButtonBotón asociado a la acción.private static final longUID.Fields inherited from class AbstractAction
changeSupport, enabledFields inherited from interface 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 TypeMethodDescriptionvoidactionPerformed(ActionEvent event) Indica que la accion es la de pulsar el boton cancelar.Methods inherited from class 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.
-