public abstract class AlgorithmsManagerAction extends AbstractSimpleApplicationAction<AlgorithmsManager>
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| 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,
javax.swing.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(java.awt.event.ActionEvent ae)
(non-Javadoc)
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationprotected AlgorithmsManagerAction(AlgorithmsManager application)
application - referência para a aplicaçãoprotected AlgorithmsManagerAction(AlgorithmsManager application, javax.swing.ImageIcon icon)
application - referência para a aplicaçãoicon - imagem da açãoprotected abstract void handleActionPerformed(java.awt.event.ActionEvent ae)
throws java.lang.Exception
handleActionPerformed in class AbstractSimpleApplicationAction<AlgorithmsManager>ae - evento que gerou a ação.java.lang.Exception - se houver falha na ação.AbstractSimpleApplicationAction.handleActionPerformed(java.awt.event.ActionEvent)Copyright © 2015. All Rights Reserved.