public abstract class CommonEditAction extends AlgorithmsManagerAction
handleEditOperation .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 |
|---|
CommonEditAction(CommonSelectionPanel selectionPanel,
ImageIcon icon)
Constrói a ação de remover categorias de algoritmos.
|
| Modifier and Type | Method and Description |
|---|---|
CommonSelectionPanel |
getSelectionPanel()
Obtém o painel de seleção, onde foi originada essa ação.
|
protected void |
handleActionPerformed(ActionEvent ae)
(non-Javadoc)
|
protected abstract void |
handleEditOperation()
Trata a operação de edição realizada sobre um ou mais dados selecionados.
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic CommonEditAction(CommonSelectionPanel selectionPanel, ImageIcon icon)
selectionPanel - painel pai que criou a açãoicon - imagem da açãoprotected abstract void handleEditOperation()
protected void handleActionPerformed(ActionEvent ae) throws Exception
handleActionPerformed in class AlgorithmsManagerActionae - evento que gerou a ação.Exception - se houver falha na ação.AlgorithmsManagerAction.handleActionPerformed(java.awt.event.ActionEvent)public CommonSelectionPanel getSelectionPanel()
Copyright © 2018. All rights reserved.