|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package java.applet |
| Class java.applet.Applet implements Serializable |
| Serialized Fields |
AccessibleContext accessibleContext
| Class java.applet.Applet.AccessibleApplet implements Serializable |
| Serialized Fields |
Applet this$0
| Package java.awt |
| Class java.awt.AWTError implements Serializable |
| Class java.awt.AWTEvent implements Serializable |
| Serialized Fields |
int id
boolean consumed
| Class java.awt.AWTException implements Serializable |
| Class java.awt.AWTPermission implements Serializable |
| Class java.awt.BorderLayout implements Serializable |
| Serialized Fields |
int hgap
hgap.BorderLayout.getHgap(),
setHgap()int vgap
vgap.BorderLayout.getVgap(),
setVgap()Component north
BorderLayout.getChild(java.lang.String, boolean),
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object),
#getLayoutAllignment,
BorderLayout.removeLayoutComponent(java.awt.Component)Component west
BorderLayout.getChild(java.lang.String, boolean),
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object),
#getLayoutAllignment,
BorderLayout.removeLayoutComponent(java.awt.Component)Component east
BorderLayout.getChild(java.lang.String, boolean),
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object),
#getLayoutAllignment,
BorderLayout.removeLayoutComponent(java.awt.Component)Component south
BorderLayout.getChild(java.lang.String, boolean),
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object),
#getLayoutAllignment,
BorderLayout.removeLayoutComponent(java.awt.Component)Component center
BorderLayout.getChild(java.lang.String, boolean),
BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object),
#getLayoutAllignment,
BorderLayout.removeLayoutComponent(java.awt.Component)Component firstLine
NORTH
and BEFORE_FIRST_LINE constants in a container whose
orientation is LEFT_TO_RIGHT, only the
BEFORE_FIRST_LINE will be layed out.
This will be the same for lastLine, firstItem, lastItem.Component lastLine
Component firstItem
Component lastItem
| Class java.awt.Button implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
Component
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.itemListenerK| Serialized Fields |
String label
String actionCommand
int buttonSerializedDataVersion
| Class java.awt.Button.AccessibleAWTButton implements Serializable |
| Serialized Fields |
Button this$0
| Class java.awt.Canvas implements Serializable |
| Class java.awt.Canvas.AccessibleAWTCanvas implements Serializable |
| Serialized Fields |
Canvas this$0
| Class java.awt.CardLayout implements Serializable |
| Serialized Fields |
Hashtable tab
int hgap
int vgap
| Class java.awt.Checkbox implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
Component
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.itemListenerK| Serialized Fields |
String label
Checkbox.getLabel(),
setLabel()boolean state
Checkbox.getState(),
setState()CheckboxGroup group
getCheckBoxGroup(),
setCheckBoxGroup()int checkboxSerializedDataVersion
| Class java.awt.Checkbox.AccessibleAWTCheckbox implements Serializable |
| Serialized Fields |
Checkbox this$0
| Class java.awt.CheckboxGroup implements Serializable |
| Serialized Fields |
Checkbox selectedCheckbox
CheckboxGroup.getCurrent(),
setCurrent()| Class java.awt.CheckboxMenuItem implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
MenuItem
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.itemListenerK| Serialized Fields |
boolean state
int checkboxMenuItemSerializedDataVersion
| Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem implements Serializable |
| Serialized Fields |
CheckboxMenuItem this$0
| Class java.awt.Choice implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
Component
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.itemListenerK| Serialized Fields |
Vector pItems
add(),
addItem(),
getItem(),
Choice.getItemCount(),
insert(),
remove()int selectedIndex
getSelectedItem,
select()int choiceSerializedDataVersion
| Class java.awt.Choice.AccessibleAWTChoice implements Serializable |
| Serialized Fields |
Choice this$0
| Class java.awt.Color implements Serializable |
| Serialized Fields |
int value
Color.getRGB()float[] frgbvalue
ColorSpace as
float components (no alpha).
If null after object construction, this must be an
sRGB color constructed with 8-bit precision, so compute from the
int color value.Color.getRGBColorComponents(float[]),
Color.getRGBComponents(float[])float[] fvalue
ColorSpace as
float components (no alpha).
If null after object construction, this must be an
sRGB color constructed with 8-bit precision, so compute from the
int color value.Color.getRGBColorComponents(float[]),
Color.getRGBComponents(float[])float falpha
float component.
If frgbvalue is null, this is not valid
data, so compute from the int color value.Color.getRGBComponents(float[]),
Color.getComponents(float[])ColorSpace cs
ColorSpace. If null, then it's
default is sRGB.Color.getColor(java.lang.String),
Color.getColorSpace(),
Color.getColorComponents(float[])PaintContext theContext
createContext()| 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 |
int x
Component.getLocation()int y
Component.getLocation()int width
Component.getSize()int height
Component.getSize()Color foreground
Component.getForeground(),
Component.setForeground(java.awt.Color)Color background
Component.getBackground(),
Component.setBackground(java.awt.Color)Font font
Component.getFont(),
Component.setFont(java.awt.Font)Font peerFont
Cursor cursor
Component.getCursor(),
Component.setCursor(java.awt.Cursor)Locale locale
Component.getLocale(),
Component.setLocale(java.util.Locale)boolean visible
Component.isVisible(),
Component.setVisible(boolean)boolean enabled
Component.isEnabled(),
Component.setEnabled(boolean)boolean valid
Component.isValid(),
Component.validate(),
Component.invalidate()DropTarget dropTarget
Component.setDropTarget(java.awt.dnd.DropTarget),
Component.getDropTarget()boolean hasFocus
Component.hasFocus,
Component.processFocusEvent(java.awt.event.FocusEvent)Vector popups
add()String name
Component.getName(),
Component.setName(String)boolean nameExplicitlySet
Component.getName(),
Component.setName(String)Dimension minSize
Dimension prefSize
boolean newEventsOnly
dispatchEvent()long eventMask
enableInputMethods()PropertyChangeSupport changeSupport
addPropertyChangeListener,
removePropertyChangeListener,
firePropertyChangeboolean isPacked
int componentSerializedDataVersion
AccessibleContext accessibleContext
| Class java.awt.Component.AccessibleAWTComponent implements Serializable |
| Serialized Fields |
Component this$0
ComponentListener accessibleAWTComponentHandler
FocusListener accessibleAWTFocusHandler
| 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
Component
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.itemListenerK| Serialized Fields |
int ncomponents
getComponent(),
Container.getComponents(),
Container.getComponentCount()Component[] component
add(),
Container.getComponents()LayoutManager layoutMgr
Container.doLayout(),
setLayout(),
Container.getLayout()LightweightDispatcher dispatcher
Dimension maxSize
int containerSerializedDataVersion
| Class java.awt.Container.AccessibleAWTContainer implements Serializable |
| Serialized Fields |
Container this$0
ContainerListener accessibleContainerHandler
| Class java.awt.Cursor implements Serializable |
| Serialized Fields |
int type
DEFAULT_CURSOR.Cursor.getType()String name
Cursor.getName()| Class java.awt.Dialog implements Serializable |
| Serialized Fields |
boolean resizable
setResizable()boolean modal
Dialog.isModal(),
setModal()String title
Dialog.getTitle(),
setTitle()| Class java.awt.Dialog.AccessibleAWTDialog implements Serializable |
| Serialized Fields |
Dialog this$0
| Class java.awt.Dimension implements Serializable |
| Serialized Fields |
int width
Dimension.getSize(),
Dimension.setSize(double, double)int height
Dimension.getSize(),
Dimension.setSize(double, double)| Class java.awt.Event implements Serializable |
| Serialized Fields |
Object target
EventObject.getSource()long when
InputEvent.getWhen()int id
Event variables are relevant for the event.
This has been replaced by AWTEvent.getID()AWTEvent.getID()int x
MouseEvent.getX()int y
MouseEvent.getY()int key
KeyEvent.getKeyCode()int modifiers
InputEvent.getModifiers()int clickCount
MOUSE_DOWN events, this field indicates the
number of consecutive clicks. For other events, its value is
0.
This field has been replaced by MouseEvent.getClickCount().MouseEvent.getClickCount().Object arg
arg has been replaced b event specific property.Event evt
EventQueueboolean consumed
Event.isConsumed()| Class java.awt.EventDispatchThread.EmptyEvent implements Serializable |
| Serialized Fields |
EventDispatchThread this$0
| Class java.awt.FileDialog implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
Window| Serialized Fields |
int mode
String dir
String file
FilenameFilter filter
| Class java.awt.FlowLayout implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
| Serialized Fields |
int align
align is the proprty that determines
how each row distributes empty space.
It can be one of the following three values :
LEFT
RIGHT
CENTERFlowLayout.getAlignment(),
FlowLayout.setAlignment(int)int newAlign
newAlign is the property that determines
how each row distributes empty space for the Java 2 platform, v1.2 and greater.
It can be one of the following three values :
LEFT
RIGHT
CENTERFlowLayout.getAlignment(),
FlowLayout.setAlignment(int)int hgap
getHgap,
setHgapint vgap
getVgap,
setVgapint serialVersionOnStream
currentSerialVersion
which is bein used. It will be one of two values :
0 versions before Java 2 platform v1.2..
1 versions after Java 2 platform v1.2..| Class java.awt.FocusManager implements Serializable |
| Serialized Fields |
Container focusRoot
Component focusOwner
| 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 |
Hashtable fRequestedAttributes
Font.getAttributes()String name
Font, as passed to the
constructor.Font.getName()int style
Font, as passed to the constructor.
This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.Font.getStyle()int size
Font, rounded to integer.Font.getSize()float pointSize
Font in float.Font.getSize(),
Font.getSize2D()int fontSerializedDataVersion
| Class java.awt.FontFormatException implements Serializable |
| Class java.awt.FontMetrics implements Serializable |
| Serialized Fields |
Font font
Font from which the font metrics are
created.
This cannot be null.FontMetrics.getFont()| Class java.awt.Frame implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
removeActionListener(),
addActionListener()
private void writeObject(ObjectOutputStream s)
throws IOException
java.awt.Component.itemListenerK| Serialized Fields |
String title
title can be null and if
this is the case the title = "".Frame.getTitle(),
setTitle()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()MenuBar menuBar
menuBar = null
the frame will not have a menubar.Frame.getMenuBar(),
setMenuBar()boolean resizable
resizable will be true if the frame is
resizable, otherwise it will be false.Frame.isResizable()boolean mbManagement
mbManagement is only used by the Motif implementation.int state
Vector ownedWindows
int frameSerializedDataVersion
| Class java.awt.Frame.AccessibleAWTFrame implements Serializable |
| Serialized Fields |
Frame this$0
| Class java.awt.GraphicsConfigTemplate implements Serializable |
| Class java.awt.GridBagConstraints implements Serializable |
| Serialized Fields |
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.gridyint 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.gridxint 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.gridheightint 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.gridwidthdouble weightx
The grid bag layout manager calculates the weight of a column to
be the maximum weightx of all the components in a
column. If the resulting layout is smaller horizontally than the area
it needs to fill, the extra space is distributed to each column in
proportion to its weight. A column that has a weight of zero receives
no extra space.
If all the weights are zero, all the extra space appears between the grids of the cell and the left and right edges.
The default value of this field is 0.
weightx should be a non-negative value.
GridBagConstraints.clone(),
GridBagConstraints.weightydouble weighty
The grid bag layout manager calculates the weight of a row to be
the maximum weighty of all the components in a row.
If the resulting layout is smaller vertically than the area it
needs to fill, the extra space is distributed to each row in
proportion to its weight. A row that has a weight of zero receives no
extra space.
If all the weights are zero, all the extra space appears between the grids of the cell and the top and bottom edges.
The default value of this field is 0.
weighty should be a non-negative value.
GridBagConstraints.clone(),
GridBagConstraints.weightxint anchor
CENTER,
NORTH, NORTHEAST, EAST,
SOUTHEAST, SOUTH, SOUTHWEST,
WEST, and NORTHWEST.
The default value is CENTER.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()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.ipadyint ipady
(ipady * 2) pixels.
The default value is 0.
GridBagConstraints.clone(),
GridBagConstraints.ipadxint tempX
int tempY
int tempWidth
int tempHeight
int minWidth
ipady, where the default will be 0.ipadyint minHeight
ipadx, where the default will be 0.ipadx| Class java.awt.GridBagLayout implements Serializable |
| Serialized Fields |
Hashtable comptable
GridBagConstraintsGridBagConstraints defaultConstraints
defaultConstraints.GridBagLayout.getConstraints(Component),
GridBagLayout.setConstraints(Component, GridBagConstraints),
GridBagLayout.lookupConstraints(Component)GridBagLayoutInfo layoutInfo
layoutInfo is null
this indicates that there are no components in
the gridbag or if there are components, they have
not yet been validated.GridBagLayout.GetLayoutInfo(Container, int)int[] columnWidths
GridBagLayout.getLayoutDimensions()int[] rowHeights
GridBagLayout.getLayoutDimensions()double[] columnWeights
double[] rowWeights
| Class java.awt.GridBagLayoutInfo implements Serializable |
| Serialized Fields |
int width
int height
int startx
int starty
int[] minWidth
int[] minHeight
double[] weightX
double[] weightY
| Class java.awt.GridLayout implements Serializable |
| Serialized Fields |
int hgap
GridLayout.getHgap(),
setHgap()int vgap
GridLayout.getVgap(),
setVgap()int rows
GridLayout.getRows(),
setRows()int cols
GridLayout.getColumns(),
setColumns()| Class java.awt.IllegalComponentStateException implements Serializable |
| Class java.awt.ImageMediaEntry implements Serializable |
| Serialized Fields |
Image image
int width
int height
| Class java.awt.Insets implements Serializable |
| Serialized Fields |
int top
Insets.clone()int left
Insets.clone()int bottom
Insets.clone()int right
Insets.clone()| Class java.awt.Label implements Serializable |
| Serialized Fields |
String text
Label.getText(),
setText()int alignment
Label.getAlignment(),
setAlignment()| Class java.awt.Label.AccessibleAWTLabel implements Serializable |
| Serialized Fields |
Label this$0
| Class java.awt.LightweightDispatcher implements Serializable |
| Serialized Fields |
Container nativeContainer
Component focus
boolean dragging
Cursor nativeCursor
long eventMask
| 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 rows
List.getRows()boolean multipleMode
multipleMode is a variable that will
be set to true if a list component is to be set to
multiple selection mode, that is where the user can
select more than one item in a list at one time.
multipleMode will be set to false if the
list component is set to single selection, that is where
the user can only select one item on the list at any
one time.List.isMultipleMode(),
setMultipleMode()int[] selected
selected is an array that will contain
the indices of items that have been selected.List.getSelectedIndexes(),
List.getSelectedIndex()int visibleIndex
makeVisible()int listSerializedDataVersion
| Class java.awt.List.AccessibleAWTList implements Serializable |
| Serialized Fields |
List this$0
| Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild implements Serializable |
| Serialized Fields |
List.AccessibleAWTList this$1
List parent
int indexInParent
| Class java.awt.MediaTracker implements Serializable |
| Serialized Fields |
Component target
MediaTracker()MediaEntry head
addImage(),
removeImage()| 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 |
Vector items
Menu.countItems()boolean tearOff
true if the menu has the tear off
property and it will be set to false>
if it does not.
A torn off menu can be deleted by a user when
it is no longer needed.Menu.isTearOff()boolean isHelpMenu
true
if the Menu in question is actually a help
menu. Otherwise it will be set to
false.int menuSerializedDataVersion
| Class java.awt.Menu.AccessibleAWTMenu implements Serializable |
| Serialized Fields |
Menu this$0
| 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 |
Vector menus
MenuBar.countMenus()Menu helpMenu
MenuBar.getHelpMenu(),
setHelpMenu()int menuBarSerializedDataVersion
| Class java.awt.MenuBar.AccessibleAWTMenuBar implements Serializable |
| Serialized Fields |
MenuBar this$0
| 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()AccessibleContext accessibleContext
| Class java.awt.MenuComponent.AccessibleAWTMenuComponent implements Serializable |
| Serialized Fields |
MenuComponent this$0
| 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 |
boolean enabled
enabled will
be set to true. Else enabled will
be set to false.MenuItem.isEnabled(),
setEnabled()String label
label is the label of a menu item.
It can be any string.MenuItem.getLabel(),
setLabel()String actionCommand
actionCommand
is the label of the menu item, unless it has been
set using setActionCommand.setActionCommand(),
MenuItem.getActionCommand()long eventMask
MenuShortcut shortcut
MenuItem.getShortcut(),
setShortcut(),
MenuItem.deleteShortcut()int menuItemSerializedDataVersion
| Class java.awt.MenuItem.AccessibleAWTMenuItem implements Serializable |
| Serialized Fields |
MenuItem this$0
| 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.Panel.AccessibleAWTPanel implements Serializable |
| Serialized Fields |
Panel this$0
| Class java.awt.PeerFixer implements Serializable |
| Serialized Fields |
ScrollPane scroller
| Class java.awt.Point implements Serializable |
| Serialized Fields |
int x
Point.getLocation(),
Point.move(int, int)int y
Point.getLocation(),
Point.move(int, int)| Class java.awt.Polygon implements Serializable |
| Serialized Fields |
int npoints
Polygon.addPoint(int, int)int[] xpoints
Polygon.addPoint(int, int)int[] ypoints
Polygon.addPoint(int, int)Rectangle bounds
Polygon.getBoundingBox(),
Polygon.getBounds()| Class java.awt.PopupMenu implements Serializable |
| Class java.awt.PopupMenu.AccessibleAWTPopupMenu implements Serializable |
| Serialized Fields |
PopupMenu this$0
| Class java.awt.Rectangle implements Serializable |
| Serialized Fields |
int x
Rectangle.Rectangle.setLocation(int, int),
Rectangle.getLocation()int y
Rectangle.Rectangle.setLocation(int, int),
Rectangle.getLocation()int width
Rectangle.Rectangle.setSize(int, int),
Rectangle.getSize()int height
Rectangle.Rectangle.setSize(int, int),
Rectangle.getSize()| Class java.awt.Scrollbar implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
removeActionListener(),
addActionListener()
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.itemListenerK| Serialized Fields |
int value
minimum
or less that maximumScrollbar.getValue(),
setValue()int maximum
minimum
value.Scrollbar.getMaximum(),
setMaximum()int minimum
minimum
value.Scrollbar.getMinimum(),
setMinimum()int visibleAmount
Scrollbar.getVisibleAmount(),
setVisibleAmount()int orientation
VERTICAL or
HORIZONTAL only.Scrollbar.getOrientation(),
setOrientation()int lineIncrement
setLineIncrement(),
Scrollbar.getLineIncrement()int pageIncrement
setPageIncrement(),
Scrollbar.getPageIncrement()int scrollbarSerializedDataVersion
| Class java.awt.Scrollbar.AccessibleAWTScrollBar implements Serializable |
| Serialized Fields |
Scrollbar this$0
| Class java.awt.ScrollPane implements Serializable |
| Serialized Fields |
int scrollbarDisplayPolicy
ScrollPane.getScrollbarDisplayPolicy()ScrollPaneAdjustable vAdjustable
ScrollPane.getVAdjustable(),
AdjustableScrollPaneAdjustable hAdjustable
ScrollPane.getHAdjustable(),
Adjustable| Class java.awt.ScrollPane.AccessibleAWTScrollPane implements Serializable |
| Serialized Fields |
ScrollPane this$0
| Class java.awt.ScrollPane.PeerFixer implements Serializable |
| Serialized Fields |
ScrollPane this$0
ScrollPane scroller
| Class java.awt.ScrollPaneAdjustable implements Serializable |
| Serialized Fields |
ScrollPane sp
int orientation
int minimum
int maximum
int visibleAmount
int unitIncrement
int blockIncrement
int value
AdjustmentListener adjustmentListener
| Class java.awt.SystemColor implements Serializable |
| Class java.awt.TextArea implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
int rows
TextArea.getRows(),
setRows()int columns
TextArea.getColumns(),
setColumns()int scrollbarVisibility
SCROLLBARS_BOTH = both scrollbars.SCROLLBARS_HORIZONTAL_ONLY = Horizontal bar only.SCROLLBARS_VERTICAL_ONLY = Vertical bar only.SCROLLBARS_NONE = No scrollbars.TextArea.getScrollbarVisibility()int textAreaSerializedDataVersion
| Class java.awt.TextArea.AccessibleAWTTextArea implements Serializable |
| Serialized Fields |
TextArea this$0
| Class java.awt.TextComponent implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
removeTextListener(),
addTextListener()
private void writeObject(ObjectOutputStream s)
throws IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener),
java.awt.Component.textListenerK| Serialized Fields |
String text
setText(),
TextComponent.getText()boolean editable
true if the text component
is editable and false if not.TextComponent.isEditable()int selectionStart
TextComponent.getSelectionStart(),
setSelectionStart()int selectionEnd
TextComponent.getSelectionEnd(),
setSelectionEnd()boolean backgroundSetByClientCode
int textComponentSerializedDataVersion
boolean checkForEnableIM
| Class java.awt.TextComponent.AccessibleAWTTextComponent implements Serializable |
| Serialized Fields |
TextComponent this$0
| 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.actionListenerK| Serialized Fields |
int columns
setColumns(),
TextField.getColumns()char echoChar
0.TextField.getEchoChar(),
setEchoChar(),
TextField.echoCharIsSet()int textFieldSerializedDataVersion
| Class java.awt.TextField.AccessibleAWTTextField implements Serializable |
| Serialized Fields |
TextField this$0
| 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 |
String warningString
Window.getWarningString()int state
Window.show()FocusManager focusMgr
int windowSerializedDataVersion
| Class java.awt.Window.AccessibleAWTWindow implements Serializable |
| Serialized Fields |
Window this$0
| Package java.awt.color |
| Class java.awt.color.CMMException implements Serializable |
| Class java.awt.color.ColorSpace implements Serializable |
| Serialized Fields |
int type
int numComponents
| Class java.awt.color.ICC_ColorSpace implements Serializable |
| Serialized Fields |
ICC_Profile thisProfile
| Class java.awt.color.ICC_Profile implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
String is the name of one of
CS_* constants defined in the
ColorSpace class if the profile object is a profile
for a predefined color space (for example
"CS_sRGB"). The string is null
otherwise.
The byte[] array is the profile data for the
profile. It will usually be null for the
predefined profiles.
If the string is recognized as a constant name for
predefined color space the object will be resolved into
profile obtained with
getInstance(int cspace) and the profile
data are ignored. Otherwise the object will be resolved
into profile obtained with
getInstance(byte[] data).
ICC_Profile.readResolve(),
ICC_Profile.getInstance(int),
ICC_Profile.getInstance(byte[])
private void writeObject(ObjectOutputStream s)
throws IOException
String is the name of one of
CS_* constants defined in the
ColorSpace class if the profile object is a profile
for a predefined color space (for example
"CS_sRGB"). The string is null
otherwise.
The byte[] array is the profile data for the
profile. For predefined color spaces null is
written instead of the profile data. If in the future
versions of Java API new predefined color spaces will be
added, future versions of this class may choose to write
for new predefined color spaces not only the color space
name, but the profile data as well so that older versions
could still deserialize the object.
| Serialized Fields |
int iccProfileSerializedDataVersion
1 corresponds to Java 2
Platform, v1.3.| Class java.awt.color.ICC_ProfileGray implements Serializable |
| Class java.awt.color.ICC_ProfileRGB 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.MimeType implements Serializable |
| Serialization Methods |
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
| Class java.awt.datatransfer.MimeTypeParseException implements Serializable |
| Class java.awt.datatransfer.UnsupportedFlavorException implements Serializable |
| Package java.awt.dnd |
| Class java.awt.dnd.DragGestureEvent implements Serializable |
| Serialized Fields |
List events
DragSource dragSource
Component component
Point origin
int action
| Class java.awt.dnd.DragSourceDragEvent implements Serializable |
| Serialized Fields |
int targetActions
int dropAction
int gestureModifiers
| Class java.awt.dnd.DragSourceDropEvent implements Serializable |
| Serialized Fields |
boolean dropSuccess
int dropAction
| Class java.awt.dnd.DragSourceEvent implements Serializable |
| Class java.awt.dnd.DropTarget implements Serializable |
| Serialized Fields |
Component component
int actions
boolean active
DropTargetListener dtListener
| Class java.awt.dnd.DropTargetDragEvent implements Serializable |
| Serialized Fields |
Point location
int actions
int dropAction
| Class java.awt.dnd.DropTargetDropEvent implements Serializable |
| Serialized Fields |
Point location
int actions
int dropAction
boolean isLocalTx
| Class java.awt.dnd.DropTargetEvent implements Serializable |
| Serialized Fields |
DropTargetContext context
DropTargetConext associated with this
DropTargetEvent.| 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 value
value will contain the new value of the
adjustable object. This value will always be in a
range associated adjustable object.AdjustmentEvent.getValue()int adjustmentType
adjustmentType describes how the adjustable
object value has changed.
This value can be increased/decreased by a block or unit amount
where the block is associated with page increments/decrements,
and a unit is associated with line increments/decrements.AdjustmentEvent.getAdjustmentType()| 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.HierarchyEvent implements Serializable |
| Serialized Fields |
Component changed
Container changedParent
long changeFlags
| Class java.awt.event.InputEvent implements Serializable |
| Serialized Fields |
long when
InputEvent.getWhen()int modifiers
InputEvent.getModifiers(),
MouseEvent| Class java.awt.event.InputMethodEvent implements Serializable |
| Class java.awt.event.InvocationEvent implements Serializable |
| Serialized Fields |
Runnable runnable
Object notifier
boolean catchExceptions
Exception exception
| 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 |
int keyCode
KeyEvent.getKeyCode(),
setKeyCode()char keyChar
keyChar is a valid unicode character
that is fired by a key or a key combination on
a keyboard.KeyEvent.getKeyChar(),
setKeyChar()| Class java.awt.event.MouseEvent implements Serializable |
| Serialized Fields |
int x
MouseEvent.getX()int y
MouseEvent.getY()int clickCount
MOUSE_CLICKED,
MOUSE_PRESSED and
MOUSE_RELEASED.
For the above, the clickCount will be at least 1. For all
other events the count will be 0.MouseEvent.getClickCount().boolean popupTrigger
popupTrigger = false no popup menu
should appear. If it is true then a popup menu should appear
.PopupMenu,
MouseEvent.isPopupTrigger()| 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 m10
double m01
double m11
double m02
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 sources
Vector parameters
| 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 |
String propertyName
Object newValue
Object oldValue
Object propagationId
#getPropagationId.| 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
Object source
int propertyChangeSupportSerializedDataVersion
| 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
BeanContext in which
this BeanContextChild is nested.PropertyChangeSupport pcSupport
VetoableChangeSupport vcSupport
| Class java.beans.beancontext.BeanContextEvent implements Serializable |
| Serialized Fields |
BeanContext propagatedFrom
BeanContext from which this event was propagated| Class java.beans.beancontext.BeanContextMembershipEvent implements Serializable |
| Serialized Fields |
Collection children
| Class java.beans.beancontext.BeanContextServiceAvailableEvent implements Serializable |
| Serialized Fields |
Class serviceClass
Class reference to the newly available service| Class java.beans.beancontext.BeanContextServiceRevokedEvent implements Serializable |
| Serialized Fields |
Class serviceClass
Class reference to the service that is being revoked.boolean invalidateRefs
| 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 |
int serializable
Locale locale
boolean okToUseGui
boolean designTime
| Class java.beans.beancontext.BeanContextSupport.BCSChild implements Serializable |
| Serialized Fields |
BeanContextSupport this$0
Object child
Object proxyPeer
| 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.FilePermissionCollection implements Serializable |
| Serialized Fields |
Vector permissions
| Class java.io.InterruptedIOException implements Serializable |
| Serialized Fields |
int bytesTransferred
| Class java.io.InvalidClassException implements Serializable |
| Serialized Fields |
String classname
| Class java.io.InvalidObjectException implements Serializable |
| Class java.io.IOException implements Serializable |
| Class java.io.NotActiveException implements Serializable |
| Class java.io.NotSerializableException implements Serializable |
| Class java.io.ObjectOutputStream.Stack 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 in
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 class
java.io.ObjectStreamField.
Consists of typeCode, fieldName, and,
if a nonPrimitive typecode, a fully qualified
class name. See Class.getName method
for the typecode byte encodings.
The 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.ObjectOutputStream.writeUTF(java.lang.String)| Serialized Fields |
| Class java.io.ObjectStreamException implements Serializable |
| Class java.io.OptionalDataException implements Serializable |
| Serialized Fields |
int length
boolean eof
| Class java.io.SerializablePermission implements Serializable |
| Serialized Fields |
String actions
| Class java.io.StreamCorruptedException implements Serializable |
| Class java.io.SyncFailedException implements Serializable |
| Class java.io.UnsupportedEncodingException implements Serializable |
| Class java.io.UTFDataFormatException implements Serializable |
| Class java.io.WriteAbortedException implements Serializable |
| Serialized Fields |
Exception detail
| 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 |
TC_CLASS ClassDescriptor
A ClassDescriptor is a special cased serialization of
a java.io.ObjectStreamClass instance.
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.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.String.CaseInsensitiveComparator implements Serializable |
| Class java.lang.StringBuffer implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
char[] value
int count
boolean shared
| Class java.lang.StringIndexOutOfBoundsException implements Serializable |
| Class java.lang.ThreadDeath implements Serializable |
| Class java.lang.Throwable implements Serializable |
| 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.Proxy implements Serializable |
| Serialized Fields |
InvocationHandler h
| Class java.lang.reflect.ReflectPermission implements Serializable |
| Class java.lang.reflect.UndeclaredThrowableException implements Serializable |
| Serialized Fields |
Throwable undeclaredThrowable
| 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 signum
byte[] magnitude
int bitCount
BigInteger.bitCountint bitLength
BigInteger.bitLengthint lowestSetBit
BigInteger.getLowestSetBit()int firstNonzeroByteNum
| Package java.net |
| Class java.net.BindException implements Serializable |
| Class java.net.ConnectException implements Serializable |
| Class java.net.InetAddress implements Serializable |
| Serialized Fields |
String hostName
int address
int family
| 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.SocketPermissionCollection implements Serializable |
| Serialized Fields |
Vector permissions
| 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 protocol
String host
int port
String file
String authority
String ref
int hashCode
| 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 |
byte[] objBytes
objBytes is
null then the object marshalled was a null
reference.byte[] locBytes
equals. If locBytes is null, there were no
non-null annotations during marshalling.int hash
MarshalledObject.hashCode()| 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 |
ActivationGroupID groupID
String className
String location
MarshalledObject data
boolean restart
| Class java.rmi.activation.ActivationException implements Serializable |
| Serialized Fields |
Throwable detail
| Class java.rmi.activation.ActivationGroup implements Serializable |
| Serialized Fields |
ActivationGroupID groupID
ActivationMonitor monitor
long incarnation
| Class java.rmi.activation.ActivationGroupDesc implements Serializable |
| Serialized Fields |
String className
String location
MarshalledObject data
ActivationGroupDesc.CommandEnvironment env
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 |
VMID vmid
Lease.getVMID()long value
Lease.getValue()| 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.ObjID.InsecureRandom implements Serializable |
| Serialized Fields |
long nextNum
| 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 |
int unique
long time
time
will be used to create a unique UID.short count
this
UID.| Class java.rmi.server.UnicastRemoteObject implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
int port
RMIClientSocketFactory csf
RMIServerSocketFactory ssf
| Package java.security |
| Class java.security.AccessControlException implements Serializable |
| Serialized Fields |
Permission perm
| Class java.security.AllPermission implements Serializable |
| Class java.security.AllPermissionCollection implements Serializable |
| Serialized Fields |
boolean all_allowed
| Class java.security.BasicPermission implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Class java.security.BasicPermissionCollection implements Serializable |
| Serialized Fields |
Hashtable permissions
boolean all_allowed
| 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 |
Object object
Guard guard
| Class java.security.Identity implements Serializable |
| Serialized Fields |
String name
PublicKey publicKey
String info
IdentityScope scope
Vector certificates
| Class java.security.IdentityScope implements Serializable |
| Class java.security.InvalidAlgorithmParameterException implements Serializable |
| Class java.security.InvalidKeyException implements Serializable |
| Class java.security.InvalidParameterException implements Serializable |
| Class java.security.KeyException implements Serializable |
| Class java.security.KeyManagementException implements Serializable |
| Class java.security.KeyPair implements Serializable |
| Serialized Fields |
PrivateKey privateKey
PublicKey publicKey
| Class java.security.KeyStoreException implements Serializable |
| Class java.security.NoSuchAlgorithmException implements Serializable |
| Class java.security.NoSuchProviderException implements Serializable |
| Class java.security.Permission implements Serializable |
| Serialized Fields |
String name
| Class java.security.PermissionCollection implements Serializable |
| Serialized Fields |
boolean readOnly
| Class java.security.Permissions implements Serializable |
| Serialized Fields |
Hashtable perms
PermissionCollection allPermission
| Class java.security.PermissionsHash implements Serializable |
| Serialized Fields |
Hashtable perms
| Class java.security.PrivilegedActionException implements Serializable |
| Serialized Fields |
Exception exception
| Class java.security.Provider implements Serializable |
| Serialized Fields |
String name
String info
double version
| Class java.security.ProviderException implements Serializable |
| Class java.security.SecureRandom implements Serializable |
| Serialized Fields |
Provider provider
SecureRandomSpi secureRandomSpi
byte[] state
MessageDigest digest
byte[] randomBytes
int randomBytesUsed
long counter
| Class java.security.SecureRandomSpi implements Serializable |
| Class java.security.SecurityPermission implements Serializable |
| Class java.security.SignatureException implements Serializable |
| Class java.security.SignedObject implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
byte[] content
byte[] signature
String thealgorithm
| Class java.security.Signer implements Serializable |
| Serialized Fields |
PrivateKey privateKey
| Class java.security.UnrecoverableKeyException implements Serializable |
| Class java.security.UnresolvedPermission implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream oos)
throws IOException
String denoting the
type is followed by a String denoting the
name is followed by a String denoting the
actions is followed by an int indicating the
number of certificates to follow
(a value of "zero" denotes that there are no certificates associated
with this object).
Each certificate is written out starting with a String
denoting the certificate type, followed by an
int specifying the length of the certificate encoding,
followed by the certificate encoding itself which is written out as an
array of bytes.| Serialized Fields |
String type
String name
String actions
| Class java.security.UnresolvedPermissionCollection implements Serializable |
| Serialized Fields |
Hashtable permissions
| 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.Certificate implements Serializable |
| Serialized Fields |
String type
| Class java.security.cert.Certificate.CertificateRep implements Serializable |
| Serialized Fields |
String type
byte[] data
| 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 |
| Class java.security.cert.X509Certificate 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 index
boolean parameter
boolean read
int dataSize
int transferSize
| Class java.sql.Date implements Serializable |
| Class java.sql.SQLException implements Serializable |
| Serialized Fields |
String SQLState
int vendorCode
SQLException next
| Class java.sql.SQLPermission implements Serializable |
| 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 |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
double[] choiceLimits
choiceFormats[i] if the number being formatted is greater than or equal to
choiceLimits[i] and less than choiceLimits[i+1].String[] choiceFormats
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[] eras
Calendar.BC and Calendar.AD.String[] months
Calendar.JANUARY, Calendar.FEBRUARY, etc.String[] shortMonths
Calendar.JANUARY, Calendar.FEBRUARY, etc.String[] weekdays
Calendar.SUNDAY,
Calendar.MONDAY, etc.
The element weekdays[0] is ignored.String[] shortWeekdays
Calendar.SUNDAY,
Calendar.MONDAY, etc.
The element shortWeekdays[0] is ignored.String[] ampms
Calendar.AM and
Calendar.PM.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,
TimeZoneString 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.| 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.
If the minimum or maximum integer digit count is larger than
DOUBLE_INTEGER_DIGITS or if the minimum or maximum fraction
digit count is larger than DOUBLE_FRACTION_DIGITS, then the
stream data is invalid and this method throws an
InvalidObjectException.
Stream versions older than 2 will not have the affix pattern variables
posPrefixPattern etc. As a result, they will be initialized
to null, which means the affix strings will be taken as
literal values. This is exactly what we want, since that corresponds to
the pre-version-2 behavior.
| Serialized Fields |
String positivePrefix
DecimalFormat.getPositivePrefix()String positiveSuffix
DecimalFormat.getPositiveSuffix()String negativePrefix
DecimalFormat.getNegativePrefix()String negativeSuffix
DecimalFormat.getNegativeSuffix()String posPrefixPattern
positivePrefix.
This pattern is expanded by the method expandAffix() to
positivePrefix to update the latter to reflect changes in
symbols. If this variable is null then
positivePrefix is taken as a literal value that does not
change when symbols changes. This variable is always
null for DecimalFormat objects older than
stream version 2 restored from stream.
DecimalFormat.positivePrefix,
DecimalFormat.expandAffix(java.lang.String, java.lang.StringBuffer)String posSuffixPattern
positiveSuffix. This variable is analogous to
posPrefixPattern; see that variable for further
documentation.DecimalFormat.positiveSuffix,
DecimalFormat.posPrefixPatternString negPrefixPattern
negativePrefix. This variable is analogous to
posPrefixPattern; see that variable for further
documentation.DecimalFormat.negativePrefix,
DecimalFormat.posPrefixPatternString negSuffixPattern
negativeSuffix. This variable is analogous to
posPrefixPattern; see that variable for further
documentation.DecimalFormat.negativeSuffix,
DecimalFormat.posPrefixPatternint multiplier
DecimalFormat.getMultiplier()byte groupingSize
NumberFormat.groupingUsed is true.DecimalFormat.getGroupingSize(),
NumberFormat.isGroupingUsed()boolean decimalSeparatorAlwaysShown
DecimalFormat.isDecimalSeparatorAlwaysShown()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),
DecimalFormatSymbolsboolean useExponentialNotation
byte minExponentDigits
useExponentialNotation is not true.int serialVersionOnStream
useExponentialNotation and minExponentDigits.
posPrefixPattern, posSuffixPattern,
negPrefixPattern, and negSuffixPattern.
| 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 |
char zeroDigit
DecimalFormatSymbols.getZeroDigit()char groupingSeparator
DecimalFormatSymbols.getGroupingSeparator()char decimalSeparator
DecimalFormatSymbols.getDecimalSeparator()char perMill
DecimalFormatSymbols.getPerMill()char percent
DecimalFormatSymbols.getPercent()char digit
DecimalFormatSymbols.getDigit()char patternSeparator
DecimalFormatSymbols.getPatternSeparator()String infinity
DecimalFormatSymbols.getInfinity()String NaN
DecimalFormatSymbols.getNaN()char minusSign
DecimalFormatSymbols.getMinusSign()String currencySymbol
DecimalFormatSymbols.getCurrencySymbol()String intlCurrencySymbol
DecimalFormatSymbols.getInternationalCurrencySymbol()char monetarySeparator
DecimalFormatSymbols.getMonetaryDecimalSeparator()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.
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.| Class java.text.Format implements Serializable |
| Class java.text.MessageFormat implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
Locale locale
String pattern
Format[] formats
int[] offsets
int[] argumentNumbers
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.| 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.
If minimumIntegerDigits is greater than
maximumIntegerDigits or minimumFractionDigits
is greater than maximumFractionDigits, then the stream data
is invalid and this method throws an InvalidObjectException.
In addition, if any of these values is negative, then this method throws
an InvalidObjectException.
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 maxIntegerDigits
maxIntegerDigits must be greater than or equal to
minIntegerDigits.
Note: This field exists only for serialization
compatibility with JDK 1.1. In Java platform 2 v1.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 minIntegerDigits
minimumIntegerDigits must be less than or equal to
maximumIntegerDigits.
Note: This field exists only for serialization
compatibility with JDK 1.1. In Java platform 2 v1.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()byte maxFractionDigits
maximumFractionDigits must be greater than or equal to
minimumFractionDigits.
Note: This field exists only for serialization
compatibility with JDK 1.1. In Java platform 2 v1.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()byte minFractionDigits
minimumFractionDigits must be less than or equal to
maximumFractionDigits.
Note: This field exists only for serialization
compatibility with JDK 1.1. In Java platform 2 v1.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()boolean parseIntegerOnly
NumberFormat.isParseIntegerOnly()int maximumIntegerDigits
maximumIntegerDigits must be greater than or equal to
minimumIntegerDigits.NumberFormat.getMaximumIntegerDigits()int minimumIntegerDigits
minimumIntegerDigits must be less than or equal to
maximumIntegerDigits.NumberFormat.getMinimumIntegerDigits()int maximumFractionDigits
maximumFractionDigits must be greater than or equal to
minimumFractionDigits.NumberFormat.getMaximumFractionDigits()int minimumFractionDigits
minimumFractionDigits must be less than or equal to
maximumFractionDigits.NumberFormat.getMinimumFractionDigits()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 |
int serialVersionOnStream
defaultCenturyStart on stream.
defaultCenturyStart.
serialVersionOnStream
is written.String pattern
DateFormatSymbols formatData
DateFormatSymbolsDate defaultCenturyStart
defaultCenturyStart, which may be any date. May
not be null.
| 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.Arrays.ArrayList implements Serializable |
| Serialized Fields |
Object[] a
| Class java.util.BitSet implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
long[] bits
| Class java.util.Calendar implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
Calendar would only write out its state data and
the current time, and not write any field data out, such as
fields[], isTimeSet, areFieldsSet,
and isSet[]. nextStamp also should not be part
of the persistent state. Unfortunately, this didn't happen before JDK 1.1
shipped. To be compatible with JDK 1.1, we will always have to write out
the field values and state flags. However, nextStamp can be
removed from the serialization stream; this will probably happen in the
near future.| Serialized Fields |
int[] fields
FIELD_COUNT integers, with index values
ERA through DST_OFFSET.boolean[] isSet
FIELD_COUNT booleans, with index values
ERA through DST_OFFSET.long time
Calendar.isTimeSetboolean isTimeSet
time is valid.
The time is made invalid by a change to an item of field[].Calendar.timeboolean areFieldsSet
fields[] are in sync with the currently set time.
If false, then the next attempt to get the value of a field will
force a recomputation of all fields from the current value of
time.boolean lenient
time from fields[].Calendar.setLenient(boolean)TimeZone zone
TimeZone used by this calendar. Calendar
uses the time zone data to translate between locale and GMT time.int firstDayOfWeek
SUNDAY,
MONDAY, etc. This is a locale-dependent value.int minimalDaysInFirstWeek
int nextStamp
stamp[], an internal array.
This actually should not be written out to the stream, and will probably
be removed from the stream in the near future. In the meantime,
a value of MINIMUM_USER_STAMP should be used.int serialVersionOnStream
serialVersionOnStream
is written.| Class java.util.Collections.CopiesList implements Serializable |
| Serialized Fields |
int n
Object element
| Class java.util.Collections.EmptyList implements Serializable |
| Class java.util.Collections.EmptyMap implements Serializable |
| Class java.util.Collections.EmptySet implements Serializable |
| Class java.util.Collections.ReverseComparator implements Serializable |
| Class java.util.Collections.SingletonList implements Serializable |
| Serialized Fields |
Object element
| Class java.util.Collections.SingletonMap implements Serializable |
| Serialized Fields |
Object k
Object v
| Class java.util.Collections.SingletonSet implements Serializable |
| Serialized Fields |
Object element
| Class java.util.Collections.SynchronizedCollection implements Serializable |
| Serialized Fields |
Collection c
Object mutex
| Class java.util.Collections.SynchronizedList implements Serializable |
| Serialized Fields |
List list
| Class java.util.Collections.SynchronizedMap implements Serializable |
| Serialized Fields |
Map m
Object mutex
| Class java.util.Collections.SynchronizedSet implements Serializable |
| Class java.util.Collections.SynchronizedSortedMap implements Serializable |
| Serialized Fields |
SortedMap sm
| Class java.util.Collections.SynchronizedSortedSet implements Serializable |
| Serialized Fields |
SortedSet ss
| Class java.util.Collections.UnmodifiableCollection implements Serializable |
| Serialized Fields |
Collection c
| Class java.util.Collections.UnmodifiableList implements Serializable |
| Serialized Fields |
List list
| Class java.util.Collections.UnmodifiableMap implements Serializable |
| Serialized Fields |
Map m
| Class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet implements Serializable |
| Class java.util.Collections.UnmodifiableSet implements Serializable |
| Class java.util.Collections.UnmodifiableSortedMap implements Serializable |
| Serialized Fields |
SortedMap sm
| Class java.util.Collections.UnmodifiableSortedSet implements Serializable |
| Serialized Fields |
SortedSet ss
| 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 |
int threshold
float loadFactor
| Class java.util.HashSet implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| 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 |
int threshold
float loadFactor
| 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
intrepresenting 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 language
Locale.getLanguage()String country
Locale.getCountry()String variant
Locale.getVariant()int hashcode
| Class java.util.MissingResourceException implements Serializable |
| Serialized Fields |
String className
String key
| Class java.util.NoSuchElementException implements Serializable |
| Class java.util.Properties implements Serializable |
| Serialized Fields |
Properties defaults
| Class java.util.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.PropertyPermissionCollection implements Serializable |
| Serialized Fields |
Hashtable permissions
boolean all_allowed
| Class java.util.Random implements Serializable |
| Serialized Fields |
long seed
double nextNextGaussian
boolean haveNextNextGaussian
| 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 startMonth
Calendar.JANUARY and
Calendar.DECEMBER inclusive. This value must not equal
endMonth.
If useDaylight is false, this value is ignored.
int startDay
startMode == DOW_IN_MONTHstartDay 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_MONTHstartDay 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 startTime
startTimeMode.
If useDaylight is false, this value is ignored.
int startTimeMode
int endMonth
Calendar.JANUARY and
Calendar.UNDECIMBER. This value must not equal
startMonth.
If useDaylight is false, this value is ignored.
int endDay
endMode == DOW_IN_MONTHendDay 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_MONTHendDay 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 endTime
endTimeMode.
If useDaylight is false, this value is ignored.
int endTimeMode
int startYear
If useDaylight is false, this value is ignored.
int rawOffset
dstSavings.boolean useDaylight
byte[] monthLength
int startMode
DOM_MODEDOW_IN_MONTH_MODEDOW_GE_DOM_MODEDOW_LE_DOM_MODEstartDay field.
If useDaylight is false, this value is ignored.
int endMode
DOM_MODEDOW_IN_MONTH_MODEDOW_GE_DOM_MODEDOW_LE_DOM_MODEendDay field.
If useDaylight is false, this value is ignored.
int dstSavings
If useDaylight is false, this value is ignored.
int serialVersionOnStream
startMode,
endMode, and dstSavings.
startTimeMode
and endTimeMode.
serialVersionOnStream
is written.| Class java.util.Stack implements Serializable |
| Class java.util.TimeZone implements Serializable |
| Serialized Fields |
String ID
TimeZone. This is a
programmatic identifier used internally to look up TimeZone
objects from the system table and also to map them to their localized
display names. ID values are unique in the system
table but may not be for dynamically created zones.| Class java.util.TooManyListenersException implements Serializable |
| Class java.util.TreeMap implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
Comparator comparator
| Class java.util.TreeMap.SubMap implements Serializable |
| Serialized Fields |
TreeMap this$0
boolean fromStart
boolean toEnd
Object fromKey
Object toKey
| 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 |
Object[] elementData
Any array elements following the last element in the Vector are null.
int elementCount
int capacityIncrement
| 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.naming |
| Class javax.naming.AuthenticationException implements Serializable |
| Class javax.naming.AuthenticationNotSupportedException implements Serializable |
| Class javax.naming.BinaryRefAddr implements Serializable |
| Serialized Fields |
byte[] buf
| Class javax.naming.Binding implements Serializable |
| Serialized Fields |
Object boundObj
Binding.getObject(),
Binding.setObject(java.lang.Object)| Class javax.naming.CannotProceedException implements Serializable |
| Serialized Fields |
Name remainingNewName
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getRemainingName() and setRemainingName().
CannotProceedException.getRemainingNewName(),
CannotProceedException.setRemainingNewName(javax.naming.Name)Hashtable environment
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getEnvironment() and setEnvironment().
CannotProceedException.getEnvironment(),
CannotProceedException.setEnvironment(java.util.Hashtable)Name altName
altNameCtx. It is a composite name.
If null, then no name is specified.
See the javax.naming.spi.ObjectFactory.getObjectInstance
method for details on how this is used.
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltName() and setAltName().
CannotProceedException.getAltName(),
CannotProceedException.setAltName(javax.naming.Name),
CannotProceedException.altNameCtx,
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)Context altNameCtx
altName is specified. If null, then the default initial
context is implied.
See the javax.naming.spi.ObjectFactory.getObjectInstance
method for details on how this is used.
This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltNameCtx() and setAltNameCtx().
CannotProceedException.getAltNameCtx(),
CannotProceedException.setAltNameCtx(javax.naming.Context),
CannotProceedException.altName,
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)| Class javax.naming.CommunicationException implements Serializable |
| Class javax.naming.CompositeName implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.naming.CompoundName implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.naming.ConfigurationException implements Serializable |
| Class javax.naming.ContextNotEmptyException implements Serializable |
| Class javax.naming.InsufficientResourcesException implements Serializable |
| Class javax.naming.InterruptedNamingException implements Serializable |
| Class javax.naming.InvalidNameException implements Serializable |
| Class javax.naming.LimitExceededException implements Serializable |
| Class javax.naming.LinkException implements Serializable |
| Serialized Fields |
Name linkResolvedName
LinkException.getLinkResolvedName(),
LinkException.setLinkResolvedName(javax.naming.Name)Object linkResolvedObj
LinkException.getLinkResolvedObj(),
LinkException.setLinkResolvedObj(java.lang.Object)Name linkRemainingName
LinkException.getLinkRemainingName(),
LinkException.setLinkRemainingName(javax.naming.Name)String linkExplanation
LinkException.getLinkExplanation(),
LinkException.setLinkExplanation(java.lang.String)| Class javax.naming.LinkLoopException implements Serializable |
| Class javax.naming.LinkRef implements Serializable |
| Class javax.naming.MalformedLinkException implements Serializable |
| Class javax.naming.NameAlreadyBoundException implements Serializable |
| Class javax.naming.NameClassPair implements Serializable |
| Serialized Fields |
String name
NameClassPair.getName(),
NameClassPair.setName(java.lang.String)String className
NameClassPair.getClassName(),
NameClassPair.setClassName(java.lang.String)boolean isRel
NameClassPair.isRelative(),
NameClassPair.setRelative(boolean),
NameClassPair.getName(),
NameClassPair.setName(java.lang.String)| Class javax.naming.NameImpl implements Serializable |
| Serialized Fields |
Vector components
String syntaxDirection
String syntaxSeparator
String syntaxSeparator2
boolean syntaxCaseInsensitive
boolean syntaxTrimBlanks
String syntaxEscape
String syntaxBeginQuote1
String syntaxEndQuote1
String syntaxBeginQuote2
String syntaxEndQuote2
String syntaxAvaSeparator
String syntaxTypevalSeparator
int STYLE_NONE
int STYLE_QUOTE1
int STYLE_QUOTE2
int STYLE_ESCAPE
int escapingStyle
| Class javax.naming.NameNotFoundException implements Serializable |
| Class javax.naming.NamingException implements Serializable |
| Serialized Fields |
Name resolvedName
NamingException.getResolvedName(),
NamingException.setResolvedName(javax.naming.Name)Object resolvedObj
NamingException.getResolvedObj(),
NamingException.setResolvedObj(java.lang.Object)Name remainingName
NamingException.getRemainingName(),
NamingException.setRemainingName(javax.naming.Name),
NamingException.appendRemainingName(javax.naming.Name),
NamingException.appendRemainingComponent(java.lang.String)Throwable rootException
NamingException.getRootCause(),
NamingException.setRootCause(java.lang.Throwable)| Class javax.naming.NamingSecurityException implements Serializable |
| Class javax.naming.NoInitialContextException implements Serializable |
| Class javax.naming.NoPermissionException implements Serializable |
| Class javax.naming.NotContextException implements Serializable |
| Class javax.naming.OperationNotSupportedException implements Serializable |
| Class javax.naming.PartialResultException implements Serializable |
| Class javax.naming.RefAddr implements Serializable |
| Serialized Fields |
String addrType
| Class javax.naming.Reference implements Serializable |
| Serialized Fields |
String className
Class.getName()Vector addrs
String classFactory
String classFactoryLocation
| Class javax.naming.ReferralException implements Serializable |
| Class javax.naming.ServiceUnavailableException implements Serializable |
| Class javax.naming.SizeLimitExceededException implements Serializable |
| Class javax.naming.StringRefAddr implements Serializable |
| Serialized Fields |
String contents
| Class javax.naming.TimeLimitExceededException implements Serializable |
| Package javax.naming.directory |
| Class javax.naming.directory.AttributeInUseException implements Serializable |
| Class javax.naming.directory.AttributeModificationException implements Serializable |
| Serialized Fields |
ModificationItem[] unexecs
| Class javax.naming.directory.BasicAttribute implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
String attrID
boolean ordered
| Class javax.naming.directory.BasicAttributes implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
boolean ignoreCase
| Class javax.naming.directory.InvalidAttributeIdentifierException implements Serializable |
| Class javax.naming.directory.InvalidAttributesException implements Serializable |
| Class javax.naming.directory.InvalidAttributeValueException implements Serializable |
| Class javax.naming.directory.InvalidSearchControlsException implements Serializable |
| Class javax.naming.directory.InvalidSearchFilterException implements Serializable |
| Class javax.naming.directory.ModificationItem implements Serializable |
| Serialized Fields |
int mod_op
Attribute attr
| Class javax.naming.directory.NoSuchAttributeException implements Serializable |
| Class javax.naming.directory.SchemaViolationException implements Serializable |
| Class javax.naming.directory.SearchControls implements Serializable |
| Serialized Fields |
int searchScope
int timeLimit
boolean derefLink
boolean returnObj
long countLimit
String[] attributesToReturn
| Class javax.naming.directory.SearchResult implements Serializable |
| Serialized Fields |
Attributes attrs
| Package javax.naming.event |
| Class javax.naming.event.NamingEvent implements Serializable |
| Serialized Fields |
Object changeInfo
int type
NamingEvent.OBJECT_ADDED,
NamingEvent.OBJECT_REMOVED,
NamingEvent.OBJECT_RENAMED,
NamingEvent.OBJECT_CHANGEDBinding oldBinding
Binding newBinding
| Class javax.naming.event.NamingExceptionEvent implements Serializable |
| Serialized Fields |
NamingException exception
| Package javax.naming.ldap |
| Class javax.naming.ldap.LdapReferralException implements Serializable |
| Class javax.naming.ldap.UnsolicitedNotificationEvent implements Serializable |
| Serialized Fields |
UnsolicitedNotification notice
| Package javax.naming.spi |
| Class javax.naming.spi.ResolveResult implements Serializable |
| Serialized Fields |
Object resolvedObj
Name remainingName
| Package javax.rmi.CORBA |
| Class javax.rmi.CORBA.ClassDesc implements Serializable |
| Serialized Fields |
String repid
String codebase
| Class javax.rmi.CORBA.Stub implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
| Package javax.sound.midi |
| Class javax.sound.midi.InvalidMidiDataException implements Serializable |
| Class javax.sound.midi.MidiUnavailableException implements Serializable |
| Package javax.sound.sampled |
| Class javax.sound.sampled.AudioPermission implements Serializable |
| Class javax.sound.sampled.LineEvent implements Serializable |
| Serialized Fields |
LineEvent.Type type
OPEN, CLOSE,
START, or STOP).LineEvent.getType()long position
START and STOP. For
events generated by lines that do not count sample frames, and for any
other events for which this value is not known, the position value
should be AudioSystem.NOT_SPECIFIED.LineEvent.getFramePosition()| Class javax.sound.sampled.LineUnavailableException implements Serializable |
| Class javax.sound.sampled.UnsupportedAudioFileException implements Serializable |
| Package javax.swing |
| Class javax.swing.AbstractAction implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
boolean enabled
SwingPropertyChangeSupport changeSupport
PropertyChangeListeners have been registered, the
changeSupport field describes them.| Class javax.swing.AbstractButton implements Serializable |
| Serialized Fields |
ButtonModel model
String text
Insets margin
Insets defaultMargin
Icon defaultIcon
Icon pressedIcon
Icon disabledIcon
Icon selectedIcon
Icon disabledSelectedIcon
Icon rolloverIcon
Icon rolloverSelectedIcon
boolean paintBorder
boolean paintFocus
boolean rolloverEnabled
boolean contentAreaFilled
int verticalAlignment
int horizontalAlignment
int verticalTextPosition
int horizontalTextPosition
AccessibleIcon accessibleIcon
ChangeListener changeListener
changeListener.ActionListener actionListener
ActionListener.ItemListener itemListener
ItemListener.Action action
PropertyChangeListener actionPropertyChangeListener
| 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.AbstractButton.ForwardActionEvents implements Serializable |
| Serialized Fields |
AbstractButton this$0
| Class javax.swing.AbstractButton.ForwardItemEvents implements Serializable |
| Serialized Fields |
AbstractButton this$0
| Class javax.swing.AbstractCellEditor implements Serializable |
| Serialized Fields |
EventListenerList listenerList
| Class javax.swing.AbstractListModel implements Serializable |
| Serialized Fields |
EventListenerList listenerList
| Class javax.swing.ActionMap implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
ActionMap parent
| Class javax.swing.AncestorNotifier implements Serializable |
| Serialized Fields |
Component firstInvisibleAncestor
EventListenerList listenerList
JComponent root
| Class javax.swing.Autoscroller implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
JComponent component
| 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 |
Dimension reqMin
Dimension reqPref
Dimension reqMax
AccessibleContext accessibleContext
| 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
Container| Serialized Fields |
AccessibleContext accessibleContext
| Class javax.swing.CellRendererPane.AccessibleCellRendererPane implements Serializable |
| Serialized Fields |
CellRendererPane this$0
| Class javax.swing.ColorChooserDialog implements Serializable |
| Serialized Fields |
Color initialColor
JColorChooser chooserPane
| Class javax.swing.ColorChooserDialog.Closer implements Serializable |
| Class javax.swing.ColorChooserDialog.DisposeOnClose implements Serializable |
| Class javax.swing.ColorTracker implements Serializable |
| Serialized Fields |
JColorChooser chooser
Color color
| Class javax.swing.ComponentInputMap implements Serializable |
| Serialized Fields |
JComponent component
| Class javax.swing.DefaultBoundedRangeModel implements Serializable |
| Serialized Fields |
EventListenerList listenerList
int value
int extent
int min
int max
boolean isAdjusting
| Class javax.swing.DefaultButtonModel implements Serializable |
| Serialized Fields |
int stateMask
String actionCommand
ButtonGroup group
int mnemonic
EventListenerList listenerList
| Class javax.swing.DefaultCellEditor implements Serializable |
| Serialized Fields |
JComponent editorComponent
DefaultCellEditor.EditorDelegate delegate
int clickCountToStart
| 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 selectionMode
int minIndex
int maxIndex
int anchorIndex
int leadIndex
int firstAdjustedIndex
int lastAdjustedIndex
boolean isAdjusting
int firstChangedIndex
int lastChangedIndex
BitSet value
EventListenerList listenerList
boolean leadAnchorNotificationEnabled
| Class javax.swing.DefaultPopupFactory.JPanelPopup implements Serializable |
| Serialized Fields |
DefaultPopupFactory this$0
int desiredLocationX
int desiredLocationY
| Class javax.swing.DefaultPopupFactory.PanelPopup implements Serializable |
| Serialized Fields |
DefaultPopupFactory this$0
int desiredLocationX
int desiredLocationY
JRootPane rootPane
| Class javax.swing.DefaultPopupFactory.WindowPopup implements Serializable |
| Serialized Fields |
DefaultPopupFactory this$0
int saveX
int saveY
boolean firstShow
| Class javax.swing.DefaultPopupFactory.WindowPopup.AccessibleWindowPopup implements Serializable |
| Serialized Fields |
DefaultPopupFactory.WindowPopup this$1
AccessibleContext accessibleContext
| Class javax.swing.DefaultSingleSelectionModel implements Serializable |
| Serialized Fields |
EventListenerList listenerList
int index
| Class javax.swing.ImageIcon implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
ImageObserver imageObserver
String description
int width
int height
ImageIcon.AccessibleImageIcon accessibleContext
| Class javax.swing.ImageIcon.AccessibleImageIcon implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
ImageIcon this$0
| Class javax.swing.InputMap implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
InputMap parent
| Class javax.swing.JApplet implements Serializable |
| Serialized Fields |
JRootPane rootPane
JApplet.getRootPane(),
JApplet.setRootPane(javax.swing.JRootPane)boolean rootPaneCheckingEnabled
JApplet.isRootPaneCheckingEnabled(),
JApplet.setRootPaneCheckingEnabled(boolean)AccessibleContext accessibleContext
| Class javax.swing.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
| Serialized Fields |
boolean flat
| 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
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
ColorSelectionModel selectionModel
JComponent previewPanel
AbstractColorChooserPanel[] chooserPanels
AccessibleContext accessibleContext
| 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
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
ComboBoxModel dataModel
ListCellRenderer renderer
ComboBoxEditor editor
int maximumRowCount
boolean isEditable
Object selectedItemReminder
JComboBox.KeySelectionManager keySelectionManager
String actionCommand
boolean lightWeightPopupEnabled
boolean firedActionEventOnContentsChanged
boolean firingActionEvent
Action action
PropertyChangeListener actionPropertyChangeListener
| Class javax.swing.JComboBox.AccessibleJComboBox implements Serializable |
| Serialized Fields |
JComboBox this$0
| Class javax.swing.JComboBox.DefaultKeySelectionManager implements Serializable |
| Serialized Fields |
JComboBox this$0
| Class javax.swing.JComponent implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
JComponent.ReadObjectCallback
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
Dimension preferredSize
Dimension minimumSize
Dimension maximumSize
Float alignmentX
Float alignmentY
AncestorNotifier ancestorNotifier
Rectangle _bounds
EventListenerList listenerList
Hashtable clientProperties
VetoableChangeSupport vetoableChangeSupport
Autoscroller autoscroller
Border border
int flags
InputVerifier inputVerifier
boolean verifyInputWhenFocusTarget
InputMap focusInputMap
InputMap ancestorInputMap
ComponentInputMap windowInputMap
ActionMap actionMap
AccessibleContext accessibleContext
Object htmlView
SwingPropertyChangeSupport changeSupport
Rectangle paintImmediatelyClip
| Class javax.swing.JComponent.AccessibleJComponent implements Serializable |
| Serialized Fields |
JComponent this$0
ContainerListener accessibleContainerHandler
FocusListener accessibleFocusHandler
| Class javax.swing.JComponent.EnableSerializationFocusListener implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
JComponent this$0
| Class javax.swing.JComponent.KeyboardState implements Serializable |
| Class javax.swing.JDesktopPane implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
int dragMode
| Class javax.swing.JDesktopPane.AccessibleJDesktopPane implements Serializable |
| Serialized Fields |
JDesktopPane this$0
| Class javax.swing.JDialog implements Serializable |
| Serialized Fields |
int defaultCloseOperation
JRootPane rootPane
JDialog.getRootPane(),
JDialog.setRootPane(javax.swing.JRootPane)boolean rootPaneCheckingEnabled
JDialog.isRootPaneCheckingEnabled(),
JDialog.setRootPaneCheckingEnabled(boolean)AccessibleContext accessibleContext
| Class javax.swing.JDialog.AccessibleJDialog implements Serializable |
| Serialized Fields |
JDialog this$0
| Class javax.swing.JEditorPane implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
EditorKit kit
Hashtable pageProperties
Hashtable typeHandlers
boolean managingFocus
JEditorPane.processComponentKeyEvent(java.awt.event.KeyEvent),
JEditorPane.isManagingFocus()| 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 |
JEditorPane this$0
JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector hyperlinks
boolean linksValid
| Class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector implements Serializable |
| Serialized Fields |
JEditorPane.JEditorPaneAccessibleHypertextSupport this$1
| Class javax.swing.JEditorPane.PlainEditorKit implements Serializable |
| Class javax.swing.JFileChooser implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
String dialogTitle
String approveButtonText
String approveButtonToolTipText
int approveButtonMnemonic
ActionListener actionListener
Vector filters
JDialog dialog
int dialogType
int returnValue
JComponent accessory
FileView fileView
FileView uiFileView
boolean controlsShown
boolean useFileHiding
int fileSelectionMode
boolean multiSelectionEnabled
boolean useAcceptAllFileFilter
FileFilter fileFilter
FileSystemView fileSystemView
File currentDirectory
File selectedFile
File[] selectedFiles
AccessibleContext accessibleContext
| Class javax.swing.JFileChooser.AccessibleJFileChooser implements Serializable |
| Serialized Fields |
JFileChooser this$0
| Class javax.swing.JFrame implements Serializable |
| Serialized Fields |
int defaultCloseOperation
JRootPane rootPane
JRootPane instance that manages the
contentPane
and optional menuBar for this frame, as well as the
glassPane.JRootPane,
RootPaneContainerboolean rootPaneCheckingEnabled
add and setLayout
will cause an exception to be thrown. The default is false.JFrame.isRootPaneCheckingEnabled(),
JFrame.setRootPaneCheckingEnabled(boolean)AccessibleContext accessibleContext
| Class javax.swing.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 |
JRootPane rootPane
JRootPane instance that manages the
contentPane
and optional menuBar for this frame, as well as the
glassPane.JRootPane,
RootPaneContainerboolean rootPaneCheckingEnabled
add and setLayout
cause an exception to be thrown.boolean closable
boolean isClosed
boolean maximizable
boolean isMaximum
JInternalFrame.maximizableboolean iconable
JInternalFrame.JDesktopIconboolean isIcon
JInternalFrame.iconableboolean resizable
boolean isSelected
Icon frameIcon
String title
JInternalFrame.JDesktopIcon desktopIcon
JInternalFrame.iconableboolean opened
Rectangle normalBounds
int defaultCloseOperation
Component lastFocusOwner
boolean isDragging
boolean danger
| Class javax.swing.JInternalFrame.AccessibleJInternalFrame implements Serializable |
| Serialized Fields |
JInternalFrame this$0
| Class javax.swing.JInternalFrame.JDesktopIcon implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject
in JComponent for more
information about serialization in Swing.| Serialized Fields |
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 |
int mnemonic
String text
Icon defaultIcon
Icon disabledIcon
boolean disabledIconSet
int verticalAlignment
int horizontalAlignment
int verticalTextPosition
int horizontalTextPosition
int iconTextGap
Component labelFor
AccessibleIcon accessibleIcon
| Class javax.swing.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
JComponent| Serialized Fields |
int fixedCellWidth
int fixedCellHeight
int horizontalScrollIncrement
Object prototypeCellValue
int visibleRowCount
Color selectionForeground
Color selectionBackground
ListSelectionModel selectionModel
ListModel dataModel
ListCellRenderer cellRenderer
ListSelectionListener selectionListener
| Class javax.swing.JList.AccessibleJList implements Serializable |
| Serialized Fields |
JList this$0
int leadSelectionIndex
| Class javax.swing.JList.ListSelectionHandler implements Serializable |
| Serialized Fields |
JList this$0
| Class javax.swing.JMenu implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
JPopupMenu popupMenu
ChangeListener menuChangeListener
MenuEvent menuEvent
int delay
boolean receivedKeyPressed
JMenu.WinListener popupListener
JMenu.WinListener| Class javax.swing.JMenu.AccessibleJMenu implements Serializable |
| Serialized Fields |
JMenu this$0
| Class javax.swing.JMenu.MenuChangeListener implements Serializable |
| Serialized Fields |
JMenu this$0
boolean isSelected
| Class javax.swing.JMenu.WinListener implements Serializable |
| Serialized Fields |
JMenu this$0
JPopupMenu popupMenu
| Class javax.swing.JMenuBar implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
JComponent| Serialized Fields |
boolean paintBorder
Insets margin
| 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
JComponent| Serialized Fields |
KeyStroke accelerator
| Class javax.swing.JMenuItem.AccessibleJMenuItem implements Serializable |
| Serialized Fields |
JMenuItem this$0
| Class javax.swing.JMenuItem.MenuItemFocusListener implements Serializable |
| Class javax.swing.JOptionPane implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
JComponent
private void writeObject(ObjectOutputStream s)
throws IOException
JComponent| 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
JComponent
private void writeObject(ObjectOutputStream s)
throws IOException
JComponent| Serialized Fields |
int desiredLocationX
int desiredLocationY
String label
boolean paintBorder
Insets margin
boolean lightWeightPopupEnabled
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 |
int orientation
boolean paintBorder
BoundedRangeModel model
String progressString
boolean paintString
ChangeListener changeListener
| Class javax.swing.JProgressBar.AccessibleJProgressBar implements Serializable |
| Serialized Fields |
JProgressBar this$0
| Class javax.swing.JProgressBar.ModelListener 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
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem implements Serializable |
| Serialized Fields |
JRadioButtonMenuItem this$0
| Class javax.swing.JRootPane implements Serializable |
| Serialized Fields |
JComponent focusOwner
JComponent previousFocusOwner
JMenuBar menuBar
Container contentPane
JLayeredPane layeredPane
Component glassPane
JButton defaultButton
JRootPane.DefaultAction defaultPressAction
JRootPane.defaultButtonJRootPane.DefaultAction defaultReleaseAction
JRootPane.defaultButton| Class javax.swing.JRootPane.AccessibleJRootPane implements Serializable |
| Serialized Fields |
JRootPane this$0
| Class javax.swing.JRootPane.DefaultAction implements Serializable |
| Serialized Fields |
JButton owner
JRootPane root
boolean press
| 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 |
ChangeListener fwdAdjustmentEvents
BoundedRangeModel model
JScrollBar.setModel(javax.swing.BoundedRangeModel)int orientation
JScrollBar.setOrientation(int)int unitIncrement
JScrollBar.setUnitIncrement(int)int blockIncrement
JScrollBar.setBlockIncrement(int)| Class javax.swing.JScrollBar.AccessibleJScrollBar implements Serializable |
| Serialized Fields |
JScrollBar this$0
| Class javax.swing.JScrollBar.ModelListener implements Serializable |
| Serialized Fields |
JScrollBar this$0
| Class javax.swing.JScrollPane implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
Border viewportBorder
int verticalScrollBarPolicy
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED.JScrollPane.setVerticalScrollBarPolicy(int)int horizontalScrollBarPolicy
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED.JScrollPane.setHorizontalScrollBarPolicy(int)JViewport viewport
JViewport.JScrollPane.setViewport(javax.swing.JViewport)JScrollBar verticalScrollBar
JScrollBar.JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)JScrollBar horizontalScrollBar
JScrollBar.JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)JViewport rowHeader
null.JScrollPane.setRowHeader(javax.swing.JViewport)JViewport columnHeader
null.JScrollPane.setColumnHeader(javax.swing.JViewport)Component lowerLeft
null.JScrollPane.setCorner(java.lang.String, java.awt.Component)Component lowerRight
null.JScrollPane.setCorner(java.lang.String, java.awt.Component)Component upperLeft
null.JScrollPane.setCorner(java.lang.String, java.awt.Component)Component upperRight
null.JScrollPane.setCorner(java.lang.String, java.awt.Component)| Class javax.swing.JScrollPane.AccessibleJScrollPane implements Serializable |
| Serialized Fields |
JScrollPane this$0
JViewport viewPort
| Class javax.swing.JScrollPane.ScrollBar implements Serializable |
| Serialized Fields |
JScrollPane this$0
boolean unitIncrementSet
Scrollable the unit increment
from it is used.boolean blockIncrementSet
Scrollable the block increment
from it is used.| Class javax.swing.JSeparator implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
int orientation
| Class javax.swing.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 |
boolean paintTicks
boolean paintTrack
boolean paintLabels
boolean isInverted
BoundedRangeModel sliderModel
int majorTickSpacing
int minorTickSpacing
JSlider.setMinorTickSpacing(int)boolean snapToTicks
JSlider.setSnapToTicks(boolean)boolean snapToValue
int orientation
JSlider.setOrientation(int)Dictionary labelTable
ChangeListener changeListener
JSlider.addChangeListener(javax.swing.event.ChangeListener),
JSlider.createChangeListener()| Class javax.swing.JSlider.1$SmartHashtable.LabelUIResource implements Serializable |
| Serialized Fields |
javax.swing.JSlider.1$SmartHashtable this$1
| Class javax.swing.JSlider.AccessibleJSlider implements Serializable |
| Serialized Fields |
JSlider this$0
| Class javax.swing.JSlider.ModelListener implements Serializable |
| Serialized Fields |
JSlider this$0
| Class javax.swing.JSplitPane implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
int orientation
boolean continuousLayout
Component leftComponent
Component rightComponent
int dividerSize
boolean oneTouchExpandable
int lastDividerLocation
double resizeWeight
int dividerLocation
| Class javax.swing.JSplitPane.AccessibleJSplitPane implements Serializable |
| Serialized Fields |
JSplitPane this$0
| Class javax.swing.JTabbedPane implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
readObject and writeObject in
JComponent for more
information about serialization in Swing.
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
int tabPlacement
JTabbedPane.setTabPlacement(int)SingleSelectionModel model
boolean haveRegistered
ChangeListener changeListener
Vector pages
| 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.JTabbedPane.Page implements Serializable |
| Serialized Fields |
JTabbedPane this$0
String title
Color background
Color foreground
Icon icon
Icon disabledIcon
JTabbedPane parent
Component component
String tip
boolean enabled
boolean needsUIUpdate
| Class javax.swing.JTable implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
JComponent
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
TableModel dataModel
TableModel of the table.TableColumnModel columnModel
TableColumnModel of the table.ListSelectionModel selectionModel
ListSelectionModel of the table, used to keep track of row selections.JTableHeader tableHeader
TableHeader working with the table.int rowHeight
int rowMargin
Color gridColor
boolean showHorizontalLines
showHorizontalLines is true.boolean showVerticalLines
showVerticalLines is true.int autoResizeMode
boolean autoCreateColumnsFromModel
TableModel to build the default
set of columns if this is true.Dimension preferredViewportSize
Scrollable interface to determine the initial visible area.boolean rowSelectionAllowed
boolean cellSelectionEnabled
rowSelectionAllowed property and the
columnSelectionAllowed property of the
columnModel instead. Or use the
method getCellSelectionEnabled.Color selectionForeground
Color selectionBackground
boolean reentrantCall
SizeSequence rowModel
| Class javax.swing.JTable.AccessibleJTable implements Serializable |
| Serialized Fields |
JTable this$0
int lastSelectedRow
int lastSelectedCol
Accessible caption
Accessible summary
Accessible[] rowDescription
Accessible[] columnDescription
| Class javax.swing.JTable.BooleanEditor implements Serializable |
| Class javax.swing.JTable.BooleanRenderer implements Serializable |
| Class javax.swing.JTable.DateRenderer implements Serializable |
| Serialized Fields |
DateFormat formatter
| Class javax.swing.JTable.DoubleRenderer implements Serializable |
| Serialized Fields |
NumberFormat formatter
| Class javax.swing.JTable.GenericEditor implements Serializable |
| Serialized Fields |
Class[] argTypes
Constructor constructor
Object value
| Class javax.swing.JTable.IconRenderer implements Serializable |
| Class javax.swing.JTable.NumberEditor implements Serializable |
| Class javax.swing.JTable.NumberRenderer implements Serializable |
| Class javax.swing.JTextArea implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
int rows
int columns
int columnWidth
int rowHeight
boolean wrap
boolean word
| Class javax.swing.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 |
Action action
PropertyChangeListener actionPropertyChangeListener
BoundedRangeModel visibility
int horizontalAlignment
int columns
int columnWidth
String command
| Class javax.swing.JTextField.AccessibleJTextField implements Serializable |
| Serialized Fields |
JTextField this$0
| Class javax.swing.JTextField.NotifyAction implements Serializable |
| 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
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
boolean paintBorder
Insets margin
boolean floatable
int orientation
| Class javax.swing.JToolBar.AccessibleJToolBar implements Serializable |
| Serialized Fields |
JToolBar this$0
| Class javax.swing.JToolBar.RightToLeftToolBarLayout implements Serializable |
| 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
readObject and writeObject
in JComponent for more
information about serialization in Swing.| Serialized Fields |
String tipText
JComponent component
| 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
JComponent
private void writeObject(ObjectOutputStream s)
throws IOException
JComponent| Serialized Fields |
boolean rootVisible
int rowHeight
boolean showsRootHandles
A handle is a small icon that displays adjacent to the node which allows the user to click once to expand or collapse the node. A common interface shows a plus sign (+) for a node which can be expanded and a minus sign (-) for a node which can be collapsed. Handles are always shown for nodes below the topmost level.
If the rootVisible setting specifies that the root
node is to be displayed, then that is the only node at the topmost
level. If the root node is not displayed, then all of its
children are at the topmost level of the tree. Handles are
always displayed for nodes other than the topmost.
If the root node isn't visible, it is generally a good to make this value true. Otherwise, the tree looks exactly like a list, and users may not know that the "list entries" are actually tree nodes.
JTree.rootVisibleboolean editable
boolean largeModel
This value is only a suggestion to the UI. Not all UIs will take advantage of it. Default value is false.
int visibleRowCount
Scrollable interface. It determines the preferred
size of the display area.boolean invokesStopCellEditing
stopCellEditing
is invoked, and changes are saved. If false,
cancelCellEditing is invoked, and changes
are discarded. Default is false.boolean scrollsOnExpand
int toggleClickCount
TreePath leadPath
null.TreePath anchorPath
boolean expandsSelectedPaths
boolean settingUI
| Class javax.swing.JTree.AccessibleJTree implements Serializable |
| Serialized Fields |
JTree this$0
TreePath leadSelectionPath
Accessible leadSelectionAccessible
| Class javax.swing.JTree.DynamicUtilTreeNode implements Serializable |
| Serialized Fields |
boolean hasChildren
JTree have children?
This property is currently not implemented.Object childValue
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 isViewSizeSet
Point lastPaintPosition
viewPosition that we've painted, so we know how
much of the backing store image is valid.boolean backingStore
JViewport.setScrollMode(int)boolean scrollUnderway
scrollUnderway flag is used for components like
JList. When the downarrow key is pressed on a
JList and the selected
cell is the last in the list, the scrollpane autoscrolls.
Here, the old selected cell needs repainting and so we need
a flag to make the viewport do the optimized painting
only when there is an explicit call to
setViewPosition(Point).
When setBounds is called through other routes,
the flag is off and the view repaints normally. Another approach
would be to remove this from the JViewport
class and have the JList manage this case by using
setBackingStoreEnabled. The default is false.ComponentListener viewListener
int scrollMode
JViewport.setScrollMode(int)| Class javax.swing.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 |
JRootPane rootPane
JRootPane instance that manages the
contentPane
and optional menuBar for this frame, as well as the
glassPane.JWindow.getRootPane(),
JWindow.setRootPane(javax.swing.JRootPane)boolean rootPaneCheckingEnabled
add and setLayout
will cause an exception to be thrown.JWindow.isRootPaneCheckingEnabled(),
JWindow.setRootPaneCheckingEnabled(boolean)AccessibleContext accessibleContext
| Class javax.swing.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.MultiUIDefaults implements Serializable |
| Serialized Fields |
UIDefaults[] tables
| Class javax.swing.OverlayLayout implements Serializable |
| Serialized Fields |
Container target
SizeRequirements[] xChildren
SizeRequirements[] yChildren
SizeRequirements xTotal
SizeRequirements yTotal
| Class javax.swing.ProgressMonitor.ProgressOptionPane implements Serializable |
| Serialized Fields |
ProgressMonitor this$0
| Class javax.swing.ScrollPaneLayout implements Serializable |
| Serialized Fields |
JViewport viewport
JScrollPane.setViewport(javax.swing.JViewport)JScrollBar vsb
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)JScrollBar hsb
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)JViewport rowHead
JScrollPane.setRowHeader(javax.swing.JViewport)JViewport colHead
JScrollPane.setColumnHeader(javax.swing.JViewport)Component lowerLeft
JScrollPane.setCorner(java.lang.String, java.awt.Component)Component lowerRight
JScrollPane.setCorner(java.lang.String, java.awt.Component)Component upperLeft
JScrollPane.setCorner(java.lang.String, java.awt.Component)Component upperRight
JScrollPane.setCorner(java.lang.String, java.awt.Component)int vsbPolicy
This field is obsolete, please use the JScrollPane field instead.
JScrollPane.setVerticalScrollBarPolicy(int)int hsbPolicy
This field is obsolete, please use the JScrollPane field instead.
JScrollPane.setHorizontalScrollBarPolicy(int)| Class javax.swing.ScrollPaneLayout.UIResource implements Serializable |
| Class javax.swing.SizeRequirements implements Serializable |
| Serialized Fields |
int minimum
comp, this should be equal to either
comp.getMinimumSize().width or
comp.getMinimumSize().height.int preferred
comp, this should be equal to either
comp.getPreferredSize().width or
comp.getPreferredSize().height.int maximum
comp, this should be equal to either
comp.getMaximumSize().width or
comp.getMaximumSize().height.float alignment
| Class javax.swing.SystemEventQueueUtilities.RunnableCanvas implements Serializable |
| Serialized Fields |
Vector runnableEvents
boolean isRegistered
| Class javax.swing.SystemEventQueueUtilities.RunnableEvent implements Serializable |
| Serialized Fields |
Runnable doRun
Object lock
Exception exception
| Class javax.swing.SystemEventQueueUtilities.RunnableTarget implements Serializable |
| Class javax.swing.Timer implements Serializable |
| Serialized Fields |
EventListenerList listenerList
boolean eventQueued
int initialDelay
int delay
boolean repeats
boolean coalesce
Runnable doPostEvent
long expirationTime
Timer nextTimer
boolean running
| Class javax.swing.Timer.DoPostEvent implements Serializable |
| Serialized Fields |
Timer this$0
| 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 highlightOuter
Color highlightInner
Color shadowInner
Color shadowOuter
| Class javax.swing.border.CompoundBorder implements Serializable |
| Serialized Fields |
Border outsideBorder
Border insideBorder
| Class javax.swing.border.EmptyBorder implements Serializable |
| Serialized Fields |
int left
int right
int top
int bottom
| Class javax.swing.border.EtchedBorder implements Serializable |
| Serialized Fields |
int etchType
Color highlight
Color shadow
| Class javax.swing.border.LineBorder implements Serializable |
| Serialized Fields |
int thickness
Color lineColor
boolean roundedCorners
| 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 |
String title
Border border
int titlePosition
int titleJustification
Font titleFont
Color titleColor
Point textLoc
| Package javax.swing.colorchooser |
| Class javax.swing.colorchooser.AbstractColorChooserPanel implements Serializable |
| Serialized Fields |
JColorChooser chooser
ChangeListener colorListener
boolean dirty
| Class javax.swing.colorchooser.AbstractColorChooserPanel.ModelListener implements Serializable |
| Serialized Fields |
AbstractColorChooserPanel this$0
| Class javax.swing.colorchooser.CenterLayout implements Serializable |
| Class javax.swing.colorchooser.DefaultColorSelectionModel implements Serializable |
| Serialized Fields |
EventListenerList listenerList
Color selectedColor
| Class javax.swing.colorchooser.DefaultHSBChooserPanel implements Serializable |
| Serialized Fields |
float[] hsb
DefaultHSBChooserPanel.AbstractHSBImage palette
DefaultHSBChooserPanel.AbstractHSBImage sliderPalette
JSlider slider
JIntegerTextField hField
JIntegerTextField sField
JIntegerTextField bField
JTextField redField
JTextField greenField
JTextField blueField
boolean isAdjusting
boolean isUpdatingOften
Point paletteSelection
JLabel paletteLabel
JLabel sliderPaletteLabel
JRadioButton hRadio
JRadioButton sRadio
JRadioButton bRadio
Image paletteImage
Image sliderImage
int sliderType
| Class javax.swing.colorchooser.DefaultPreviewPanel implements Serializable |
| Serialized Fields |
int squareSize
int squareGap
int innerGap
int textGap
Font font
String sampleText
int swatchWidth
Color oldColor
| Class javax.swing.colorchooser.DefaultRGBChooserPanel implements Serializable |
| Serialized Fields |
JSlider redSlider
JSlider greenSlider
JSlider blueSlider
JIntegerTextField redField
JIntegerTextField blueField
JIntegerTextField greenField
int minValue
int maxValue
boolean isAdjusting
| Class javax.swing.colorchooser.DefaultRGBChooserPanel.NumberListener implements Serializable |
| Serialized Fields |
DefaultRGBChooserPanel this$0
| Class javax.swing.colorchooser.DefaultSwatchChooserPanel implements Serializable |
| Serialized Fields |
SwatchPanel swatchPanel
RecentSwatchPanel recentSwatchPanel
MouseListener mainSwatchListener
MouseListener recentSwatchListener
| Class javax.swing.colorchooser.DefaultSwatchChooserPanel.MainSwatchListener implements Serializable |
| Serialized Fields |
DefaultSwatchChooserPanel this$0
| Class javax.swing.colorchooser.DefaultSwatchChooserPanel.RecentSwatchListener implements Serializable |
| Serialized Fields |
DefaultSwatchChooserPanel this$0
| Class javax.swing.colorchooser.JIntegerTextField implements Serializable |
| Class javax.swing.colorchooser.JIntegerTextField.ValueDelta implements Serializable |
| Serialized Fields |
JIntegerTextField this$0
int delta
| Class javax.swing.colorchooser.MainSwatchPanel implements Serializable |
| Class javax.swing.colorchooser.NumericDocument implements Serializable |
| Serialized Fields |
int min
int max
int currentVal
boolean checkingEnabled
| Class javax.swing.colorchooser.RecentSwatchPanel implements Serializable |
| Class javax.swing.colorchooser.SmartGridLayout implements Serializable |
| Serialized Fields |
int rows
int columns
int xGap
int yGap
int componentCount
Component[][] layoutGrid
| Class javax.swing.colorchooser.SwatchPanel implements Serializable |
| Serialized Fields |
Color[] colors
Dimension swatchSize
Dimension numSwatches
Dimension gap
| 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 |
HyperlinkEvent.EventType type
URL u
String desc
| Class javax.swing.event.InternalFrameEvent implements Serializable |
| Class javax.swing.event.ListDataEvent implements Serializable |
| Serialized Fields |
int type
int index0
int index1
| Class javax.swing.event.ListSelectionEvent implements Serializable |
| Serialized Fields |
int firstIndex
int lastIndex
boolean isAdjusting
| Class javax.swing.event.MenuDragMouseEvent implements Serializable |
| Serialized Fields |
MenuElement[] path
MenuSelectionManager manager
| Class javax.swing.event.MenuEvent implements Serializable |
| Class javax.swing.event.MenuKeyEvent implements Serializable |
| Serialized Fields |
MenuElement[] path
MenuSelectionManager manager
| Class javax.swing.event.PopupMenuEvent implements Serializable |
| Class javax.swing.event.SwingPropertyChangeSupport implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
Hashtable children
Object source
| Class javax.swing.event.TableColumnModelEvent implements Serializable |
| Serialized Fields |
int fromIndex
int toIndex
| Class javax.swing.event.TableModelEvent implements Serializable |
| Serialized Fields |
int type
int firstRow
int lastRow
int column
| Class javax.swing.event.TreeExpansionEvent implements Serializable |
| Serialized Fields |
TreePath path
| Class javax.swing.event.TreeModelEvent implements Serializable |
| Serialized Fields |
TreePath path
int[] childIndices
Object[] children
| Class javax.swing.event.TreeSelectionEvent implements Serializable |
| Serialized Fields |
TreePath[] paths
boolean[] areNew
TreePath oldLeadSelectionPath
TreePath newLeadSelectionPath
| Class javax.swing.event.UndoableEditEvent implements Serializable |
| Serialized Fields |
UndoableEdit myEdit
| Package javax.swing.filechooser |
| Class javax.swing.filechooser.FileSystemRoot implements Serializable |
| Package javax.swing.plaf |
| Class javax.swing.plaf.ActionMapUIResource implements Serializable |
| 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.ComponentInputMapUIResource 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.InputMapUIResource implements Serializable |
| 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 shadow
Color darkShadow
Color highlight
Color lightHighlight
| Class javax.swing.plaf.basic.BasicBorders.FieldBorder implements Serializable |
| Serialized Fields |
Color shadow
Color darkShadow
Color highlight
Color lightHighlight
| Class javax.swing.plaf.basic.BasicBorders.MarginBorder implements Serializable |
| Class javax.swing.plaf.basic.BasicBorders.MenuBarBorder implements Serializable |
| Serialized Fields |
Color shadow
Color highlight
| Class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder implements Serializable |
| Class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder implements Serializable |
| Class javax.swing.plaf.basic.BasicButtonListener.PressedAction implements Serializable |
| Serialized Fields |
AbstractButton b
| Class javax.swing.plaf.basic.BasicButtonListener.ReleasedAction implements Serializable |
| Serialized Fields |
AbstractButton b
| Class javax.swing.plaf.basic.BasicComboBoxEditor.BorderlessTextField implements Serializable |
| Class javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable |
| Class javax.swing.plaf.basic.BasicComboBoxRenderer.UIResource implements Serializable |
| Class javax.swing.plaf.basic.BasicComboBoxUI.AltAction implements Serializable |
| Class javax.swing.plaf.basic.BasicComboBoxUI.DownAction implements Serializable |
| Class javax.swing.plaf.basic.BasicComboBoxUI.HidePopupAction implements Serializable |
| Class javax.swing.plaf.basic.BasicComboBoxUI.KeyToListDispatcher implements Serializable |
| Serialized Fields |
int keyCode
| Class javax.swing.plaf.basic.BasicComboBoxUI.UpAction implements Serializable |
| Class javax.swing.plaf.basic.BasicComboPopup implements Serializable |
| Serialized Fields |
JComboBox comboBox
JList list
JScrollPane scroller
boolean valueIsAdjusting
MouseMotionListener mouseMotionListener
MouseListener mouseListener
KeyListener keyListener
ListSelectionListener listSelectionListener
ListDataListener listDataListener
MouseListener listMouseListener
MouseMotionListener listMouseMotionListener
PropertyChangeListener propertyChangeListener
ItemListener itemListener
Timer autoscrollTimer
boolean hasEntered
boolean isAutoScrolling
int scrollDirection
boolean lightNav
| 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.MoveResizeAction implements Serializable |
| Serialized Fields |
BasicDesktopPaneUI this$0
String command
| Class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction implements Serializable |
| Serialized Fields |
BasicDesktopPaneUI this$0
| Class javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction implements Serializable |
| Serialized Fields |
BasicDesktopPaneUI this$0
| Class javax.swing.plaf.basic.BasicDesktopPaneUI.PreviousAction implements Serializable |
| Serialized Fields |
BasicDesktopPaneUI this$0
| Class javax.swing.plaf.basic.BasicDirectoryModel implements Serializable |
| Serialized Fields |
JFileChooser filechooser
Vector fileCache
BasicDirectoryModel.LoadFilesThread loadThread
Vector files
Vector directories
int fetchID
| 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.BasicHTML.BasicDocument implements Serializable |
| Serialized Fields |
JComponent host
| Class javax.swing.plaf.basic.BasicHTML.BasicEditorKit implements Serializable |
| Class javax.swing.plaf.basic.BasicHTML.TaggedColor implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.CheckBoxIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.CheckBoxMenuItemIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.EmptyFrameIcon implements Serializable |
| Serialized Fields |
int height
int width
| Class javax.swing.plaf.basic.BasicIconFactory.MenuArrowIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.MenuItemArrowIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.MenuItemCheckIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.RadioButtonIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicIconFactory.RadioButtonMenuItemIcon implements Serializable |
| Class javax.swing.plaf.basic.BasicInternalFrameTitlePane implements Serializable |
| Serialized Fields |
JMenuBar menuBar
JButton iconButton
JButton maxButton
JButton closeButton
JMenu windowMenu
JInternalFrame frame
Color selectedTitleColor
Color selectedTextColor
Color notSelectedTitleColor
Color notSelectedTextColor
Icon maxIcon
Icon minIcon
Icon iconIcon
Icon closeIcon
PropertyChangeListener propertyChangeListener
Action closeAction
Action maximizeAction
Action iconifyAction
Action restoreAction
Action moveAction
Action sizeAction
| 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.NoFocusButton 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.ShowSystemMenuAction implements Serializable |
| Serialized Fields |
BasicInternalFrameTitlePane this$0
boolean show
| 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.BasicLabelUI.PressAction implements Serializable |
| Class javax.swing.plaf.basic.BasicLabelUI.ReleaseAction implements Serializable |
| Class javax.swing.plaf.basic.BasicListUI.ClearSelectionAction implements Serializable |
| Class javax.swing.plaf.basic.BasicListUI.EndAction implements Serializable |
| Class javax.swing.plaf.basic.BasicListUI.HomeAction implements Serializable |
| Class javax.swing.plaf.basic.BasicListUI.IncrementLeadSelectionAction implements Serializable |
| Serialized Fields |
int amount
int selectionType
| Class javax.swing.plaf.basic.BasicListUI.PageDownAction implements Serializable |
| Class javax.swing.plaf.basic.BasicListUI.PageUpAction implements Serializable |
| Class javax.swing.plaf.basic.BasicListUI.SelectAllAction implements Serializable |
| Class javax.swing.plaf.basic.BasicLookAndFeel implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuBarUI.RightToLeftMenuLayout implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuBarUI.TakeFocus implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuItemUI.ClickAction implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuUI.CancelAction implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuUI.PostAction implements Serializable |
| Serialized Fields |
JMenu menu
boolean force
| Class javax.swing.plaf.basic.BasicMenuUI.ReturnAction implements Serializable |
| Serialized Fields |
BasicMenuUI this$0
| Class javax.swing.plaf.basic.BasicMenuUI.SelectChildItemAction implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuUI.SelectNextItemAction implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuUI.SelectParentItemAction implements Serializable |
| Class javax.swing.plaf.basic.BasicMenuUI.SelectPreviousItemAction implements Serializable |
| Class javax.swing.plaf.basic.BasicOptionPaneUI.CloseAction implements Serializable |
| Class javax.swing.plaf.basic.BasicRootPaneUI.DefaultAction implements Serializable |
| Serialized Fields |
JRootPane root
boolean press
| Class javax.swing.plaf.basic.BasicScrollBarUI.SharedActionScroller implements Serializable |
| Serialized Fields |
int dir
boolean block
| Class javax.swing.plaf.basic.BasicScrollPaneUI.ScrollAction implements Serializable |
| Serialized Fields |
int orientation
int direction
boolean block
| Class javax.swing.plaf.basic.BasicScrollPaneUI.ScrollEndAction implements Serializable |
| Class javax.swing.plaf.basic.BasicScrollPaneUI.ScrollHomeAction implements Serializable |
| Class javax.swing.plaf.basic.BasicSliderUI.ActionScroller implements Serializable |
| Serialized Fields |
BasicSliderUI this$0
int dir
boolean block
JSlider slider
| Class javax.swing.plaf.basic.BasicSliderUI.SharedActionScroller implements Serializable |
| Serialized Fields |
int dir
boolean block
| Class javax.swing.plaf.basic.BasicSplitPaneDivider implements Serializable |
| Serialized Fields |
BasicSplitPaneDivider.DragController dragger
BasicSplitPaneUI splitPaneUI
int dividerSize
Component hiddenDivider
JSplitPane splitPane
BasicSplitPaneDivider.MouseHandler mouseHandler
int orientation
JButton leftButton
JButton rightButton
Border border
| Class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardDownRightAction implements Serializable |
| Class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardEndAction implements Serializable |
| Class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardHomeAction implements Serializable |
| Class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardResizeToggleAction implements Serializable |
| Class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardUpLeftAction implements Serializable |
| Class javax.swing.plaf.basic.BasicSplitPaneUI.ToggleSideFocusAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.DownAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.LeftAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.PageDownAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.PageUpAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.RequestFocusAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.RequestFocusForVisibleAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.RightAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTabbedPaneUI.UpAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTableUI.CancelEditingAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTableUI.NavigationalAction implements Serializable |
| Serialized Fields |
int dx
int dy
boolean toggle
boolean extend
boolean inSelection
int anchorRow
int anchorColumn
int leadRow
int leadColumn
| Class javax.swing.plaf.basic.BasicTableUI.PagingAction implements Serializable |
| Serialized Fields |
boolean forwards
boolean vertically
boolean toLimit
| Class javax.swing.plaf.basic.BasicTableUI.SelectAllAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTableUI.StartEditingAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTextFieldUI.BasicFieldCaret implements Serializable |
| Class javax.swing.plaf.basic.BasicTextUI.BasicCaret implements Serializable |
| Class javax.swing.plaf.basic.BasicTextUI.FocusAction implements Serializable |
| Serialized Fields |
BasicTextUI this$0
| Class javax.swing.plaf.basic.BasicToolBarUI.DownAction implements Serializable |
| Class javax.swing.plaf.basic.BasicToolBarUI.DragWindow implements Serializable |
| Serialized Fields |
BasicToolBarUI this$0
Color borderColor
int orientation
Point offset
| Class javax.swing.plaf.basic.BasicToolBarUI.KeyAction implements Serializable |
| Class javax.swing.plaf.basic.BasicToolBarUI.LeftAction implements Serializable |
| Class javax.swing.plaf.basic.BasicToolBarUI.RightAction implements Serializable |
| Class javax.swing.plaf.basic.BasicToolBarUI.UpAction implements Serializable |
| Class javax.swing.plaf.basic.BasicTreeUI.ScrollAction implements Serializable |
| Serialized Fields |
JComponent component
int direction
int amount
| Class javax.swing.plaf.basic.BasicTreeUI.TreeAddSelectionAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
boolean changeAnchor
| Class javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
| Class javax.swing.plaf.basic.BasicTreeUI.TreeEditAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
| Class javax.swing.plaf.basic.BasicTreeUI.TreeExtendSelectionAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
| Class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
int direction
boolean addToSelection
boolean changeSelection
| Class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
int direction
boolean addToSelection
boolean changeSelection
| Class javax.swing.plaf.basic.BasicTreeUI.TreePageAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
int direction
boolean addToSelection
boolean changeSelection
| Class javax.swing.plaf.basic.BasicTreeUI.TreeScrollLRAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
int direction
boolean addToSelection
boolean changeSelection
| Class javax.swing.plaf.basic.BasicTreeUI.TreeSelectAllAction implements Serializable |
| Serialized Fields |
BasicTreeUI this$0
boolean selectAll
| 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 |
BasicTreeUI this$0
int direction
boolean changeSelection
| Class javax.swing.plaf.basic.CenterLayout implements Serializable |
| 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.OptionDialogBorder implements Serializable |
| Serialized Fields |
int titleHeight
| Class javax.swing.plaf.metal.MetalBorders.PaletteBorder implements Serializable |
| Serialized Fields |
int titleHeight
| 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.TableHeaderBorder implements Serializable |
| Serialized Fields |
Insets editorBorderInsets
| Class javax.swing.plaf.metal.MetalBorders.TextFieldBorder implements Serializable |
| Class javax.swing.plaf.metal.MetalBorders.ToggleButtonBorder implements Serializable |
| Class javax.swing.plaf.metal.MetalBorders.ToolBarBorder implements Serializable |
| Serialized Fields |
MetalBumps bumps
| Class javax.swing.plaf.metal.MetalCheckBoxIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalComboBoxButton implements Serializable |
| Serialized Fields |
JComboBox comboBox
JList listBox
CellRendererPane rendererPane
Icon comboIcon
boolean iconOnly
| Class javax.swing.plaf.metal.MetalComboBoxEditor.EditorBorder implements Serializable |
| Serialized Fields |
MetalComboBoxEditor this$0
| 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 |
MetalFileChooserUI this$0
Vector directories
int topIndex
int pathCount
File selectedDirectory
| Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxRenderer implements Serializable |
| Serialized Fields |
MetalFileChooserUI this$0
MetalFileChooserUI.IndentIcon ii
| 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 |
MetalFileChooserUI this$0
FileFilter[] filters
| 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.CheckBoxIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.CheckBoxMenuItemIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.FileChooserDetailViewIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.FileChooserHomeFolderIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.FileChooserListViewIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.FileChooserNewFolderIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.FileChooserUpFolderIcon 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.HorizontalSliderThumbIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.InternalFrameAltMaximizeIcon implements Serializable |
| Serialized Fields |
int iconSize
| Class javax.swing.plaf.metal.MetalIconFactory.InternalFrameCloseIcon implements Serializable |
| Serialized Fields |
int iconSize
| Class javax.swing.plaf.metal.MetalIconFactory.InternalFrameDefaultMenuIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.InternalFrameMaximizeIcon implements Serializable |
| Serialized Fields |
int iconSize
| Class javax.swing.plaf.metal.MetalIconFactory.InternalFrameMinimizeIcon implements Serializable |
| Serialized Fields |
int iconSize
| Class javax.swing.plaf.metal.MetalIconFactory.MenuArrowIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.MenuItemArrowIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.MenuItemCheckIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon implements Serializable |
| Serialized Fields |
int iconSize
| Class javax.swing.plaf.metal.MetalIconFactory.RadioButtonIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.RadioButtonMenuItemIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.TreeComputerIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon implements Serializable |
| Serialized Fields |
boolean isLight
| Class javax.swing.plaf.metal.MetalIconFactory.TreeFloppyDriveIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.TreeHardDriveIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalIconFactory.VerticalSliderThumbIcon implements Serializable |
| Class javax.swing.plaf.metal.MetalInternalFrameTitlePane implements Serializable |
| Serialized Fields |
boolean isPalette
Icon paletteCloseIcon
int paletteTitleHeight
int buttonsWidth
MetalBumps activeBumps
MetalBumps inactiveBumps
MetalBumps paletteBumps
| Class javax.swing.plaf.metal.MetalLookAndFeel implements Serializable |
| Class javax.swing.plaf.metal.MetalScrollButton implements Serializable |
| Serialized Fields |
boolean isFreeStanding
int buttonWidth
| Class javax.swing.plaf.metal.MetalSplitPaneDivider implements Serializable |
| Serialized Fields |
MetalBumps bumps
MetalBumps focusBumps
int inset
Color controlColor
Color primaryControlColor
| Package javax.swing.plaf.multi |
| Class javax.swing.plaf.multi.MultiUIDefaults implements Serializable |
| 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 unselectedForeground
Color unselectedBackground
| Class javax.swing.table.DefaultTableCellRenderer.UIResource implements Serializable |
| Class javax.swing.table.DefaultTableColumnModel implements Serializable |
| Serialized Fields |
Vector tableColumns
ListSelectionModel selectionModel
int columnMargin
EventListenerList listenerList
boolean columnSelectionAllowed
int totalColumnWidth
| Class javax.swing.table.DefaultTableModel implements Serializable |
| Serialized Fields |
Vector dataVector
Vector of Vectors of
Object values.Vector columnIdentifiers
Vector of column identifiers.| Class javax.swing.table.JTableHeader implements Serializable |
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
readObject and writeObject in
JComponent for more
information about serialization in Swing.| Serialized Fields |
JTable table
null.TableColumnModel columnModel
TableColumnModel of the table header.boolean reorderingAllowed
boolean resizingAllowed
boolean updateTableInRealTime
TableCellRenderer defaultRenderer
TableColumn
does not define a headerRenderer.| Class javax.swing.table.JTableHeader.AccessibleJTableHeader implements Serializable |
| Serialized Fields |
JTableHeader this$0
| Class javax.swing.table.TableColumn implements Serializable |
| Serialized Fields |
int modelIndex
TableColumn. As columns are moved around in the
view modelIndex remains constant.Object identifier
JTable; identifiers may be set in the
TableColumn as as an
optional way to tag and locate table columns. The table package does
not modify or invoke any methods in these identifer objects other
than the equals method which is used in the
getColumnIndex() method in the
DefaultTableColumnModel.int width
int minWidth
int preferredWidth
int maxWidth
TableCellRenderer headerRenderer
Object headerValue
TableCellRenderer cellRenderer
TableCellEditor cellEditor
boolean isResizable
SwingPropertyChangeSupport changeSupport
PropertyChangeListeners have been registered, the
changeSupport field describes them.
| Package javax.swing.text |
| Class javax.swing.text.AbstractDocument implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
Dictionary documentProperties
EventListenerList listenerList
AbstractDocument.Content data
AbstractDocument.AttributeContext context
| 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 |
AbstractDocument this$0
Element parent
| Class javax.swing.text.AbstractDocument.BidiElement implements Serializable |
| Serialized Fields |
AbstractDocument this$0
| Class javax.swing.text.AbstractDocument.BidiRootElement implements Serializable |
| Serialized Fields |
AbstractDocument this$0
| Class javax.swing.text.AbstractDocument.BranchElement implements Serializable |
| Serialized Fields |
AbstractDocument this$0
AbstractDocument.AbstractElement[] children
int nchildren
int lastIndex
| Class javax.swing.text.AbstractDocument.DefaultDocumentEvent implements Serializable |
| Serialized Fields |
AbstractDocument this$0
int offset
int length
Hashtable changeLookup
DocumentEvent.EventType type
| Class javax.swing.text.AbstractDocument.ElementEdit implements Serializable |
| Serialized Fields |
Element e
int index
Element[] removed
Element[] added
| 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.AsyncBoxView.ChildVector implements Serializable |
| Class javax.swing.text.BadLocationException implements Serializable |
| Serialized Fields |
int offs
| Class javax.swing.text.ChangedCharSetException implements Serializable |
| Serialized Fields |
String charSetSpec
boolean charSetKey
| Class javax.swing.text.ComponentView.Invalidator implements Serializable |
| Serialized Fields |
ComponentView this$0
Dimension min
Dimension pref
Dimension max
float yalign
float xalign
| Class javax.swing.text.DefaultCaret implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
EventListenerList listenerList
JTextComponent component
boolean async
boolean visible
int dot
int mark
Object selectionTag
boolean selectionVisible
Timer flasher
Point magicCaretPosition
boolean dotLTR
boolean markLTR
| Class javax.swing.text.DefaultEditorKit implements Serializable |
| Class javax.swing.text.DefaultEditorKit.BeepAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.BeginAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.BeginLineAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.BeginParagraphAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.BeginWordAction implements Serializable |
| Serialized Fields |
boolean select
| 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.DeleteNextCharAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.DeletePrevCharAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.DumpModelAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.EndAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.EndLineAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.EndParagraphAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.EndWordAction implements Serializable |
| Serialized Fields |
boolean select
| 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.NextVisualPositionAction implements Serializable |
| Serialized Fields |
boolean select
int direction
| Class javax.swing.text.DefaultEditorKit.NextWordAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.PageAction implements Serializable |
| Serialized Fields |
boolean select
boolean left
| Class javax.swing.text.DefaultEditorKit.PageDownAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.PageUpAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.PasteAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.PreviousWordAction implements Serializable |
| Serialized Fields |
boolean select
| Class javax.swing.text.DefaultEditorKit.ReadOnlyAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.SelectAllAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.SelectLineAction implements Serializable |
| Serialized Fields |
Action start
Action end
| Class javax.swing.text.DefaultEditorKit.SelectParagraphAction implements Serializable |
| Serialized Fields |
Action start
Action end
| Class javax.swing.text.DefaultEditorKit.SelectWordAction implements Serializable |
| Serialized Fields |
Action start
Action end
| Class javax.swing.text.DefaultEditorKit.ToggleComponentOrientationAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.UnselectAction implements Serializable |
| Class javax.swing.text.DefaultEditorKit.WritableAction 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 newAttributes
AttributeSet copy
boolean isReplacing
Element element
| Class javax.swing.text.DefaultStyledDocument.ElementBuffer implements Serializable |
| Serialized Fields |
DefaultStyledDocument this$0
Element root
| Class javax.swing.text.DefaultStyledDocument.SectionElement implements Serializable |
| Serialized Fields |
DefaultStyledDocument this$0
| Class javax.swing.text.DefaultStyledDocument.StyleChangeUndoableEdit implements Serializable |
| Serialized Fields |
AbstractDocument.AbstractElement element
Style newStyle
AttributeSet oldStyle
| 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.GapContent.InsertUndo implements Serializable |
| Serialized Fields |
GapContent this$0
int offset
int length
String string
Vector posRefs
| Class javax.swing.text.GapContent.MarkVector implements Serializable |
| Class javax.swing.text.GapContent.RemoveUndo implements Serializable |
| Serialized Fields |
GapContent this$0
int offset
int length
String string
Vector posRefs
| Class javax.swing.text.GapVector implements Serializable |
| Serialized Fields |
Object array
int g0
int g1
| Class javax.swing.text.JTextComponent implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
JComponent| Serialized Fields |
Document model
Color caretColor
Color selectionColor
Color selectedTextColor
Color disabledTextColor
boolean editable
Insets margin
char focusAccelerator
boolean canAccessSystemClipboard
JTextComponent editor
InputMethodRequests inputMethodRequestsHandler
AttributedString composedText
String composedTextContent
Position composedTextStart
Position composedTextEnd
JTextComponent.ComposedTextCaret composedTextCaret
boolean needToSendKeyTypedEvent
| Class javax.swing.text.JTextComponent.AccessibleJTextComponent implements Serializable |
| Serialized Fields |
JTextComponent this$0
int caretPos
| Class javax.swing.text.JTextComponent.ComposedTextCaret implements Serializable |
| Serialized Fields |
JTextComponent this$0
Color bg
| Class javax.swing.text.JTextComponent.InputMethodRequestsHandler implements Serializable |
| Serialized Fields |
JTextComponent this$0
| Class javax.swing.text.JTextComponent.KeymapActionMap implements Serializable |
| Serialized Fields |
Keymap keymap
| Class javax.swing.text.JTextComponent.KeymapWrapper implements Serializable |
| Serialized Fields |
Keymap keymap
| Class javax.swing.text.JTextComponent.MutableCaretEvent implements Serializable |
| Serialized Fields |
boolean dragActive
int dot
int mark
| Class javax.swing.text.PlainDocument implements Serializable |
| Serialized Fields |
AbstractDocument.AbstractElement defaultRoot
Vector added
Vector removed
| Class javax.swing.text.SimpleAttributeSet implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.swing.text.SimpleAttributeSet.EmptyAttributeSet implements Serializable |
| Class javax.swing.text.StateInvariantError implements Serializable |
| Class javax.swing.text.StringContent implements Serializable |
| Serialized Fields |
char[] data
int count
| Class javax.swing.text.StringContent.InsertUndo implements Serializable |
| Serialized Fields |
StringContent this$0
int offset
int length
String string
Vector posRefs
| Class javax.swing.text.StringContent.RemoveUndo implements Serializable |
| Serialized Fields |
StringContent this$0
int offset
int length
String string
Vector posRefs
| 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 |
StyleContext this$0
EventListenerList listenerList
| Class javax.swing.text.StyledEditorKit implements Serializable |
| Serialized Fields |
Element currentRun
Element currentParagraph
MutableAttributeSet inputAttributes
StyledEditorKit.AttributeTracker inputAttributeUpdater
| Class javax.swing.text.StyledEditorKit.AlignmentAction implements Serializable |
| Serialized Fields |
int a
| Class javax.swing.text.StyledEditorKit.AttributeTracker implements Serializable |
| Serialized Fields |
StyledEditorKit this$0
| 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
float position
int leader
| Class javax.swing.text.TextAction implements Serializable |
| Package javax.swing.text.html |
| Class javax.swing.text.html.CommentView.CommentBorder implements Serializable |
| Class javax.swing.text.html.CSS implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
int baseFontSize
| Class javax.swing.text.html.CSS.BackgroundImage implements Serializable |
| Serialized Fields |
boolean loadedImage
ImageIcon image
| Class javax.swing.text.html.CSS.BackgroundPosition implements Serializable |
| Serialized Fields |
float horizontalPosition
float verticalPosition
short relative
| Class javax.swing.text.html.CSS.BorderStyle implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.swing.text.html.CSS.BorderWidthValue implements Serializable |
| Serialized Fields |
int index
| Class javax.swing.text.html.CSS.ColorValue implements Serializable |
| Serialized Fields |
Color c
| Class javax.swing.text.html.CSS.CssValue implements Serializable |
| Serialized Fields |
String svalue
| Class javax.swing.text.html.CSS.CssValueMapper implements Serializable |
| Class javax.swing.text.html.CSS.FontFamily implements Serializable |
| Serialized Fields |
String family
| Class javax.swing.text.html.CSS.FontSize implements Serializable |
| Serialized Fields |
CSS this$0
float value
boolean index
CSS.LengthUnit lu
| Class javax.swing.text.html.CSS.FontWeight implements Serializable |
| Serialized Fields |
int weight
| Class javax.swing.text.html.CSS.LengthUnit implements Serializable |
| Serialized Fields |
short type
float value
| Class javax.swing.text.html.CSS.LengthValue implements Serializable |
| Serialized Fields |
boolean percentage
float span
| Class javax.swing.text.html.CSS.StringValue implements Serializable |
| Class javax.swing.text.html.HiddenTagView.EndTagBorder implements Serializable |
| Class javax.swing.text.html.HiddenTagView.StartTagBorder implements Serializable |
| Class javax.swing.text.html.HTML.UnknownTag implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
| Class javax.swing.text.html.HTMLDocument implements Serializable |
| Serialized Fields |
boolean frameDocument
boolean preservesUnknownTags
ButtonGroup radioButtonGroup
URL base
HTMLEditorKit.Parser parser
| 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 |
MutableAttributeSet input
HTMLEditorKit.LinkController linkHandler
Cursor defaultCursor
Cursor linkCursor
| Class javax.swing.text.html.HTMLEditorKit.ActivateLinkAction implements Serializable |
| Class javax.swing.text.html.HTMLEditorKit.HTMLTextAction implements Serializable |
| Class javax.swing.text.html.HTMLEditorKit.InsertHRAction implements Serializable |
| Class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction implements Serializable |
| Serialized Fields |
String html
HTML.Tag parentTag
HTML.Tag addTag
HTML.Tag alternateParentTag
HTML.Tag alternateAddTag
boolean adjustSelection
| Class javax.swing.text.html.HTMLEditorKit.LinkController implements Serializable |
| Serialized Fields |
Element curElem
String href
Position.Bias[] bias
| Class javax.swing.text.html.HTMLEditorKit.NavigateLinkAction implements Serializable |
| Serialized Fields |
HTMLEditorKit.NavigateLinkAction.FocusHighlightPainter focusPainter
Object selectionTag
boolean focusBack
| Class javax.swing.text.html.HTMLFrameHyperlinkEvent implements Serializable |
| Serialized Fields |
String targetFrame
Element sourceElement
| Class javax.swing.text.html.Map.PolygonRegionContainment implements Serializable |
| Serialized Fields |
float[] percentValues
int[] percentIndexs
int lastWidth
int lastHeight
| Class javax.swing.text.html.Map.RectangleRegionContainment implements Serializable |
| Serialized Fields |
float[] percents
int lastWidth
int lastHeight
| Class javax.swing.text.html.OptionComboBoxModel implements Serializable |
| Serialized Fields |
Option selectedOption
| Class javax.swing.text.html.OptionListModel implements Serializable |
| Serialized Fields |
int selectionMode
int minIndex
int maxIndex
int anchorIndex
int leadIndex
int firstChangedIndex
int lastChangedIndex
boolean isAdjusting
BitSet value
BitSet initialValue
EventListenerList listenerList
boolean leadAnchorNotificationEnabled
| Class javax.swing.text.html.StyleSheet implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
| Serialized Fields |
CSS css
Hashtable selectorMapping
Hashtable resolvedStyles
Vector linkedStyleSheets
URL base
| Class javax.swing.text.html.StyleSheet.BackgroundImagePainter implements Serializable |
| Serialized Fields |
ImageIcon backgroundImage
float hPosition
float vPosition
short flags
int paintX
int paintY
int paintMaxX
int paintMaxY
| Class javax.swing.text.html.StyleSheet.BoxPainter implements Serializable |
| Serialized Fields |
float topMargin
float bottomMargin
float leftMargin
float rightMargin
short marginFlags
Border border
Insets binsets
CSS css
StyleSheet ss
Color bg
StyleSheet.BackgroundImagePainter bgPainter
| Class javax.swing.text.html.StyleSheet.LargeConversionSet implements Serializable |
| Serialized Fields |
StyleSheet this$0
| Class javax.swing.text.html.StyleSheet.ListPainter implements Serializable |
| Serialized Fields |
int start
CSS.Value type
URL imageurl
Icon img
int bulletgap
| Class javax.swing.text.html.StyleSheet.MuxingAttributeSet implements Serializable |
| Serialized Fields |
AttributeSet[] attrs
| Class javax.swing.text.html.StyleSheet.ResolvedStyle implements Serializable |
| Serialized Fields |
String name
int extendedIndex
| Class javax.swing.text.html.StyleSheet.SheetAttribute implements Serializable |
| Serialized Fields |
boolean cache
String name
| Class javax.swing.text.html.StyleSheet.ViewAttributeSet implements Serializable |
| Serialized Fields |
StyleSheet this$0
View host
| Class javax.swing.text.html.TextAreaDocument implements Serializable |
| Serialized Fields |
String initialText
| Package javax.swing.text.html.parser |
| Class javax.swing.text.html.parser.AttributeList implements Serializable |
| Serialized Fields |
String name
int type
Vector values
int modifier
String value
AttributeList next
| Class javax.swing.text.html.parser.ContentModel implements Serializable |
| Serialized Fields |
int type
Object content
ContentModel next
boolean[] valSet
boolean[] val
| Class javax.swing.text.html.parser.Element implements Serializable |
| Serialized Fields |
int index
String name
boolean oStart
boolean oEnd
BitSet inclusions
BitSet exclusions
int type
ContentModel content
AttributeList atts
Object data
| Class javax.swing.text.html.parser.ParserDelegator implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
| Package 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 |
MutableTreeNode parent
Vector children
boolean allowsChildren
| Class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField implements Serializable |
| Serialized Fields |
DefaultTreeCellEditor this$0
Border border
| Class javax.swing.tree.DefaultTreeCellEditor.EditorContainer implements Serializable |
| Serialized Fields |
DefaultTreeCellEditor this$0
| Class javax.swing.tree.DefaultTreeCellRenderer implements Serializable |
| Serialized Fields |
boolean selected
boolean hasFocus
boolean drawsFocusBorderAroundIcon
Color textSelectionColor
Color textNonSelectionColor
Color backgroundSelectionColor
Color backgroundNonSelectionColor
Color borderSelectionColor
| 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 |
TreeNode root
EventListenerList listenerList
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)| 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
TreePath[] selection
EventListenerList listenerList
DefaultListSelectionModel listSelectionModel
int selectionMode
TreePath leadPath
int leadIndex
int leadRow
Hashtable uniquePaths
selection.Hashtable lastPaths
TreePath[] tempPaths
| Class javax.swing.tree.ExpandVetoException implements Serializable |
| Serialized Fields |
TreeExpansionEvent event
| Class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode implements Serializable |
| Serialized Fields |
FixedHeightLayoutCache this$0
boolean isExpanded
int childIndex
int row
TreePath path
| 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
| Class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode implements Serializable |
| Serialized Fields |
VariableHeightLayoutCache this$0
int preferredWidth
int preferredHeight
int xOrigin
int yOrigin
boolean expanded
boolean hasBeenExpanded
TreePath path
| Package javax.swing.undo |
| Class javax.swing.undo.AbstractUndoableEdit implements Serializable |
| Serialized Fields |
boolean hasBeenDone
boolean alive
| Class javax.swing.undo.CannotRedoException implements Serializable |
| Class javax.swing.undo.CannotUndoException implements Serializable |
| Class javax.swing.undo.CompoundEdit implements Serializable |
| Serialized Fields |
boolean inProgress
Vector edits
| Class javax.swing.undo.StateEdit implements Serializable |
| Serialized Fields |
StateEditable object
Hashtable preState
Hashtable postState
String undoRedoName
| Class javax.swing.undo.UndoManager implements Serializable |
| Serialized Fields |
int indexOfNextAdd
int limit
| Package javax.transaction |
| Class javax.transaction.InvalidTransactionException implements Serializable |
| Class javax.transaction.TransactionRequiredException implements Serializable |
| Class javax.transaction.TransactionRolledbackException implements Serializable |
| Package org.omg.CORBA |
| Class org.omg.CORBA._IDLTypeStub implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
private void writeObject(ObjectOutputStream s)
| Class org.omg.CORBA._PolicyStub implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
private void writeObject(ObjectOutputStream s)
| 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
DefinitionKind object.| 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.Initializer implements Serializable |
| Serialized Fields |
StructMember[] members
| 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
NameValuePair object.Any value
NameValuePair object.| 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 |
int service_detail_type
ServiceDetail
object represents.byte[] service_detail
ServiceDetail
object represents.| Class org.omg.CORBA.ServiceInformation implements Serializable |
| Serialized Fields |
int[] service_options
ServiceDetail[] service_details
| 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 |
int minor
CompletionStatus completed
| 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 |
String name
UnionMember object.Any label
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 |
String name
value member described by this
ValueMember object.String id
value member described by this
ValueMember object.String defined_in
value member described by this
ValueMember object.String version
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.short access
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.IndirectionException implements Serializable |
| Serialized Fields |
int offset
| Class org.omg.CORBA.portable.RemarshalException implements Serializable |
| Class org.omg.CORBA.portable.UnknownException implements Serializable |
| Serialized Fields |
Throwable originalEx
| 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 |
NotFoundReason why
NameComponent[] rest_of_name
| Class org.omg.CosNaming.NamingContextPackage.NotFoundReason implements Serializable |
| Serialized Fields |
int _value
| Package org.omg.stub.java.rmi |
| Class org.omg.stub.java.rmi._Remote_Stub implements Serializable |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.