0% found this document useful (0 votes)
9 views1 page

Java AbstractAction Overview

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Java AbstractAction Overview

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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
[Link]
[Link] [Link]
[Link]
[Link]
Class AbstractAction
[Link]
[Link] [Link]
[Link] [Link]
[Link]
All Implemented Interfaces:
[Link]
[Link] ActionListener, Serializable, Cloneable, EventListener,
[Link] Action

java awt image ren
  Direct Known Subclasses:

All Classes  [Link],


[Link],
AbstractAction [Link],
AbstractAnnotatio
[Link],
AbstractAnnotatio
AbstractAnnotatio [Link],
AbstractBorder [Link],
AbstractButton [Link],
AbstractCellEditor
[Link],
AbstractChronolog
AbstractCollection [Link],
AbstractColorChoo [Link],
AbstractDocument [Link],
AbstractDocument [Link],
AbstractDocument
AbstractDocument
[Link],
AbstractElementV [Link],
AbstractElementV [Link],
AbstractElementV [Link],
AbstractExecutorS
[Link],
AbstractInterruptib
AbstractLayoutCac [Link],
AbstractLayoutCac [Link],
AbstractList [Link], [Link],
AbstractListModel [Link], [Link],
AbstractMap
[Link]
[Link],
[Link] [Link], 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 
   
[Link] 1/1

You might also like