public abstract class FileExchangerAction extends AbstractSimpleApplicationAction<FileExchanger>
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| Constructor and Description |
|---|
FileExchangerAction(FileExchanger fileExchanger)
Construtor.
|
FileExchangerAction(FileExchanger fileExchanger,
javax.swing.ImageIcon icon)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
actionDone()
Ação efeitiva a ser determinada pelas sub-classes
|
void |
handleActionPerformed(java.awt.event.ActionEvent ae)
Método que implementa a lógica da ação.
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationpublic FileExchangerAction(FileExchanger fileExchanger)
fileExchanger - aplicação.public FileExchangerAction(FileExchanger fileExchanger, javax.swing.ImageIcon icon)
fileExchanger - aplicação.icon - ícone.public void handleActionPerformed(java.awt.event.ActionEvent ae)
handleActionPerformed in class AbstractSimpleApplicationAction<FileExchanger>ae - evento que gerou a ação.public abstract void actionDone()
throws java.lang.Exception
java.lang.Exception - se houver falha na operação.Copyright © 2016. All Rights Reserved.