public abstract class CommonEditAction extends AlgorithmsManagerAction
handleEditOperation .TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| Constructor and Description |
|---|
CommonEditAction(CommonSelectionPanel selectionPanel,
javax.swing.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(java.awt.event.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, getStrokeFromTextgetApplicationpublic CommonEditAction(CommonSelectionPanel selectionPanel, javax.swing.ImageIcon icon)
selectionPanel - painel pai que criou a açãoicon - imagem da açãoprotected abstract void handleEditOperation()
protected void handleActionPerformed(java.awt.event.ActionEvent ae)
throws java.lang.Exception
handleActionPerformed in class AlgorithmsManagerActionae - evento que gerou a ação.java.lang.Exception - se houver falha na ação.AlgorithmsManagerAction.handleActionPerformed(java.awt.event.ActionEvent)public CommonSelectionPanel getSelectionPanel()
Copyright © 2015. All Rights Reserved.