|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package java.applet |
Class java.applet.Applet implements Serializable |
Package java.awt |
Class java.awt.AWTError implements Serializable |
Class java.awt.AWTEvent implements Serializable |
Serialized Fields |
boolean consumed
int id
Class java.awt.AWTException implements Serializable |
Class java.awt.AWTPermission implements Serializable |
Class java.awt.BorderLayout implements Serializable |
Serialized Fields |
Component center
#getChild
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAllignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component east
#getChild
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAllignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component firstItem
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.int hgap
hgap
.BorderLayout.getHgap()
,
setHgap()
Component lastItem
Component lastLine
Component north
#getChild
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAllignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Component south
#getChild
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAllignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
int vgap
vgap
.BorderLayout.getVgap()
,
setVgap()
Component west
#getChild
,
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object)
,
#getLayoutAllignment
,
BorderLayout.removeLayoutComponent(java.awt.Component)
Class java.awt.Button implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
String actionCommand
int buttonSerializedDataVersion
String label
Class java.awt.Canvas implements Serializable |
Serialized Fields |
GraphicsConfiguration graphicsConfig
Class java.awt.CardLayout implements Serializable |
Serialized Fields |
int hgap
Hashtable tab
int vgap
Class java.awt.Checkbox implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
int checkboxSerializedDataVersion
CheckboxGroup group
getCheckBoxGroup()
,
setCheckBoxGroup()
String label
Checkbox.getLabel()
,
setLabel()
boolean state
Checkbox.getState()
,
setLabel()
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
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
int checkboxMenuItemSerializedDataVersion
boolean state
Class java.awt.Choice implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
int choiceSerializedDataVersion
Vector pItems
add()
,
addItem()
,
getItem()
,
Choice.getItemCount()
,
insert()
,
remove()
int selectedIndex
getSelectedItem
,
select()
Class java.awt.Color implements Serializable |
Serialized Fields |
ColorSpace cs
getColor()
,
Color.getColorSpace()
,
getColorComponents()
float falpha
getRGBComponents()
,
getComponents()
float[] frgbvalue
getRGBColorComponents()
,
getRGBComponents()
float[] fvalue
getRGBColorComponents()
,
getRGBComponents()
PaintContext theContext
int value
Color.getRGB()
Class java.awt.Component implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
Color background
Component.getBackground()
,
Component.setBackground(java.awt.Color)
PropertyChangeSupport changeSupport
addPropertyChangeListener()
,
removePropertyChangeListener()
,
firePropertyChange()
int componentSerializedDataVersion
Cursor cursor
Component.getCursor()
,
Component.setCursor(java.awt.Cursor)
DropTarget dropTarget
Component.setDropTarget(java.awt.dnd.DropTarget)
,
Component.getDropTarget()
boolean enabled
Component.isEnabled()
,
Component.setEnabled(boolean)
long eventMask
enableInputMethods()
Font font
Component.getFont()
,
Component.setFont(java.awt.Font)
Color foreground
Component.getForeground()
,
Component.setForeground(java.awt.Color)
boolean hasFocus
Component.hasFocus()
,
Component.processFocusEvent(java.awt.event.FocusEvent)
int height
Component.getSize()
boolean isPacked
Locale locale
Component.getLocale()
,
Component.setLocale(java.util.Locale)
Dimension minSize
String name
Component.getName()
,
setName()
boolean nameExplicitlySet
Component.getName()
,
setName()
boolean newEventsOnly
dispatchEvent()
Font peerFont
Vector popups
add()
Dimension prefSize
boolean valid
Component.isValid()
,
Component.validate()
,
Component.invalidate()
boolean visible
Component.isVisible()
,
Component.setVisible(boolean)
int width
Component.getSize()
int x
Component.getLocation()
int y
Component.getLocation()
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
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
Component[] component
add()
,
Container.getComponents()
int containerSerializedDataVersion
java.awt.LightweightDispatcher dispatcher
LayoutManager layoutMgr
Container.doLayout()
,
setLayout()
,
Container.getLayout()
Dimension maxSize
int ncomponents
getComponent()
,
Container.getComponents()
,
Container.getComponentCount()
Class java.awt.Cursor implements Serializable |
Serialized Fields |
String name
Cursor.getName()
int type
DEFAULT_CURSOR.
- See Also:
Cursor.getType()
Class java.awt.Dialog implements Serializable |
Serialized Fields |
boolean modal
Dialog.isModal()
,
setModal()
boolean resizable
setResizable()
String title
Dialog.getTitle()
,
setTitle()
Class java.awt.Dimension implements Serializable |
Serialized Fields |
int height
Dimension.getSize()
,
setSize()
int width
Dimension.getSize()
,
setSize()
Class java.awt.Event implements Serializable |
Serialized Fields |
Object arg
arg
has been replaced b event specific property.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.MouseEvent.getClickCount().
boolean consumed
isConsumed()
Event evt
EventQueue
int id
Event
variables are relevant for the event.
This has been replaced by AWTEvent.getID()java.awt.AWTEvent.getID()
int key
java.awt.KeyEvent#getKeyCode()
int modifiers
java.awt.InputEvent#getModifiers()
Object target
EventObject.getSource()
long when
java.awt.InputEvent#getWhen()
int x
java.awt.MouseEvent#getX()
int y
java.awt.MouseEvent#getY()
Class java.awt.FileDialog implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
String dir
String file
FilenameFilter filter
int mode
Class java.awt.FlowLayout implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Serialized Fields |
int align
align
is the proprty that determines
how each row distributes empty space.
It can be one of the following three values :
LEFT
RIGHT
CENTER
FlowLayout.getAlignment()
,
setAlignment()
int hgap
FlowLayout.getHgap()
,
setHgap()
int newAlign
newAlign
is the property that determines
how each row distributes empty space for JDK's >= JDK1.2.
It can be one of the following three values :
LEFT
RIGHT
CENTER
FlowLayout.getAlignment()
,
setAlignment()
int serialVersionOnStream
currentSerialVersion
which is bein used. It will be one of two values :
0
versions before JDK 1.2.
1
versions after JDK 1.2.int vgap
FlowLayout.getVgap()
,
setVgap()
Class java.awt.Font implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
int fontSerializedDataVersion
Hashtable fRequestedAttributes
Font.getAttributes()
String name
Font
, as passed to the
constructor.Font.getName()
float pointSize
Font
in float
.Font.getSize()
,
Font.getSize2D()
int size
Font
, rounded to integer.Font.getSize()
int style
Font
, as passed to the constructor.
This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.Font.getStyle()
Class java.awt.FontMetrics implements Serializable |
Serialized Fields |
Font font
FontMetrics.getFont()
Class java.awt.Frame implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
java.awt.Component.itemListenerK
Serialized Fields |
int frameSerializedDataVersion
Image icon
icon
is the graphical way we can
represent the frame.
icon
can be null, but obviously if
you try to set the icon image icon
cannot be null.Frame.getIconImage()
,
setIconImage()
boolean mbManagement
mbManagement
is only used by the Motif implementation.MenuBar menuBar
menuBar
= null
the frame will not have a menubar.Frame.getMenuBar()
,
setMenuBar()
Vector ownedWindows
boolean resizable
resizable
will be true if the frame is
resizable, otherwise it will be false.Frame.isResizable()
int state
String title
title
can be null and if
this is the case the title
= "".Frame.getTitle()
,
setTitle()
Class java.awt.GraphicsConfigTemplate implements Serializable |
Class java.awt.GridBagConstraints implements Serializable |
Serialized Fields |
int anchor
CENTER,
NORTH, NORTHEAST, EAST,
SOUTHEAST, SOUTH, SOUTHWEST,
WEST, and NORTHWEST.
The default value is CENTER
.
- See Also:
GridBagConstraints.clone()
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()
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()
,
GridBagConstraints.gridwidth
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()
,
GridBagConstraints.gridheight
int gridx
gridx=0
. The value
RELATIVE
specifies that the component be placed just
to the right of 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()
,
GridBagConstraints.gridy
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()
,
GridBagConstraints.gridx
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()
,
GridBagConstraints.ipady
int ipady
(ipady * 2)
pixels.
The default value is 0.
GridBagConstraints.clone()
,
GridBagConstraints.ipadx
int minHeight
ipadx, where the default will be 0.
- See Also:
ipadx
int minWidth
ipady, where the default will be 0.
- See Also:
ipady
int tempHeight
int tempWidth
int tempX
int tempY
double weightx
The grid bag layout manager calculates the weight of a column to
be the maximum weighty
of all the components in a
row. 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 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()
,
GridBagConstraints.weighty
double weighty
The grid bag layout manager calculates the weight of a row to be
the maximum weightx
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()
,
GridBagConstraints.weightx
Class java.awt.GridBagLayout implements Serializable |
Serialized Fields |
double[] columnWeights
int[] columnWidths
GridBagLayout.getLayoutDimensions()
Hashtable comptable
GridBagConstraints
GridBagConstraints defaultConstraints
defaultConstraints
.getConstraints()
,
setConstraints()
,
lookupConstraints()
java.awt.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.GetLayoutInfo()
int[] rowHeights
GridBagLayout.getLayoutDimensions()
double[] rowWeights
Class java.awt.GridLayout implements Serializable |
Serialized Fields |
int cols
GridLayout.getColumns()
,
setColumns()
int hgap
GridLayout.getHgap()
,
setHgap()
int rows
GridLayout.getRows()
,
setRows()
int vgap
GridLayout.getVgap()
,
setVgap()
Class java.awt.IllegalComponentStateException implements Serializable |
Class java.awt.Insets implements Serializable |
Serialized Fields |
int bottom
Insets.clone()
int left
Insets.clone()
int right
Insets.clone()
int top
Insets.clone()
Class java.awt.Label implements Serializable |
Serialized Fields |
int alignment
Label.getAlignment()
,
setAlignment()
String text
Label.getText()
,
setText()
Class java.awt.List implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
Vector items
addItem()
,
getItem()
int listSerializedDataVersion
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 rows
List.getRows()
int[] selected
selected
is an array that will contain
the indices of items that have been selected.List.getSelectedIndexes()
,
List.getSelectedIndex()
int visibleIndex
makeVisible()
Class java.awt.MediaTracker implements Serializable |
Serialized Fields |
java.awt.MediaEntry head
addImage()
,
removeImage()
Component target
MediaTracker()
Class java.awt.Menu implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
boolean isHelpMenu
true
if the Menu in question is actually a help
menu. Otherwise it will be set to
false
.Vector items
Menu.countItems()
int menuSerializedDataVersion
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()
Class java.awt.MenuBar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
Menu helpMenu
MenuBar.getHelpMenu()
,
setHelpMenu()
int menuBarSerializedDataVersion
Vector menus
MenuBar.countMenus()
Class java.awt.MenuComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
Font font
setFont()
,
MenuComponent.getFont()
String name
MenuComponent.getName()
,
setName()
boolean nameExplicitlySet
setName()
boolean newEventsOnly
dispatchEvent()
Class java.awt.MenuItem implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
String actionCommand
actionCommand
is the label of the menu item, unless it has been
set using setActionCommand.setActionCommand()
,
MenuItem.getActionCommand()
boolean enabled
enabled
will
be set to true. Else enabled
will
be set to false.MenuItem.isEnabled()
,
setEnabled()
long eventMask
String label
label
is the label of a menu item.
It can be any string.MenuItem.getLabel()
,
setLabel()
int menuItemSerializedDataVersion
MenuShortcut shortcut
MenuItem.getShortcut()
,
setShortcut()
,
MenuItem.deleteShortcut()
Class java.awt.MenuShortcut implements Serializable |
Serialized Fields |
int key
MenuShortcut.getKey()
,
MenuShortcut.usesShiftModifier()
boolean usesShift
MenuShortcut.usesShiftModifier()
Class java.awt.Panel implements Serializable |
Class java.awt.Point implements Serializable |
Serialized Fields |
int x
Point.getLocation()
,
Move()
int y
Point.getLocation()
,
Move()
Class java.awt.Polygon implements Serializable |
Serialized Fields |
Rectangle bounds
Polygon.getBoundingBox()
,
Polygon.getBounds()
int npoints
Polygon.addPoint(int, int)
int[] xpoints
Polygon.addPoint(int, int)
int[] ypoints
Polygon.addPoint(int, int)
Class java.awt.PopupMenu implements Serializable |
Class java.awt.Rectangle implements Serializable |
Serialized Fields |
int height
Rectangle
.Rectangle.setSize(int, int)
,
Rectangle.getSize()
int width
Rectangle
.Rectangle.setSize(int, int)
,
Rectangle.getSize()
int x
Rectangle
.Rectangle.setLocation(int, int)
,
Rectangle.getLocation()
int y
Rectangle
.Rectangle.setLocation(int, int)
,
Rectangle.getLocation()
Class java.awt.Scrollbar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
int lineIncrement
setLineIncrement()
,
Scrollbar.getLineIncrement()
int maximum
minimum
value.Scrollbar.getMaximum()
,
setMaximum()
int minimum
minimum
value.Scrollbar.getMinimum()
,
setMinimum()
int orientation
VERTICAL
or
HORIZONTAL
only.Scrollbar.getOrientation()
,
setOrientation()
int pageIncrement
setPageIncrement()
,
Scrollbar.getPageIncrement()
int scrollbarSerializedDataVersion
int value
minimum
or less that maximum
Scrollbar.getValue()
,
setValue()
int visibleAmount
Scrollbar.getVisibleAmount()
,
setVisibleAmount()
Class java.awt.ScrollPane implements Serializable |
Serialized Fields |
java.awt.ScrollPaneAdjustable hAdjustable
ScrollPane.getHAdjustable()
,
Adjustable
int scrollbarDisplayPolicy
ScrollPane.getScrollbarDisplayPolicy()
java.awt.ScrollPaneAdjustable vAdjustable
ScrollPane.getVAdjustable()
,
Adjustable
Class java.awt.SystemColor implements Serializable |
Class java.awt.TextArea implements Serializable |
Serialized Fields |
int columns
TextArea.getColumns()
,
setColumns()
int rows
TextArea.getRows()
,
setRows()
int scrollbarVisibility
SCROLLBARS_BOTH
= both scrollbars.SCROLLBARS_HORIZONTAL_ONLY
= Horizontal bar only.SCROLLBARS_VERTICAL_ONLY
= Vertical bar only.SCROLLBARS_NONE
= No scrollbars.TextArea.getScrollbarVisibility()
Class java.awt.TextComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
boolean editable
true
if the text componet
is editable and false
if not.TextComponent.isEditable()
int selectionEnd
TextComponent.getSelectionEnd()
,
setSelectionEnd()
int selectionStart
TextComponent.getSelectionStart()
,
setSelectionStart()
String text
setText()
,
TextComponent.getText()
int textComponentSerializedDataVersion
Class java.awt.TextField implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
Serialized Fields |
int columns
setColumns()
,
TextField.getColumns()
char echoChar
true
.
The Disguises are removed if 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
removeActionListener()
,
addActionListener()
private void writeObject(ObjectOutputStream s) throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
java.awt.Component.itemListenerK
,
java.awt.Component.ownedWindowK
Serialized Fields |
java.awt.FocusManager focusMgr
int state
Window.show()
String warningString
Window.getWarningString()
int windowSerializedDataVersion
Package java.awt.color |
Class java.awt.color.CMMException implements Serializable |
Class java.awt.color.ProfileDataException implements Serializable |
Package java.awt.datatransfer |
Class java.awt.datatransfer.DataFlavor implements Serializable |
Serialization Methods |
public void readExternal(ObjectInput is) throws IOException, ClassNotFoundException
public void writeExternal(ObjectOutput os) throws IOException
Class java.awt.datatransfer.UnsupportedFlavorException implements Serializable |
Package java.awt.dnd |
Class java.awt.dnd.DragGestureEvent implements Serializable |
Serialized Fields |
int action
Component component
DragSource dragSource
List events
Point origin
Class java.awt.dnd.DragSourceDragEvent implements Serializable |
Serialized Fields |
int dropAction
int gestureModifiers
int targetActions
Class java.awt.dnd.DragSourceDropEvent implements Serializable |
Serialized Fields |
int dropAction
boolean dropSuccess
Class java.awt.dnd.DragSourceEvent implements Serializable |
Class java.awt.dnd.DropTarget implements Serializable |
Serialized Fields |
int actions
boolean active
Component component
DropTargetListener dtListener
Class java.awt.dnd.DropTargetDragEvent implements Serializable |
Serialized Fields |
int actions
int dropAction
Point location
Class java.awt.dnd.DropTargetDropEvent implements Serializable |
Serialized Fields |
int actions
int dropAction
boolean isLocalTx
Point location
Class java.awt.dnd.DropTargetEvent implements Serializable |
Serialized Fields |
DropTargetContext context
Class java.awt.dnd.InvalidDnDOperationException implements Serializable |
Package java.awt.event |
Class java.awt.event.ActionEvent implements Serializable |
Serialized Fields |
String actionCommand
ActionEvent.getActionCommand()
int modifiers
ActionEvent.getModifiers()
Class java.awt.event.AdjustmentEvent implements Serializable |
Serialized Fields |
Adjustable adjustable
AdjustmentEvent.getAdjustable()
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()
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()
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()
Class java.awt.event.InputEvent implements Serializable |
Serialized Fields |
int modifiers
InputEvent.getModifiers()
,
MouseEvent
long when
InputEvent.getWhen()
Class java.awt.event.InputMethodEvent implements Serializable |
Class java.awt.event.InvocationEvent implements Serializable |
Serialized Fields |
boolean catchExceptions
Exception exception
Object notifier
Runnable runnable
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 |
Serialized Fields |
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 keyCode
KeyEvent.getKeyCode()
,
setKeyCode()
Class java.awt.event.MouseEvent implements Serializable |
Serialized Fields |
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().
boolean popupTrigger
popupTrigger
= false
no popup menu
should appear. If it is true
then a popup menu should appear
.PopupMenu
,
MouseEvent.isPopupTrigger()
int x
MouseEvent.getX()
int y
MouseEvent.getY()
Class java.awt.event.PaintEvent implements Serializable |
Serialized Fields |
Rectangle updateRect
Rectangle
,
setUpdateRect()
,
PaintEvent.getUpdateRect()
Class java.awt.event.TextEvent implements Serializable |
Class java.awt.event.WindowEvent implements Serializable |
Package java.awt.font |
Class java.awt.font.TextAttribute implements Serializable |
Class java.awt.font.TransformAttribute implements Serializable |
Serialized Fields |
AffineTransform transform
Package java.awt.geom |
Class java.awt.geom.AffineTransform implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
double m00
double m01
double m02
double m10
double m11
double m12
Class java.awt.geom.IllegalPathStateException implements Serializable |
Class java.awt.geom.NoninvertibleTransformException implements Serializable |
Package java.awt.image |
Class java.awt.image.ImagingOpException implements Serializable |
Class java.awt.image.RasterFormatException implements Serializable |
Package java.awt.image.renderable |
Class java.awt.image.renderable.ParameterBlock implements Serializable |
Serialized Fields |
Vector parameters
Vector sources
Package java.awt.print |
Class java.awt.print.PrinterAbortException implements Serializable |
Class java.awt.print.PrinterException implements Serializable |
Class java.awt.print.PrinterIOException implements Serializable |
Serialized Fields |
IOException mException
Package java.beans |
Class java.beans.IntrospectionException implements Serializable |
Class java.beans.PropertyChangeEvent implements Serializable |
Serialized Fields |
Object newValue
Object oldValue
Object propagationId
#getPropagationId.
String propertyName
Class java.beans.PropertyChangeSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
PropertyChangeListeners
.
At serialization time we skip non-serializable listeners and only serialize the serializable listeners.
Serialized Fields |
Hashtable children
int propertyChangeSupportSerializedDataVersion
Object source
Class java.beans.PropertyVetoException implements Serializable |
Serialized Fields |
PropertyChangeEvent evt
Class java.beans.VetoableChangeSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
VetoableChangeListeners
.
At serialization time we skip non-serializable listeners and only serialize the serializable listeners.
Serialized Fields |
Hashtable children
Object source
int vetoableChangeSupportSerializedDataVersion
Package java.beans.beancontext |
Class java.beans.beancontext.BeanContextChildSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
Serialized Fields |
BeanContextChild beanContextChildPeer
PropertyChangeSupport pcSupport
VetoableChangeSupport vcSupport
Class java.beans.beancontext.BeanContextEvent implements Serializable |
Serialized Fields |
BeanContext propagatedFrom
Class java.beans.beancontext.BeanContextMembershipEvent implements Serializable |
Serialized Fields |
Collection children
Class java.beans.beancontext.BeanContextServiceAvailableEvent implements Serializable |
Serialized Fields |
Class serviceClass
Class java.beans.beancontext.BeanContextServiceRevokedEvent implements Serializable |
Serialized Fields |
boolean invalidateRefs
Class serviceClass
Class java.beans.beancontext.BeanContextServicesSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
Class java.beans.beancontext.BeanContextServicesSupport.BCSSChild implements Serializable |
Serialized Fields |
BeanContextServicesSupport this$0
Class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider implements Serializable |
Serialized Fields |
BeanContextServiceProvider serviceProvider
Class java.beans.beancontext.BeanContextSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException, ClassNotFoundException
Serialized Fields |
boolean designTime
Locale locale
boolean okToUseGui
int serializable
Class java.beans.beancontext.BeanContextSupport.BCSChild implements Serializable |
Serialized Fields |
Object child
Object proxyPeer
BeanContextSupport this$0
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.FilePermission 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.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 |
Serialization Overview |
TC_CLASSDESC className, serialVersionUID, flags, length, list of field descriptions. FIELDNAME TYPES DESCRIPTION -------------------------------------- className primitive data String Fully qualified class name. serialVersionUID long Stream Unique Identifier for compatible classes with same base class name. flags byte Attribute bit fields defined inThe first time the class descriptor is written into the stream, a new handle is generated. Future references to the class descriptor are written as references to the initial class descriptor instance.java.io.ObjectStreamConstants.SC_*
. length short The number of field descriptions to follow. fieldDescription (byte, primitive data String, String Object) A pseudo-externalized format of classjava.io.ObjectStreamField
. Consists of typeCode, fieldName, and, if a nonPrimitive typecode, a fully qualified class name. SeeClass.getName
method for the typecode byte encodings.
ObjectOutputStream.writeUTF(java.lang.String)
Serialized Fields |
Class java.io.ObjectStreamException implements Serializable |
Class java.io.OptionalDataException implements Serializable |
Serialized Fields |
boolean eof
int length
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
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.Boolean implements Serializable |
Serialized Fields |
boolean value
Class java.lang.Byte implements Serializable |
Serialized Fields |
byte value
Class java.lang.Character implements Serializable |
Serialized Fields |
char value
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.
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
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
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
Class java.lang.StackOverflowError implements Serializable |
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 |
int count
boolean shared
char[] value
Class java.lang.StringIndexOutOfBoundsException implements Serializable |
Class java.lang.ThreadDeath implements Serializable |
Class java.lang.Throwable implements Serializable |
Serialized Fields |
String detailMessage
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.lang.reflect |
Class java.lang.reflect.InvocationTargetException implements Serializable |
Serialized Fields |
Throwable target
Class java.lang.reflect.ReflectPermission 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
Serialized Fields |
int bitCount
BigInteger.bitCount()
int bitLength
BigInteger.bitLength()
int firstNonzeroByteNum
int lowestSetBit
BigInteger.getLowestSetBit()
byte[] magnitude
int signum
Package java.net |
Class java.net.BindException implements Serializable |
Class java.net.ConnectException implements Serializable |
Class java.net.InetAddress implements Serializable |
Serialized Fields |
int address
int family
String hostName
Class java.net.MalformedURLException implements Serializable |
Class java.net.NetPermission implements Serializable |
Class java.net.NoRouteToHostException implements Serializable |
Class java.net.ProtocolException 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.UnknownHostException implements Serializable |
Class java.net.UnknownServiceException implements Serializable |
Class java.net.URL implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
String file
int hashCode
String host
int port
String protocol
String ref
Package java.rmi |
Class java.rmi.AccessException implements Serializable |
Class java.rmi.AlreadyBoundException implements Serializable |
Class java.rmi.ConnectException implements Serializable |
Class java.rmi.ConnectIOException implements Serializable |
Class java.rmi.MarshalException implements Serializable |
Class java.rmi.MarshalledObject implements Serializable |
Serialized Fields |
int hash
MarshalledObject.hashCode()
byte[] locBytes
equals
. If locBytes
is null, there were no
non-null
annotations during marshalling.byte[] objBytes
objBytes
is
null
then the object marshalled was a null
reference.Class java.rmi.NoSuchObjectException implements Serializable |
Class java.rmi.NotBoundException implements Serializable |
Class java.rmi.RemoteException implements Serializable |
Serialized Fields |
Throwable detail
Class java.rmi.RMISecurityException implements Serializable |
Class java.rmi.ServerError implements Serializable |
Class java.rmi.ServerException implements Serializable |
Class java.rmi.ServerRuntimeException implements Serializable |
Class java.rmi.StubNotFoundException implements Serializable |
Class java.rmi.UnexpectedException implements Serializable |
Class java.rmi.UnknownHostException implements Serializable |
Class java.rmi.UnmarshalException implements Serializable |
Package java.rmi.activation |
Class java.rmi.activation.Activatable implements Serializable |
Serialized Fields |
ActivationID id
Class java.rmi.activation.ActivateFailedException implements Serializable |
Class java.rmi.activation.ActivationDesc implements Serializable |
Serialized Fields |
String className
MarshalledObject data
ActivationGroupID groupID
String location
boolean restart
Class java.rmi.activation.ActivationException implements Serializable |
Serialized Fields |
Throwable detail
Class java.rmi.activation.ActivationGroup implements Serializable |
Serialized Fields |
ActivationGroupID groupID
long incarnation
ActivationMonitor monitor
Class java.rmi.activation.ActivationGroupDesc implements Serializable |
Serialized Fields |
String className
MarshalledObject data
ActivationGroupDesc.CommandEnvironment env
String location
Properties props
Class java.rmi.activation.ActivationGroupDesc.CommandEnvironment implements Serializable |
Serialized Fields |
String command
String[] options
Class java.rmi.activation.ActivationGroupID implements Serializable |
Serialized Fields |
ActivationSystem system
UID uid
Class java.rmi.activation.ActivationID implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
java.rmi.server.UID
and a remote reference. The
remote reference is read via a direct call to
readExternal(ObjectInputStream in)
. Default
serialization is not used. The reference is used to create the
activator
field in this object. That is, the
activator
field is set to the stub returned from
RemoteProxy.getStub(activatorClassName, ref)
.private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
java.rmi.server.UID
and the reference to the
activator responsible for activating the object associated with
this id, the remote reference contained in the
activator
field.java.rmi.server.UID
, and
the unqualified class name, in UTF-8
, of the
remote reference contained in the activator
field. Delegates to the activator
's remote
reference to write itself to out
. Directly calls
writeExternal(ObjectStream out)
on the return
value of activator.getRef()
. Default serialization
is not used.Serialized Fields |
Activator activator
UID uid
Class java.rmi.activation.UnknownGroupException implements Serializable |
Class java.rmi.activation.UnknownObjectException implements Serializable |
Package java.rmi.dgc |
Class java.rmi.dgc.Lease implements Serializable |
Serialized Fields |
long value
Lease.getValue()
VMID vmid
Lease.getVMID()
Class java.rmi.dgc.VMID implements Serializable |
Serialized Fields |
byte[] addr
UID uid
Package java.rmi.server |
Class java.rmi.server.ExportException implements Serializable |
Class java.rmi.server.ObjID implements Serializable |
Serialized Fields |
long objNum
ObjID.hashCode()
UID space
Class java.rmi.server.RemoteObject implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ref
, in
UTF-8
and delegates to the ref
field
to read in its representation. The ref
field is
read via a direct call to
ref.readExternal(ObjectInputStream in)
. Default
serialization is not used.private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
ref
, in UTF-8
and
delegates to the ref
field to write out its
representation. Different information will be written to
out
depending upon the ref
field's
type. Default serialization is not used.Class java.rmi.server.RemoteServer implements Serializable |
Class java.rmi.server.RemoteStub implements Serializable |
Class java.rmi.server.ServerCloneException implements Serializable |
Serialized Fields |
Exception detail
Class java.rmi.server.ServerNotActiveException implements Serializable |
Class java.rmi.server.SkeletonMismatchException implements Serializable |
Class java.rmi.server.SkeletonNotFoundException implements Serializable |
Class java.rmi.server.SocketSecurityException implements Serializable |
Class java.rmi.server.UID implements Serializable |
Serialized Fields |
short count
this
UID.long time
time
will be used to create a unique UID.int unique
Class java.rmi.server.UnicastRemoteObject implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialized Fields |
RMIClientSocketFactory csf
int port
RMIServerSocketFactory ssf
Package java.security |
Class java.security.AccessControlException implements Serializable |
Serialized Fields |
Permission perm
Class java.security.AllPermission implements Serializable |
Class java.security.BasicPermission implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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.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 |
Guard guard
Object object
Class java.security.Identity implements Serializable |
Serialized Fields |
Vector certificates
String info
String name
PublicKey publicKey
IdentityScope scope
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.Permissions implements Serializable |
Serialized Fields |
PermissionCollection allPermission
Hashtable perms
Class java.security.PrivilegedActionException implements Serializable |
Serialized Fields |
Exception exception
Class java.security.Provider implements Serializable |
Serialized Fields |
String info
String name
double version
Class java.security.ProviderException implements Serializable |
Class java.security.SecureRandom implements Serializable |
Serialized Fields |
long counter
MessageDigest digest
Provider provider
byte[] randomBytes
int randomBytesUsed
SecureRandomSpi secureRandomSpi
byte[] state
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.Serialized Fields |
String actions
String name
String type
Package java.security.acl |
Class java.security.acl.AclNotFoundException implements Serializable |
Class java.security.acl.LastOwnerException implements Serializable |
Class java.security.acl.NotOwnerException implements Serializable |
Package java.security.cert |
Class java.security.cert.CertificateEncodingException implements Serializable |
Class java.security.cert.CertificateException implements Serializable |
Class java.security.cert.CertificateExpiredException implements Serializable |
Class java.security.cert.CertificateNotYetValidException implements Serializable |
Class java.security.cert.CertificateParsingException implements Serializable |
Class java.security.cert.CRLException implements Serializable |
Package java.security.spec |
Class java.security.spec.InvalidKeySpecException implements Serializable |
Class java.security.spec.InvalidParameterSpecException implements Serializable |
Package java.sql |
Class java.sql.BatchUpdateException implements Serializable |
Serialized Fields |
int[] updateCounts
Class java.sql.DataTruncation implements Serializable |
Serialized Fields |
int dataSize
int index
boolean parameter
boolean read
int transferSize
Class java.sql.Date implements Serializable |
Class java.sql.SQLException implements Serializable |
Serialized Fields |
SQLException next
String SQLState
int vendorCode
Class java.sql.SQLWarning implements Serializable |
Class java.sql.Time implements Serializable |
Class java.sql.Timestamp implements Serializable |
Serialized Fields |
int nanos
Package java.text |
Class java.text.AttributedCharacterIterator.Attribute implements Serializable |
Serialized Fields |
String name
Class java.text.ChoiceFormat implements Serializable |
Serialized Fields |
String[] choiceFormats
choiceFormats[i]
if the number being formatted is greater than or equal to
choiceLimits[i]
and less than choiceLimits[i+1]
.double[] choiceLimits
choiceFormats[i]
if the number being formatted is greater than or equal to
choiceLimits[i]
and less than choiceLimits[i+1]
.Class java.text.DateFormat implements Serializable |
Serialized Fields |
Calendar calendar
DateFormat
uses to produce the time field
values needed to implement date and time formatting. Subclasses should
initialize this to a calendar appropriate for the locale associated with
this DateFormat
.NumberFormat numberFormat
DateFormat
uses to format numbers
in dates and times. Subclasses should initialize this to a number format
appropriate for the locale associated with this DateFormat
.Class java.text.DateFormatSymbols implements Serializable |
Serialized Fields |
String[] ampms
Calendar.AM
and
Calendar.PM
.String[] eras
Calendar.BC
and Calendar.AD
.String localPatternChars
DateFormat.ERA_FIELD
,
DateFormat.YEAR_FIELD
, etc. Thus, if the string were
"Xz...", then localized patterns would use 'X' for era and 'z' for year.String[] months
Calendar.JANUARY
, Calendar.FEBRUARY
, etc.String[] shortMonths
Calendar.JANUARY
, Calendar.FEBRUARY
, etc.String[] shortWeekdays
Calendar.SUNDAY
,
Calendar.MONDAY
, etc.
The element shortWeekdays[0]
is ignored.String[] weekdays
Calendar.SUNDAY
,
Calendar.MONDAY
, etc.
The element weekdays[0]
is ignored.String[][] zoneStrings
TimeZone
.
Each such row contains (with i
ranging from
0..n-1):
zoneStrings[i][0]
- time zone IDzoneStrings[i][1]
- long name of zone in standard
timezoneStrings[i][2]
- short name of zone in
standard timezoneStrings[i][3]
- long name of zone in daylight
savings timezoneStrings[i][4]
- short name of zone in daylight
savings timejava.text.resources.DateFormatZoneData
,
TimeZone
Class java.text.DecimalFormat implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
serialVersionOnStream
is less than 1, indicating that
the stream was written by JDK 1.1, initialize useExponentialNotation
to false, since it was not present in JDK 1.1.
Finally, set serialVersionOnStream back to the maximum allowed value so that
default serialization will work properly if this object is streamed out again.Serialized Fields |
boolean decimalSeparatorAlwaysShown
DecimalFormat.isDecimalSeparatorAlwaysShown()
byte groupingSize
NumberFormat.groupingUsed
is true.DecimalFormat.getGroupingSize()
,
NumberFormat.isGroupingUsed()
byte minExponentDigits
useExponentialNotation
is not true.
Note that the JDK 1.2 public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
int multiplier
DecimalFormat.getMultiplier()
String negativePrefix
DecimalFormat.getNegativePrefix()
String negativeSuffix
DecimalFormat.getNegativeSuffix()
String positivePrefix
DecimalFormat.getPositivePrefix()
String positiveSuffix
DecimalFormat.getPositiveSuffix()
int serialVersionOnStream
useExponentialNotation
and minExponentDigits
.
DecimalFormatSymbols symbols
DecimalFormatSymbols
object used by this format.
It contains the symbols used to format numbers, e.g. the grouping separator,
decimal separator, and so on.DecimalFormat.setDecimalFormatSymbols(java.text.DecimalFormatSymbols)
,
DecimalFormatSymbols
boolean useExponentialNotation
Note that the JDK 1.2 public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
Class java.text.DecimalFormatSymbols implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
serialVersionOnStream
is less than 1, initialize monetarySeparator
to be
the same as decimalSeparator
and exponential
to be 'E'.
Finally, set serialVersionOnStream back to the maximum allowed value so that
default serialization will work properly if this object is streamed out again.Serialized Fields |
String currencySymbol
DecimalFormatSymbols.getCurrencySymbol()
char decimalSeparator
DecimalFormatSymbols.getDecimalSeparator()
char digit
DecimalFormatSymbols.getDigit()
char exponential
Note that the public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
char groupingSeparator
DecimalFormatSymbols.getGroupingSeparator()
String infinity
DecimalFormatSymbols.getInfinity()
String intlCurrencySymbol
DecimalFormatSymbols.getInternationalCurrencySymbol()
char minusSign
DecimalFormatSymbols.getMinusSign()
char monetarySeparator
DecimalFormatSymbols.getMonetaryDecimalSeparator()
String NaN
DecimalFormatSymbols.getNaN()
char patternSeparator
DecimalFormatSymbols.getPatternSeparator()
char percent
DecimalFormatSymbols.getPercent()
char perMill
DecimalFormatSymbols.getPerMill()
int serialVersionOnStream
DecimalFormatSymbols
present on the stream.
Possible values are:
monetarySeparator
and exponential
.
DecimalFormatSymbols
, the most recent format
(corresponding to the highest allowable serialVersionOnStream
)
is always written.char zeroDigit
DecimalFormatSymbols.getZeroDigit()
Class java.text.Format implements Serializable |
Class java.text.MessageFormat implements Serializable |
Serialized Fields |
int[] argumentNumbers
Format[] formats
Locale locale
int maxOffset
offsets
. Can also be thought of
as the index of the highest-numbered element in offsets
that is being used.
All of these arrays should have the same number of elements being used as offsets
does, and so this variable suffices to tell us how many entries are in all of them.int[] offsets
String pattern
Class java.text.NumberFormat implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
serialVersionOnStream
is less than 1, indicating that
the stream was written by JDK 1.1,
set the int
fields such as maximumIntegerDigits
to be equal to the byte
fields such as maxIntegerDigits
,
since the int
fields were not present in JDK 1.1.
Finally, set serialVersionOnStream back to the maximum allowed value so that
default serialization will work properly if this object is streamed out again.private void writeObject(ObjectOutputStream stream) throws IOException
byte
fields such as maxIntegerDigits
to be
equal to the int
fields such as maximumIntegerDigits
(or to Byte.MAX_VALUE
, whichever is smaller), for compatibility
with the JDK 1.1 version of the stream format.Serialized Fields |
boolean groupingUsed
NumberFormat.isGroupingUsed()
byte maxFractionDigits
maximumFractionDigits
must be greater than or equal to
minimumFractionDigits
.
Note: This field exists only for serialization
compatibility with JDK 1.1. In JDK 1.2 and higher, the new
int
field maximumFractionDigits
is used instead.
When writing to a stream, maxFractionDigits
is set to
maximumFractionDigits
or Byte.MAX_VALUE
,
whichever is smaller. When reading from a stream, this field is used
only if serialVersionOnStream
is less than 1.
NumberFormat.getMaximumFractionDigits()
int maximumFractionDigits
maximumFractionDigits
must be greater than or equal to
minimumFractionDigits
.NumberFormat.getMaximumFractionDigits()
int maximumIntegerDigits
maximumIntegerDigits
must be greater than or equal to
minimumIntegerDigits
.NumberFormat.getMaximumIntegerDigits()
byte maxIntegerDigits
maxIntegerDigits
must be greater than or equal to
minIntegerDigits
.
Note: This field exists only for serialization
compatibility with JDK 1.1. In JDK 1.2 and higher, the new
int
field maximumIntegerDigits
is used instead.
When writing to a stream, maxIntegerDigits
is set to
maximumIntegerDigits
or Byte.MAX_VALUE
,
whichever is smaller. When reading from a stream, this field is used
only if serialVersionOnStream
is less than 1.
NumberFormat.getMaximumIntegerDigits()
byte minFractionDigits
minimumFractionDigits
must be less than or equal to
maximumFractionDigits
.
Note: This field exists only for serialization
compatibility with JDK 1.1. In JDK 1.2 and higher, the new
int
field minimumFractionDigits
is used instead.
When writing to a stream, minFractionDigits
is set to
minimumFractionDigits
or Byte.MAX_VALUE
,
whichever is smaller. When reading from a stream, this field is used
only if serialVersionOnStream
is less than 1.
NumberFormat.getMinimumFractionDigits()
int minimumFractionDigits
minimumFractionDigits
must be less than or equal to
maximumFractionDigits
.NumberFormat.getMinimumFractionDigits()
int minimumIntegerDigits
minimumIntegerDigits
must be less than or equal to
maximumIntegerDigits
.NumberFormat.getMinimumIntegerDigits()
byte minIntegerDigits
minimumIntegerDigits
must be less than or equal to
maximumIntegerDigits
.
Note: This field exists only for serialization
compatibility with JDK 1.1. In JDK 1.2 and higher, the new
int
field minimumIntegerDigits
is used instead.
When writing to a stream, minIntegerDigits
is set to
minimumIntegerDigits
or Byte.MAX_VALUE
,
whichever is smaller. When reading from a stream, this field is used
only if serialVersionOnStream
is less than 1.
NumberFormat.getMinimumIntegerDigits()
boolean parseIntegerOnly
NumberFormat.isParseIntegerOnly()
int serialVersionOnStream
NumberFormat
present on the stream.
Possible values are:
int
fields such as
maximumIntegerDigits
were not present, and the byte
fields such as maxIntegerDigits
are used instead.
byte
fields such as maxIntegerDigits
are ignored,
and the int
fields such as maximumIntegerDigits
are used instead.
NumberFormat
, the most recent format
(corresponding to the highest allowable serialVersionOnStream
)
is always written.Class java.text.ParseException implements Serializable |
Serialized Fields |
int errorOffset
Class java.text.SimpleDateFormat implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Serialized Fields |
Date defaultCenturyStart
defaultCenturyStart
, which may be any date. May
not be null.DateFormatSymbols formatData
DateFormatSymbols
String pattern
int serialVersionOnStream
defaultCenturyStart
on stream.
defaultCenturyStart
.
serialVersionOnStream
is written.
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
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 |
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
.int[] fields
FIELD_COUNT
integers, with index values
ERA
through DST_OFFSET
.int firstDayOfWeek
SUNDAY
,
MONDAY
, etc. This is a locale-dependent value.boolean[] isSet
FIELD_COUNT
booleans, with index values
ERA
through DST_OFFSET
.boolean isTimeSet
time
is valid.
The time is made invalid by a change to an item of field[]
.Calendar.time
boolean lenient
time
from fields[]
.Calendar.setLenient(boolean)
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.long time
Calendar.isTimeSet
TimeZone zone
TimeZone
used by this calendar. Calendar
uses the time zone data to translate between locale and GMT time.Class java.util.ConcurrentModificationException implements Serializable |
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.Class java.util.EmptyStackException implements Serializable |
Class java.util.EventObject implements Serializable |
Class java.util.GregorianCalendar implements Serializable |
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
Serialized Fields |
float loadFactor
int threshold
Class java.util.HashSet implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Class java.util.Hashtable implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
float loadFactor
int threshold
Class java.util.LinkedList implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws 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.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.Serialized Fields |
String country
Locale.getCountry()
int hashcode
String language
Locale.getLanguage()
String variant
Locale.getVariant()
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.PropertyPermission 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.util.Random implements Serializable |
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.
Serialized Fields |
int dstSavings
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
savings 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
savings 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 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 endMonth
Calendar.JANUARY
and
Calendar.UNDECIMBER
. This value must not equal
startMonth
.
If useDaylight
is false, this value is ignored.
int endTime
If useDaylight
is false, this value is ignored.
byte[] monthLength
int rawOffset
dstSavings
.int serialVersionOnStream
startMode
,
endMode
, and dstSavings
.
serialVersionOnStream
is written.int startDay
startMode == DOW_IN_MONTH
startDay
indicates the day of the month of
startMonth
on which daylight
savings 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
savings 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 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 startMonth
Calendar.JANUARY
and
Calendar.DECEMBER
inclusive. This value must not equal
endMonth
.
If useDaylight
is false, this value is ignored.
int startTime
If useDaylight
is false, this value is ignored.
int startYear
If useDaylight
is false, this value is ignored.
boolean useDaylight
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
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
Class java.util.Vector implements Serializable |
Serialized Fields |
int capacityIncrement
0
, the capacity of the
vector is doubled each time it needs to grow.int elementCount
Object[] elementData
Any array elements following the last element in the Vector are null.
Package java.util.jar |
Class java.util.jar.JarException implements Serializable |
Package java.util.zip |
Class java.util.zip.DataFormatException implements Serializable |
Class java.util.zip.ZipException implements Serializable |
Package javax.swing |
Class javax.swing.AbstractAction implements Serializable |
Serialized Fields |
SwingPropertyChangeSupport changeSupport
boolean enabled
Hashtable keyTable
Class javax.swing.AbstractButton implements Serializable |
Serialized Fields |
ActionListener actionListener
ChangeListener changeListener
boolean contentAreaFilled
Icon defaultIcon
Insets defaultMargin
Icon disabledIcon
Icon disabledSelectedIcon
int horizontalAlignment
int horizontalTextPosition
ItemListener itemListener
Insets margin
ButtonModel model
boolean paintBorder
boolean paintFocus
Icon pressedIcon
boolean rolloverEnabled
Icon rolloverIcon
Icon rolloverSelectedIcon
Icon selectedIcon
String text
int verticalAlignment
int verticalTextPosition
Class javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable |
Serialized Fields |
AbstractButton this$0
Class javax.swing.AbstractButton.ButtonChangeListener implements Serializable |
Serialized Fields |
AbstractButton this$0
Class javax.swing.AbstractListModel implements Serializable |
Serialized Fields |
EventListenerList listenerList
Class javax.swing.Box implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
Class javax.swing.Box.AccessibleBox implements Serializable |
Serialized Fields |
Box this$0
Class javax.swing.Box.Filler implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
Dimension reqMax
Dimension reqMin
Dimension reqPref
Class javax.swing.Box.Filler.AccessibleBoxFiller implements Serializable |
Serialized Fields |
Box.Filler this$0
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
Serialized Fields |
AccessibleContext accessibleContext
Class javax.swing.CellRendererPane.AccessibleCellRendererPane implements Serializable |
Serialized Fields |
CellRendererPane this$0
Class javax.swing.DefaultBoundedRangeModel implements Serializable |
Serialized Fields |
int extent
boolean isAdjusting
EventListenerList listenerList
int max
int min
int value
Class javax.swing.DefaultButtonModel implements Serializable |
Serialized Fields |
String actionCommand
ButtonGroup group
EventListenerList listenerList
int mnemonic
int stateMask
Class javax.swing.DefaultCellEditor implements Serializable |
Serialized Fields |
int clickCountToStart
DefaultCellEditor.EditorDelegate delegate
JComponent editorComponent
EventListenerList listenerList
Class javax.swing.DefaultCellEditor.EditorDelegate implements Serializable |
Serialized Fields |
DefaultCellEditor this$0
Object value
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.DefaultListCellRenderer.UIResource implements Serializable |
Class javax.swing.DefaultListModel implements Serializable |
Serialized Fields |
Vector delegate
Class javax.swing.DefaultListSelectionModel implements Serializable |
Serialized Fields |
int anchorIndex
int firstAdjustedIndex
int firstChangedIndex
boolean isAdjusting
int lastAdjustedIndex
int lastChangedIndex
boolean leadAnchorNotificationEnabled
int leadIndex
EventListenerList listenerList
int maxIndex
int minIndex
int selectionMode
BitSet value
Class javax.swing.DefaultSingleSelectionModel implements Serializable |
Serialized Fields |
int index
EventListenerList listenerList
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 |
String description
int height
ImageObserver imageObserver
int width
Class javax.swing.JApplet implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
JRootPane rootPane
JApplet.getRootPane()
,
JApplet.setRootPane(javax.swing.JRootPane)
boolean rootPaneCheckingEnabled
JApplet.isRootPaneCheckingEnabled()
,
JApplet.setRootPaneCheckingEnabled(boolean)
Class javax.swing.JApplet.AccessibleJApplet implements Serializable |
Serialized Fields |
JApplet this$0
Class javax.swing.JButton implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean defaultCapable
Class javax.swing.JButton.AccessibleJButton implements Serializable |
Serialized Fields |
JButton this$0
Class javax.swing.JCheckBox implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Class javax.swing.JCheckBox.AccessibleJCheckBox implements Serializable |
Serialized Fields |
JCheckBox this$0
Class javax.swing.JCheckBoxMenuItem implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem implements Serializable |
Serialized Fields |
JCheckBoxMenuItem this$0
Class javax.swing.JColorChooser implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
AccessibleContext accessibleContext
AbstractColorChooserPanel[] chooserPanels
JComponent previewPanel
ColorSelectionModel selectionModel
Class javax.swing.JColorChooser.AccessibleJColorChooser implements Serializable |
Serialized Fields |
JColorChooser this$0
Class javax.swing.JComboBox implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
String actionCommand
ComboBoxModel dataModel
ComboBoxEditor editor
boolean isEditable
JComboBox.KeySelectionManager keySelectionManager
boolean lightWeightPopupEnabled
int maximumRowCount
ListCellRenderer renderer
Object selectedItemReminder
Class javax.swing.JComboBox.AccessibleJComboBox implements Serializable |
Serialized Fields |
JComboBox this$0
Class javax.swing.JComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ReadObjectCallback
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
Rectangle _bounds
AccessibleContext accessibleContext
Float alignmentX
Float alignmentY
javax.swing.AncestorNotifier ancestorNotifier
javax.swing.Autoscroller autoscroller
Border border
SwingPropertyChangeSupport changeSupport
Hashtable clientProperties
int flags
EventListenerList listenerList
Dimension maximumSize
Dimension minimumSize
Rectangle paintImmediatelyClip
Dimension preferredSize
VetoableChangeSupport vetoableChangeSupport
Class javax.swing.JComponent.AccessibleJComponent implements Serializable |
Serialized Fields |
ContainerListener accessibleContainerHandler
JComponent this$0
Class javax.swing.JDesktopPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
DesktopManager desktopManager
Class javax.swing.JDesktopPane.AccessibleJDesktopPane implements Serializable |
Serialized Fields |
JDesktopPane this$0
Class javax.swing.JDialog implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
int defaultCloseOperation
JRootPane rootPane
JDialog.getRootPane()
,
JDialog.setRootPane(javax.swing.JRootPane)
boolean rootPaneCheckingEnabled
JDialog.isRootPaneCheckingEnabled()
,
JDialog.setRootPaneCheckingEnabled(boolean)
Class javax.swing.JDialog.AccessibleJDialog implements Serializable |
Serialized Fields |
JDialog this$0
Class javax.swing.JEditorPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
String charSetName
EditorKit kit
Hashtable typeHandlers
Class javax.swing.JEditorPane.AccessibleJEditorPane implements Serializable |
Serialized Fields |
JEditorPane this$0
Class javax.swing.JEditorPane.AccessibleJEditorPaneHTML implements Serializable |
Serialized Fields |
JEditorPane this$0
Class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport implements Serializable |
Serialized Fields |
javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector hyperlinks
boolean linksValid
JEditorPane this$0
Class javax.swing.JFileChooser implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
AccessibleContext accessibleContext
JComponent accessory
ActionListener actionListener
int approveButtonMnemonic
String approveButtonText
String approveButtonToolTipText
File currentDirectory
JDialog dialog
String dialogTitle
int dialogType
FileFilter fileFilter
int fileSelectionMode
FileSystemView fileSystemView
FileView fileView
Vector filters
boolean multiSelectionEnabled
int returnValue
File selectedFile
File[] selectedFiles
FileView uiFileView
boolean useFileHiding
Class javax.swing.JFileChooser.AccessibleJFileChooser implements Serializable |
Serialized Fields |
JFileChooser this$0
Class javax.swing.JFrame implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
int defaultCloseOperation
JRootPane rootPane
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.JRootPane
,
RootPaneContainer
boolean rootPaneCheckingEnabled
add
and setLayout
cause an exception to be thrown.JFrame.isRootPaneCheckingEnabled()
,
JFrame.setRootPaneCheckingEnabled(boolean)
Class javax.swing.JFrame.AccessibleJFrame implements Serializable |
Serialized Fields |
JFrame this$0
Class javax.swing.JInternalFrame implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean closable
int defaultCloseOperation
JInternalFrame.JDesktopIcon desktopIcon
JInternalFrame.iconable
Icon frameIcon
boolean iconable
JInternalFrame.JDesktopIcon
boolean isClosed
boolean isIcon
JInternalFrame.iconable
boolean isMaximum
JInternalFrame.maximizable
boolean isSelected
boolean maximizable
boolean opened
boolean resizable
JRootPane rootPane
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.JRootPane
,
RootPaneContainer
boolean rootPaneCheckingEnabled
add
and setLayout
cause an exception to be thrown.String title
Class javax.swing.JInternalFrame.AccessibleJInternalFrame implements Serializable |
Serialized Fields |
JInternalFrame this$0
Class javax.swing.JInternalFrame.JDesktopIcon implements Serializable |
Serialized Fields |
JInternalFrame internalFrame
Class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon implements Serializable |
Serialized Fields |
JInternalFrame.JDesktopIcon this$0
Class javax.swing.JLabel implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
Icon defaultIcon
Icon disabledIcon
boolean disabledIconSet
int horizontalAlignment
int horizontalTextPosition
int iconTextGap
Component labelFor
int mnemonic
String text
int verticalAlignment
int verticalTextPosition
Class javax.swing.JLabel.AccessibleJLabel implements Serializable |
Serialized Fields |
JLabel this$0
Class javax.swing.JLayeredPane implements Serializable |
Serialized Fields |
Hashtable componentToLayer
boolean optimizedDrawingPossible
Class javax.swing.JLayeredPane.AccessibleJLayeredPane implements Serializable |
Serialized Fields |
JLayeredPane this$0
Class javax.swing.JList implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
ListCellRenderer cellRenderer
ListModel dataModel
int fixedCellHeight
int fixedCellWidth
int horizontalScrollIncrement
Object prototypeCellValue
Color selectionBackground
Color selectionForeground
ListSelectionListener selectionListener
ListSelectionModel selectionModel
int visibleRowCount
Class javax.swing.JList.AccessibleJList implements Serializable |
Serialized Fields |
int leadSelectionIndex
JList this$0
Class javax.swing.JMenu implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int delay
ChangeListener menuChangeListener
MenuEvent menuEvent
JMenu.WinListener popupListener
JMenu.WinListener
JPopupMenu popupMenu
Class javax.swing.JMenu.AccessibleJMenu implements Serializable |
Serialized Fields |
JMenu this$0
Class javax.swing.JMenu.WinListener implements Serializable |
Serialized Fields |
JPopupMenu popupMenu
JMenu this$0
Class javax.swing.JMenuBar implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
Insets margin
boolean paintBorder
Class javax.swing.JMenuBar.AccessibleJMenuBar implements Serializable |
Serialized Fields |
JMenuBar this$0
Class javax.swing.JMenuItem implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
KeyStroke accelerator
Class javax.swing.JMenuItem.AccessibleJMenuItem implements Serializable |
Serialized Fields |
JMenuItem this$0
Class javax.swing.JOptionPane implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int messageType
int optionType
boolean wantsInput
Class javax.swing.JOptionPane.AccessibleJOptionPane implements Serializable |
Serialized Fields |
JOptionPane this$0
Class javax.swing.JPanel implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JPanel.AccessibleJPanel implements Serializable |
Serialized Fields |
JPanel this$0
Class javax.swing.JPasswordField implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
char echoChar
Class javax.swing.JPasswordField.AccessibleJPasswordField implements Serializable |
Serialized Fields |
JPasswordField this$0
Class javax.swing.JPopupMenu implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int desiredLocationX
int desiredLocationY
String label
int lastPopupType
boolean lightWeightPopupEnabled
Insets margin
boolean paintBorder
SingleSelectionModel selectionModel
Class javax.swing.JPopupMenu.AccessibleJPopupMenu implements Serializable |
Serialized Fields |
JPopupMenu this$0
Class javax.swing.JPopupMenu.Separator implements Serializable |
Class javax.swing.JProgressBar implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
ChangeListener changeListener
BoundedRangeModel model
int orientation
boolean paintBorder
boolean paintString
String progressString
Class javax.swing.JProgressBar.AccessibleJProgressBar implements Serializable |
Serialized Fields |
JProgressBar this$0
Class javax.swing.JRadioButton implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JRadioButton.AccessibleJRadioButton implements Serializable |
Serialized Fields |
JRadioButton this$0
Class javax.swing.JRadioButtonMenuItem implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem implements Serializable |
Serialized Fields |
JRadioButtonMenuItem this$0
Class javax.swing.JRootPane implements Serializable |
Serialized Fields |
Container contentPane
JButton defaultButton
javax.swing.JRootPane.DefaultAction defaultPressAction
JRootPane.defaultButton
javax.swing.JRootPane.DefaultAction defaultReleaseAction
JRootPane.defaultButton
Component glassPane
JLayeredPane layeredPane
JMenuBar menuBar
Class javax.swing.JRootPane.AccessibleJRootPane implements Serializable |
Serialized Fields |
JRootPane this$0
Class javax.swing.JRootPane.RootLayout implements Serializable |
Serialized Fields |
JRootPane this$0
Class javax.swing.JScrollBar implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int blockIncrement
JScrollBar.setBlockIncrement(int)
ChangeListener fwdAdjustmentEvents
BoundedRangeModel model
JScrollBar.setModel(javax.swing.BoundedRangeModel)
int orientation
JScrollBar.setOrientation(int)
int unitIncrement
JScrollBar.setUnitIncrement(int)
Class javax.swing.JScrollBar.AccessibleJScrollBar implements Serializable |
Serialized Fields |
JScrollBar this$0
Class javax.swing.JScrollPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
JViewport columnHeader
JScrollPane.setColumnHeader(javax.swing.JViewport)
JScrollBar horizontalScrollBar
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)
int horizontalScrollBarPolicy
JScrollPane.setHorizontalScrollBarPolicy(int)
Component lowerLeft
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component lowerRight
JScrollPane.setCorner(java.lang.String, java.awt.Component)
JViewport rowHeader
JScrollPane.setRowHeader(javax.swing.JViewport)
Component upperLeft
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component upperRight
JScrollPane.setCorner(java.lang.String, java.awt.Component)
JScrollBar verticalScrollBar
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)
int verticalScrollBarPolicy
JScrollPane.setVerticalScrollBarPolicy(int)
JViewport viewport
JScrollPane.setViewport(javax.swing.JViewport)
Border viewportBorder
Class javax.swing.JScrollPane.AccessibleJScrollPane implements Serializable |
Serialized Fields |
JScrollPane this$0
JViewport viewPort
Class javax.swing.JScrollPane.ScrollBar implements Serializable |
Serialized Fields |
boolean blockIncrementSet
JScrollPane this$0
boolean unitIncrementSet
Class javax.swing.JSeparator implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int orientation
Class javax.swing.JSeparator.AccessibleJSeparator implements Serializable |
Serialized Fields |
JSeparator this$0
Class javax.swing.JSlider implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
ChangeListener changeListener
JSlider.addChangeListener(javax.swing.event.ChangeListener)
,
JSlider.createChangeListener()
boolean isInverted
Dictionary labelTable
int majorTickSpacing
int minorTickSpacing
JSlider.setMinorTickSpacing(int)
int orientation
JSlider.setOrientation(int)
boolean paintLabels
boolean paintTicks
boolean paintTrack
BoundedRangeModel sliderModel
boolean snapToTicks
JSlider.setSnapToTicks(boolean)
boolean snapToValue
#setSnapToValue
Class javax.swing.JSlider.AccessibleJSlider implements Serializable |
Serialized Fields |
JSlider this$0
Class javax.swing.JSplitPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean continuousLayout
int dividerSize
int lastDividerLocation
Component leftComponent
boolean oneTouchExpandable
int orientation
Component rightComponent
Class javax.swing.JSplitPane.AccessibleJSplitPane implements Serializable |
Serialized Fields |
JSplitPane this$0
Class javax.swing.JTabbedPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
ChangeListener changeListener
boolean haveRegistered
SingleSelectionModel model
Vector pages
int tabPlacement
JTabbedPane.setTabPlacement(int)
Class javax.swing.JTabbedPane.AccessibleJTabbedPane implements Serializable |
Serialized Fields |
JTabbedPane this$0
Class javax.swing.JTabbedPane.ModelListener implements Serializable |
Serialized Fields |
JTabbedPane this$0
Class javax.swing.JTable implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
boolean autoCreateColumnsFromModel
int autoResizeMode
boolean cellSelectionEnabled
TableColumnModel columnModel
TableModel dataModel
Color gridColor
Dimension preferredViewportSize
int rowHeight
int rowMargin
boolean rowSelectionAllowed
Color selectionBackground
Color selectionForeground
ListSelectionModel selectionModel
boolean showHorizontalLines
boolean showVerticalLines
JTableHeader tableHeader
Class javax.swing.JTable.AccessibleJTable implements Serializable |
Serialized Fields |
int lastSelectedCol
int lastSelectedRow
JTable this$0
Class javax.swing.JTextArea implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int columns
int columnWidth
int rowHeight
int rows
boolean word
boolean wrap
Class javax.swing.JTextArea.AccessibleJTextArea implements Serializable |
Serialized Fields |
JTextArea this$0
Class javax.swing.JTextField implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int columns
int columnWidth
String command
int horizontalAlignment
BoundedRangeModel visibility
Class javax.swing.JTextField.AccessibleJTextField implements Serializable |
Serialized Fields |
JTextField this$0
Class javax.swing.JTextPane implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JToggleButton implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Class javax.swing.JToggleButton.AccessibleJToggleButton implements Serializable |
Serialized Fields |
JToggleButton this$0
Class javax.swing.JToggleButton.ToggleButtonModel implements Serializable |
Class javax.swing.JToolBar implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean floatable
Insets margin
int orientation
boolean paintBorder
Class javax.swing.JToolBar.AccessibleJToolBar implements Serializable |
Serialized Fields |
JToolBar this$0
Class javax.swing.JToolBar.Separator implements Serializable |
Serialized Fields |
Dimension separatorSize
Class javax.swing.JToolTip implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
JComponent component
String tipText
Class javax.swing.JToolTip.AccessibleJToolTip implements Serializable |
Serialized Fields |
JToolTip this$0
Class javax.swing.JTree implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean editable
boolean invokesStopCellEditing
boolean largeModel
This value is only a suggestion to the UI. Not all UIs will take advantage of it. Default value is false.
boolean rootVisible
int rowHeight
boolean scrollsOnExpand
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
int toggleClickCount
int visibleRowCount
Class javax.swing.JTree.AccessibleJTree implements Serializable |
Serialized Fields |
Accessible leadSelectionAccessible
TreePath leadSelectionPath
JTree this$0
Class javax.swing.JTree.DynamicUtilTreeNode implements Serializable |
Serialized Fields |
Object childValue
boolean hasChildren
boolean loadedChildren
Class javax.swing.JTree.EmptySelectionModel implements Serializable |
Class javax.swing.JTree.TreeSelectionRedirector implements Serializable |
Serialized Fields |
JTree this$0
Class javax.swing.JViewport implements Serializable |
Serialized Fields |
boolean backingStore
boolean isViewSizeSet
Point lastPaintPosition
boolean scrollUnderway
ComponentListener viewListener
Class javax.swing.JViewport.AccessibleJViewport implements Serializable |
Serialized Fields |
JViewport this$0
Class javax.swing.JViewport.ViewListener implements Serializable |
Serialized Fields |
JViewport this$0
Class javax.swing.JWindow implements Serializable |
Serialized Fields |
AccessibleContext accessibleContext
JRootPane rootPane
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.JWindow.getRootPane()
,
JWindow.setRootPane(javax.swing.JRootPane)
boolean rootPaneCheckingEnabled
add
and setLayout
cause an exception to be thrown.JWindow.isRootPaneCheckingEnabled()
,
JWindow.setRootPaneCheckingEnabled(boolean)
Class javax.swing.JWindow.AccessibleJWindow implements Serializable |
Serialized Fields |
JWindow this$0
Class javax.swing.KeyStroke implements Serializable |
Serialized Fields |
char keyChar
int keyCode
int modifiers
boolean onKeyRelease
Class javax.swing.OverlayLayout implements Serializable |
Serialized Fields |
Container target
SizeRequirements[] xChildren
SizeRequirements xTotal
SizeRequirements[] yChildren
SizeRequirements yTotal
Class javax.swing.ScrollPaneLayout implements Serializable |
Serialized Fields |
JViewport colHead
JScrollPane.setColumnHeader(javax.swing.JViewport)
JScrollBar hsb
JScrollPane#setHorizontalScrollbar
int hsbPolicy
This field is obsolete, please use the JScrollPane field instead.
JScrollPane.setHorizontalScrollBarPolicy(int)
Component lowerLeft
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component lowerRight
JScrollPane.setCorner(java.lang.String, java.awt.Component)
JViewport rowHead
JScrollPane.setRowHeader(javax.swing.JViewport)
Component upperLeft
JScrollPane.setCorner(java.lang.String, java.awt.Component)
Component upperRight
JScrollPane.setCorner(java.lang.String, java.awt.Component)
JViewport viewport
JScrollPane.setViewport(javax.swing.JViewport)
JScrollBar vsb
JScrollPane#setVerticalScrollbar
int vsbPolicy
This field is obsolete, please use the JScrollPane field instead.
JScrollPane.setVerticalScrollBarPolicy(int)
Class javax.swing.ScrollPaneLayout.UIResource implements Serializable |
Class javax.swing.SizeRequirements implements Serializable |
Serialized Fields |
float alignment
int maximum
comp
, this should be equal to either
comp.getMaximumSize().width
or
comp.getMaximumSize().height
.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
.Class javax.swing.Timer implements Serializable |
Serialized Fields |
boolean coalesce
int delay
Runnable doPostEvent
boolean eventQueued
long expirationTime
int initialDelay
EventListenerList listenerList
Timer nextTimer
boolean repeats
boolean running
Class javax.swing.UIDefaults implements Serializable |
Serialized Fields |
SwingPropertyChangeSupport changeSupport
Class javax.swing.UIManager implements Serializable |
Class javax.swing.UnsupportedLookAndFeelException implements Serializable |
Class javax.swing.ViewportLayout implements Serializable |
Package javax.swing.border |
Class javax.swing.border.AbstractBorder implements Serializable |
Class javax.swing.border.BevelBorder implements Serializable |
Serialized Fields |
int bevelType
Color highlightInner
Color highlightOuter
Color shadowInner
Color shadowOuter
Class javax.swing.border.CompoundBorder implements Serializable |
Serialized Fields |
Border insideBorder
Border outsideBorder
Class javax.swing.border.EmptyBorder implements Serializable |
Serialized Fields |
int bottom
int left
int right
int top
Class javax.swing.border.EtchedBorder implements Serializable |
Serialized Fields |
int etchType
Color highlight
Color shadow
Class javax.swing.border.LineBorder implements Serializable |
Serialized Fields |
Color lineColor
boolean roundedCorners
int thickness
Class javax.swing.border.MatteBorder implements Serializable |
Serialized Fields |
Color color
Icon tileIcon
Class javax.swing.border.SoftBevelBorder implements Serializable |
Class javax.swing.border.TitledBorder implements Serializable |
Serialized Fields |
Border border
String title
Color titleColor
Font titleFont
int titleJustification
int titlePosition
Package javax.swing.colorchooser |
Class javax.swing.colorchooser.AbstractColorChooserPanel implements Serializable |
Serialized Fields |
JColorChooser chooser
ChangeListener colorListener
boolean dirty
Class javax.swing.colorchooser.DefaultColorSelectionModel implements Serializable |
Serialized Fields |
EventListenerList listenerList
Color selectedColor
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 |
String desc
HyperlinkEvent.EventType type
URL u
Class javax.swing.event.InternalFrameEvent implements Serializable |
Class javax.swing.event.ListDataEvent implements Serializable |
Serialized Fields |
int index0
int index1
int type
Class javax.swing.event.ListSelectionEvent implements Serializable |
Serialized Fields |
int firstIndex
boolean isAdjusting
int lastIndex
Class javax.swing.event.MenuDragMouseEvent implements Serializable |
Serialized Fields |
MenuSelectionManager manager
MenuElement[] path
Class javax.swing.event.MenuEvent implements Serializable |
Class javax.swing.event.MenuKeyEvent implements Serializable |
Serialized Fields |
MenuSelectionManager manager
MenuElement[] path
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 column
int firstRow
int lastRow
int type
Class javax.swing.event.TreeExpansionEvent implements Serializable |
Serialized Fields |
TreePath path
Class javax.swing.event.TreeModelEvent implements Serializable |
Serialized Fields |
int[] childIndices
Object[] children
TreePath path
Class javax.swing.event.TreeSelectionEvent implements Serializable |
Serialized Fields |
boolean[] areNew
TreePath newLeadSelectionPath
TreePath oldLeadSelectionPath
TreePath[] paths
Class javax.swing.event.UndoableEditEvent implements Serializable |
Serialized Fields |
UndoableEdit myEdit
Package javax.swing.plaf |
Class javax.swing.plaf.BorderUIResource implements Serializable |
Serialized Fields |
Border delegate
Class javax.swing.plaf.BorderUIResource.BevelBorderUIResource implements Serializable |
Class javax.swing.plaf.BorderUIResource.CompoundBorderUIResource implements Serializable |
Class javax.swing.plaf.BorderUIResource.EmptyBorderUIResource implements Serializable |
Class javax.swing.plaf.BorderUIResource.EtchedBorderUIResource implements Serializable |
Class javax.swing.plaf.BorderUIResource.LineBorderUIResource implements Serializable |
Class javax.swing.plaf.BorderUIResource.MatteBorderUIResource implements Serializable |
Class javax.swing.plaf.BorderUIResource.TitledBorderUIResource implements Serializable |
Class javax.swing.plaf.ColorUIResource implements Serializable |
Class javax.swing.plaf.DimensionUIResource implements Serializable |
Class javax.swing.plaf.FontUIResource implements Serializable |
Class javax.swing.plaf.IconUIResource implements Serializable |
Serialized Fields |
Icon delegate
Class javax.swing.plaf.InsetsUIResource implements Serializable |
Package javax.swing.plaf.basic |
Class javax.swing.plaf.basic.BasicArrowButton implements Serializable |
Serialized Fields |
int direction
Class javax.swing.plaf.basic.BasicBorders.ButtonBorder implements Serializable |
Serialized Fields |
Color darkShadow
Color highlight
Color lightHighlight
Color shadow
Class javax.swing.plaf.basic.BasicBorders.FieldBorder implements Serializable |
Serialized Fields |
Color darkShadow
Color highlight
Color lightHighlight
Color shadow
Class javax.swing.plaf.basic.BasicBorders.MarginBorder implements Serializable |
Class javax.swing.plaf.basic.BasicBorders.MenuBarBorder implements Serializable |
Serialized Fields |
Color highlight
Color shadow
Class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder implements Serializable |
Class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder implements Serializable |
Class javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable |
Class javax.swing.plaf.basic.BasicComboBoxRenderer.UIResource implements Serializable |
Class javax.swing.plaf.basic.BasicComboPopup implements Serializable |
Serialized Fields |
Timer autoscrollTimer
JComboBox comboBox
boolean hasEntered
boolean isAutoScrolling
ItemListener itemListener
KeyListener keyListener
boolean lightNav
JList list
ListDataListener listDataListener
MouseListener listMouseListener
MouseMotionListener listMouseMotionListener
ListSelectionListener listSelectionListener
MouseListener mouseListener
MouseMotionListener mouseMotionListener
PropertyChangeListener propertyChangeListener
int scrollDirection
JScrollPane scroller
boolean valueIsAdjusting
Class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction implements Serializable |
Serialized Fields |
BasicDesktopPaneUI this$0
Class javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction implements Serializable |
Serialized Fields |
BasicDesktopPaneUI this$0
Class javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction implements Serializable |
Serialized Fields |
BasicDesktopPaneUI this$0
Class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction implements Serializable |
Serialized Fields |
BasicDesktopPaneUI this$0
Class javax.swing.plaf.basic.BasicDirectoryModel implements Serializable |
Serialized Fields |
Vector directories
int fetchID
Vector fileCache
JFileChooser filechooser
Vector files
javax.swing.plaf.basic.BasicDirectoryModel.LoadFilesThread loadThread
Class javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction implements Serializable |
Serialized Fields |
BasicFileChooserUI this$0
Class javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction implements Serializable |
Serialized Fields |
BasicFileChooserUI this$0
Class javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction implements Serializable |
Serialized Fields |
BasicFileChooserUI this$0
Class javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction implements Serializable |
Serialized Fields |
BasicFileChooserUI this$0
Class javax.swing.plaf.basic.BasicFileChooserUI.NewFolderAction implements Serializable |
Serialized Fields |
BasicFileChooserUI this$0
Class javax.swing.plaf.basic.BasicFileChooserUI.UpdateAction implements Serializable |
Serialized Fields |
BasicFileChooserUI this$0
Class javax.swing.plaf.basic.BasicIconFactory implements Serializable |
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane implements Serializable |
Serialized Fields |
Action closeAction
JButton closeButton
Icon closeIcon
JInternalFrame frame
JButton iconButton
Icon iconIcon
Action iconifyAction
JButton maxButton
Icon maxIcon
Action maximizeAction
JMenuBar menuBar
Icon minIcon
Action moveAction
Color notSelectedTextColor
Color notSelectedTitleColor
PropertyChangeListener propertyChangeListener
Action restoreAction
Color selectedTextColor
Color selectedTitleColor
Action sizeAction
JMenu windowMenu
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.IconifyAction implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MaximizeAction implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MoveAction implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SizeAction implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar implements Serializable |
Serialized Fields |
BasicInternalFrameTitlePane this$0
Class javax.swing.plaf.basic.BasicLookAndFeel implements Serializable |
Class javax.swing.plaf.basic.BasicSliderUI.ActionScroller implements Serializable |
Serialized Fields |
boolean block
int dir
JSlider slider
BasicSliderUI this$0
Class javax.swing.plaf.basic.BasicSplitPaneDivider implements Serializable |
Serialized Fields |
int dividerSize
BasicSplitPaneDivider.DragController dragger
Component hiddenDivider
JButton leftButton
BasicSplitPaneDivider.MouseHandler mouseHandler
int orientation
JButton rightButton
JSplitPane splitPane
BasicSplitPaneUI splitPaneUI
Class javax.swing.plaf.basic.BasicTextUI.BasicCaret implements Serializable |
Class javax.swing.plaf.basic.BasicToolBarUI.DragWindow implements Serializable |
Serialized Fields |
Color borderColor
Point offset
int orientation
BasicToolBarUI this$0
Class javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction implements Serializable |
Serialized Fields |
BasicTreeUI this$0
Class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction implements Serializable |
Serialized Fields |
boolean addToSelection
boolean changeSelection
int direction
BasicTreeUI this$0
Class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction implements Serializable |
Serialized Fields |
boolean addToSelection
boolean changeSelection
int direction
BasicTreeUI this$0
Class javax.swing.plaf.basic.BasicTreeUI.TreePageAction implements Serializable |
Serialized Fields |
boolean addToSelection
boolean changeSelection
int direction
BasicTreeUI this$0
Class javax.swing.plaf.basic.BasicTreeUI.TreeToggleAction implements Serializable |
Serialized Fields |
BasicTreeUI this$0
Class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction implements Serializable |
Serialized Fields |
boolean changeSelection
int direction
BasicTreeUI this$0
Class javax.swing.plaf.basic.DefaultMenuLayout implements Serializable |
Package javax.swing.plaf.metal |
Class javax.swing.plaf.metal.MetalBorders.ButtonBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.Flush3DBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.MenuBarBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.MenuItemBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.TextFieldBorder implements Serializable |
Class javax.swing.plaf.metal.MetalBorders.ToolBarBorder implements Serializable |
Serialized Fields |
javax.swing.plaf.metal.MetalBumps bumps
Class javax.swing.plaf.metal.MetalCheckBoxIcon implements Serializable |
Class javax.swing.plaf.metal.MetalComboBoxButton implements Serializable |
Serialized Fields |
JComboBox comboBox
Icon comboIcon
boolean iconOnly
JList listBox
CellRendererPane rendererPane
Class javax.swing.plaf.metal.MetalComboBoxIcon implements Serializable |
Class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup implements Serializable |
Serialized Fields |
MetalComboBoxUI this$0
Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxAction implements Serializable |
Serialized Fields |
MetalFileChooserUI this$0
Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel implements Serializable |
Serialized Fields |
Vector directories
int pathCount
File selectedDirectory
MetalFileChooserUI this$0
int topIndex
Class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer implements Serializable |
Serialized Fields |
MetalFileChooserUI this$0
Class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel implements Serializable |
Serialized Fields |
FileFilter[] filters
MetalFileChooserUI this$0
Class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer implements Serializable |
Serialized Fields |
MetalFileChooserUI this$0
Class javax.swing.plaf.metal.MetalIconFactory implements Serializable |
Class javax.swing.plaf.metal.MetalIconFactory.FileIcon16 implements Serializable |
Class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16 implements Serializable |
Class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon implements Serializable |
Serialized Fields |
boolean isLight
Class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon implements Serializable |
Class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon implements Serializable |
Class javax.swing.plaf.metal.MetalLookAndFeel implements Serializable |
Class javax.swing.plaf.metal.MetalScrollButton implements Serializable |
Serialized Fields |
int buttonWidth
boolean isFreeStanding
Package javax.swing.table |
Class javax.swing.table.AbstractTableModel implements Serializable |
Serialized Fields |
EventListenerList listenerList
Class javax.swing.table.DefaultTableCellRenderer implements Serializable |
Serialized Fields |
Color unselectedBackground
Color unselectedForeground
Class javax.swing.table.DefaultTableCellRenderer.UIResource implements Serializable |
Class javax.swing.table.DefaultTableColumnModel implements Serializable |
Serialized Fields |
int columnMargin
boolean columnSelectionAllowed
EventListenerList listenerList
ListSelectionModel selectionModel
Vector tableColumns
int totalColumnWidth
Class javax.swing.table.DefaultTableModel implements Serializable |
Serialized Fields |
Vector columnIdentifiers
Vector dataVector
Class javax.swing.table.JTableHeader implements Serializable |
Serialization Methods |
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
TableColumnModel columnModel
boolean reorderingAllowed
boolean resizingAllowed
JTable table
boolean updateTableInRealTime
Class javax.swing.table.JTableHeader.AccessibleJTableHeader implements Serializable |
Serialized Fields |
JTableHeader this$0
Class javax.swing.table.TableColumn implements Serializable |
Serialized Fields |
TableCellEditor cellEditor
TableCellRenderer cellRenderer
SwingPropertyChangeSupport changeSupport
TableCellRenderer headerRenderer
Object headerValue
Object identifier
boolean isResizable
int maxWidth
int minWidth
int modelIndex
int preferredWidth
int width
Package javax.swing.text |
Class javax.swing.text.AbstractDocument implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
AbstractDocument.AttributeContext context
AbstractDocument.Content data
Dictionary documentProperties
EventListenerList listenerList
Class javax.swing.text.AbstractDocument.AbstractElement implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
Element parent
AbstractDocument this$0
Class javax.swing.text.AbstractDocument.BranchElement implements Serializable |
Serialized Fields |
AbstractDocument.AbstractElement[] children
int lastIndex
int nchildren
AbstractDocument this$0
Class javax.swing.text.AbstractDocument.DefaultDocumentEvent implements Serializable |
Serialized Fields |
Hashtable changeLookup
int length
int offset
AbstractDocument this$0
DocumentEvent.EventType type
Class javax.swing.text.AbstractDocument.ElementEdit implements Serializable |
Serialized Fields |
Element[] added
Element e
int index
Element[] removed
Class javax.swing.text.AbstractDocument.LeafElement implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
AbstractDocument this$0
Class javax.swing.text.BadLocationException implements Serializable |
Serialized Fields |
int offs
Class javax.swing.text.ChangedCharSetException implements Serializable |
Serialized Fields |
boolean charSetKey
String charSetSpec
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 |
boolean async
JTextComponent component
int dot
boolean dotLTR
Timer flasher
EventListenerList listenerList
Point magicCaretPosition
int mark
boolean markLTR
Object selectionTag
boolean visible
Class javax.swing.text.DefaultEditorKit implements Serializable |
Class javax.swing.text.DefaultEditorKit.BeepAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.CopyAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.CutAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.InsertBreakAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.InsertContentAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.InsertTabAction implements Serializable |
Class javax.swing.text.DefaultEditorKit.PasteAction implements Serializable |
Class javax.swing.text.DefaultStyledDocument implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
Serialized Fields |
DefaultStyledDocument.ElementBuffer buffer
Class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit implements Serializable |
Serialized Fields |
AttributeSet copy
Element element
boolean isReplacing
AttributeSet newAttributes
Class javax.swing.text.DefaultStyledDocument.ElementBuffer implements Serializable |
Serialized Fields |
Element root
DefaultStyledDocument this$0
Class javax.swing.text.DefaultStyledDocument.SectionElement implements Serializable |
Serialized Fields |
DefaultStyledDocument this$0
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.JTextComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
int blinkRate
Color caretColor
AttributedString composedText
javax.swing.text.JTextComponent.ComposedTextCaret composedTextCaret
String composedTextContent
Position composedTextEnd
Position composedTextStart
Color disabledTextColor
boolean editable
JTextComponent editor
char focusAccelerator
Action focusAction
InputMethodRequests inputMethodRequestsHandler
Insets margin
Document model
boolean opaque
Caret originalCaret
Color selectedTextColor
Color selectionColor
Class javax.swing.text.JTextComponent.AccessibleJTextComponent implements Serializable |
Serialized Fields |
int caretPos
JTextComponent this$0
Class javax.swing.text.PlainDocument implements Serializable |
Serialized Fields |
Vector added
AbstractDocument.AbstractElement defaultRoot
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 |
int count
char[] data
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.StyleContext.NamedStyle implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
EventListenerList listenerList
StyleContext this$0
Class javax.swing.text.StyledEditorKit implements Serializable |
Serialized Fields |
Element currentParagraph
Element currentRun
MutableAttributeSet inputAttributes
CaretListener inputAttributeUpdater
Class javax.swing.text.StyledEditorKit.AlignmentAction implements Serializable |
Serialized Fields |
int a
Class javax.swing.text.StyledEditorKit.BoldAction implements Serializable |
Class javax.swing.text.StyledEditorKit.FontFamilyAction implements Serializable |
Serialized Fields |
String family
Class javax.swing.text.StyledEditorKit.FontSizeAction implements Serializable |
Serialized Fields |
int size
Class javax.swing.text.StyledEditorKit.ForegroundAction implements Serializable |
Serialized Fields |
Color fg
Class javax.swing.text.StyledEditorKit.ItalicAction implements Serializable |
Class javax.swing.text.StyledEditorKit.StyledTextAction implements Serializable |
Class javax.swing.text.StyledEditorKit.UnderlineAction implements Serializable |
Class javax.swing.text.TabSet implements Serializable |
Serialized Fields |
TabStop[] tabs
Class javax.swing.text.TabStop implements Serializable |
Serialized Fields |
int alignment
int leader
float position
Class javax.swing.text.TextAction implements Serializable |
Package javax.swing.text.html |
Class javax.swing.text.html.HTML.UnknownTag implements Serializable |
Class javax.swing.text.html.HTMLDocument implements Serializable |
Serialized Fields |
URL base
boolean frameDocument
boolean preservesUnknownTags
ButtonGroup radioButtonGroup
Class javax.swing.text.html.HTMLDocument.BlockElement implements Serializable |
Serialized Fields |
HTMLDocument this$0
Class javax.swing.text.html.HTMLDocument.RunElement implements Serializable |
Serialized Fields |
HTMLDocument this$0
Class javax.swing.text.html.HTMLEditorKit implements Serializable |
Serialized Fields |
MouseListener linkHandler
Class javax.swing.text.html.HTMLEditorKit.HTMLTextAction implements Serializable |
Class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction implements Serializable |
Serialized Fields |
HTML.Tag addTag
HTML.Tag alternateAddTag
HTML.Tag alternateParentTag
String html
HTML.Tag parentTag
Class javax.swing.text.html.HTMLEditorKit.LinkController implements Serializable |
Class javax.swing.text.html.HTMLFrameHyperlinkEvent implements Serializable |
Serialized Fields |
Element sourceElement
String targetFrame
Class javax.swing.text.html.StyleSheet implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
int baseFontIndex
int baseFontSize
javax.swing.text.html.StyleSheet.CssParser parser
Style selectors
Class javax.swing.text.html.StyleSheet.BoxPainter implements Serializable |
Serialized Fields |
Insets binsets
Border border
Class javax.swing.text.html.StyleSheet.ListPainter implements Serializable |
Serialized Fields |
int bulletgap
URL imageurl
Icon img
int start
String type
Package javax.swing.text.html.parser |
Class javax.swing.text.html.parser.AttributeList implements Serializable |
Serialized Fields |
int modifier
String name
AttributeList next
int type
String value
Vector values
Class javax.swing.text.html.parser.ContentModel implements Serializable |
Serialized Fields |
Object content
ContentModel next
int type
boolean[] val
boolean[] valSet
Class javax.swing.text.html.parser.Element implements Serializable |
Serialized Fields |
AttributeList atts
ContentModel content
Object data
BitSet exclusions
BitSet inclusions
int index
String name
boolean oEnd
boolean oStart
int type
Package javax.swing.text.rtf |
Class javax.swing.text.rtf.RTFEditorKit implements Serializable |
Package javax.swing.tree |
Class javax.swing.tree.DefaultMutableTreeNode implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean allowsChildren
Vector children
MutableTreeNode parent
Class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField implements Serializable |
Serialized Fields |
Border border
DefaultTreeCellEditor this$0
Class javax.swing.tree.DefaultTreeCellEditor.EditorContainer implements Serializable |
Serialized Fields |
DefaultTreeCellEditor this$0
Class javax.swing.tree.DefaultTreeCellRenderer implements Serializable |
Serialized Fields |
Color backgroundNonSelectionColor
Color backgroundSelectionColor
Color borderSelectionColor
boolean drawsFocusBorderAroundIcon
boolean hasFocus
boolean selected
Color textNonSelectionColor
Color textSelectionColor
Class javax.swing.tree.DefaultTreeModel implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean asksAllowsChildren
isLeaf
method figures
out if a node is a leaf node. If true, a node is a leaf
node if it does not allow children. (If it allows
children, it is not a leaf node, even if no children
are present.) That lets you distinguish between folder
nodes and file nodes in a file system, for example.
If this value is false, then any node which has no children is a leaf node, and any node may acquire children.
TreeNode.getAllowsChildren()
,
TreeModel.isLeaf(java.lang.Object)
,
DefaultTreeModel.setAsksAllowsChildren(boolean)
EventListenerList listenerList
TreeNode root
Class javax.swing.tree.DefaultTreeSelectionModel implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
SwingPropertyChangeSupport changeSupport
int leadIndex
TreePath leadPath
int leadRow
EventListenerList listenerList
DefaultListSelectionModel listSelectionModel
TreePath[] selection
int selectionMode
Class javax.swing.tree.ExpandVetoException implements Serializable |
Serialized Fields |
TreeExpansionEvent event
Class javax.swing.tree.TreePath implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
TreePath parentPath
Package javax.swing.undo |
Class javax.swing.undo.AbstractUndoableEdit implements Serializable |
Serialized Fields |
boolean alive
boolean hasBeenDone
Class javax.swing.undo.CannotRedoException implements Serializable |
Class javax.swing.undo.CannotUndoException implements Serializable |
Class javax.swing.undo.CompoundEdit implements Serializable |
Serialized Fields |
Vector edits
boolean inProgress
Class javax.swing.undo.StateEdit implements Serializable |
Serialized Fields |
StateEditable object
Hashtable postState
Hashtable preState
String undoRedoName
Class javax.swing.undo.UndoManager implements Serializable |
Serialized Fields |
int indexOfNextAdd
int limit
Package org.omg.CORBA |
Class org.omg.CORBA.Any implements Serializable |
Class org.omg.CORBA.BAD_CONTEXT implements Serializable |
Class org.omg.CORBA.BAD_INV_ORDER implements Serializable |
Class org.omg.CORBA.BAD_OPERATION implements Serializable |
Class org.omg.CORBA.BAD_PARAM implements Serializable |
Class org.omg.CORBA.BAD_TYPECODE implements Serializable |
Class org.omg.CORBA.Bounds implements Serializable |
Class org.omg.CORBA.COMM_FAILURE implements Serializable |
Class org.omg.CORBA.CompletionStatus implements Serializable |
Serialized Fields |
int _value
Class org.omg.CORBA.DATA_CONVERSION implements Serializable |
Class org.omg.CORBA.DefinitionKind implements Serializable |
Serialized Fields |
int _value
Class org.omg.CORBA.FREE_MEM implements Serializable |
Class org.omg.CORBA.IMP_LIMIT implements Serializable |
Class org.omg.CORBA.INITIALIZE implements Serializable |
Class org.omg.CORBA.INTERNAL implements Serializable |
Class org.omg.CORBA.INTF_REPOS implements Serializable |
Class org.omg.CORBA.INV_FLAG implements Serializable |
Class org.omg.CORBA.INV_IDENT implements Serializable |
Class org.omg.CORBA.INV_OBJREF implements Serializable |
Class org.omg.CORBA.INV_POLICY implements Serializable |
Class org.omg.CORBA.INVALID_TRANSACTION implements Serializable |
Class org.omg.CORBA.MARSHAL implements Serializable |
Class org.omg.CORBA.NameValuePair implements Serializable |
Serialized Fields |
String id
Any value
Class org.omg.CORBA.NO_IMPLEMENT implements Serializable |
Class org.omg.CORBA.NO_MEMORY implements Serializable |
Class org.omg.CORBA.NO_PERMISSION implements Serializable |
Class org.omg.CORBA.NO_RESOURCES implements Serializable |
Class org.omg.CORBA.NO_RESPONSE implements Serializable |
Class org.omg.CORBA.OBJ_ADAPTER implements Serializable |
Class org.omg.CORBA.OBJECT_NOT_EXIST implements Serializable |
Class org.omg.CORBA.PERSIST_STORE implements Serializable |
Class org.omg.CORBA.PolicyError implements Serializable |
Serialized Fields |
short reason
PolicyError
exception being thrown.Class org.omg.CORBA.ServiceDetail implements Serializable |
Serialized Fields |
byte[] service_detail
int service_detail_type
Class org.omg.CORBA.ServiceInformation implements Serializable |
Serialized Fields |
ServiceDetail[] service_details
int[] service_options
Class org.omg.CORBA.SetOverrideType implements Serializable |
Serialized Fields |
int _value
Class org.omg.CORBA.StructMember implements Serializable |
Serialized Fields |
String name
StructMember
object.TypeCode type
StructMember
object.IDLType type_def
StructMember
object.Class org.omg.CORBA.SystemException implements Serializable |
Serialized Fields |
CompletionStatus completed
int minor
Class org.omg.CORBA.TRANSACTION_REQUIRED implements Serializable |
Class org.omg.CORBA.TRANSACTION_ROLLEDBACK implements Serializable |
Class org.omg.CORBA.TRANSIENT implements Serializable |
Class org.omg.CORBA.TypeCode implements Serializable |
Class org.omg.CORBA.UnionMember implements Serializable |
Serialized Fields |
Any label
UnionMember
object.String name
UnionMember
object.TypeCode type
UnionMember
object.IDLType type_def
UnionMember
object.Class org.omg.CORBA.UNKNOWN implements Serializable |
Class org.omg.CORBA.UnknownUserException implements Serializable |
Serialized Fields |
Any except
Any
instance that contains the actual user exception thrown
by the server.Class org.omg.CORBA.UserException implements Serializable |
Class org.omg.CORBA.ValueMember implements Serializable |
Serialized Fields |
short access
value
member described by this ValueMember
object.String defined_in
value
member described by this
ValueMember
object.String id
value
member described by this
ValueMember
object.String name
value
member described by this
ValueMember
object.TypeCode type
value
member described by this
ValueMember
object.IDLType type_def
value
member described by this ValueMember
object.String version
value
member described by this
ValueMember
object.Class org.omg.CORBA.WrongTransaction implements Serializable |
Package org.omg.CORBA.DynAnyPackage |
Class org.omg.CORBA.DynAnyPackage.Invalid implements Serializable |
Class org.omg.CORBA.DynAnyPackage.InvalidSeq implements Serializable |
Class org.omg.CORBA.DynAnyPackage.InvalidValue implements Serializable |
Class org.omg.CORBA.DynAnyPackage.TypeMismatch implements Serializable |
Package org.omg.CORBA.ORBPackage |
Class org.omg.CORBA.ORBPackage.InconsistentTypeCode implements Serializable |
Class org.omg.CORBA.ORBPackage.InvalidName implements Serializable |
Package org.omg.CORBA.portable |
Class org.omg.CORBA.portable.ApplicationException implements Serializable |
Serialized Fields |
String id
InputStream ins
Class org.omg.CORBA.portable.RemarshalException implements Serializable |
Package org.omg.CORBA.TypeCodePackage |
Class org.omg.CORBA.TypeCodePackage.BadKind implements Serializable |
Class org.omg.CORBA.TypeCodePackage.Bounds implements Serializable |
Package org.omg.CosNaming |
Class org.omg.CosNaming._BindingIteratorImplBase implements Serializable |
Class org.omg.CosNaming._BindingIteratorStub implements Serializable |
Class org.omg.CosNaming._NamingContextImplBase implements Serializable |
Class org.omg.CosNaming._NamingContextStub implements Serializable |
Class org.omg.CosNaming.Binding implements Serializable |
Serialized Fields |
NameComponent[] binding_name
BindingType binding_type
Class org.omg.CosNaming.BindingType implements Serializable |
Serialized Fields |
int _value
Class org.omg.CosNaming.NameComponent implements Serializable |
Serialized Fields |
String id
String kind
Package org.omg.CosNaming.NamingContextPackage |
Class org.omg.CosNaming.NamingContextPackage.AlreadyBound implements Serializable |
Class org.omg.CosNaming.NamingContextPackage.CannotProceed implements Serializable |
Serialized Fields |
NamingContext cxt
NameComponent[] rest_of_name
Class org.omg.CosNaming.NamingContextPackage.InvalidName implements Serializable |
Class org.omg.CosNaming.NamingContextPackage.NotEmpty implements Serializable |
Class org.omg.CosNaming.NamingContextPackage.NotFound implements Serializable |
Serialized Fields |
NameComponent[] rest_of_name
NotFoundReason why
Class org.omg.CosNaming.NamingContextPackage.NotFoundReason implements Serializable |
Serialized Fields |
int _value
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |