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 public abstract class SwingAbstractAppAction extends AbstractAction
Deprecated.
See Also:
  • Field Details

    • application

      protected Application application
      Deprecated.
    • id

      protected String id
      Deprecated.
  • Constructor Details

    • SwingAbstractAppAction

      public SwingAbstractAppAction(Application application, String id)
      Deprecated.
    • SwingAbstractAppAction

      public SwingAbstractAppAction(Application application, String id, String name, String iconId, String description)
      Deprecated.
  • Method Details

    • getId

      public String getId()
      Deprecated.
    • getMainComponent

      public Component getMainComponent()
      Deprecated.
    • getApplication

      public Application getApplication()
      Deprecated.
    • setAccessible

      public void setAccessible(boolean visible)
      Deprecated.
    • setVisible

      public void setVisible(boolean visible)
      Deprecated.
    • isVisible

      public boolean isVisible(boolean visible)
      Deprecated.
    • actionPerformed

      public final void actionPerformed(ActionEvent e)
      Deprecated.
    • actionPerformedImpl

      protected abstract void actionPerformedImpl(ActionEvent e)
      Deprecated.
    • confirmation

      protected boolean confirmation(ActionEvent e)
      Deprecated.
    • refresh

      public void refresh()
      Deprecated.