|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package java.applet |
|---|
Class java.applet.Applet extends Panel implements Serializable |
|---|
serialVersionUID: -5836846270535785031L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream![]()
![]()
s) throws ClassNotFoundException
![]()
![]()
, IOException
![]()
![]()
, HeadlessException
![]()
![]()
HeadlessException

- if
GraphicsEnvironment.isHeadless() returns
true
ClassNotFoundException

IOException

GraphicsEnvironment.isHeadless()

| Serialized Fields |
|---|
AccessibleContext![]()
![]()
accessibleContext
Class java.applet.Applet.AccessibleApplet extends Panel.AccessibleAWTPanel implements Serializable |
|---|
serialVersionUID: 8127374778187708896L
| Package java.awt |
|---|
Class java.awt.AWTError extends Error implements Serializable |
|---|
serialVersionUID: -1819846354050686206L
Class java.awt.AWTEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -1825314779160409405L
| Serialized Fields |
|---|
byte[] bdata
int id
AWTEvent.getID()
,
AWTEvent.AWTEvent(java.lang.Object, int)

boolean consumed
AWTEvent.consume()
,
AWTEvent.isConsumed()

Class java.awt.AWTException extends Exception implements Serializable |
|---|
serialVersionUID: -1900414231151323879L
Class java.awt.AWTKeyStroke extends Object implements Serializable |
|---|
serialVersionUID: -6430539691155161871L
| Serialization Methods |
|---|
protected Object![]()
![]()
readResolve() throws ObjectStreamException
![]()
![]()
AWTKeyStroke (or a subclass of
AWTKeyStroke) which is equal to this instance.
ObjectStreamException

| Serialized Fields |
|---|
char keyChar
int keyCode
int modifiers
boolean onKeyRelease
Class java.awt.AWTPermission extends BasicPermission implements Serializable |
|---|
serialVersionUID: 8890392402588814465L
Class java.awt.BorderLayout extends Object implements Serializable |
|---|
serialVersionUID: -8658291919501921765L
| Serialized Fields |
|---|
int hgap
hgap.
BorderLayout.getHgap()
,
BorderLayout.setHgap(int)

int vgap
vgap.
BorderLayout.getVgap()
,
BorderLayout.setVgap(int)

