0% found this document useful (0 votes)
2 views

AbstractAction (Java Platform SE 8 )

The document provides an overview of the AbstractAction class in Java Platform SE 8, which extends Object and implements Action, Cloneable, and Serializable interfaces. It outlines the purpose of the class, which is to provide default implementations for JFC Action interface behaviors, allowing developers to subclass it and define the actionPerformed method. Additionally, it notes that serialized objects of this class may not be compatible with future Swing releases.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

AbstractAction (Java Platform SE 8 )

The document provides an overview of the AbstractAction class in Java Platform SE 8, which extends Object and implements Action, Cloneable, and Serializable interfaces. It outlines the purpose of the class, which is to provide default implementations for JFC Action interface behaviors, allowing developers to subclass it and define the actionPerformed method. Additionally, it notes that serialized objects of this class may not be compatible with future Swing releases.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

4/19/25, 4:01 PM AbstractAction (Java Platform SE 8 )

Java™ Platform  
Standard Ed. 8
OVERVIEW PACKAGE CLASS USE TREE DEPRECATED INDEX HELP
Java™ Platform
Standard Ed 8
All Classes All PREV CLASS NEXT CLASS FRAMES NO FRAMES

Packages SUMMARY: NESTED | FIELD | CONSTR | METHOD


DETAIL: FIELD | CONSTR | METHOD
java.applet
java.awt javax.swing
java.awt.color
java.awt.datatrans
Class AbstractAction
java.awt.dnd
java.awt.event java.lang.Object
java.awt.font javax.swing.AbstractAction
java.awt.geom
All Implemented Interfaces:
java.awt.im
java.awt.im.spi ActionListener, Serializable, Cloneable, EventListener,
java.awt.image Action

java awt image ren
  Direct Known Subclasses:

All Classes  BasicDesktopPaneUI.CloseAction,


BasicDesktopPaneUI.MaximizeAction,
AbstractAction BasicDesktopPaneUI.MinimizeAction,
AbstractAnnotatio
BasicDesktopPaneUI.NavigateAction,
AbstractAnnotatio
AbstractAnnotatio BasicDesktopPaneUI.OpenAction,
AbstractBorder BasicFileChooserUI.ApproveSelectionAction,
AbstractButton BasicFileChooserUI.CancelSelectionAction,
AbstractCellEditor
BasicFileChooserUI.ChangeToParentDirectoryAction,
AbstractChronolog
AbstractCollection BasicFileChooserUI.GoHomeAction,
AbstractColorChoo BasicFileChooserUI.NewFolderAction,
AbstractDocument BasicFileChooserUI.UpdateAction,
AbstractDocument BasicInternalFrameTitlePane.CloseAction,
AbstractDocument
AbstractDocument
BasicInternalFrameTitlePane.IconifyAction,
AbstractElementV BasicInternalFrameTitlePane.MaximizeAction,
AbstractElementV BasicInternalFrameTitlePane.MoveAction,
AbstractElementV BasicInternalFrameTitlePane.RestoreAction,
AbstractExecutorS
BasicInternalFrameTitlePane.SizeAction,
AbstractInterruptib
AbstractLayoutCac BasicSliderUI.ActionScroller,
AbstractLayoutCac BasicTreeUI.TreeCancelEditingAction,
AbstractList BasicTreeUI.TreeHomeAction, BasicTreeUI.TreeIncrementAction,
AbstractListModel BasicTreeUI.TreePageAction, BasicTreeUI.TreeToggleAction,
AbstractMap
AbstractMap.Simp
BasicTreeUI.TreeTraverseAction,
AbstractMap.Simp MetalFileChooserUI.DirectoryComboBoxAction, TextAction
AbstractMarshalle
AbstractMethodErr
AbstractOwnableS
public abstract class AbstractAction
AbstractPreference
AbstractProcessor extends Object
AbstractQueue implements Action, Cloneable, Serializable
AbstractQueuedLo
AbstractQueuedSy This class provides default implementations for the JFC Action
AbstractRegionPai interface. Standard behaviors like the get and set methods for
AbstractRegionPai
Action object properties (icon, text, and enabled) are defined here.
AbstractRegionPai
AbstractScriptEng The developer need only subclass this abstract class and define the
AbstractSelectable actionPerformed method.
AbstractSelectionK
AbstractSelector Warning: Serialized objects of this class will not be compatible with
AbstractSequentia  future Swing releases The current serialization support is 
   
https://docs.oracle.com/javase/8/docs/api/ 1/1

You might also like