T - O efeito na imagem.public abstract class ImageViewerEffectAction<T extends AbstractEffect> extends ImageViewerAction
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 |
|---|
ImageViewerEffectAction(ImageViewer application,
T effect)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
T |
getEffect()
Retorna
|
protected 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 ImageViewerEffectAction(ImageViewer application, T effect)
application - aplicação.effect - o efeito.protected final void handleActionPerformed(ActionEvent ae)
handleActionPerformed in class AbstractSimpleApplicationAction<ImageViewer>ae - evento que gerou a ação.public T getEffect()
Copyright © 2019. All rights reserved.