Component![]()
![]()
north
BorderLayout.getChild(String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
BorderLayout.getLayoutAlignmentX(java.awt.Container)
,
BorderLayout.getLayoutAlignmentY(java.awt.Container)
,
BorderLayout.removeLayoutComponent(java.awt.Component)

Component![]()
![]()
west
BorderLayout.getChild(String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
BorderLayout.getLayoutAlignmentX(java.awt.Container)
,
BorderLayout.getLayoutAlignmentY(java.awt.Container)
,
BorderLayout.removeLayoutComponent(java.awt.Component)

Component![]()
![]()
east
BorderLayout.getChild(String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
BorderLayout.getLayoutAlignmentX(java.awt.Container)
,
BorderLayout.getLayoutAlignmentY(java.awt.Container)
,
BorderLayout.removeLayoutComponent(java.awt.Component)

Component![]()
![]()
south
BorderLayout.getChild(String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
BorderLayout.getLayoutAlignmentX(java.awt.Container)
,
BorderLayout.getLayoutAlignmentY(java.awt.Container)
,
BorderLayout.removeLayoutComponent(java.awt.Component)

Component![]()
![]()
center
BorderLayout.getChild(String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
BorderLayout.getLayoutAlignmentX(java.awt.Container)
,
BorderLayout.getLayoutAlignmentY(java.awt.Container)
,
BorderLayout.removeLayoutComponent(java.awt.Component)

Component![]()
![]()
firstLine
NORTH
and BEFORE_FIRST_LINE constants in a container whose
orientation is LEFT_TO_RIGHT, only the
BEFORE_FIRST_LINE will be layed out.
This will be the same for lastLine, firstItem, lastItem.
Component![]()
![]()
lastLine
Component![]()
![]()
firstItem
Component![]()
![]()
lastItem
Class java.awt.Button extends Component implements Serializable |
|---|
serialVersionUID: -8774683716313001058L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream![]()
![]()
s) throws ClassNotFoundException
![]()
![]()
, IOException
![]()
![]()
, HeadlessException
![]()
![]()
ObjectInputStream and if
it isn't null adds a listener to
receive action events fired by the button.
Unrecognized keys or values will be ignored.
HeadlessException

- if
GraphicsEnvironment.isHeadless returns
true
ClassNotFoundException

IOException

Button.removeActionListener(ActionListener)
,
Button.addActionListener(ActionListener)
,
GraphicsEnvironment.isHeadless()
,
Button.writeObject(ObjectOutputStream)

private void writeObject(ObjectOutputStream![]()
![]()
s) throws IOException
![]()
![]()
ActionListeners
as optional data. The non-serializable
ActionListeners are detected and
no attempt is made to serialize them.
null terminated sequence of 0 or
more pairs: the pair consists of a String
and an Object; the String
indicates the type of object and is one of the following:
actionListenerK indicating an
ActionListener objectIOException

AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
Component.actionListenerK
,
Button.readObject(ObjectInputStream)

| Serialized Fields |
|---|
String![]()
![]()
label
Button.getLabel()
,
setLabel()String![]()
![]()
actionCommand
Button.getActionCommand()
,
setActionCommand()int buttonSerializedDataVersion
Class java.awt.Button.AccessibleAWTButton extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: -5932203980244017102L
Class java.awt.Canvas extends Component implements Serializable |
|---|
serialVersionUID: -2284879212465893870L
Class java.awt.Canvas.AccessibleAWTCanvas extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: -6325592262103146699L
Class java.awt.CardLayout extends Object implements Serializable |
|---|
serialVersionUID: -4328196481005934313L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream![]()
![]()
s) throws ClassNotFoundException
![]()
![]()
, IOException
![]()
![]()
ClassNotFoundException

IOException

private void writeObject(ObjectOutputStream![]()
![]()
s) throws IOException
![]()
![]()
IOException

| Serialized Fields |
|---|
int currentCard
int hgap
Hashtable![]()
![]()
<K,V> tab
Vector![]()
![]()
<E> vector
int vgap
Class java.awt.Checkbox extends Component implements Serializable |
|---|
serialVersionUID: 7270714317450821763L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream![]()
![]()
s) throws ClassNotFoundException
![]()
![]()
, IOException
![]()
![]()
, HeadlessException
![]()
![]()
ObjectInputStream and if it
isn't null adds a listener to receive
item events fired by the Checkbox.
Unrecognized keys or values will be ignored.
HeadlessException

- if
GraphicsEnvironment.isHeadless returns
true
ClassNotFoundException

IOException

Checkbox.removeItemListener(ItemListener)
,
Checkbox.addItemListener(ItemListener)
,
GraphicsEnvironment.isHeadless()
,
Checkbox.writeObject(ObjectOutputStream)

private void writeObject(ObjectOutputStream![]()
![]()
s) throws IOException
![]()
![]()
ItemListeners
as optional data. The non-serializable
ItemListeners are detected and
no attempt is made to serialize them.
null terminated sequence of 0
or more pairs; the pair consists of a String
and an Object; the String indicates
the type of object and is one of the following:
itemListenerK indicating an
ItemListener objectIOException

AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
Component.itemListenerK
,
Checkbox.readObject(ObjectInputStream)

| Serialized Fields |
|---|
String![]()
![]()
label
Checkbox.getLabel()
,
#setLabel(label)boolean state
Checkbox.
Checkbox.getState()
,
#setState(state)CheckboxGroup![]()
![]()
group
#getCheckBoxGroup(),
#setCheckBoxGroup(CheckBoxGroup)int checkboxSerializedDataVersion
Class java.awt.Checkbox.AccessibleAWTCheckbox extends Component.AccessibleAWTComponent implements Serializable |
|---|
serialVersionUID: 7881579233144754107L
Class java.awt.CheckboxGroup extends Object implements Serializable |
|---|
serialVersionUID: 3729780091441768983L
| Serialized Fields |
|---|
Checkbox![]()
![]()
selectedCheckbox
CheckboxGroup.getCurrent()
,
CheckboxGroup.setCurrent(Checkbox)

Class java.awt.CheckboxMenuItem extends MenuItem implements Serializable |
|---|
serialVersionUID: 6190621106981774043L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream![]()
![]()
s) throws ClassNotFoundException
![]()
![]()
, IOException
![]()
![]()
ClassNotFoundException

IOException

private void writeObject(ObjectOutputStream![]()
![]()
s) throws IOException
![]()
![]()
ItemListeners
as optional data. The non-serializable
ItemListeners are detected and
no attempt is made to serialize them.
null terminated sequence of
0 or more pairs; the pair consists of a String
and an Object; the String indicates
the type of object and is one of the following:
itemListenerK indicating an
ItemListener objectIOException

AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
Component.itemListenerK
,
CheckboxMenuItem.readObject(ObjectInputStream)

| Serialized Fields |
|---|
boolean state
CheckboxMenuItem.getState()
,
CheckboxMenuItem.setState(boolean)

int checkboxMenuItemSerializedDataVersion
Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem extends MenuItem.AccessibleAWTMenuItem implements Serializable |
|---|
serialVersionUID: -1122642964303476L