public abstract class AlgorithmsManagerAction extends AbstractSimpleApplicationAction<AlgorithmsManager>
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIPchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Modifier | Constructor and Description |
|---|---|
protected |
AlgorithmsManagerAction(AlgorithmsManager application)
Constrói uma ação da aplicação de gerência de algoritmos.
|
protected |
AlgorithmsManagerAction(AlgorithmsManager application,
ImageIcon icon)
Constrói uma ação da aplicação de gerência de algoritmos.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
handleActionPerformed(ActionEvent ae)
(non-Javadoc)
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected AlgorithmsManagerAction(AlgorithmsManager application)
application - referência para a aplicaçãoprotected AlgorithmsManagerAction(AlgorithmsManager application, ImageIcon icon)
application - referência para a aplicaçãoicon - imagem da açãoprotected abstract void handleActionPerformed(ActionEvent ae) throws Exception
handleActionPerformed in class AbstractSimpleApplicationAction<AlgorithmsManager>ae - evento que gerou a ação.Exception - se houver falha na ação.AbstractSimpleApplicationAction.handleActionPerformed(java.awt.event.ActionEvent)Copyright © 2016. All rights reserved.