public abstract class FileExchangerAction extends AbstractSimpleApplicationAction<FileExchanger>
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| Constructor and Description |
|---|
FileExchangerAction(FileExchanger fileExchanger)
Construtor.
|
FileExchangerAction(FileExchanger fileExchanger,
ImageIcon icon)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
actionDone()
Ação efeitiva a ser determinada pelas sub-classes
|
void |
handleActionPerformed(ActionEvent ae)
Método que implementa a lógica da ação.
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic FileExchangerAction(FileExchanger fileExchanger)
fileExchanger - aplicação.public FileExchangerAction(FileExchanger fileExchanger, ImageIcon icon)
fileExchanger - aplicação.icon - ícone.public void handleActionPerformed(ActionEvent ae)
handleActionPerformed in class AbstractSimpleApplicationAction<FileExchanger>ae - evento que gerou a ação.Copyright © 2019. All rights reserved.