public class AlgorithmFavoriteRemoveAction extends FlowApplicationAction
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| Constructor and Description |
|---|
AlgorithmFavoriteRemoveAction(FlowApplication application)
Cria a ação.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delAsFavoriteApplication(csbase.logic.algorithms.AlgorithmInfo info)
Remove um algoritmo como favorito
|
void |
handleActionPerformed(java.awt.event.ActionEvent e)
Método que implementa a lógica da ação.
|
void |
setAlgorithmInfo(csbase.logic.algorithms.AlgorithmInfo algorithmInfo)
Associa um algoritmo a esta ação.
|
wasChangedWorkspace, wasElementCreated, wasElementDragged, wasElementDragged, wasElementDropped, wasElementParametrized, wasElementRemoved, wasElementSelected, wasLinkAnchored, wasLinkIncreased, wasLinkStatusChanged, wasLinkUnanchored, wasNodeResized, wasParameterSetEnabled, wasParameterSetVisible, wasResetedactionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationpublic AlgorithmFavoriteRemoveAction(FlowApplication application)
application - A aplicação construtura de fluxos.public void handleActionPerformed(java.awt.event.ActionEvent e)
handleActionPerformed in class AbstractSimpleApplicationAction<FlowApplication>e - evento que gerou a ação.public final void delAsFavoriteApplication(csbase.logic.algorithms.AlgorithmInfo info)
info - O algoritmo a ser removido.public void setAlgorithmInfo(csbase.logic.algorithms.AlgorithmInfo algorithmInfo)
algorithmInfo - O algoritmo.Copyright © 2018. All Rights Reserved.