Class SwingAbstractAppAction
java.lang.Object
javax.swing.AbstractAction
net.thevpc.echo.swing.helpers.actions.SwingAbstractAppAction
- All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
SwingAppUndoableAction, SwingCloseWindowsAction, SwingDeiconifyWindowsAction, SwingFontRelativeSizeAction, SwingFontSizeAbsoluteAction, SwingIconifyWindowsAction, SwingIconSizeAction, SwingQuitAction, SwingTileWindowsAction
Deprecated.
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractAction
changeSupport, enabledFields inherited from interface Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionSwingAbstractAppAction(Application application, String id) Deprecated.SwingAbstractAppAction(Application application, String id, String name, String iconId, String description) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidDeprecated.protected abstract voidDeprecated.protected booleanDeprecated.Deprecated.getId()Deprecated.Deprecated.booleanisVisible(boolean visible) Deprecated.voidrefresh()Deprecated.voidsetAccessible(boolean visible) Deprecated.voidsetVisible(boolean visible) Deprecated.Methods inherited from class AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
application
Deprecated. -
id
Deprecated.
-
-
Constructor Details
-
SwingAbstractAppAction
Deprecated. -
SwingAbstractAppAction
public SwingAbstractAppAction(Application application, String id, String name, String iconId, String description) Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getMainComponent
Deprecated. -
getApplication
Deprecated. -
setAccessible
public void setAccessible(boolean visible) Deprecated. -
setVisible
public void setVisible(boolean visible) Deprecated. -
isVisible
public boolean isVisible(boolean visible) Deprecated. -
actionPerformed
Deprecated. -
actionPerformedImpl
Deprecated. -
confirmation
Deprecated. -
refresh
public void refresh()Deprecated.
-