|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package antlr |
Class antlr.ANTLRError implements Serializable |
Class antlr.ANTLRException implements Serializable |
Class antlr.BaseAST implements Serializable |
Serialized Fields |
BaseAST down
BaseAST right
Class antlr.CharStreamException implements Serializable |
Class antlr.CharStreamIOException implements Serializable |
Serialized Fields |
IOException io
Class antlr.CommonAST implements Serializable |
Serialized Fields |
int ttype
String text
Class antlr.CommonASTWithHiddenTokens implements Serializable |
Serialized Fields |
CommonHiddenStreamToken hiddenBefore
CommonHiddenStreamToken hiddenAfter
Class antlr.MismatchedCharException implements Serializable |
Serialized Fields |
int mismatchType
char foundChar
int expecting
int upper
BitSet set
CharScanner scanner
Class antlr.MismatchedTokenException implements Serializable |
Serialized Fields |
String[] tokenNames
Token token
AST node
String tokenText
int mismatchType
int expecting
int upper
BitSet set
Class antlr.NoViableAltException implements Serializable |
Serialized Fields |
Token token
AST node
Class antlr.NoViableAltForCharException implements Serializable |
Serialized Fields |
char foundChar
Class antlr.RecognitionException implements Serializable |
Serialized Fields |
String fileName
int line
int column
Class antlr.SemanticException implements Serializable |
Class antlr.TokenStreamException implements Serializable |
Class antlr.TokenStreamIOException implements Serializable |
Serialized Fields |
IOException io
Class antlr.TokenStreamRecognitionException implements Serializable |
Serialized Fields |
RecognitionException recog
Class antlr.TokenStreamRetryException implements Serializable |
Package antlr.debug |
Class antlr.debug.Event implements Serializable |
Serialized Fields |
int type
Class antlr.debug.GuessingEvent implements Serializable |
Serialized Fields |
int guessing
Class antlr.debug.InputBufferEvent implements Serializable |
Serialized Fields |
char c
int lookaheadAmount
Class antlr.debug.MessageEvent implements Serializable |
Serialized Fields |
String text
Class antlr.debug.NewLineEvent implements Serializable |
Serialized Fields |
int line
Class antlr.debug.ParserMatchEvent implements Serializable |
Serialized Fields |
boolean inverse
boolean matched
Object target
int value
String text
Class antlr.debug.ParserTokenEvent implements Serializable |
Serialized Fields |
int value
int amount
Class antlr.debug.SemanticPredicateEvent implements Serializable |
Serialized Fields |
int condition
boolean result
Class antlr.debug.SyntacticPredicateEvent implements Serializable |
Class antlr.debug.TraceEvent implements Serializable |
Serialized Fields |
int ruleNum
int data
Package antlr.debug.misc |
Class antlr.debug.misc.ASTFrame implements Serializable |
Class antlr.debug.misc.JTreeASTPanel implements Serializable |
Serialized Fields |
JTree tree
Package com.combex.e.edoc |
Class com.combex.e.edoc.EParameter implements Serializable |
Serialized Fields |
EType myType
String myName
Package com.zooko.tray |
Class com.zooko.tray.EPainter implements Serializable |
Serialized Fields |
com.zooko.tray.EPainter.IPaint mySelf
Package java.awt |
Class java.awt.AWTError implements Serializable |
Class java.awt.AWTEvent implements Serializable |
Serialized Fields |
byte[] bdata
int id
AWTEvent.getID()
,
AWTEvent.AWTEvent(java.awt.Event)
boolean consumed
AWTEvent.consume()
,
AWTEvent.isConsumed()
Class java.awt.AWTException implements Serializable |
Class java.awt.AWTKeyStroke implements Serializable |
Serialization Methods |
protected Object readResolve() throws ObjectStreamException
AWTKeyStroke
(or a subclass of
AWTKeyStroke
) which is equal to this instance.
Serialized Fields |
char keyChar
int keyCode
int modifiers
boolean onKeyRelease
Class java.awt.AWTPermission implements Serializable |
Class java.awt.BorderLayout implements Serializable |
Serialized Fields |
int hgap
hgap
.
BorderLayout.getHgap()
,
setHgap()
int vgap
vgap
.
BorderLayout.getVgap()
,
setVgap()
Component north
BorderLayout.getChild(java.lang.String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAlignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component west
BorderLayout.getChild(java.lang.String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAlignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component east
BorderLayout.getChild(java.lang.String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAlignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component south
BorderLayout.getChild(java.lang.String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAlignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component center
BorderLayout.getChild(java.lang.String, boolean)
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAlignment
,
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 implements Serializable |
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.
ClassNotFoundException
IOException
HeadlessException
removeActionListener()
,
addActionListener()
,
java.awt.GraphicsEnvironment#isHeadless
,
Button.writeObject(java.io.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
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.actionListenerK
,
Button.readObject(java.io.ObjectInputStream)
Serialized Fields |
String label
String actionCommand
int buttonSerializedDataVersion
Class java.awt.Canvas implements Serializable |
Class java.awt.CardLayout implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int currentCard
int hgap
Hashtable tab
Vector vector
int vgap
Class java.awt.Checkbox implements Serializable |
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.
ClassNotFoundException
IOException
HeadlessException
removeActionListener()
,
addActionListener()
,
java.awt.GraphicsEnvironment#isHeadless
,
Checkbox.writeObject(java.io.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
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
,
Checkbox.readObject(java.io.ObjectInputStream)
Serialized Fields |
String label
Checkbox.getLabel()
,
#setLabel()
boolean state
Checkbox
.
Checkbox.getState()
,
#setState()
CheckboxGroup group
getCheckBoxGroup()
,
setCheckBoxGroup()
int checkboxSerializedDataVersion
Class java.awt.CheckboxGroup implements Serializable |
Serialized Fields |
Checkbox selectedCheckbox
CheckboxGroup.getCurrent()
,
setCurrent()
Class java.awt.CheckboxMenuItem implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
MenuItem
ObjectInputStream
and if it
isn't null
adds a listener to receive
action events fired by the Menu
Item.
Unrecognized keys or values will be ignored.
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
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
,
CheckboxMenuItem.readObject(java.io.ObjectInputStream)
Serialized Fields |
boolean state
CheckboxMenuItem.getState()
,
#setState()
int checkboxMenuItemSerializedDataVersion
Class java.awt.Choice implements Serializable |
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 Choice
item.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
removeActionListener()
,
addActionListener()
,
java.awt.GraphicsEnvironment#isHeadless
,
Choice.writeObject(java.io.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
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
,
Choice.readObject(java.io.ObjectInputStream)
Serialized Fields |
Vector pItems
Choice
.
This can be a null
value.
add()
,
addItem()
,
getItem()
,
Choice.getItemCount()
,
insert()
,
remove()
int selectedIndex
Choice
or -1 if nothing is selected.
getSelectedItem
,
select()
int choiceSerializedDataVersion
Class java.awt.Color implements Serializable |
Serialized Fields |
int value
Color.getRGB()
float[] frgbvalue
ColorSpace
as
float
components (no alpha).
If null
after object construction, this must be an
sRGB color constructed with 8-bit precision, so compute from the
int
color value.
Color.getRGBColorComponents(float[])
,
Color.getRGBComponents(float[])
float[] fvalue
ColorSpace
as
float
components (no alpha).
If null
after object construction, this must be an
sRGB color constructed with 8-bit precision, so compute from the
int
color value.
Color.getRGBColorComponents(float[])
,
Color.getRGBComponents(float[])
float falpha
float
component.
If frgbvalue
is null
, this is not valid
data, so compute from the int
color value.
Color.getRGBComponents(float[])
,
Color.getComponents(float[])
java.awt.color.ColorSpace cs
ColorSpace
. If null
, then it's
default is sRGB.
Color.getColor(java.lang.String)
,
Color.getColorSpace()
,
Color.getColorComponents(float[])
Class java.awt.Component implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
and if it isn't
null
adds a listener to receive a variety
of events fired by the component.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
Component.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
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 (as of 1.4):
componentListenerK
indicating an
ComponentListener
object;
focusListenerK
indicating an
FocusListener
object;
keyListenerK
indicating an
KeyListener
object;
mouseListenerK
indicating an
MouseListener
object;
mouseMotionListenerK
indicating an
MouseMotionListener
object;
inputListenerK
indicating an
InputListener
object;
hierarchyListenerK
indicating an
HierarchyListener
object;
hierarchyBoundsListenerK
indicating an
HierarchyBoundsListener
object;
mouseWheelListenerK
indicating an
MouseWheelListener
objectan optional ComponentOrientation
(after inputMethodListener
, as of 1.2)
IOException
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)
,
Component.componentListenerK
,
Component.focusListenerK
,
Component.keyListenerK
,
Component.mouseListenerK
,
Component.mouseMotionListenerK
,
#inputListenerK
,
Component.hierarchyListenerK
,
Component.hierarchyBoundsListenerK
,
Component.mouseWheelListenerK
,
Component.readObject(java.io.ObjectInputStream)
Serialized Fields |
int x
Component.getLocation()
int y
Component.getLocation()
int width
Component.getSize()
int height
Component.getSize()
Color foreground
foreground
can be null
.
Component.getForeground()
,
Component.setForeground(java.awt.Color)
Color background
background
can be null
.
Component.getBackground()
,
Component.setBackground(java.awt.Color)
Font font
font
can be null
.
Component.getFont()
,
Component.setFont(java.awt.Font)
Font peerFont
null
if no peer exists.)
Cursor cursor
null
.
Component.getCursor()
,
Component.setCursor(java.awt.Cursor)
Locale locale
Component.getLocale()
,
Component.setLocale(java.util.Locale)
boolean ignoreRepaint
Component.setIgnoreRepaint(boolean)
,
Component.getIgnoreRepaint()
boolean visible
Component.isVisible()
,
Component.setVisible(boolean)
boolean enabled
Component.isEnabled()
,
Component.setEnabled(boolean)
boolean valid
Component.isValid()
,
Component.validate()
,
Component.invalidate()
DropTarget dropTarget
DropTarget
associated with this component.
Component.setDropTarget(java.awt.dnd.DropTarget)
,
Component.getDropTarget()
Vector popups
Component.add(java.awt.PopupMenu)
String name
null
.
Component.getName()
,
Component.setName(String)
boolean nameExplicitlySet
nameExplicitlySet
will
be false if the name has not been set and
true if it has.
Component.getName()
,
Component.setName(String)
boolean focusable
Component.setFocusable(boolean)
,
Component.isFocusable()
int isFocusTraversableOverridden
Component.isFocusTraversableOverridden
Set[] focusTraversalKeys
#setFocusTraversalKey
,
#getFocusTraversalKey
boolean focusTraversalKeysEnabled
Component.setFocusTraversalKeysEnabled(boolean)
,
Component.getFocusTraversalKeysEnabled()
Dimension minSize
Dimension prefSize
boolean newEventsOnly
newEventsOnly
will be true if the event is
one of the event types enabled for the component.
It will then allow for normal processing to
continue. If it is false the event is passed
to the component's parent and up the ancestor
tree until the event has been consumed.
Component.dispatchEvent(java.awt.AWTEvent)
long eventMask
eventMask
is ONLY set by subclasses via
enableEvents
.
The mask should NOT be set when listeners are registered
so that we can distinguish the difference between when
listeners request events and subclasses request them.
One bit is used to indicate whether input methods are
enabled; this bit is set by enableInputMethods
and is
on by default.
Component.enableInputMethods(boolean)
,
AWTEvent
java.beans.PropertyChangeSupport changeSupport
PropertyChangeListeners
have been registered,
the changeSupport
field describes them.
Component.addPropertyChangeListener(java.beans.PropertyChangeListener)
,
Component.removePropertyChangeListener(java.beans.PropertyChangeListener)
,
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
boolean isPacked
int componentSerializedDataVersion
AccessibleContext accessibleContext
Class java.awt.ComponentOrientation implements Serializable |
Serialized Fields |
int orientation
Class java.awt.Container implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Container
from the specified
ObjectInputStream
.
ClassNotFoundException
IOException
Container.addContainerListener(java.awt.event.ContainerListener)
,
Container.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
Container
to the specified
ObjectOutputStream
.
null
is written.
null
terminated sequence of 0 or more pairs;
the pair consists of a String
and Object
;
the String
indicates the type of object and
is one of the following:
containerListenerK
indicating an
ContainerListener
object;
the Container
's FocusTraversalPolicy
,
or null
IOException
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)
,
Component.containerListenerK
,
Container.readObject(java.io.ObjectInputStream)
Serialized Fields |
int ncomponents
Container.getComponent(int)
,
Container.getComponents()
,
Container.getComponentCount()
Component[] component
Container.add(java.awt.Component)
,
Container.getComponents()
LayoutManager layoutMgr
Container.doLayout()
,
Container.setLayout(java.awt.LayoutManager)
,
Container.getLayout()
LightweightDispatcher dispatcher
Dimension maxSize
boolean focusCycleRoot
Container.setFocusCycleRoot(boolean)
,
Container.isFocusCycleRoot(java.awt.Container)
int containerSerializedDataVersion
Class java.awt.ContainerOrderFocusTraversalPolicy implements Serializable |
Serialized Fields |
boolean implicitDownCycleTraversal
Class java.awt.Cursor implements Serializable |
Serialized Fields |
int type
DEFAULT_CURSOR
.
Cursor.getType()
String name
Cursor.getName()
Class java.awt.DefaultFocusTraversalPolicy implements Serializable |
Class java.awt.Dialog implements Serializable |
Serialized Fields |
boolean resizable
setResizable()
boolean undecorated
undecorated
will be true if the dialog is
undecorated, otherwise it will be false.
#setUndecorated()
,
Dialog.isUndecorated()
,
Component.isDisplayable()
boolean modal
Dialog.isModal()
,
setModal()
String title
Dialog.getTitle()
,
setTitle()
sun.awt.AppContext showAppContext
Class java.awt.Dimension implements Serializable |
Serialized Fields |
int width
Dimension.getSize()
,
Dimension.setSize(double, double)
int height
Dimension.getSize()
,
Dimension.setSize(double, double)
Class java.awt.Event implements Serializable |
Serialized Fields |
Object target
java.awt.AWTEvent#getSource()
long when
java.awt.event.InputEvent#getWhen()
int id
Event
variables are relevant for the event.
This has been replaced by AWTEvent.getID()
java.awt.AWTEvent#getID()
int x
java.awt.event.MouseEvent#getX()
int y
java.awt.event.MouseEvent#getY()
int key
java.awt.event.KeyEvent#getKeyCode()
int modifiers
java.awt.event.InputEvent#getModifiers()
int clickCount
MOUSE_DOWN
events, this field indicates the
number of consecutive clicks. For other events, its value is
0
.
This field has been replaced by MouseEvent.getClickCount().
java.awt.event.MouseEvent#getClickCount().
Object arg
arg
has been replaced by event specific property.
Event evt
java.awt.EventQueue
boolean consumed
Event.isConsumed()
Class java.awt.FileDialog implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
and performs
a backwards compatibility check by converting
either a dir
or a file
equal to an empty string to null
.
Serialized Fields |
int mode
String dir
String file
FilenameFilter filter
Class java.awt.FlowLayout implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Serialized Fields |
int align
align
is the property that determines
how each row distributes empty space.
It can be one of the following values:
LEFT
RIGHT
CENTER
LEADING
TRAILING
FlowLayout.getAlignment()
,
FlowLayout.setAlignment(int)
int newAlign
newAlign
is the property that determines
how each row distributes empty space for the Java 2 platform,
v1.2 and greater.
It can be one of the following three values:
LEFT
RIGHT
CENTER
LEADING
TRAILING
FlowLayout.getAlignment()
,
FlowLayout.setAlignment(int)
int hgap
getHgap
,
setHgap
int vgap
getVgap
,
setVgap
int serialVersionOnStream
currentSerialVersion
which is bein used. It will be one of two values :
0
versions before Java 2 platform v1.2..
1
versions after Java 2 platform v1.2..
Class java.awt.Font implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
Font.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
Font.readObject(java.io.ObjectInputStream)
Serialized Fields |
Hashtable fRequestedAttributes
Font.getAttributes()
String name
Font
, as passed to the
constructor.
Font.getName()
int style
Font
, as passed to the constructor.
This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.
Font.getStyle()
int size
Font
, rounded to integer.
Font.getSize()
float pointSize
Font
in float
.
Font.getSize()
,
Font.getSize2D()
int fontSerializedDataVersion
Font
Serializable Data Form.
Class java.awt.FontFormatException implements Serializable |
Class java.awt.FontMetrics implements Serializable |
Serialized Fields |
Font font
Font
from which the font metrics are
created.
This cannot be null.
FontMetrics.getFont()
Class java.awt.Frame implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
. Tries
to read an Icon
, which is optional
data available as of 1.4. If an Icon
is not available, but anything other than an EOF
is detected, an OptionalDataException
will be thrown..
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless()
,
javax.swing.Icon
,
Frame.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
Icon
, which is
available as of 1.4.
Icon
IOException
javax.swing.Icon
,
Frame.readObject(ObjectInputStream)
Serialized Fields |
Rectangle maximizedBounds
Frame.setMaximizedBounds(Rectangle)
,
Frame.getMaximizedBounds()
String title
title
can be null and if
this is the case the title
= "".
Frame.getTitle()
,
Frame.setTitle(String)
MenuBar menuBar
menuBar
= null
the frame will not have a menubar.
Frame.getMenuBar()
,
Frame.setMenuBar(MenuBar)
boolean resizable
resizable
will be true if the frame is
resizable, otherwise it will be false.
Frame.isResizable()
boolean undecorated
undecorated
will be true if the frame is
undecorated, otherwise it will be false.
Frame.setUndecorated(boolean)
,
Frame.isUndecorated()
,
Component.isDisplayable()
boolean mbManagement
mbManagement
is only used by the Motif implementation.
int state
Vector ownedWindows
int frameSerializedDataVersion
Frame
's Serialized Data Version.
Class java.awt.GraphicsConfigTemplate implements Serializable |
Class java.awt.GridBagConstraints implements Serializable |
Serialized Fields |
int gridx
gridx=0
.
The leading edge of a component's display area is its left edge for
a horizontal, left-to-right container and its right edge for a
horizontal, right-to-left container.
The value
RELATIVE
specifies that the component be placed
immediately following the component that was added to the container
just before this component was added.
The default value is RELATIVE
.
gridx
should be a non-negative value.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#gridy
,
java.awt.ComponentOrientation
int gridy
gridy=0
. The value
RELATIVE
specifies that the component be placed just
below the component that was added to the container just before
this component was added.
The default value is RELATIVE
.
gridy
should be a non-negative value.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#gridx
int gridwidth
Use REMAINDER
to specify that the component be the
last one in its row. Use RELATIVE
to specify that the
component be the next-to-last one in its row.
gridwidth
should be non-negative and the default
value is 1.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#gridheight
int gridheight
Use REMAINDER
to specify that the component be the
last one in its column. Use RELATIVE
to specify that
the component be the next-to-last one in its column.
gridheight
should be a non-negative value and the
default value is 1.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#gridwidth
double weightx
The grid bag layout manager calculates the weight of a column to
be the maximum weightx
of all the components in a
column. If the resulting layout is smaller horizontally than the area
it needs to fill, the extra space is distributed to each column in
proportion to its weight. A column that has a weight of zero receives
no extra space.
If all the weights are zero, all the extra space appears between the grids of the cell and the left and right edges.
The default value of this field is 0
.
weightx
should be a non-negative value.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#weighty
double weighty
The grid bag layout manager calculates the weight of a row to be
the maximum weighty
of all the components in a row.
If the resulting layout is smaller vertically than the area it
needs to fill, the extra space is distributed to each row in
proportion to its weight. A row that has a weight of zero receives no
extra space.
If all the weights are zero, all the extra space appears between the grids of the cell and the top and bottom edges.
The default value of this field is 0
.
weighty
should be a non-negative value.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#weightx
int anchor
There are two kinds of possible values: relative and
absolute. Relative values are interpreted relative to the container's
component orientation property while absolute values are not. The absolute
values are:
CENTER
, NORTH
, NORTHEAST
,
EAST
, SOUTHEAST
, SOUTH
,
SOUTHWEST
, WEST
, and NORTHWEST
.
The relative values are: PAGE_START
, PAGE_END
,
LINE_START
, LINE_END
,
FIRST_LINE_START
, FIRST_LINE_END
,
LAST_LINE_START
and LAST_LINE_END
.
The default value is CENTER
.
GridBagConstraints.clone()
,
java.awt.ComponentOrientation
int fill
The following values are valid for fill
:
NONE
: Do not resize the component.
HORIZONTAL
: Make the component wide enough to fill
its display area horizontally, but do not change its height.
VERTICAL
: Make the component tall enough to fill its
display area vertically, but do not change its width.
BOTH
: Make the component fill its display area
entirely.
The default value is NONE
.
GridBagConstraints.clone()
Insets insets
The default value is new Insets(0, 0, 0, 0)
.
GridBagConstraints.clone()
int ipadx
(ipadx * 2)
pixels.
The default value is 0
.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#ipady
int ipady
(ipady * 2)
pixels.
The default value is 0.
GridBagConstraints.clone()
,
java.awt.GridBagConstraints#ipadx
int tempX
int tempY
int tempWidth
int tempHeight
int minWidth
ipady
, where the default will be 0.
ipady
int minHeight
ipadx
, where the default will be 0.
ipadx
Class java.awt.GridBagLayout implements Serializable |
Serialized Fields |
Hashtable comptable
comptable
are the components and the
values are the instances of GridBagConstraints
.
java.awt.GridBagConstraints
GridBagConstraints defaultConstraints
defaultConstraints
.
GridBagLayout.getConstraints(Component)
,
GridBagLayout.setConstraints(Component, GridBagConstraints)
,
GridBagLayout.lookupConstraints(Component)
GridBagLayoutInfo layoutInfo
layoutInfo
is null
this indicates that there are no components in
the gridbag or if there are components, they have
not yet been validated.
GridBagLayout.getLayoutInfo(Container, int)
int[] columnWidths
null
the values are
applied to the gridbag after all of the minimum columns
widths have been calculated.
If columnWidths has more elements than the number of
columns, columns are added to the gridbag to match
the number of elements in columnWidth.
GridBagLayout.getLayoutDimensions()
int[] rowHeights
rowHeights
has more elements than the number of
rows, rowa are added to the gridbag to match
the number of elements in rowHeights
.
GridBagLayout.getLayoutDimensions()
double[] columnWeights
null
the values are
applied to the gridbag after all of the columns
weights have been calculated.
If columnWeights[i]
> weight for column i, then
column i is assigned the weight in columnWeights[i]
.
If columnWeights
has more elements than the number
of columns, the excess elements are ignored - they do
not cause more columns to be created.
double[] rowWeights
rowWeights[i]
> weight for row i, then
row i is assigned the weight in rowWeights[i]
.
If rowWeights
has more elements than the number
of rows, the excess elements are ignored - they do
not cause more rows to be created.
Class java.awt.GridLayout implements Serializable |
Serialized Fields |
int hgap
GridLayout.getHgap()
,
setHgap()
int vgap
GridLayout.getVgap()
,
setVgap()
int rows
GridLayout.getRows()
,
setRows()
int cols
GridLayout.getColumns()
,
setColumns()
Class java.awt.HeadlessException implements Serializable |
Class java.awt.IllegalComponentStateException implements Serializable |
Class java.awt.Insets implements Serializable |
Serialized Fields |
int top
Insets.clone()
int left
Insets.clone()
int bottom
Insets.clone()
int right
Insets.clone()
Class java.awt.Label implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
Serialized Fields |
String text
Label.getText()
,
setText()
int alignment
Label.getAlignment()
,
setAlignment()
Class java.awt.List implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if it
isn't null
adds a listener to receive
both item events and action events (as specified
by the key stored in the stream) fired by the
List
.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
removeActionListener()
,
addActionListener()
,
java.awt.GraphicsEnvironment#isHeadless
,
List.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ItemListeners
and ActionListeners
as optional data.
The non-serializable listeners 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
object;
actionListenerK
indicating an
ActionListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
,
java.awt.Component.actionListenerK
,
List.readObject(java.io.ObjectInputStream)
Serialized Fields |
Vector items
addItem()
,
getItem()
int rows
List
Component. It is specified only once, and
that is when the list component is actually
created. It will never change.
List.getRows()
boolean multipleMode
multipleMode
is a variable that will
be set to true
if a list component is to be set to
multiple selection mode, that is where the user can
select more than one item in a list at one time.
multipleMode
will be set to false if the
list component is set to single selection, that is where
the user can only select one item on the list at any
one time.
List.isMultipleMode()
,
setMultipleMode()
int[] selected
selected
is an array that will contain
the indices of items that have been selected.
List.getSelectedIndexes()
,
List.getSelectedIndex()
int visibleIndex
makeVisible()
int listSerializedDataVersion
List
component's
Serialized Data Version.
Class java.awt.MediaTracker implements Serializable |
Serialized Fields |
Component target
Component
that will be
tracked by a media tracker where the image will
eventually be drawn.
MediaTracker()
MediaEntry head
Images
that is being
tracked by the MediaTracker
.
addImage()
,
removeImage()
Class java.awt.Menu implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException, HeadlessException
ObjectInputStream
.
Unrecognized keys or values will be ignored.
IOException
ClassNotFoundException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
,
Menu.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
Menu.readObject(java.io.ObjectInputStream)
Serialized Fields |
Vector items
Menu.countItems()
boolean tearOff
true
if the menu has the tear off
property and it will be set to false>
if it does not.
A torn off menu can be deleted by a user when
it is no longer needed.
Menu.isTearOff()
boolean isHelpMenu
true
if the Menu in question is actually a help
menu. Otherwise it will be set to
false
.
int menuSerializedDataVersion
Class java.awt.MenuBar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
,
MenuBar.readObject(java.io.ObjectInputStream)
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
MenuBar.readObject(java.io.ObjectInputStream)
Serialized Fields |
Vector menus
MenuBar.countMenus()
Menu helpMenu
MenuBar.getHelpMenu()
,
setHelpMenu()
int menuBarSerializedDataVersion
Class java.awt.MenuComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
Serialized Fields |
Font font
null
at which point a default will be used.
This defaults to null
.
setFont()
,
MenuComponent.getFont()
String name
null
.
MenuComponent.getName()
,
setName()
boolean nameExplicitlySet
true
the name will be set explicitly.
This defaults to false
.
setName()
boolean newEventsOnly
false
.
dispatchEvent()
AccessibleContext accessibleContext
Class java.awt.MenuItem implements Serializable |
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 Menu
Item.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
removeActionListener()
,
addActionListener()
,
MenuItem.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
ActionListeners
as optional data. The non-serializable listeners 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
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
MenuItem.readObject(java.io.ObjectInputStream)
Serialized Fields |
boolean enabled
enabled
will
be set to true. Else enabled
will
be set to false.
MenuItem.isEnabled()
,
setEnabled()
String label
label
is the label of a menu item.
It can be any string.
MenuItem.getLabel()
,
setLabel()
String actionCommand
actionCommand
is the label of the menu item, unless it has been
set using setActionCommand.
setActionCommand()
,
MenuItem.getActionCommand()
long eventMask
MenuShortcut shortcut
MenuItem.getShortcut()
,
setShortcut()
,
MenuItem.deleteShortcut()
int menuItemSerializedDataVersion
Class java.awt.MenuShortcut implements Serializable |
Serialized Fields |
int key
MenuShortcut.getKey()
,
MenuShortcut.usesShiftModifier()
,
java.awt.event.KeyEvent
boolean usesShift
MenuShortcut.usesShiftModifier()
Class java.awt.Panel implements Serializable |
Class java.awt.Point implements Serializable |
Serialized Fields |
int x
Point.getLocation()
,
Point.move(int, int)
int y
Point.getLocation()
,
Point.move(int, int)
Class java.awt.Polygon implements Serializable |
Serialized Fields |
int npoints
npoints
represents the number of valid points in this Polygon
and might be less than the number of elements in
xpoints
or ypoints
.
This value can be NULL.
Polygon.addPoint(int, int)
int[] xpoints
Polygon
. The extra elements allow new points
to be added to this Polygon
without re-creating this
array. The value of npoints
is equal to the
number of valid points in this Polygon
.
Polygon.addPoint(int, int)
int[] ypoints
Polygon
. The extra elements allow new points
to be added to this Polygon
without re-creating this
array. The value of npoints
is equal to the
number of valid points in this Polygon
.
Polygon.addPoint(int, int)
Rectangle bounds
Polygon.getBoundingBox()
,
Polygon.getBounds()
Class java.awt.PopupMenu implements Serializable |
Class java.awt.Rectangle implements Serializable |
Serialized Fields |
int x
Rectangle
.
Rectangle.setLocation(int, int)
,
Rectangle.getLocation()
int y
Rectangle
.
Rectangle.setLocation(int, int)
,
Rectangle.getLocation()
int width
Rectangle
.
Rectangle.setSize(int, int)
,
Rectangle.getSize()
int height
Rectangle
.
Rectangle.setSize(int, int)
,
Rectangle.getSize()
Class java.awt.Scrollbar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and if
it isn't null
adds a listener to
receive adjustment events fired by the
Scrollbar
.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
,
Scrollbar.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
AdjustmentListeners
as optional data. The non-serializable listeners 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:
adjustmentListenerK
indicating an
AdjustmentListener
object
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.adjustmentListenerK
,
Scrollbar.writeObject(java.io.ObjectOutputStream)
Serialized Fields |
int value
Scrollbar
.
This property must be greater than or equal to minimum
and less than or equal to
maximum
- visibleAmount
Scrollbar.getValue()
,
Scrollbar.setValue(int)
int maximum
Scrollbar
.
This value must be greater than the minimum
value.
Scrollbar.getMaximum()
,
Scrollbar.setMaximum(int)
int minimum
Scrollbar
.
This value must be less than the maximum
value.
Scrollbar.getMinimum()
,
Scrollbar.setMinimum(int)
int visibleAmount
Scrollbar
.
This parameter is normally used to indicate the range of
values that are currently visible.
Scrollbar.getVisibleAmount()
,
Scrollbar.setVisibleAmount(int)
int orientation
Scrollbar
's orientation--being either horizontal
or vertical.
This value should be specified when the scrollbar is created.VERTICAL
or
HORIZONTAL
only.
Scrollbar.getOrientation()
,
Scrollbar.setOrientation(int)
int lineIncrement
Scrollbar.getLineIncrement()
,
Scrollbar.setLineIncrement(int)
int pageIncrement
Scrollbar.getPageIncrement()
,
Scrollbar.setPageIncrement(int)
int scrollbarSerializedDataVersion
Class java.awt.ScrollPane implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int scrollbarDisplayPolicy
ScrollPane.getScrollbarDisplayPolicy()
ScrollPaneAdjustable vAdjustable
Adjustable
methods, namely:
setMinimum()
, setMaximum()
,
setVisibleAmount()
.
ScrollPane.getVAdjustable()
ScrollPaneAdjustable hAdjustable
Adjustable
methods, namely:
setMinimum()
, setMaximum()
,
setVisibleAmount()
.
ScrollPane.getHAdjustable()
boolean wheelScrollingEnabled
Class java.awt.ScrollPaneAdjustable implements Serializable |
Serialized Fields |
ScrollPane sp
ScrollPane
this object is a scrollbar of.
int orientation
ScrollPaneAdjustable.getOrientation()
,
java.awt.Adjustable#HORIZONTAL
,
java.awt.Adjustable#VERTICAL
int value
value
should be greater than minimum
and less than maximum
ScrollPaneAdjustable.getValue()
,
ScrollPaneAdjustable.setValue(int)
int minimum
ScrollPane
.
ATTN: In current implementation
minimum
is always 0
. This field can
only be altered via setSpan
method and
ScrollPane
always calls that method with
0
for the minimum. getMinimum
method
always returns 0
without checking this field.
ScrollPaneAdjustable.getMinimum()
,
ScrollPaneAdjustable.setSpan(int, int, int)
int maximum
ScrollPane
.
ScrollPaneAdjustable.getMaximum()
,
ScrollPaneAdjustable.setSpan(int, int, int)
int visibleAmount
ScrollPane
.
ScrollPaneAdjustable.getVisibleAmount()
,
ScrollPaneAdjustable.setSpan(int, int, int)
int unitIncrement
ScrollPaneAdjustable.getUnitIncrement()
,
ScrollPaneAdjustable.setUnitIncrement(int)
int blockIncrement
ScrollPaneAdjustable.getBlockIncrement()
,
ScrollPaneAdjustable.setBlockIncrement(int)
AdjustmentListener adjustmentListener
Class java.awt.SystemColor implements Serializable |
Class java.awt.TextArea implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
Serialized Fields |
int rows
TextArea
.
This parameter will determine the text area's height.
Guaranteed to be non-negative.
TextArea.getRows()
,
TextArea.setRows(int)
int columns
TextArea
.
A column is an approximate average character
width that is platform-dependent.
This parameter will determine the text area's width.
Guaranteed to be non-negative.
TextArea.setColumns(int)
,
TextArea.getColumns()
int scrollbarVisibility
SCROLLBARS_BOTH
= both scrollbars.SCROLLBARS_HORIZONTAL_ONLY
= Horizontal bar only.SCROLLBARS_VERTICAL_ONLY
= Vertical bar only.SCROLLBARS_NONE
= No scrollbars.
TextArea.getScrollbarVisibility()
int textAreaSerializedDataVersion
Class java.awt.TextComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ClassNotFoundException
IOException
HeadlessException
removeTextListener()
,
addTextListener()
,
java.awt.GraphicsEnvironment#isHeadless
private void writeObject(ObjectOutputStream s) throws IOException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.textListenerK
Serialized Fields |
String text
null
value is the same as "".
setText()
,
TextComponent.getText()
boolean editable
TextComponent
is editable.
It will be true
if the text component
is editable and false
if not.
TextComponent.isEditable()
int selectionStart
selectionStart
is the start position
of the selected text.
TextComponent.getSelectionStart()
,
setSelectionStart()
int selectionEnd
selectionEnd
is the end position of the selected text.
TextComponent.getSelectionEnd()
,
setSelectionEnd()
boolean backgroundSetByClientCode
int textComponentSerializedDataVersion
boolean checkForEnableIM
Class java.awt.TextField implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ClassNotFoundException
IOException
HeadlessException
removeActionListener()
,
addActionListener()
,
java.awt.GraphicsEnvironment#isHeadless
private void writeObject(ObjectOutputStream s) throws IOException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.actionListenerK
Serialized Fields |
int columns
setColumns()
,
TextField.getColumns()
char echoChar
0
.
TextField.getEchoChar()
,
setEchoChar()
,
TextField.echoCharIsSet()
int textFieldSerializedDataVersion
Class java.awt.Window implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException, HeadlessException
ObjectInputStream
and an optional
list of listeners to receive various events fired by
the component; also reads a list of
(possibly null
) child windows.
Unrecognized keys or values will be ignored.
ClassNotFoundException
IOException
HeadlessException
java.awt.GraphicsEnvironment#isHeadless
,
Window.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream s) throws IOException
WindowListener
s and
WindowFocusListener
s as optional data.
Writes a list of child windows as optional data.
null
terminated sequence of
0 or more pairs; the pair consists of a String
and and Object
; the String
indicates the type of object and is one of the following:
windowListenerK
indicating a
WindowListener
object;
windowFocusWindowK
indicating a
WindowFocusListener
object;
ownedWindowK
indicating a child
Window
object
IOException
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)
,
Component.windowListenerK
,
Component.windowFocusListenerK
,
Component.ownedWindowK
,
Window.readObject(java.io.ObjectInputStream)
Serialized Fields |
String warningString
Window.getWarningString()
boolean syncLWRequests
boolean isFirstPack
int state
Window.show()
FocusManager focusMgr
boolean focusableWindowState
Window.getFocusableWindowState()
,
Window.setFocusableWindowState(boolean)
int windowSerializedDataVersion
Package java.awt.datatransfer |
Class java.awt.datatransfer.DataFlavor implements Serializable |
Serialization Methods |
public void readExternal(ObjectInput is) throws IOException, ClassNotFoundException
DataFlavor
from a Serialized state.
public void writeExternal(ObjectOutput os) throws IOException
DataFlavor
.
Class java.awt.datatransfer.UnsupportedFlavorException implements Serializable |
Package java.awt.dnd |
Class java.awt.dnd.DragGestureEvent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragGestureEvent
. This method first
performs default deserialization for all non-transient
fields. An attempt is then made to deserialize this object's
List
of gesture events as well. This is first attempted
by deserializing the field events
, because, in releases
prior to 1.4, a non-transient
field of this name stored the
List
of gesture events. If this fails, the next object in
the stream is used instead. If the resulting List
is
null
, this object's List
of gesture events
is set to an empty List
.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DragGestureEvent
. Performs default
serialization and then writes out this object's List
of
gesture events if and only if the List
can be serialized.
If not, null
is written instead. In this case, a
DragGestureEvent
created from the resulting deserialized
stream will contain an empty List
of gesture events.
List
instance, or
null
.
IOException
Serialized Fields |
DragSource dragSource
Component component
Point origin
int action
Class java.awt.dnd.DragGestureRecognizer implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragGestureRecognizer
. This method first
performs default deserialization for all non-transient
fields. This object's DragGestureListener
is then
deserialized as well by using the next object in the stream.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DragGestureRecognizer
. This method first
performs default serialization. Then, this object's
DragGestureListener
is written out if and only if it can be
serialized. If not, null
is written instead.
DragGestureListener
, or
null
.
IOException
Serialized Fields |
DragSource dragSource
DragSource
associated with this
DragGestureRecognizer
.
Component component
Component
associated with this DragGestureRecognizer
.
int sourceActions
int
representing
the type(s) of action(s) used
in this Drag and Drop operation.
ArrayList events
DragGestureRecognizer
"recognized" as a "gesture" that triggers a drag.
Class java.awt.dnd.DragSource implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragSource
. This method first performs
default deserialization. Next, this object's FlavorMap
is
deserialized by using the next object in the stream.
If the resulting FlavorMap
is null
, this
object's FlavorMap
is set to the default FlavorMap for
this thread's ClassLoader
.
Next, this object's listeners are deserialized by reading a
null
-terminated sequence of 0 or more key/value pairs
from the stream:
String
equal to
dragSourceListenerK
, a DragSourceListener
is
deserialized using the corresponding value object and added to this
DragSource
.
String
equal to
dragSourceMotionListenerK
, a
DragSourceMotionListener
is deserialized using the
corresponding value object and added to this DragSource
.
ClassNotFoundException
IOException
java.awt.datatransfer.SystemFlavorMap#getDefaultFlavorMap
private void writeObject(ObjectOutputStream s) throws IOException
DragSource
. This method first performs
default serialization. Next, it writes out this object's
FlavorMap
if and only if it can be serialized. If not,
null
is written instead. Next, it writes out
Serializable
listeners registered with this
object. Listeners are written in a null
-terminated sequence
of 0 or more pairs. The pair consists of a String
and an
Object
; the String
indicates the type of the
Object
and is one of the following:
dragSourceListenerK
indicating a
DragSourceListener
object;
dragSourceMotionListenerK
indicating a
DragSourceMotionListener
object.
FlavorMap
instance, or
null
, followed by a null
-terminated
sequence of 0 or more pairs; the pair consists of a
String
and an Object
; the
String
indicates the type of the Object
and is one of the following:
dragSourceListenerK
indicating a
DragSourceListener
object;
dragSourceMotionListenerK
indicating a
DragSourceMotionListener
object.
IOException
Class java.awt.dnd.DragSourceContext implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DragSourceContext
. This method first
performs default deserialization for all non-transient
fields. This object's Transferable
and
DragSourceListener
are then deserialized as well by using
the next two objects in the stream. If the resulting
Transferable
is null
, this object's
Transferable
is set to a dummy Transferable
which supports no DataFlavor
s.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DragSourceContext
. This method first
performs default serialization. Next, this object's
Transferable
is written out if and only if it can be
serialized. If not, null
is written instead. In this case,
a DragSourceContext
created from the resulting deserialized
stream will contain a dummy Transferable
which supports no
DataFlavor
s. Finally, this object's
DragSourceListener
is written out if and only if it can be
serialized. If not, null
is written instead.
Transferable
instance, or
null
, followed by either a
DragSourceListener
instance, or
null
.
IOException
Serialized Fields |
DragGestureEvent trigger
Cursor cursor
boolean useCustomCursor
true
if the custom drag cursor is used instead of the
default one.
int sourceActions
DnDConstants
that represents the set of
drop actions supported by the drag source for the drag operation associated
with this DragSourceContext.
Class java.awt.dnd.DragSourceDragEvent implements Serializable |
Serialized Fields |
int targetActions
int dropAction
int gestureModifiers
Class java.awt.dnd.DragSourceDropEvent implements Serializable |
Serialized Fields |
boolean dropSuccess
true
if the drop was successful.
int dropAction
Class java.awt.dnd.DragSourceEvent implements Serializable |
Serialized Fields |
boolean locationSpecified
boolean
indicating whether the cursor location
is specified for this event.
int x
int y
Class java.awt.dnd.DropTarget implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
DropTarget
. This method first performs
default deserialization for all non-transient
fields. An
attempt is then made to deserialize this object's
DropTargetListener
as well. This is first attempted by
deserializing the field dtListener
, because, in releases
prior to 1.4, a non-transient
field of this name stored the
DropTargetListener
. If this fails, the next object in the
stream is used instead.
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
DropTarget
. Performs default serialization,
and then writes out this object's DropTargetListener
if and
only if it can be serialized. If not, null
is written
instead.
DropTargetListener
instance, or null
.
IOException
Serialized Fields |
DropTargetContext dropTargetContext
Component component
int actions
DropTarget.setDefaultActions(int)
,
DropTarget.getDefaultActions()
boolean active
true
if the DropTarget is accepting Drag & Drop operations.
Class java.awt.dnd.DropTargetContext implements Serializable |
Serialized Fields |
DropTarget dropTarget
Class java.awt.dnd.DropTargetDragEvent implements Serializable |
Serialized Fields |
Point location
int actions
int dropAction
Class java.awt.dnd.DropTargetDropEvent implements Serializable |
Serialized Fields |
Point location
int actions
int dropAction
boolean isLocalTx
true
if the source is in the same JVM as the target.
Class java.awt.dnd.DropTargetEvent implements Serializable |
Serialized Fields |
DropTargetContext context
DropTargetContext
associated with this
DropTargetEvent
.
Class java.awt.dnd.InvalidDnDOperationException implements Serializable |
Class java.awt.dnd.MouseDragGestureRecognizer implements Serializable |
Package java.awt.event |
Class java.awt.event.ActionEvent implements Serializable |
Serialized Fields |
String actionCommand
ActionEvent.getActionCommand()
long when
ActionEvent.getWhen()
int modifiers
ActionEvent.getModifiers()
Class java.awt.event.AdjustmentEvent implements Serializable |
Serialized Fields |
Adjustable adjustable
AdjustmentEvent.getAdjustable()
int value
value
will contain the new value of the
adjustable object. This value will always be in a
range associated adjustable object.
AdjustmentEvent.getValue()
int adjustmentType
adjustmentType
describes how the adjustable
object value has changed.
This value can be increased/decreased by a block or unit amount
where the block is associated with page increments/decrements,
and a unit is associated with line increments/decrements.
AdjustmentEvent.getAdjustmentType()
boolean isAdjusting
isAdjusting
is true if the event is one
of the series of multiple adjustment events.
AdjustmentEvent.getValueIsAdjusting()
Class java.awt.event.ComponentEvent implements Serializable |
Class java.awt.event.ContainerEvent implements Serializable |
Serialized Fields |
Component child
getChild
Class java.awt.event.FocusEvent implements Serializable |
Serialized Fields |
boolean temporary
FocusEvent.isTemporary()
Component opposite
FocusEvent.getOppositeComponent()
Class java.awt.event.HierarchyEvent implements Serializable |
Serialized Fields |
Component changed
Container changedParent
long changeFlags
Class java.awt.event.InputEvent implements Serializable |
Serialized Fields |
long when
InputEvent.getWhen()
int modifiers
InputEvent.getModifiers()
,
java.awt.event.MouseEvent
Class java.awt.event.InputMethodEvent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
when
field if it is not present in the
object input stream. In that case, the field will be initialized by
invoking java.awt.EventQueue#getMostRecentEventTime()
.
Serialized Fields |
long when
InputMethodEvent.getWhen()
Class java.awt.event.InvocationEvent implements Serializable |
Serialized Fields |
Runnable runnable
Object notifier
boolean catchExceptions
Exception exception
long when
InvocationEvent.getWhen()
Class java.awt.event.ItemEvent implements Serializable |
Serialized Fields |
Object item
ItemEvent.getItem()
int stateChange
stateChange
indicates whether the item
was selected or deselected.
ItemEvent.getStateChange()
Class java.awt.event.KeyEvent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
boolean isProxyActive
int keyCode
KeyEvent.getKeyCode()
,
setKeyCode()
char keyChar
keyChar
is a valid unicode character
that is fired by a key or a key combination on
a keyboard.
KeyEvent.getKeyChar()
,
setKeyChar()
int keyLocation
KEY_LOCATION_UNKNOWN
,
KEY_LOCATION_STANDARD
, KEY_LOCATION_LEFT
,
KEY_LOCATION_RIGHT
, and KEY_LOCATION_NUMPAD
.
KeyEvent.getKeyLocation()
Class java.awt.event.MouseEvent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
int x
MouseEvent.getX()
int y
MouseEvent.getY()
int clickCount
MOUSE_CLICKED
,
MOUSE_PRESSED
and
MOUSE_RELEASED
.
For the above, the clickCount
will be at least 1.
For all other events the count will be 0.
MouseEvent.getClickCount().
int button
NOBUTTON
,
BUTTON1
,
BUTTON2
or
BUTTON3
.
MouseEvent.getButton().
boolean popupTrigger
popupTrigger
= false
,
no popup menu should appear. If it is true
then a popup menu should appear.
java.awt.PopupMenu
,
MouseEvent.isPopupTrigger()
Class java.awt.event.MouseWheelEvent implements Serializable |
Serialized Fields |
int scrollType
MouseWheelEvent.getScrollType()
int scrollAmount
MouseWheelEvent.getScrollAmount()
,
MouseWheelEvent.getScrollType()
int wheelRotation
MouseWheelEvent.getWheelRotation()
Class java.awt.event.PaintEvent implements Serializable |
Serialized Fields |
Rectangle updateRect
java.awt.Rectangle
,
setUpdateRect()
,
PaintEvent.getUpdateRect()
Class java.awt.event.TextEvent implements Serializable |
Class java.awt.event.WindowEvent implements Serializable |
Serialized Fields |
Window opposite
WindowEvent.getOppositeWindow()
int oldState
int newState
Package java.io |
Class java.io.CharConversionException implements Serializable |
Class java.io.EOFException implements Serializable |
Class java.io.File implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
String path
Class java.io.FileNotFoundException implements Serializable |
Class java.io.FilePermissionCollection implements Serializable |
Serialized Fields |
Vector permissions
Class java.io.InterruptedIOException implements Serializable |
Serialized Fields |
int bytesTransferred
Class java.io.InvalidClassException implements Serializable |
Serialized Fields |
String classname
Class java.io.InvalidObjectException implements Serializable |
Class java.io.IOException implements Serializable |
Class java.io.NotActiveException implements Serializable |
Class java.io.NotSerializableException implements Serializable |
Class java.io.ObjectStreamClass implements Serializable |
Serialized Fields |
Class java.io.ObjectStreamException implements Serializable |
Class java.io.OptionalDataException implements Serializable |
Serialized Fields |
int length
boolean eof
Class java.io.SerializablePermission implements Serializable |
Serialized Fields |
String actions
Class java.io.StreamCorruptedException implements Serializable |
Class java.io.SyncFailedException implements Serializable |
Class java.io.UnsupportedEncodingException implements Serializable |
Class java.io.UTFDataFormatException implements Serializable |
Class java.io.WriteAbortedException implements Serializable |
Serialized Fields |
Exception detail
This field predates the general-purpose exception chaining facility.
The Throwable.getCause()
method is now the preferred means of
obtaining this information.
Package java.lang |
Class java.lang.AbstractMethodError implements Serializable |
Class java.lang.ArithmeticException implements Serializable |
Class java.lang.ArrayIndexOutOfBoundsException implements Serializable |
Class java.lang.ArrayStoreException implements Serializable |
Class java.lang.AssertionError implements Serializable |
Class java.lang.Boolean implements Serializable |
Serialized Fields |
boolean value
Class java.lang.Byte implements Serializable |
Serialized Fields |
byte value
Byte
.
Class java.lang.Character implements Serializable |
Serialized Fields |
char value
Character
.
Class java.lang.Class implements Serializable |
Serialization Overview |
A new handle is generated for the initial time the class descriptor is written into the stream. Future references to the class descriptor are written as references to the initial class descriptor instance.TC_CLASS
ClassDescriptor A ClassDescriptor is a special cased serialization of ajava.io.ObjectStreamClass
instance.
java.io.ObjectStreamClass
Serialized Fields |
Class java.lang.ClassCastException implements Serializable |
Class java.lang.ClassCircularityError implements Serializable |
Class java.lang.ClassFormatError implements Serializable |
Class java.lang.ClassNotFoundException implements Serializable |
Serialized Fields |
Throwable ex
Class java.lang.CloneNotSupportedException implements Serializable |
Class java.lang.Double implements Serializable |
Serialized Fields |
double value
Class java.lang.Error implements Serializable |
Class java.lang.Exception implements Serializable |
Class java.lang.ExceptionInInitializerError implements Serializable |
Serialized Fields |
Throwable exception
Class java.lang.Float implements Serializable |
Serialized Fields |
float value
Class java.lang.IllegalAccessError implements Serializable |
Class java.lang.IllegalAccessException implements Serializable |
Class java.lang.IllegalArgumentException implements Serializable |
Class java.lang.IllegalMonitorStateException implements Serializable |
Class java.lang.IllegalStateException implements Serializable |
Class java.lang.IllegalThreadStateException implements Serializable |
Class java.lang.IncompatibleClassChangeError implements Serializable |
Class java.lang.IndexOutOfBoundsException implements Serializable |
Class java.lang.InstantiationError implements Serializable |
Class java.lang.InstantiationException implements Serializable |
Class java.lang.Integer implements Serializable |
Serialized Fields |
int value
Integer
.
Class java.lang.InternalError implements Serializable |
Class java.lang.InterruptedException implements Serializable |
Class java.lang.LinkageError implements Serializable |
Class java.lang.Long implements Serializable |
Serialized Fields |
long value
Long
.
Class java.lang.NegativeArraySizeException implements Serializable |
Class java.lang.NoClassDefFoundError implements Serializable |
Class java.lang.NoSuchFieldError implements Serializable |
Class java.lang.NoSuchFieldException implements Serializable |
Class java.lang.NoSuchMethodError implements Serializable |
Class java.lang.NoSuchMethodException implements Serializable |
Class java.lang.NullPointerException implements Serializable |
Class java.lang.Number implements Serializable |
Class java.lang.NumberFormatException implements Serializable |
Class java.lang.OutOfMemoryError implements Serializable |
Class java.lang.RuntimeException implements Serializable |
Class java.lang.RuntimePermission implements Serializable |
Class java.lang.SecurityException implements Serializable |
Class java.lang.Short implements Serializable |
Serialized Fields |
short value
Short
.
Class java.lang.StackOverflowError implements Serializable |
Class java.lang.StackTraceElement implements Serializable |
Serialized Fields |
String declaringClass
String methodName
String fileName
int lineNumber
Class java.lang.String implements Serializable |
Serialization Overview |
TC_STRING
(utf String)
The String is written by method DataOutput.writeUTF
.
A new handle is generated to refer to all future references to the
string instance within the stream.
Serialized Fields |
Class java.lang.StringBuffer implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
char[] value
int count
boolean shared
Class java.lang.StringIndexOutOfBoundsException implements Serializable |
Class java.lang.ThreadDeath implements Serializable |
Class java.lang.Throwable implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
String detailMessage
Throwable cause
StackTraceElement[] stackTrace
Throwable.getStackTrace()
.
Class java.lang.UnknownError implements Serializable |
Class java.lang.UnsatisfiedLinkError implements Serializable |
Class java.lang.UnsupportedClassVersionError implements Serializable |
Class java.lang.UnsupportedOperationException implements Serializable |
Class java.lang.VerifyError implements Serializable |
Class java.lang.VirtualMachineError implements Serializable |
Package java.math |
Class java.math.BigDecimal implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
BigInteger intVal
BigDecimal.unscaledValue()
int scale
BigDecimal.scale
Class java.math.BigInteger implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialization Overview |
Serialized Fields |
int bitCount
int bitLength
int lowestSetBit
int[] magnitude
int signum
Package java.net |
Class java.net.BindException implements Serializable |
Class java.net.ConnectException implements Serializable |
Class java.net.Inet4Address implements Serializable |
Serialization Methods |
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
- if a new object replacing this
object could not be createdClass java.net.Inet6Address implements Serializable |
Serialized Fields |
byte[] ipaddress
Class java.net.InetAddress implements Serializable |
Serialization Methods |
private Object readResolve() throws ObjectStreamException
ObjectStreamException
- if a new object replacing this
object could not be createdSerialized Fields |
String hostName
int address
int family
Class java.net.InetSocketAddress implements Serializable |
Serialized Fields |
String hostname
InetAddress addr
int port
Class java.net.MalformedURLException implements Serializable |
Class java.net.NetPermission implements Serializable |
Class java.net.NoRouteToHostException implements Serializable |
Class java.net.PortUnreachableException implements Serializable |
Class java.net.ProtocolException implements Serializable |
Class java.net.SocketAddress implements Serializable |
Class java.net.SocketException implements Serializable |
Class java.net.SocketPermission implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
String actions
Class java.net.SocketPermissionCollection implements Serializable |
Serialized Fields |
Vector permissions
Class java.net.SocketTimeoutException implements Serializable |
Class java.net.UnknownHostException implements Serializable |
Class java.net.UnknownServiceException implements Serializable |
Class java.net.URI implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream is) throws ClassNotFoundException, IOException
The java.io.ObjectInputStream#defaultReadObject()
method is
invoked to read the value of the string field. The result is
then parsed in the usual way.
private void writeObject(ObjectOutputStream os) throws IOException
The only serializable field of a URI instance is its string
field. That field is given a value, if it does not have one already,
and then the java.io.ObjectOutputStream#defaultWriteObject()
method of the given object-output stream is invoked.
Serialized Fields |
String string
Class java.net.URISyntaxException implements Serializable |
Serialized Fields |
String input
int index
Class java.net.URL implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
String protocol
String host
int port
String file
file
is
defined as path[?query]
String authority
String ref
int hashCode
Package java.security |
Class java.security.AccessControlException implements Serializable |
Serialized Fields |
Permission perm
Class java.security.AllPermission implements Serializable |
Class java.security.AllPermissionCollection implements Serializable |
Serialized Fields |
boolean all_allowed
Class java.security.BasicPermission implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Class java.security.BasicPermissionCollection implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
Hashtable permissions
boolean all_allowed
true
if this BasicPermissionCollection
contains a BasicPermission with '*' as its permission name.
Class permClass
Class java.security.CodeSource implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
URL
is followed by an
int
indicating the number of certificates to follow
(a value of "zero" denotes that there are no certificates associated
with this object).
Each certificate is written out starting with a String
denoting the certificate type, followed by an
int
specifying the length of the certificate encoding,
followed by the certificate encoding itself which is written out as an
array of bytes.
IOException
Serialized Fields |
URL location
Class java.security.DigestException implements Serializable |
Class java.security.GeneralSecurityException implements Serializable |
Class java.security.GuardedObject implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream oos) throws IOException
Serialized Fields |
Object object
Guard guard
Class java.security.Identity implements Serializable |
Serialized Fields |
String name
PublicKey publicKey
String info
IdentityScope scope
Vector certificates
Class java.security.IdentityScope implements Serializable |
Class java.security.InvalidAlgorithmParameterException implements Serializable |
Class java.security.InvalidKeyException implements Serializable |
Class java.security.InvalidParameterException implements Serializable |
Class java.security.KeyException implements Serializable |
Class java.security.KeyManagementException implements Serializable |
Class java.security.KeyPair implements Serializable |
Serialized Fields |
PrivateKey privateKey
PublicKey publicKey
Class java.security.KeyStoreException implements Serializable |
Class java.security.NoSuchAlgorithmException implements Serializable |
Class java.security.NoSuchProviderException implements Serializable |
Class java.security.Permission implements Serializable |
Serialized Fields |
String name
Class java.security.PermissionCollection implements Serializable |
Serialized Fields |
boolean readOnly
Class java.security.PermissionsHash implements Serializable |
Serialized Fields |
Hashtable perms
Class java.security.PrivilegedActionException implements Serializable |
Serialized Fields |
Exception exception
Class java.security.Provider implements Serializable |
Serialized Fields |
String name
String info
double version
Class java.security.ProviderException implements Serializable |
Class java.security.SecureRandom implements Serializable |
Serialized Fields |
Provider provider
SecureRandomSpi secureRandomSpi
byte[] state
MessageDigest digest
byte[] randomBytes
int randomBytesUsed
long counter
Class java.security.SecureRandomSpi implements Serializable |
Class java.security.SecurityPermission implements Serializable |
Class java.security.SignatureException implements Serializable |
Class java.security.SignedObject implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
byte[] content
byte[] signature
String thealgorithm
Class java.security.Signer implements Serializable |
Serialized Fields |
PrivateKey privateKey
Class java.security.UnrecoverableKeyException implements Serializable |
Class java.security.UnresolvedPermission implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
String
denoting the
type
is followed by a String
denoting the
name
is followed by a String
denoting the
actions
is followed by an int
indicating the
number of certificates to follow
(a value of "zero" denotes that there are no certificates associated
with this object).
Each certificate is written out starting with a String
denoting the certificate type, followed by an
int
specifying the length of the certificate encoding,
followed by the certificate encoding itself which is written out as an
array of bytes.
IOException
Serialized Fields |
String type
String name
String actions
Class java.security.UnresolvedPermissionCollection implements Serializable |
Serialized Fields |
Hashtable permissions
Package java.security.spec |
Class java.security.spec.InvalidKeySpecException implements Serializable |
Class java.security.spec.InvalidParameterSpecException implements Serializable |
Package java.util |
Class java.util.ArrayList implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
int size
Class java.util.BitSet implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialized Fields |
long[] bits
Class java.util.Calendar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
Calendar
would only write out its state data and
the current time, and not write any field data out, such as
fields[]
, isTimeSet
, areFieldsSet
,
and isSet[]
. nextStamp
also should not be part
of the persistent state. Unfortunately, this didn't happen before JDK 1.1
shipped. To be compatible with JDK 1.1, we will always have to write out
the field values and state flags. However, nextStamp
can be
removed from the serialization stream; this will probably happen in the
near future.
Serialized Fields |
int[] fields
FIELD_COUNT
integers, with index values
ERA
through DST_OFFSET
.
boolean[] isSet
FIELD_COUNT
booleans, with index values
ERA
through DST_OFFSET
.
long time
Calendar.isTimeSet
boolean isTimeSet
time
is valid.
The time is made invalid by a change to an item of field[]
.
Calendar.time
boolean areFieldsSet
fields[]
are in sync with the currently set time.
If false, then the next attempt to get the value of a field will
force a recomputation of all fields from the current value of
time
.
boolean lenient
time
from fields[]
.
Calendar.setLenient(boolean)
TimeZone zone
TimeZone
used by this calendar. Calendar
uses the time zone data to translate between locale and GMT time.
int firstDayOfWeek
SUNDAY
,
MONDAY
, etc. This is a locale-dependent value.
int minimalDaysInFirstWeek
int nextStamp
stamp[]
, an internal array.
This actually should not be written out to the stream, and will probably
be removed from the stream in the near future. In the meantime,
a value of MINIMUM_USER_STAMP
should be used.
int serialVersionOnStream
serialVersionOnStream
is written.
Class java.util.ConcurrentModificationException implements Serializable |
Class java.util.Currency implements Serializable |
Serialization Methods |
private Object readResolve()
Serialized Fields |
String currencyCode
Class java.util.Date implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
getTime()
is emitted (long). This represents the offset from
January 1, 1970, 00:00:00 GMT in milliseconds.
IOException
Class java.util.EmptyStackException implements Serializable |
Class java.util.EventObject implements Serializable |
Class java.util.GregorianCalendar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Serialized Fields |
long gregorianCutover
Class java.util.HashMap implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
int threshold
float loadFactor
Class java.util.HashSet implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class java.util.Hashtable implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
int threshold
float loadFactor
Class java.util.IdentityHashMap implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
int size
Class java.util.LinkedHashMap implements Serializable |
Serialized Fields |
boolean accessOrder
Class java.util.LinkedHashSet implements Serializable |
Class java.util.LinkedList implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class java.util.Locale implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
String
objects:
the first is a 2-letter ISO 639 code representing the locale's language,
the second is a 2-letter ISO 3166 code representing the locale's region or
country, and the third is an optional chain of variant codes defined by this
library. Any of the fields may be the empty string. The fourth field is an
int
representing the locale's hash code, but is ignored by
readObject()
. Whatever this field's value, the hash code is
initialized to -1, a sentinel value that indicates the hash code must be
recomputed.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
String
objects:
the first is a 2-letter ISO 639 code representing the locale's language,
the second is a 2-letter ISO 3166 code representing the locale's region or
country, and the third is an optional chain of variant codes defined by this
library. Any of the fields may be the empty string. The fourth field is an
int
whose value is always -1. This is a sentinel value indicating
the Locale
's hash code must be recomputed.
IOException
Serialized Fields |
String language
Locale.getLanguage()
String country
Locale.getCountry()
String variant
Locale.getVariant()
int hashcode
Class java.util.MissingResourceException implements Serializable |
Serialized Fields |
String className
String key
Class java.util.NoSuchElementException implements Serializable |
Class java.util.Properties implements Serializable |
Serialized Fields |
Properties defaults
Class java.util.PropertyPermissionCollection implements Serializable |
Serialized Fields |
Hashtable permissions
boolean all_allowed
Class java.util.Random implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialization Overview |
Serialized Fields |
boolean haveNextNextGaussian
double; nextNextGaussian
long; seed
Class java.util.SimpleTimeZone implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
DOW_IN_MONTH_MODE
rules, in the required section, followed
by the full rules, in packed format, in the optional section. The
optional section will be ignored by JDK 1.1 code upon stream in.
Contents of the optional section: The length of a byte array is
emitted (int); this is 4 as of this release. The byte array of the given
length is emitted. The contents of the byte array are the true values of
the fields startDay
, startDayOfWeek
,
endDay
, and endDayOfWeek
. The values of these
fields in the required section are approximate values suited to the rule
mode DOW_IN_MONTH_MODE
, which is the only mode recognized by
JDK 1.1.
IOException
Serialized Fields |
int startMonth
Calendar.JANUARY
and
Calendar.DECEMBER
inclusive. This value must not equal
endMonth
.
If useDaylight
is false, this value is ignored.
int startDay
startMode == DOW_IN_MONTH
startDay
indicates the day of the month of
startMonth
on which daylight
saving time starts, from 1 to 28, 30, or 31, depending on the
startMonth
.
startMode != DOW_IN_MONTH
startDay
indicates which startDayOfWeek
in th
month startMonth
daylight
saving time starts on. For example, a value of +1 and a
startDayOfWeek
of Calendar.SUNDAY
indicates the
first Sunday of startMonth
. Likewise, +2 would indicate the
second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight
is false, this value is ignored.
int startDayOfWeek
Calendar.SUNDAY
and
Calendar.SATURDAY
inclusive.
If useDaylight
is false or
startMode == DAY_OF_MONTH
, this value is ignored.
int startTime
startTimeMode
.
If useDaylight
is false, this value is ignored.
int startTimeMode
int endMonth
Calendar.JANUARY
and
Calendar.UNDECIMBER
. This value must not equal
startMonth
.
If useDaylight
is false, this value is ignored.
int endDay
endMode == DOW_IN_MONTH
endDay
indicates the day of the month of
endMonth
on which daylight
saving time ends, from 1 to 28, 30, or 31, depending on the
endMonth
.
endMode != DOW_IN_MONTH
endDay
indicates which endDayOfWeek
in th
month endMonth
daylight
saving time ends on. For example, a value of +1 and a
endDayOfWeek
of Calendar.SUNDAY
indicates the
first Sunday of endMonth
. Likewise, +2 would indicate the
second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight
is false, this value is ignored.
int endDayOfWeek
Calendar.SUNDAY
and
Calendar.SATURDAY
inclusive.
If useDaylight
is false or
endMode == DAY_OF_MONTH
, this value is ignored.
int endTime
endTimeMode
.
If useDaylight
is false, this value is ignored.
int endTimeMode
int startYear
If useDaylight
is false, this value is ignored.
int rawOffset
dstSavings
.
boolean useDaylight
byte[] monthLength
int startMode
DOM_MODE
DOW_IN_MONTH_MODE
DOW_GE_DOM_MODE
DOW_LE_DOM_MODE
startDay
field.
If useDaylight
is false, this value is ignored.
int endMode
DOM_MODE
DOW_IN_MONTH_MODE
DOW_GE_DOM_MODE
DOW_LE_DOM_MODE
endDay
field.
If useDaylight
is false, this value is ignored.
int dstSavings
If useDaylight
is false, this value is ignored.
int serialVersionOnStream
startMode
,
endMode
, and dstSavings
.
startTimeMode
and endTimeMode
.
serialVersionOnStream
is written.
Class java.util.Stack implements Serializable |
Class java.util.TimeZone implements Serializable |
Serialized Fields |
String ID
TimeZone
. This is a
programmatic identifier used internally to look up TimeZone
objects from the system table and also to map them to their localized
display names. ID
values are unique in the system
table but may not be for dynamically created zones.
Class java.util.TooManyListenersException implements Serializable |
Class java.util.TreeMap implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
Comparator comparator
Class java.util.TreeSet implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class java.util.Vector implements Serializable |
Serialized Fields |
Object[] elementData
Any array elements following the last element in the Vector are null.
int elementCount
int capacityIncrement
Package javax.swing |
Class javax.swing.AbstractAction implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean enabled
SwingPropertyChangeSupport changeSupport
PropertyChangeListeners
have been registered, the
changeSupport
field describes them.
Class javax.swing.AbstractButton implements Serializable |
Serialized Fields |
ButtonModel model
String text
Insets margin
Insets defaultMargin
Icon defaultIcon
Icon pressedIcon
Icon disabledIcon
Icon selectedIcon
Icon disabledSelectedIcon
Icon rolloverIcon
Icon rolloverSelectedIcon
boolean paintBorder
boolean paintFocus
boolean rolloverEnabled
boolean contentAreaFilled
int verticalAlignment
int horizontalAlignment
int verticalTextPosition
int horizontalTextPosition
int iconTextGap
int mnemonic
int mnemonicIndex
long multiClickThreshhold
AccessibleIcon accessibleIcon
ChangeListener changeListener
changeListener
.
ActionListener actionListener
ActionListener
.
ItemListener itemListener
ItemListener
.
Action action
java.beans.PropertyChangeListener actionPropertyChangeListener
Class javax.swing.AbstractCellEditor implements Serializable |
Serialized Fields |
EventListenerList listenerList
Class javax.swing.AbstractListModel implements Serializable |
Serialized Fields |
EventListenerList listenerList
Class javax.swing.ActionMap implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
ActionMap parent
Class javax.swing.Box implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
Class javax.swing.BoxLayout implements Serializable |
Serialized Fields |
int axis
Container target
Class javax.swing.ButtonGroup implements Serializable |
Serialized Fields |
Vector buttons
ButtonModel selection
Class javax.swing.CellRendererPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Container
Container
to the specified
ObjectOutputStream
.
null
is written.
Serialized Fields |
AccessibleContext accessibleContext
Class javax.swing.ComponentInputMap implements Serializable |
Serialized Fields |
JComponent component
Class javax.swing.DefaultBoundedRangeModel implements Serializable |
Serialized Fields |
EventListenerList listenerList
int value
int extent
int min
int max
boolean isAdjusting
Class javax.swing.DefaultButtonModel implements Serializable |
Serialized Fields |
int stateMask
String actionCommand
ButtonGroup group
int mnemonic
EventListenerList listenerList
Class javax.swing.DefaultCellEditor implements Serializable |
Serialized Fields |
JComponent editorComponent
javax.swing.DefaultCellEditor.EditorDelegate delegate
CellEditor
.
int clickCountToStart
clickCountToStart
is defined as zero, it
will not initiate until a click occurs.
Class javax.swing.DefaultComboBoxModel implements Serializable |
Serialized Fields |
Vector objects
Object selectedObject
Class javax.swing.DefaultDesktopManager implements Serializable |
Serialized Fields |
int dragMode
Class javax.swing.DefaultListCellRenderer implements Serializable |
Class javax.swing.DefaultListModel implements Serializable |
Serialized Fields |
Vector delegate
Class javax.swing.DefaultListSelectionModel implements Serializable |
Serialized Fields |
int selectionMode
int minIndex
int maxIndex
int anchorIndex
int leadIndex
int firstAdjustedIndex
int lastAdjustedIndex
boolean isAdjusting
int firstChangedIndex
int lastChangedIndex
BitSet value
EventListenerList listenerList
boolean leadAnchorNotificationEnabled
Class javax.swing.DefaultSingleSelectionModel implements Serializable |
Serialized Fields |
EventListenerList listenerList
int index
Class javax.swing.ImageIcon implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
java.awt.image.ImageObserver imageObserver
String description
int width
int height
javax.swing.ImageIcon.AccessibleImageIcon accessibleContext
Class javax.swing.InputMap implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
InputMap parent
Class javax.swing.JApplet implements Serializable |
Serialized Fields |
JRootPane rootPane
JApplet.getRootPane()
,
JApplet.setRootPane(javax.swing.JRootPane)
boolean rootPaneCheckingEnabled
JApplet.isRootPaneCheckingEnabled()
,
JApplet.setRootPaneCheckingEnabled(boolean)
AccessibleContext accessibleContext
Class javax.swing.JButton implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean defaultCapable
Class javax.swing.JCheckBox implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
JToggleButton
Serialized Fields |
boolean flat
Class javax.swing.JCheckBoxMenuItem implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JColorChooser implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
javax.swing.colorchooser.ColorSelectionModel selectionModel
JComponent previewPanel
javax.swing.colorchooser.AbstractColorChooserPanel[] chooserPanels
boolean dragEnabled
AccessibleContext accessibleContext
Class javax.swing.JComboBox implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent for more
information about serialization in Swing.
Serialized Fields |
ComboBoxModel dataModel
JComboBox.getModel()
,
JComboBox.setModel(javax.swing.ComboBoxModel)
ListCellRenderer renderer
JComboBox.getRenderer()
,
JComboBox.setRenderer(javax.swing.ListCellRenderer)
ComboBoxEditor editor
JComboBox.getEditor()
,
JComboBox.setEditor(javax.swing.ComboBoxEditor)
int maximumRowCount
JComboBox.getMaximumRowCount()
,
JComboBox.setMaximumRowCount(int)
boolean isEditable
JComboBox.isEditable
,
JComboBox.setEditable(boolean)
javax.swing.JComboBox.KeySelectionManager keySelectionManager
JComboBox.setKeySelectionManager(javax.swing.JComboBox.KeySelectionManager)
,
JComboBox.getKeySelectionManager()
String actionCommand
JComboBox.setActionCommand(java.lang.String)
,
JComboBox.getActionCommand()
boolean lightWeightPopupEnabled
JComboBox.setLightWeightPopupEnabled(boolean)
,
JComboBox.isLightWeightPopupEnabled()
Object selectedItemReminder
Object prototypeDisplayValue
boolean firingActionEvent
boolean selectingItem
Action action
java.beans.PropertyChangeListener actionPropertyChangeListener
Class javax.swing.JComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
IOException
ClassNotFoundException
ReadObjectCallback
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
Dimension preferredSize
Dimension minimumSize
Dimension maximumSize
Float alignmentX
Float alignmentY
AncestorNotifier ancestorNotifier
Rectangle _bounds
EventListenerList listenerList
Hashtable clientProperties
java.beans.VetoableChangeSupport vetoableChangeSupport
Autoscroller autoscroller
javax.swing.border.Border border
int flags
TransferHandler transfer
InputVerifier inputVerifier
boolean verifyInputWhenFocusTarget
InputMap focusInputMap
WHEN_FOCUSED
bindings.
InputMap ancestorInputMap
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
bindings.
ComponentInputMap windowInputMap
WHEN_IN_FOCUSED_KEY
bindings.
ActionMap actionMap
AccessibleContext accessibleContext
AccessibleContext
associated with this
JComponent
.
Object htmlView
SwingPropertyChangeSupport changeSupport
Rectangle paintImmediatelyClip
Class javax.swing.JDesktopPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int dragMode
Class javax.swing.JDialog implements Serializable |
Serialized Fields |
int defaultCloseOperation
JRootPane rootPane
JDialog.getRootPane()
,
JDialog.setRootPane(javax.swing.JRootPane)
boolean rootPaneCheckingEnabled
JDialog.isRootPaneCheckingEnabled()
,
JDialog.setRootPaneCheckingEnabled(boolean)
AccessibleContext accessibleContext
Class javax.swing.JEditorPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
PageStream loading
EditorKit kit
Hashtable pageProperties
Hashtable typeHandlers
Class javax.swing.JFileChooser implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
String dialogTitle
String approveButtonText
String approveButtonToolTipText
int approveButtonMnemonic
ActionListener actionListener
Vector filters
JDialog dialog
int dialogType
int returnValue
JComponent accessory
javax.swing.filechooser.FileView fileView
boolean controlsShown
boolean useFileHiding
int fileSelectionMode
boolean multiSelectionEnabled
boolean useAcceptAllFileFilter
boolean dragEnabled
javax.swing.filechooser.FileFilter fileFilter
javax.swing.filechooser.FileSystemView fileSystemView
File currentDirectory
File selectedFile
File[] selectedFiles
AccessibleContext accessibleContext
Class javax.swing.JFormattedTextField implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
JTextField
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
javax.swing.JFormattedTextField.AbstractFormatterFactory factory
javax.swing.JFormattedTextField.AbstractFormatter format
Object value
boolean editValid
int focusLostBehavior
boolean edited
DocumentListener documentListener
Object mask
ActionMap textFormatterActionMap
Class javax.swing.JFrame implements Serializable |
Serialized Fields |
int defaultCloseOperation
JRootPane rootPane
JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
JRootPane
,
RootPaneContainer
boolean rootPaneCheckingEnabled
add
and setLayout
will cause an exception to be thrown. The default is false.
JFrame.isRootPaneCheckingEnabled()
,
JFrame.setRootPaneCheckingEnabled(boolean)
AccessibleContext accessibleContext
Class javax.swing.JInternalFrame implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in JComponent
for more
information about serialization in Swing.
Serialized Fields |
JRootPane rootPane
JRootPane
instance that manages the
content pane
and optional menu bar for this internal frame, as well as the
glass pane.
JRootPane
,
RootPaneContainer
boolean rootPaneCheckingEnabled
true
then calls to add
and setLayout
cause an exception to be thrown.
boolean closable
boolean isClosed
boolean maximizable
boolean isMaximum
JInternalFrame.maximizable
boolean iconable
JInternalFrame.JDesktopIcon
,
JInternalFrame.setIconifiable(boolean)
boolean isIcon
JInternalFrame.isIcon()
boolean resizable
boolean isSelected
Icon frameIcon
String title
javax.swing.JInternalFrame.JDesktopIcon desktopIcon
JInternalFrame.iconable
boolean opened
Rectangle normalBounds
int defaultCloseOperation
Component lastFocusOwner
restoreSubcomponentFocus
is invoked, that is,
restoreSubcomponentFocus
sets this to the value returned
from getMostRecentFocusOwner
.
boolean isDragging
boolean danger
Class javax.swing.JLabel implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int mnemonic
int mnemonicIndex
String text
Icon defaultIcon
Icon disabledIcon
boolean disabledIconSet
int verticalAlignment
int horizontalAlignment
int verticalTextPosition
int horizontalTextPosition
int iconTextGap
Component labelFor
AccessibleIcon accessibleIcon
Class javax.swing.JLayeredPane implements Serializable |
Serialized Fields |
Hashtable componentToLayer
boolean optimizedDrawingPossible
Class javax.swing.JList implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
int fixedCellWidth
int fixedCellHeight
int horizontalScrollIncrement
Object prototypeCellValue
int visibleRowCount
Color selectionForeground
Color selectionBackground
boolean dragEnabled
ListSelectionModel selectionModel
ListModel dataModel
ListCellRenderer cellRenderer
ListSelectionListener selectionListener
int layoutOrientation
VERTICAL
.
Class javax.swing.JMenu implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
JPopupMenu popupMenu
ChangeListener menuChangeListener
MenuEvent menuEvent
int delay
Point customMenuLocation
javax.swing.JMenu.WinListener popupListener
WinListener
Class javax.swing.JMenuBar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
boolean paintBorder
Insets margin
Class javax.swing.JMenuItem implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
boolean isMouseDragged
KeyStroke accelerator
Class javax.swing.JOptionPane implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
JComponent
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
int messageType
int optionType
DEFAULT_OPTION
,
YES_NO_OPTION
,
YES_NO_CANCEL_OPTION
or
OK_CANCEL_OPTION
.
boolean wantsInput
Class javax.swing.JPanel implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JPasswordField implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
char echoChar
Class javax.swing.JPopupMenu implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
JComponent
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
int desiredLocationX
int desiredLocationY
String label
boolean paintBorder
Insets margin
boolean lightWeightPopup
SingleSelectionModel selectionModel
Class javax.swing.JProgressBar implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int orientation
HORIZONTAL
.
JProgressBar.setOrientation(int)
boolean paintBorder
true
.
JProgressBar.setBorderPainted(boolean)
BoundedRangeModel model
JProgressBar.setModel(javax.swing.BoundedRangeModel)
String progressString
null
. Setting this to a non-null
value does not imply that the string will be displayed.
JProgressBar.setString(java.lang.String)
boolean paintString
false
.
Setting this to true
causes a textual
display of the progress to be rendered on the progress bar. If
the progressString
is null
,
the percentage of completion is displayed on the progress bar.
Otherwise, the progressString
is
rendered on the progress bar.
JProgressBar.setStringPainted(boolean)
ChangeListener changeListener
JProgressBar.createChangeListener()
boolean indeterminate
true
) or
normal (false
); the default is false
.
JProgressBar.setIndeterminate(boolean)
Class javax.swing.JRadioButton implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JRadioButtonMenuItem implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Class javax.swing.JRootPane implements Serializable |
Serialized Fields |
Component mostRecentFocusOwner
int windowDecorationStyle
JMenuBar menuBar
Container contentPane
JLayeredPane layeredPane
Component glassPane
JButton defaultButton
DefaultAction defaultPressAction
Action
in the JRootPane
's ActionMap
. Please refer to
the key bindings specification for further details.
JRootPane.defaultButton
DefaultAction defaultReleaseAction
Action
in the JRootPane
's ActionMap
. Please refer to
the key bindings specification for further details.
JRootPane.defaultButton
Class javax.swing.JScrollBar implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
ChangeListener fwdAdjustmentEvents
BoundedRangeModel model
JScrollBar.setModel(javax.swing.BoundedRangeModel)
int orientation
JScrollBar.setOrientation(int)
int unitIncrement
JScrollBar.setUnitIncrement(int)
int blockIncrement
JScrollBar.setBlockIncrement(int)
Class javax.swing.JScrollPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
javax.swing.border.Border viewportBorder
int verticalScrollBarPolicy
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED
.
JScrollPane.setVerticalScrollBarPolicy(int)
int horizontalScrollBarPolicy
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED
.
JScrollPane.setHorizontalScrollBarPolicy(int)
JViewport viewport
JViewport
.
JScrollPane.setViewport(javax.swing.JViewport)
JScrollBar verticalScrollBar
JScrollBar
.
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)
JScrollBar horizontalScrollBar
JScrollBar
.
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)
JViewport rowHeader
null
.
JScrollPane.setRowHeader(javax.swing.JViewport)
JViewport columnHeader
null
.
JScrollPane.setColumnHeader(javax.swing.JViewport)
Component lowerLeft
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component lowerRight
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component upperLeft
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component upperRight
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
boolean wheelScrollState
Class javax.swing.JSeparator implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
int orientation
Class javax.swing.JSlider implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean paintTicks
boolean paintTrack
boolean paintLabels
boolean isInverted
BoundedRangeModel sliderModel
int majorTickSpacing
int minorTickSpacing
JSlider.setMinorTickSpacing(int)
boolean snapToTicks
JSlider.setSnapToTicks(boolean)
boolean snapToValue
int orientation
JSlider.setOrientation(int)
Dictionary labelTable
ChangeListener changeListener
JSlider.addChangeListener(javax.swing.event.ChangeListener)
,
JSlider.createChangeListener()
Class javax.swing.JSpinner implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
JComponent
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
JComponent editor
ChangeListener modelListener
boolean editorExplicitlySet
Class javax.swing.JSplitPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
int orientation
boolean continuousLayout
Component leftComponent
Component rightComponent
int dividerSize
boolean oneTouchExpandable
int lastDividerLocation
double resizeWeight
int dividerLocation
Class javax.swing.JTabbedPane implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
int tabPlacement
JTabbedPane.setTabPlacement(int)
int tabLayoutPolicy
SingleSelectionModel model
boolean haveRegistered
ChangeListener changeListener
changeListener
is the listener we add to the
model.
Vector pages
Class javax.swing.JTable implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
JComponent
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
javax.swing.table.TableModel dataModel
TableModel
of the table.
javax.swing.table.TableColumnModel columnModel
TableColumnModel
of the table.
ListSelectionModel selectionModel
ListSelectionModel
of the table, used to keep track of row selections.
javax.swing.table.JTableHeader tableHeader
TableHeader
working with the table.
int rowHeight
int rowMargin
Color gridColor
boolean showHorizontalLines
showHorizontalLines
is true.
boolean showVerticalLines
showVerticalLines
is true.
int autoResizeMode
boolean autoCreateColumnsFromModel
TableModel
to build the default
set of columns if this is true.
Dimension preferredViewportSize
Scrollable
interface to determine the initial visible area.
boolean rowSelectionAllowed
boolean cellSelectionEnabled
rowSelectionAllowed
property and the
columnSelectionAllowed
property of the
columnModel
instead. Or use the
method getCellSelectionEnabled
.
Color selectionForeground
Color selectionBackground
SizeSequence rowModel
boolean dragEnabled
boolean surrendersFocusOnKeystroke
java.beans.PropertyChangeListener editorRemover
Class javax.swing.JTextArea implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int rows
int columns
int columnWidth
int rowHeight
boolean wrap
boolean word
Class javax.swing.JTextField implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
Action action
java.beans.PropertyChangeListener actionPropertyChangeListener
BoundedRangeModel visibility
int horizontalAlignment
int columns
int columnWidth
String command
Class javax.swing.JTextPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Class javax.swing.JToggleButton implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JToolBar implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
Serialized Fields |
boolean paintBorder
Insets margin
boolean floatable
int orientation
Class javax.swing.JToolTip implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in JComponent
for more
information about serialization in Swing.
Serialized Fields |
String tipText
JComponent component
Class javax.swing.JTree implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
JComponent
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
private void writeObject(ObjectOutputStream s) throws IOException
JComponent
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
This is tricky to do because we want to uninstall
the UI before any of the JComponent
's children
(or its LayoutManager
etc.) are written,
and we don't want to restore the UI until the most derived
JComponent
subclass has been been stored.
Serialized Fields |
boolean rootVisible
int rowHeight
boolean showsRootHandles
A handle is a small icon that displays adjacent to the node which allows the user to click once to expand or collapse the node. A common interface shows a plus sign (+) for a node which can be expanded and a minus sign (-) for a node which can be collapsed. Handles are always shown for nodes below the topmost level.
If the rootVisible
setting specifies that the root
node is to be displayed, then that is the only node at the topmost
level. If the root node is not displayed, then all of its
children are at the topmost level of the tree. Handles are
always displayed for nodes other than the topmost.
If the root node isn't visible, it is generally a good to make this value true. Otherwise, the tree looks exactly like a list, and users may not know that the "list entries" are actually tree nodes.
JTree.rootVisible
boolean editable
boolean largeModel
This value is only a suggestion to the UI. Not all UIs will take advantage of it. Default value is false.
int visibleRowCount
Scrollable
interface. It determines the preferred
size of the display area.
boolean invokesStopCellEditing
stopCellEditing
is invoked, and changes are saved. If false,
cancelCellEditing
is invoked, and changes
are discarded. Default is false.
boolean scrollsOnExpand
int toggleClickCount
javax.swing.tree.TreePath leadPath
null
.
javax.swing.tree.TreePath anchorPath
boolean expandsSelectedPaths
boolean settingUI
setUI
call.
boolean dragEnabled
Class javax.swing.JViewport implements Serializable |
Serialized Fields |
boolean isViewSizeSet
Point lastPaintPosition
viewPosition
that we've painted, so we know how
much of the backing store image is valid.
boolean backingStore
false
.
JViewport.setScrollMode(int)
boolean scrollUnderway
scrollUnderway
flag is used for components like
JList
. When the downarrow key is pressed on a
JList
and the selected
cell is the last in the list, the scrollpane
autoscrolls.
Here, the old selected cell needs repainting and so we need
a flag to make the viewport do the optimized painting
only when there is an explicit call to
setViewPosition(Point)
.
When setBounds
is called through other routes,
the flag is off and the view repaints normally. Another approach
would be to remove this from the JViewport
class and have the JList
manage this case by using
setBackingStoreEnabled
. The default is
false
.
ComponentListener viewListener
int scrollMode
JViewport.setScrollMode(int)
Class javax.swing.JWindow implements Serializable |
Serialized Fields |
JRootPane rootPane
JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
JWindow.getRootPane()
,
JWindow.setRootPane(javax.swing.JRootPane)
boolean rootPaneCheckingEnabled
add
and setLayout
will cause an exception to be thrown.
JWindow.isRootPaneCheckingEnabled()
,
JWindow.setRootPaneCheckingEnabled(boolean)
AccessibleContext accessibleContext
Class javax.swing.KeyStroke implements Serializable |
Class javax.swing.LayoutFocusTraversalPolicy implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Class javax.swing.OverlayLayout implements Serializable |
Serialized Fields |
Container target
SizeRequirements[] xChildren
SizeRequirements[] yChildren
SizeRequirements xTotal
SizeRequirements yTotal
Class javax.swing.ScrollPaneLayout implements Serializable |
Serialized Fields |
JViewport viewport
JViewport
.
JScrollPane.setViewport(javax.swing.JViewport)
JScrollBar vsb
JScrollBar
.
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)
JScrollBar hsb
JScrollBar
.
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)
JViewport rowHead
null
.
JScrollPane.setRowHeader(javax.swing.JViewport)
JViewport colHead
null
.
JScrollPane.setColumnHeader(javax.swing.JViewport)
Component lowerLeft
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component lowerRight
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component upperLeft
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component upperRight
null
.
JScrollPane.setCorner(java.lang.String, java.awt.Component)
int vsbPolicy
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED
.
This field is obsolete, please use the JScrollPane
field instead.
JScrollPane.setVerticalScrollBarPolicy(int)
int hsbPolicy
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED
.
This field is obsolete, please use the JScrollPane
field instead.
JScrollPane.setHorizontalScrollBarPolicy(int)
Class javax.swing.SizeRequirements implements Serializable |
Serialized Fields |
int minimum
comp
, this should be equal to either
comp.getMinimumSize().width
or
comp.getMinimumSize().height
.
int preferred
comp
, this should be equal to either
comp.getPreferredSize().width
or
comp.getPreferredSize().height
.
int maximum
comp
, this should be equal to either
comp.getMaximumSize().width
or
comp.getMaximumSize().height
.
float alignment
Class javax.swing.SpinnerDateModel implements Serializable |
Serialized Fields |
Comparable start
Comparable end
Calendar value
int calendarField
Class javax.swing.SpinnerListModel implements Serializable |
Serialized Fields |
List list
int index
Class javax.swing.SpinnerNumberModel implements Serializable |
Serialized Fields |
Number stepSize
Number value
Comparable minimum
Comparable maximum
Class javax.swing.Timer implements Serializable |
Serialized Fields |
EventListenerList listenerList
boolean notify
int initialDelay
int delay
boolean repeats
boolean coalesce
Runnable doPostEvent
long expirationTime
Timer nextTimer
boolean running
Class javax.swing.TransferHandler implements Serializable |
Serialized Fields |
String propertyName
Class javax.swing.UIDefaults implements Serializable |
Serialized Fields |
SwingPropertyChangeSupport changeSupport
Vector resourceBundles
Locale defaultLocale
Map resourceCache
Class javax.swing.UIManager implements Serializable |
Class javax.swing.UnsupportedLookAndFeelException implements Serializable |
Class javax.swing.ViewportLayout implements Serializable |
Package javax.swing.event |
Class javax.swing.event.AncestorEvent implements Serializable |
Serialized Fields |
Container ancestor
Container ancestorParent
Class javax.swing.event.CaretEvent implements Serializable |
Class javax.swing.event.ChangeEvent implements Serializable |
Class javax.swing.event.EventListenerList implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.event.HyperlinkEvent implements Serializable |
Serialized Fields |
javax.swing.event.HyperlinkEvent.EventType type
URL u
String desc
Element sourceElement
Class javax.swing.event.InternalFrameEvent implements Serializable |
Class javax.swing.event.ListDataEvent implements Serializable |
Serialized Fields |
int type
int index0
int index1
Class javax.swing.event.ListSelectionEvent implements Serializable |
Serialized Fields |
int firstIndex
int lastIndex
boolean isAdjusting
Class javax.swing.event.MenuDragMouseEvent implements Serializable |
Serialized Fields |
MenuElement[] path
MenuSelectionManager manager
Class javax.swing.event.MenuEvent implements Serializable |
Class javax.swing.event.MenuKeyEvent implements Serializable |
Serialized Fields |
MenuElement[] path
MenuSelectionManager manager
Class javax.swing.event.PopupMenuEvent implements Serializable |
Class javax.swing.event.SwingPropertyChangeSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
Hashtable children
Object source
Class javax.swing.event.TableColumnModelEvent implements Serializable |
Serialized Fields |
int fromIndex
int toIndex
Class javax.swing.event.TableModelEvent implements Serializable |
Serialized Fields |
int type
int firstRow
int lastRow
int column
Class javax.swing.event.TreeExpansionEvent implements Serializable |
Serialized Fields |
javax.swing.tree.TreePath path
Class javax.swing.event.TreeModelEvent implements Serializable |
Serialized Fields |
javax.swing.tree.TreePath path
int[] childIndices
Object[] children
Class javax.swing.event.TreeSelectionEvent implements Serializable |
Serialized Fields |
javax.swing.tree.TreePath[] paths
boolean[] areNew
javax.swing.tree.TreePath oldLeadSelectionPath
javax.swing.tree.TreePath newLeadSelectionPath
Class javax.swing.event.UndoableEditEvent implements Serializable |
Serialized Fields |
javax.swing.undo.UndoableEdit myEdit
Package javax.swing.text |
Class javax.swing.text.AbstractDocument implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
Dictionary documentProperties
EventListenerList listenerList
javax.swing.text.AbstractDocument.Content data
javax.swing.text.AbstractDocument.AttributeContext context
DocumentFilter documentFilter
Class javax.swing.text.BadLocationException implements Serializable |
Serialized Fields |
int offs
Class javax.swing.text.ChangedCharSetException implements Serializable |
Serialized Fields |
String charSetSpec
boolean charSetKey
Class javax.swing.text.DateFormatter implements Serializable |
Class javax.swing.text.DefaultCaret implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
EventListenerList listenerList
JTextComponent component
boolean async
boolean visible
int dot
int mark
Object selectionTag
boolean selectionVisible
Timer flasher
Point magicCaretPosition
boolean dotLTR
boolean markLTR
boolean ownsSelection
boolean forceCaretPositionChange
Class javax.swing.text.DefaultEditorKit implements Serializable |
Class javax.swing.text.DefaultFormatter implements Serializable |
Serialized Fields |
boolean allowsInvalid
boolean overwriteMode
boolean commitOnEdit
Class valueClass
NavigationFilter navigationFilter
DocumentFilter documentFilter
Class javax.swing.text.DefaultFormatterFactory implements Serializable |
Serialized Fields |
javax.swing.JFormattedTextField.AbstractFormatter defaultFormat
AbstractFormatter
to use if a more specific one has
not been specified.
javax.swing.JFormattedTextField.AbstractFormatter displayFormat
JFormattedTextField.AbstractFormatter
to use for display.
javax.swing.JFormattedTextField.AbstractFormatter editFormat
JFormattedTextField.AbstractFormatter
to use for editing.
javax.swing.JFormattedTextField.AbstractFormatter nullFormat
JFormattedTextField.AbstractFormatter
to use if the value
is null.
Class javax.swing.text.DefaultStyledDocument implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
javax.swing.text.DefaultStyledDocument.ElementBuffer buffer
Class javax.swing.text.EditorKit implements Serializable |
Class javax.swing.text.GapContent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Class javax.swing.text.InternationalFormatter implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
java.text.Format format
Comparable max
Comparable min
Class javax.swing.text.JTextComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
JComponent
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
Serialized Fields |
Document model
NavigationFilter navigationFilter
Color caretColor
Color selectionColor
Color selectedTextColor
Color disabledTextColor
boolean editable
Insets margin
char focusAccelerator
boolean dragEnabled
JTextComponent editor
java.text.AttributedString composedText
String composedTextContent
Position composedTextStart
Position composedTextEnd
Position latestCommittedTextStart
Position latestCommittedTextEnd
ComposedTextCaret composedTextCaret
boolean checkedInputOverride
boolean needToSendKeyTypedEvent
Class javax.swing.text.MaskFormatter implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
String mask
String validCharacters
String invalidCharacters
String placeholderString
char placeholder
boolean containsLiteralChars
Class javax.swing.text.NumberFormatter implements Serializable |
Serialized Fields |
String specialChars
Class javax.swing.text.PlainDocument implements Serializable |
Serialized Fields |
javax.swing.text.AbstractDocument.AbstractElement defaultRoot
Vector added
Vector removed
Class javax.swing.text.SimpleAttributeSet implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.text.StringContent implements Serializable |
Serialized Fields |
char[] data
int count
Class javax.swing.text.StyleContext implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
Style styles
int unusedSets
Class javax.swing.text.StyledEditorKit implements Serializable |
Serialized Fields |
Element currentRun
Element currentParagraph
MutableAttributeSet inputAttributes
AttributeTracker inputAttributeUpdater
Class javax.swing.text.TabSet implements Serializable |
Serialized Fields |
TabStop[] tabs
Class javax.swing.text.TabStop implements Serializable |
Serialized Fields |
int alignment
float position
int leader
Class javax.swing.text.TextAction implements Serializable |
Package javax.swing.text.html.parser |
Class javax.swing.text.html.parser.AttributeList implements Serializable |
Serialized Fields |
String name
int type
Vector values
int modifier
String value
AttributeList next
Class javax.swing.text.html.parser.ContentModel implements Serializable |
Serialized Fields |
int type
Object content
ContentModel next
boolean[] valSet
boolean[] val
Class javax.swing.text.html.parser.Element implements Serializable |
Serialized Fields |
int index
String name
boolean oStart
boolean oEnd
BitSet inclusions
BitSet exclusions
int type
ContentModel content
AttributeList atts
Object data
Class javax.swing.text.html.parser.ParserDelegator implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Package net.captp.jcomm |
Class net.captp.jcomm.LocatorUnum implements Serializable |
Serialization Methods |
private Object writeReplace() throws ObjectStreamException
Serialized Fields |
Introducer myIntroducer
Class net.captp.jcomm.ObjectID implements Serializable |
Serialized Fields |
String myVatID
BigInteger mySwissHash
Class net.captp.jcomm.SturdyRef implements Serializable |
Serialized Fields |
LocatorUnum myLocatorUnum
ConstList mySearchPath
String myHostID
BigInteger mySwissNum
long myExpiration
Package net.ertp |
Class net.ertp.InsufficientERightsException implements Serializable |
Package net.vattp.data |
Class net.vattp.data.ConnectionShutDownException implements Serializable |
Class net.vattp.data.NetConfig implements Serializable |
Serialized Fields |
ConstList myVLSPath
ConstList mySearchPath
ConstList myListenAddrPath
Package net.vattp.security |
Class net.vattp.security.ESecureRandom implements Serializable |
Serialized Fields |
int myAvailableEntropy
MessageDigest myMD
long myDigestNumber
int myBufferedEntropy
byte[] myEntropyBuffer
Package org.apache.oro.text.regex |
Class org.apache.oro.text.regex.MalformedPatternException implements Serializable |
Class org.apache.oro.text.regex.Perl5Pattern implements Serializable |
Serialized Fields |
String _expression
char[] _program
int _mustUtility
int _back
int _minLength
int _numParentheses
boolean _isCaseInsensitive
boolean _isExpensive
int _startClassOffset
int _anchor
int _options
char[] _mustString
char[] _startString
Package org.capml.dom |
Class org.capml.dom.Element implements Serializable |
Serialized Fields |
String myTagName
ConstList myChildren
Class org.capml.dom.Node implements Serializable |
Class org.capml.dom.Text implements Serializable |
Serialized Fields |
String myData
Package org.capml.quasi |
Class org.capml.quasi.QuasiContent implements Serializable |
Class org.capml.quasi.QuasiContentExprHole implements Serializable |
Serialized Fields |
int myIndex
Class org.capml.quasi.QuasiContentList implements Serializable |
Serialized Fields |
ConstList myQuasis
Class org.capml.quasi.QuasiContentPattHole implements Serializable |
Serialized Fields |
int myIndex
Class org.capml.quasi.QuasiElement implements Serializable |
Serialized Fields |
Object myTagName
QuasiContent myChildren
Class org.capml.quasi.QuasiText implements Serializable |
Serialized Fields |
String myData
Package org.eclipse.swt |
Class org.eclipse.swt.SWTError implements Serializable |
Serialized Fields |
int code
Throwable throwable
Class org.eclipse.swt.SWTException implements Serializable |
Serialized Fields |
int code
Throwable throwable
Package org.eclipse.swt.custom |
Class org.eclipse.swt.custom.BidiSegmentEvent implements Serializable |
Serialized Fields |
int lineOffset
String lineText
int[] segments
Class org.eclipse.swt.custom.CTabFolderEvent implements Serializable |
Serialized Fields |
Widget item
boolean doit
Class org.eclipse.swt.custom.ExtendedModifyEvent implements Serializable |
Serialized Fields |
int start
int length
String replacedText
Class org.eclipse.swt.custom.LineBackgroundEvent implements Serializable |
Serialized Fields |
int lineOffset
String lineText
Color lineBackground
Class org.eclipse.swt.custom.LineStyleEvent implements Serializable |
Serialized Fields |
int lineOffset
String lineText
StyleRange[] styles
Class org.eclipse.swt.custom.TextChangedEvent implements Serializable |
Class org.eclipse.swt.custom.TextChangingEvent implements Serializable |
Serialized Fields |
int start
String newText
int replaceCharCount
int newCharCount
int replaceLineCount
int newLineCount
Package org.eclipse.swt.dnd |
Class org.eclipse.swt.dnd.DragSourceEvent implements Serializable |
Serialized Fields |
int detail
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
,
DND.DROP_TARGET_MOVE
boolean doit
Flag to determine if the drag and drop operation should proceed. The application can set this value to false to prevent the drag from starting. Set to true by default.
In dragFinished:
Flag to indicate if the operation was performed successfully. True if the operation was performed successfully.
TransferData dataType
Class org.eclipse.swt.dnd.DropTargetEvent implements Serializable |
Serialized Fields |
int x
Display
int y
Display
int detail
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
int operations
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
int feedback
A value of DND.FEEDBACK_NONE indicates that no drag under effect will be displayed.
Feedback effects will only be applied if they are applicable.
The default value is DND.FEEDBACK_SELECT.
DND.FEEDBACK_SELECT
,
DND.FEEDBACK_INSERT_BEFORE
,
DND.FEEDBACK_INSERT_AFTER
,
DND.FEEDBACK_SCROLL
,
DND.FEEDBACK_EXPAND
Widget item
TransferData currentDataType
TransferData[] dataTypes
Package org.eclipse.swt.events |
Class org.eclipse.swt.events.ArmEvent implements Serializable |
Class org.eclipse.swt.events.ControlEvent implements Serializable |
Class org.eclipse.swt.events.DisposeEvent implements Serializable |
Class org.eclipse.swt.events.FocusEvent implements Serializable |
Class org.eclipse.swt.events.HelpEvent implements Serializable |
Class org.eclipse.swt.events.KeyEvent implements Serializable |
Serialized Fields |
char character
int keyCode
SWT
.
When the character field of the event is ambiguous, this field
contains the unicode value of the original character. For example,
typing Ctrl+M or Return both result in the character '\r' but the
keyCode field will also contain '\r' when Return was typed.
org.eclipse.swt.SWT
int stateMask
Class org.eclipse.swt.events.MenuEvent implements Serializable |
Class org.eclipse.swt.events.ModifyEvent implements Serializable |
Class org.eclipse.swt.events.MouseEvent implements Serializable |
Serialized Fields |
int button
int stateMask
int x
int y
Class org.eclipse.swt.events.PaintEvent implements Serializable |
Serialized Fields |
GC gc
int x
int y
int width
int height
int count
Class org.eclipse.swt.events.SelectionEvent implements Serializable |
Serialized Fields |
Widget item
int detail
Sash
org.eclipse.swt.SWT#DRAG
ScrollBar and Slider
org.eclipse.swt.SWT#DRAG
org.eclipse.swt.SWT#HOME
org.eclipse.swt.SWT#END
org.eclipse.swt.SWT#ARROW_DOWN
org.eclipse.swt.SWT#ARROW_UP
org.eclipse.swt.SWT#PAGE_DOWN
org.eclipse.swt.SWT#PAGE_UP
Table, Tree and TableTree
org.eclipse.swt.SWT#CHECK
CoolItem and ToolItem
org.eclipse.swt.SWT#ARROW
int x
int y
int width
int height
int stateMask
boolean doit
Class org.eclipse.swt.events.ShellEvent implements Serializable |
Serialized Fields |
boolean doit
Class org.eclipse.swt.events.TraverseEvent implements Serializable |
Serialized Fields |
int detail
org.eclipse.swt.SWT#TRAVERSE_NONE
org.eclipse.swt.SWT#TRAVERSE_ESCAPE
org.eclipse.swt.SWT#TRAVERSE_RETURN
org.eclipse.swt.SWT#TRAVERSE_TAB_NEXT
org.eclipse.swt.SWT#TRAVERSE_TAB_PREVIOUS
org.eclipse.swt.SWT#TRAVERSE_ARROW_NEXT
org.eclipse.swt.SWT#TRAVERSE_ARROW_PREVIOUS
org.eclipse.swt.SWT#TRAVERSE_MNEMONIC
org.eclipse.swt.SWT#TRAVERSE_PAGE_NEXT
org.eclipse.swt.SWT#TRAVERSE_PAGE_PREVIOUS
TRAVERSE_NONE
causes no traversal action to be taked. The traversal detail,
in conjuction with the doit
field can be useful
when overriding the default traversal mechanism for a control.
boolean doit
false
will cancel the operation
and allow the traversal key stroke to be delivered to the control.
A value of true indicates that the traversal, described by the
traversal detail
is to be performed.
Class org.eclipse.swt.events.TreeEvent implements Serializable |
Class org.eclipse.swt.events.TypedEvent implements Serializable |
Serialized Fields |
Display display
Widget widget
int time
Object data
Class org.eclipse.swt.events.VerifyEvent implements Serializable |
Serialized Fields |
int start
int end
String text
boolean doit
Package org.eclipse.swt.graphics |
Class org.eclipse.swt.graphics.ImageLoaderEvent implements Serializable |
Serialized Fields |
ImageData imageData
endOfImage
flag is false, then this is a
partially complete copy of the current ImageData
,
otherwise this is a completely loaded ImageData
int incrementCount
boolean endOfImage
Class org.eclipse.swt.graphics.Point implements Serializable |
Serialized Fields |
int x
int y
Class org.eclipse.swt.graphics.Rectangle implements Serializable |
Serialized Fields |
int x
int y
int width
int height
Class org.eclipse.swt.graphics.RGB implements Serializable |
Serialized Fields |
int red
int green
int blue
Package org.erights.e.develop.exception |
Class org.erights.e.develop.exception.NestedError implements Serializable |
Serialized Fields |
Throwable myContainedThrowable
Class org.erights.e.develop.exception.NestedException implements Serializable |
Serialized Fields |
Throwable myContainedThrowable
Class org.erights.e.develop.exception.NestedIOException implements Serializable |
Serialized Fields |
Throwable myContainedThrowable
Package org.erights.e.elang.evm |
Class org.erights.e.elang.evm.AuditFailedException implements Serializable |
Package org.erights.e.elang.interp |
Class org.erights.e.elang.interp.ProtocolDesc implements Serializable |
Package org.erights.e.elang.scope |
Class org.erights.e.elang.scope.UndefinedVariableException implements Serializable |
Package org.erights.e.elib.base |
Class org.erights.e.elib.base.ClassDesc implements Serializable |
Serialized Fields |
Class myClass
Class org.erights.e.elib.base.Ejection implements Serializable |
Class org.erights.e.elib.base.MessageDesc implements Serializable |
Serialized Fields |
String myDocComment
String myVerb
ConstList myParams
Object myRetType
Class org.erights.e.elib.base.ParamDesc implements Serializable |
Serialized Fields |
String myName
Object myType
Class org.erights.e.elib.base.SourceSpan implements Serializable |
Serialized Fields |
String myUrl
boolean myIsOneToOne
int myStartLine
int myStartCol
int myEndLine
int myEndCol
Class org.erights.e.elib.base.TypeDesc implements Serializable |
Serialized Fields |
String myDocComment
String myFQName
ConstList myAuditors
ConstMap myMTypes
Package org.erights.e.elib.deflect |
Class org.erights.e.elib.deflect.Deflector implements Serializable |
Serialized Fields |
Callable myDeflected
Package org.erights.e.elib.eio |
Class org.erights.e.elib.eio.UnavailableException implements Serializable |
Package org.erights.e.elib.prim |
Class org.erights.e.elib.prim.StaticMaker implements Serializable |
Serialization Methods |
private Object readResolve() throws ObjectStreamException
While this restriction is necessary for CapTP's security, we should probably find a way to relax it for persistence.
ObjectStreamException
Serialized Fields |
Class myClass
Package org.erights.e.elib.ref |
Class org.erights.e.elib.ref.StemCell implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
Class org.erights.e.elib.ref.ViciousCycleException implements Serializable |
Package org.erights.e.elib.sealing |
Class org.erights.e.elib.sealing.Brand implements Serializable |
Serialized Fields |
String myName
Class org.erights.e.elib.sealing.SealedBox implements Serializable |
Serialized Fields |
Object myContents
Brand myBrand
Sealer
that sealed this box,
and therefore the Brand of the Unsealer
required to
obtain myContents.Class org.erights.e.elib.sealing.Sealer implements Serializable |
Serialized Fields |
Brand myBrand
Class org.erights.e.elib.sealing.Unsealer implements Serializable |
Serialized Fields |
Brand myBrand
Class org.erights.e.elib.sealing.UnsealingException implements Serializable |
Package org.erights.e.elib.serial |
Class org.erights.e.elib.serial.RemoteCall implements Serializable |
Serialization Methods |
private Object readResolve() throws ObjectStreamException
Serialized Fields |
Object myRecipient
String myVerb
Object[] myArgs
Class org.erights.e.elib.serial.RemoteDelivery implements Serializable |
Serialization Methods |
private Object readResolve() throws ObjectStreamException
Serialized Fields |
Object myRecipient
String myVerb
Object[] myArgs
Package org.erights.e.elib.tables |
Class org.erights.e.elib.tables.ConstList implements Serializable |
Class org.erights.e.elib.tables.ConstMap implements Serializable |
Class org.erights.e.elib.tables.ConstSet implements Serializable |
Class org.erights.e.elib.tables.EList implements Serializable |
Class org.erights.e.elib.tables.EMap implements Serializable |
Class org.erights.e.elib.tables.EmptyTwine implements Serializable |
Class org.erights.e.elib.tables.ESet implements Serializable |
Serialized Fields |
EMap myMap
Class org.erights.e.elib.tables.FlexBijection implements Serializable |
Serialized Fields |
FlexMap myForwardMap
FlexMap myBackMap
FlexBijection myInverse
Class org.erights.e.elib.tables.FlexList implements Serializable |
Class org.erights.e.elib.tables.FlexMap implements Serializable |
Class org.erights.e.elib.tables.FlexSet implements Serializable |
Class org.erights.e.elib.tables.FlexTrijection implements Serializable |
Serialized Fields |
ValueGuard myDomainGuard
ValueGuard myRangeGuard
FlexMap myForwardMap
FlexMap myBackMap
FlexTrijection myInverse
Class org.erights.e.elib.tables.IntTable implements Serializable |
Class org.erights.e.elib.tables.NotSettledException implements Serializable |
Class org.erights.e.elib.tables.Twine implements Serializable |
Class org.erights.e.elib.tables.WeakKeyMap implements Serializable |
Serialized Fields |
Class myKeyType
FlexMap myStuff
Class org.erights.e.elib.tables.WeakValueMap implements Serializable |
Serialized Fields |
Class myValueType
FlexMap myStuff
Package org.erights.e.elib.util |
Class org.erights.e.elib.util.AlreadyDefinedException implements Serializable |
Class org.erights.e.elib.util.ArityMismatchException implements Serializable |
Class org.erights.e.elib.util.Once implements Serializable |
Serialized Fields |
OneArgFunc myOptWrapped
Class org.erights.e.elib.util.TwineException implements Serializable |
Serialized Fields |
Twine myTwineMsg
Package org.erights.e.extern.persist |
Class org.erights.e.extern.persist.SwissRetainer implements Serializable |
Serialized Fields |
Object myPayload
IdentityMgr myIdentityMgr
BigInteger mySwissBase
Package org.erights.e.extern.timer |
Class org.erights.e.extern.timer.Retainer implements Serializable |
Serialized Fields |
Timer myOptTimer
Timeout myOptTimeout
long myOptExpirationDate
Package org.erights.e.meta.java.io |
Class org.erights.e.meta.java.io.ReadOnlyFile implements Serializable |
Serialized Fields |
File myPrecious
boolean myIsTransitive
Package org.erights.e.meta.java.lang |
Class org.erights.e.meta.java.lang.ArrayGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.ByteGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.ClassGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.DoubleGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.FloatGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.IntegerGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.InterfaceGuardSugar implements Serializable |
Serialized Fields |
boolean myIsMarker
Class org.erights.e.meta.java.lang.LongGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.ShortGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.StringGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.ThrowableGuardSugar implements Serializable |
Class org.erights.e.meta.java.lang.VoidGuardSugar implements Serializable |
Package org.erights.e.meta.java.math |
Class org.erights.e.meta.java.math.BigIntegerGuardSugar implements Serializable |
Package org.erights.e.meta.org.erights.e.elib.base |
Class org.erights.e.meta.org.erights.e.elib.base.TypeDescGuardSugar implements Serializable |
Package org.erights.e.meta.org.erights.e.elib.ref |
Class org.erights.e.meta.org.erights.e.elib.ref.RefGuardSugar implements Serializable |
Package org.erights.e.meta.org.erights.e.elib.tables |
Class org.erights.e.meta.org.erights.e.elib.tables.EListGuardSugar implements Serializable |
Package org.erights.e.ui.awt |
Class org.erights.e.ui.awt.BrickLayer implements Serializable |
Class org.erights.e.ui.awt.EAction implements Serializable |
Serialized Fields |
Vat myVat
This is necessary since this EAction can be (and generally is) invoked during an AWT event that's not a vat turn.
Object myRecip
String myVerb
Object[] myArgs
Package org.quasiliteral.antlr |
Class org.quasiliteral.antlr.AstroAST implements Serializable |
Serialized Fields |
AstroToken myOptToken
Package org.quasiliteral.astro |
Class org.quasiliteral.astro.AstroTag implements Serializable |
Serialized Fields |
short myOptTagCode
String myTagName
Class myOptDataType
Class org.quasiliteral.astro.BaseSchema implements Serializable |
Serialized Fields |
String mySchemaName
ConstList myTagNames
AstroTag[] myByTagCode
ConstMap myByTagName
AstroTag myLiteralCharTag
AstroTag myLiteralIntegerTag
AstroTag myLiteralFloat64Tag
AstroTag myLiteralStringTag
Package org.quasiliteral.base |
Class org.quasiliteral.base.IncompleteQuasiException implements Serializable |
Package org.quasiliteral.quasiterm |
Class org.quasiliteral.quasiterm.QAstro implements Serializable |
Class org.quasiliteral.quasiterm.QAstroArg implements Serializable |
Serialized Fields |
AstroBuilder myBuilder
SourceSpan myOptSpan
Class org.quasiliteral.quasiterm.QAtHole implements Serializable |
Class org.quasiliteral.quasiterm.QDollarHole implements Serializable |
Class org.quasiliteral.quasiterm.QFunctor implements Serializable |
Serialized Fields |
AstroTag myTag
Object myOptData
Class org.quasiliteral.quasiterm.QHole implements Serializable |
Serialized Fields |
AstroTag myOptTag
int myHoleNum
boolean myIsFunctorHole
Class org.quasiliteral.quasiterm.QSome implements Serializable |
Serialized Fields |
QAstroArg myOptSubPattern
char myQuant
Class org.quasiliteral.quasiterm.QTerm implements Serializable |
Serialized Fields |
QAstro myQFunctor
ConstList myQArgs
Package org.quasiliteral.syntax |
Class org.quasiliteral.syntax.NeedMoreException implements Serializable |
Serialized Fields |
boolean myQuoted
int myIndent
char myCloser
int myCloseIndent
Class org.quasiliteral.syntax.SyntaxException implements Serializable |
Serialized Fields |
Twine myOptOpenner
Twine myOptLine
int myStart
int myBound
Package org.quasiliteral.term |
Class org.quasiliteral.term.Term implements Serializable |
Serialized Fields |
AstroTag myTag
Object myOptData
SourceSpan myOptSpan
ConstList myArgs
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |