Serialized Form


Package ISSearch

Class ISSearch.ISFeature extends Object implements Serializable

Serialized Fields

term

String term
The term that is represented by this feature in the bag-of-words model. For compatibility reasons, we assume that all features are word stems generated by the Porter stemming algorithm from original words of the document after stopword removal. We also assume that all terms are converted to lowercase and trimmed usind String.toLowerCase() and String.trim() functions.


tf

double tf
The absolute Term Frequency (TF) weight of the feature in the document. TF is defined as the total number of term occurences in the current document.


rtf

double rtf
The Relative Term Frequency (RTF) weight of the feature in the document. RTF is defined as RTF / N, where N is the total number of terms in the current document.

Class ISSearch.ISPeerResult extends Object implements Serializable

Serialized Fields

id

int id
The ID of this search result. Internally used by the compareTo method to allow disamibiguation of equal-scored search results (e.g. when accessing them within Java Collections or Sets).


features

ISFeatureInterface[] features
The array of document-specific features. The features are pairs (term,weight) that are represented in our framework by objects that implement the interface ISFeatureInterface.

See Also:
ISFeatureInterface, ISFeature

URL

String URL
The absolute URL of the documents as a String.


score

double score
The relevance (rank) of the document in the context of given query. The relevance is used in our application scenario for ranked retrieval of query results; the best of them (e.g. top 10) are returned to the user. The document relevance is defined as the similarity between the document and the query (we use the scalar product between two feature vectors that represent the query and the document as the similarity metric).

Class ISSearch.ISPeerServer extends UnicastRemoteObject implements Serializable

Class ISSearch.ISPeerServer_Stub extends RemoteStub implements Serializable

serialVersionUID: 2l


Package javax.rmi.CORBA

Class javax.rmi.CORBA.ClassDesc extends Object implements Serializable

Serialized Fields

repid

String repid
The class's RepositoryId.

codebase

String codebase
A space-separated list of codebase URLs.

Class javax.rmi.CORBA.Stub extends org.omg.CORBA_2_3.portable.ObjectImpl implements Serializable

serialVersionUID: 1087775603798577179l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Serialization method to restore the IOR state.


writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serialization method to save the IOR state.

Serial Data:
The length of the IOR type ID (int), followed by the IOR type ID (byte array encoded using ISO8859-1), followed by the number of IOR profiles (int), followed by the IOR profiles. Each IOR profile is written as a profile tag (int), followed by the length of the profile data (int), followed by the profile data (byte array).
Throws:
IOException


Package javax.sql

Class javax.sql.ConnectionEvent extends EventObject implements Serializable

serialVersionUID: -4843217645290030002l

Serialized Fields

ex

SQLException ex
The SQLException that the driver will throw to the application when an error occurs and the pooled connection is no longer usable.

 

Class javax.sql.RowSetEvent extends EventObject implements Serializable

serialVersionUID: -1875450876546332005l


Package javax.swing

Class javax.swing.AbstractAction extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

enabled

boolean enabled
Specifies whether action is enabled; the default is true.


changeSupport

SwingPropertyChangeSupport changeSupport
If any PropertyChangeListeners have been registered, the changeSupport field describes them.

Class javax.swing.AbstractButton extends JComponent implements Serializable

Serialized Fields

model

ButtonModel model
The data model that determines the button's state.


text

String text

margin

Insets margin

defaultMargin

Insets defaultMargin

defaultIcon

Icon defaultIcon

pressedIcon

Icon pressedIcon

disabledIcon

Icon disabledIcon

selectedIcon

Icon selectedIcon

disabledSelectedIcon

Icon disabledSelectedIcon

rolloverIcon

Icon rolloverIcon

rolloverSelectedIcon

Icon rolloverSelectedIcon

paintBorder

boolean paintBorder

paintFocus

boolean paintFocus

rolloverEnabled

boolean rolloverEnabled

contentAreaFilled

boolean contentAreaFilled

verticalAlignment

int verticalAlignment

horizontalAlignment

int horizontalAlignment

verticalTextPosition

int verticalTextPosition

horizontalTextPosition

int horizontalTextPosition

iconTextGap

int iconTextGap

mnemonic

int mnemonic

mnemonicIndex

int mnemonicIndex

multiClickThreshhold

long multiClickThreshhold

accessibleIcon

javax.accessibility.AccessibleIcon accessibleIcon

changeListener

ChangeListener changeListener
The button model's changeListener.


actionListener

ActionListener actionListener
The button model's ActionListener.


itemListener

ItemListener itemListener
The button model's ItemListener.


action

Action action

actionPropertyChangeListener

java.beans.PropertyChangeListener actionPropertyChangeListener

Class javax.swing.AbstractButton.AccessibleAbstractButton extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.AbstractButton.ButtonChangeListener extends Object implements Serializable

Class javax.swing.AbstractCellEditor extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

Class javax.swing.AbstractListModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

Class javax.swing.ActionMap extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

parent

ActionMap parent
Parent that handles any bindings we don't contain.

Class javax.swing.Box extends JComponent implements Serializable

Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext
The currently set AccessibleContext object.

Class javax.swing.Box.AccessibleBox extends Container.AccessibleAWTContainer implements Serializable

Class javax.swing.Box.Filler extends JComponent implements Serializable

Serialized Fields

reqMin

Dimension reqMin

reqPref

Dimension reqPref

reqMax

Dimension reqMax

accessibleContext

javax.accessibility.AccessibleContext accessibleContext
The currently set AccessibleContext object.

Class javax.swing.Box.Filler.AccessibleBoxFiller extends Component.AccessibleAWTComponent implements Serializable

Class javax.swing.BoxLayout extends Object implements Serializable

Serialized Fields

axis

int axis

target

Container target

Class javax.swing.ButtonGroup extends Object implements Serializable

Serialized Fields

buttons

Vector buttons

selection

ButtonModel selection
The current selection.

Class javax.swing.CellRendererPane extends Container implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: Container
Serializes this Container to the specified ObjectOutputStream.

Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class javax.swing.CellRendererPane.AccessibleCellRendererPane extends Container.AccessibleAWTContainer implements Serializable

Class javax.swing.ComponentInputMap extends InputMap implements Serializable

Serialized Fields

component

JComponent component
Component binding is created for.

Class javax.swing.DefaultBoundedRangeModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
The listeners waiting for model changes.


value

int value

extent

int extent

min

int min

max

int max

isAdjusting

boolean isAdjusting

Class javax.swing.DefaultButtonModel extends Object implements Serializable

Serialized Fields

stateMask

int stateMask

actionCommand

String actionCommand

group

ButtonGroup group

mnemonic

int mnemonic

listenerList

EventListenerList listenerList

Class javax.swing.DefaultCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

editorComponent

JComponent editorComponent
The Swing component being edited.


delegate

DefaultCellEditor.EditorDelegate delegate
The delegate class which handles all methods sent from the CellEditor.


clickCountToStart

int clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.

Class javax.swing.DefaultCellEditor.EditorDelegate extends Object implements Serializable

Serialized Fields

value

Object value
The value of this cell.

Class javax.swing.DefaultComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

objects

Vector objects

selectedObject

Object selectedObject

Class javax.swing.DefaultDesktopManager extends Object implements Serializable

Serialized Fields

dragMode

int dragMode

Class javax.swing.DefaultListCellRenderer extends JLabel implements Serializable

Class javax.swing.DefaultListCellRenderer.UIResource extends DefaultListCellRenderer implements Serializable

Class javax.swing.DefaultListModel extends AbstractListModel implements Serializable

Serialized Fields

delegate

Vector delegate

Class javax.swing.DefaultListSelectionModel extends Object implements Serializable

Serialized Fields

selectionMode

int selectionMode

minIndex

int minIndex

maxIndex

int maxIndex

anchorIndex

int anchorIndex

leadIndex

int leadIndex

firstAdjustedIndex

int firstAdjustedIndex

lastAdjustedIndex

int lastAdjustedIndex

isAdjusting

boolean isAdjusting

firstChangedIndex

int firstChangedIndex

lastChangedIndex

int lastChangedIndex

value

BitSet value

listenerList

EventListenerList listenerList

leadAnchorNotificationEnabled

boolean leadAnchorNotificationEnabled

Class javax.swing.DefaultSingleSelectionModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
The collection of registered listeners


index

int index

Class javax.swing.ImageIcon extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

imageObserver

ImageObserver imageObserver

description

String description

width

int width

height

int height

accessibleContext

ImageIcon.AccessibleImageIcon accessibleContext
--- Accessibility Support ---

Class javax.swing.ImageIcon.AccessibleImageIcon extends javax.accessibility.AccessibleContext implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class javax.swing.InputMap extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

parent

InputMap parent
Parent that handles any bindings we don't contain.

Class javax.swing.JApplet extends java.applet.Applet implements Serializable

Serialized Fields

rootPane

JRootPane rootPane
See Also:
JApplet.getRootPane(), JApplet.setRootPane(javax.swing.JRootPane)

rootPaneCheckingEnabled

boolean rootPaneCheckingEnabled
See Also:
JApplet.isRootPaneCheckingEnabled(), JApplet.setRootPaneCheckingEnabled(boolean)

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class javax.swing.JApplet.AccessibleJApplet extends java.applet.Applet.AccessibleApplet implements Serializable

Class javax.swing.JButton extends AbstractButton implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

defaultCapable

boolean defaultCapable

Class javax.swing.JButton.AccessibleJButton extends AbstractButton.AccessibleAbstractButton implements Serializable

Class javax.swing.JCheckBox extends JToggleButton implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
See JComponent.readObject() for information about serialization in Swing.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JToggleButton
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

flat

boolean flat

Class javax.swing.JCheckBox.AccessibleJCheckBox extends JToggleButton.AccessibleJToggleButton implements Serializable

Class javax.swing.JCheckBoxMenuItem extends JMenuItem implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem extends JMenuItem.AccessibleJMenuItem implements Serializable

Class javax.swing.JColorChooser extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

selectionModel

ColorSelectionModel selectionModel

previewPanel

JComponent previewPanel

chooserPanels

AbstractColorChooserPanel[] chooserPanels

dragEnabled

boolean dragEnabled

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class javax.swing.JColorChooser.AccessibleJColorChooser extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JComboBox extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

dataModel

ComboBoxModel dataModel
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.getModel(), JComboBox.setModel(javax.swing.ComboBoxModel)

renderer

ListCellRenderer renderer
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.getRenderer(), JComboBox.setRenderer(javax.swing.ListCellRenderer)

editor

ComboBoxEditor editor
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.getEditor(), JComboBox.setEditor(javax.swing.ComboBoxEditor)

maximumRowCount

int maximumRowCount
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.getMaximumRowCount(), JComboBox.setMaximumRowCount(int)

isEditable

boolean isEditable
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.isEditable, JComboBox.setEditable(boolean)

keySelectionManager

JComboBox.KeySelectionManager keySelectionManager
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.setKeySelectionManager(javax.swing.JComboBox.KeySelectionManager), JComboBox.getKeySelectionManager()

actionCommand

String actionCommand
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.setActionCommand(java.lang.String), JComboBox.getActionCommand()

lightWeightPopupEnabled

boolean lightWeightPopupEnabled
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
JComboBox.setLightWeightPopupEnabled(boolean), JComboBox.isLightWeightPopupEnabled()

selectedItemReminder

Object selectedItemReminder
This protected field is implementation specific. Do not access directly or override.


prototypeDisplayValue

Object prototypeDisplayValue

firingActionEvent

boolean firingActionEvent

selectingItem

boolean selectingItem

action

Action action

actionPropertyChangeListener

java.beans.PropertyChangeListener actionPropertyChangeListener

Class javax.swing.JComboBox.AccessibleJComboBox extends JComponent.AccessibleJComponent implements Serializable

Serialized Fields

editorAccessibleContext

JComboBox.AccessibleJComboBox.EditorAccessibleContext editorAccessibleContext

Class javax.swing.JComponent extends Container implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.

Throws:
IOException
ClassNotFoundException
See Also:
JComponent.ReadObjectCallback

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

preferredSize

Dimension preferredSize

minimumSize

Dimension minimumSize

maximumSize

Dimension maximumSize

alignmentX

Float alignmentX

alignmentY

Float alignmentY

ancestorNotifier

AncestorNotifier ancestorNotifier

_bounds

Rectangle _bounds

listenerList

EventListenerList listenerList
A list of event listeners for this component.


clientProperties

Hashtable clientProperties

vetoableChangeSupport

java.beans.VetoableChangeSupport vetoableChangeSupport

autoscroller

Autoscroller autoscroller

border

Border border

flags

int flags

transfer

TransferHandler transfer

inputVerifier

InputVerifier inputVerifier

verifyInputWhenFocusTarget

boolean verifyInputWhenFocusTarget

focusInputMap

InputMap focusInputMap
Used for WHEN_FOCUSED bindings.


ancestorInputMap

InputMap ancestorInputMap
Used for WHEN_ANCESTOR_OF_FOCUSED_COMPONENT bindings.


windowInputMap

ComponentInputMap windowInputMap
Used for WHEN_IN_FOCUSED_KEY bindings.


actionMap

ActionMap actionMap
ActionMap.


accessibleContext

javax.accessibility.AccessibleContext accessibleContext
The AccessibleContext associated with this JComponent.


htmlView

Object htmlView

changeSupport

SwingPropertyChangeSupport changeSupport

paintImmediatelyClip

Rectangle paintImmediatelyClip

Class javax.swing.JComponent.AccessibleJComponent extends Container.AccessibleAWTContainer implements Serializable

Serialized Fields

accessibleContainerHandler

ContainerListener accessibleContainerHandler

accessibleFocusHandler

FocusListener accessibleFocusHandler

Class javax.swing.JDesktopPane extends JLayeredPane implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

dragMode

int dragMode

Class javax.swing.JDesktopPane.AccessibleJDesktopPane extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JDialog extends Dialog implements Serializable

Serialized Fields

defaultCloseOperation

int defaultCloseOperation

rootPane

JRootPane rootPane
See Also:
JDialog.getRootPane(), JDialog.setRootPane(javax.swing.JRootPane)

rootPaneCheckingEnabled

boolean rootPaneCheckingEnabled
See Also:
JDialog.isRootPaneCheckingEnabled(), JDialog.setRootPaneCheckingEnabled(boolean)

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class javax.swing.JDialog.AccessibleJDialog extends Dialog.AccessibleAWTDialog implements Serializable

Class javax.swing.JEditorPane extends JTextComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

loading

JEditorPane.PageStream loading
Stream currently loading asynchronously (potentially cancelable). Access to this variable should be synchronized.


kit

EditorKit kit
Current content binding of the editor.


pageProperties

Hashtable pageProperties

typeHandlers

Hashtable typeHandlers
Table of registered type handlers for this editor.

Class javax.swing.JEditorPane.AccessibleJEditorPane extends JTextComponent.AccessibleJTextComponent implements Serializable

Class javax.swing.JEditorPane.AccessibleJEditorPaneHTML extends JEditorPane.AccessibleJEditorPane implements Serializable

Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport extends JEditorPane.AccessibleJEditorPane implements Serializable

Serialized Fields

hyperlinks

JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector hyperlinks

linksValid

boolean linksValid

Class javax.swing.JFileChooser extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

dialogTitle

String dialogTitle

approveButtonText

String approveButtonText

approveButtonToolTipText

String approveButtonToolTipText

approveButtonMnemonic

int approveButtonMnemonic

actionListener

ActionListener actionListener

filters

Vector filters

dialog

JDialog dialog

dialogType

int dialogType

returnValue

int returnValue

accessory

JComponent accessory

fileView

FileView fileView

controlsShown

boolean controlsShown

useFileHiding

boolean useFileHiding

fileSelectionMode

int fileSelectionMode

multiSelectionEnabled

boolean multiSelectionEnabled

useAcceptAllFileFilter

boolean useAcceptAllFileFilter

dragEnabled

boolean dragEnabled

fileFilter

FileFilter fileFilter

fileSystemView

FileSystemView fileSystemView

currentDirectory

File currentDirectory

selectedFile

File selectedFile

selectedFiles

File[] selectedFiles

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class javax.swing.JFileChooser.AccessibleJFileChooser extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JFormattedTextField extends JTextField implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JTextField
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

factory

JFormattedTextField.AbstractFormatterFactory factory
Factory used to obtain an instance of AbstractFormatter.


format

JFormattedTextField.AbstractFormatter format
Object responsible for formatting the current value.


value

Object value
Last valid value.


editValid

boolean editValid
True while the value being edited is valid.


focusLostBehavior

int focusLostBehavior
Behavior when focus is lost.


edited

boolean edited
Indicates the current value has been edited.


documentListener

DocumentListener documentListener
Used to set the dirty state.


mask

Object mask
Masked used to set the AbstractFormatterFactory.


textFormatterActionMap

ActionMap textFormatterActionMap
ActionMap that the TextFormatter Actions are added to.


composedTextExists

boolean composedTextExists
Indicates the input method composed text is in the document


focusLostHandler

JFormattedTextField.FocusLostHandler focusLostHandler
A handler for FOCUS_LOST event

Class javax.swing.JFormattedTextField.AbstractFormatter extends Object implements Serializable

Serialized Fields

ftf

JFormattedTextField ftf

Class javax.swing.JFrame extends Frame implements Serializable

Serialized Fields

defaultCloseOperation

int defaultCloseOperation

rootPane

JRootPane rootPane
The JRootPane instance that manages the contentPane and optional menuBar for this frame, as well as the glassPane.

See Also:
JRootPane, RootPaneContainer

rootPaneCheckingEnabled

boolean rootPaneCheckingEnabled
If true then calls to add and setLayout will cause an exception to be thrown. The default is false.

See Also:
JFrame.isRootPaneCheckingEnabled(), JFrame.setRootPaneCheckingEnabled(boolean)

accessibleContext

javax.accessibility.AccessibleContext accessibleContext
The accessible context property.

Class javax.swing.JFrame.AccessibleJFrame extends Frame.AccessibleAWTFrame implements Serializable

Class javax.swing.JInternalFrame extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

rootPane

JRootPane rootPane
The JRootPane instance that manages the content pane and optional menu bar for this internal frame, as well as the glass pane.

See Also:
JRootPane, RootPaneContainer

rootPaneCheckingEnabled

boolean rootPaneCheckingEnabled
If true then calls to add and setLayout cause an exception to be thrown.


closable

boolean closable
The frame can be closed.


isClosed

boolean isClosed
The frame has been closed.


maximizable

boolean maximizable
The frame can be expanded to the size of the desktop pane.


isMaximum

boolean isMaximum
The frame has been expanded to its maximum size.

See Also:
JInternalFrame.maximizable

iconable

boolean iconable
The frame can "iconified" (shrunk down and displayed as an icon-image).

See Also:
JInternalFrame.JDesktopIcon, JInternalFrame.setIconifiable(boolean)

isIcon

boolean isIcon
The frame has been iconified.

See Also:
JInternalFrame.isIcon()

resizable

boolean resizable
The frame's size can be changed.


isSelected

boolean isSelected
The frame is currently selected.


frameIcon

Icon frameIcon
The icon shown in the top-left corner of this internal frame.


title

String title
The title displayed in this internal frame's title bar.


desktopIcon

JInternalFrame.JDesktopIcon desktopIcon
The icon that is displayed when this internal frame is iconified.

See Also:
JInternalFrame.iconable

opened

boolean opened

normalBounds

Rectangle normalBounds

defaultCloseOperation

int defaultCloseOperation

lastFocusOwner

Component lastFocusOwner
Contains the Component that focus is to go when restoreSubcomponentFocus is invoked, that is, restoreSubcomponentFocus sets this to the value returned from getMostRecentFocusOwner.


isDragging

boolean isDragging

danger

boolean danger

Class javax.swing.JInternalFrame.AccessibleJInternalFrame extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JInternalFrame.JDesktopIcon extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

internalFrame

JInternalFrame internalFrame

Class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JLabel extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

mnemonic

int mnemonic

mnemonicIndex

int mnemonicIndex

text

String text

defaultIcon

Icon defaultIcon

disabledIcon

Icon disabledIcon

disabledIconSet

boolean disabledIconSet

verticalAlignment

int verticalAlignment

horizontalAlignment

int horizontalAlignment

verticalTextPosition

int verticalTextPosition

horizontalTextPosition

int horizontalTextPosition

iconTextGap

int iconTextGap

labelFor

Component labelFor

accessibleIcon

javax.accessibility.AccessibleIcon accessibleIcon

Class javax.swing.JLabel.AccessibleJLabel extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JLayeredPane extends JComponent implements Serializable

Serialized Fields

componentToLayer

Hashtable componentToLayer

optimizedDrawingPossible

boolean optimizedDrawingPossible

Class javax.swing.JLayeredPane.AccessibleJLayeredPane extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JList extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

fixedCellWidth

int fixedCellWidth

fixedCellHeight

int fixedCellHeight

horizontalScrollIncrement

int horizontalScrollIncrement

prototypeCellValue

Object prototypeCellValue

visibleRowCount

int visibleRowCount

selectionForeground

Color selectionForeground

selectionBackground

Color selectionBackground

dragEnabled

boolean dragEnabled

selectionModel

ListSelectionModel selectionModel

dataModel

ListModel dataModel

cellRenderer

ListCellRenderer cellRenderer

selectionListener

ListSelectionListener selectionListener

layoutOrientation

int layoutOrientation
How to layout the cells, defaults to VERTICAL.

Class javax.swing.JList.AccessibleJList extends JComponent.AccessibleJComponent implements Serializable

Serialized Fields

leadSelectionIndex

int leadSelectionIndex

Class javax.swing.JMenu extends JMenuItem implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

popupMenu

JPopupMenu popupMenu

menuChangeListener

ChangeListener menuChangeListener

menuEvent

MenuEvent menuEvent

delay

int delay

customMenuLocation

Point customMenuLocation

popupListener

JMenu.WinListener popupListener
The window-closing listener for the popup.

See Also:
JMenu.WinListener

Class javax.swing.JMenu.AccessibleJMenu extends JMenuItem.AccessibleJMenuItem implements Serializable

Class javax.swing.JMenu.WinListener extends WindowAdapter implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

Class javax.swing.JMenuBar extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
See JComponent.readObject() for information about serialization in Swing.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

paintBorder

boolean paintBorder

margin

Insets margin

Class javax.swing.JMenuBar.AccessibleJMenuBar extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JMenuItem extends AbstractButton implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
See JComponent.readObject() for information about serialization in Swing.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

isMouseDragged

boolean isMouseDragged

accelerator

KeyStroke accelerator

Class javax.swing.JMenuItem.AccessibleJMenuItem extends AbstractButton.AccessibleAbstractButton implements Serializable

Serialized Fields

isArmed

boolean isArmed

hasFocus

boolean hasFocus

isPressed

boolean isPressed

isSelected

boolean isSelected

Class javax.swing.JOptionPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Description copied from class: JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

messageType

int messageType
Message type.


optionType

int optionType
Option type, one of DEFAULT_OPTION, YES_NO_OPTION, YES_NO_CANCEL_OPTION or OK_CANCEL_OPTION.


wantsInput

boolean wantsInput
If true, a UI widget will be provided to the user to get input.

Class javax.swing.JOptionPane.AccessibleJOptionPane extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JPanel extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Class javax.swing.JPanel.AccessibleJPanel extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JPasswordField extends JTextField implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

echoChar

char echoChar

Class javax.swing.JPasswordField.AccessibleJPasswordField extends JTextField.AccessibleJTextField implements Serializable

Class javax.swing.JPopupMenu extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Description copied from class: JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

desiredLocationX

int desiredLocationX

desiredLocationY

int desiredLocationY

label

String label

paintBorder

boolean paintBorder

margin

Insets margin

lightWeightPopup

boolean lightWeightPopup
Used to indicate if lightweight popups should be used.


selectionModel

SingleSelectionModel selectionModel

Class javax.swing.JPopupMenu.AccessibleJPopupMenu extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JPopupMenu.Separator extends JSeparator implements Serializable

Class javax.swing.JProgressBar extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

orientation

int orientation
Whether the progress bar is horizontal or vertical. The default is HORIZONTAL.

See Also:
JProgressBar.setOrientation(int)

paintBorder

boolean paintBorder
Whether to display a border around the progress bar. The default is true.

See Also:
JProgressBar.setBorderPainted(boolean)

model

BoundedRangeModel model
The object that holds the data for the progress bar.

See Also:
JProgressBar.setModel(javax.swing.BoundedRangeModel)

progressString

String progressString
An optional string that can be displayed on the progress bar. The default is null. Setting this to a non-null value does not imply that the string will be displayed.

See Also:
JProgressBar.setString(java.lang.String)

paintString

boolean paintString
Whether to textually display a string on the progress bar. The default is false. Setting this to true causes a textual display of the progress to be rendered on the progress bar. If the progressString is null, the percentage of completion is displayed on the progress bar. Otherwise, the progressString is rendered on the progress bar.

See Also:
JProgressBar.setStringPainted(boolean)

changeListener

ChangeListener changeListener
Listens for change events sent by the progress bar's model, redispatching them to change-event listeners registered upon this progress bar.

See Also:
JProgressBar.createChangeListener()

indeterminate

boolean indeterminate
Whether the progress bar is indeterminate (true) or normal (false); the default is false.

Since:
1.4
See Also:
JProgressBar.setIndeterminate(boolean)

Class javax.swing.JProgressBar.AccessibleJProgressBar extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JRadioButton extends JToggleButton implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Class javax.swing.JRadioButton.AccessibleJRadioButton extends JToggleButton.AccessibleJToggleButton implements Serializable

Class javax.swing.JRadioButtonMenuItem extends JMenuItem implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem extends JMenuItem.AccessibleJMenuItem implements Serializable

Class javax.swing.JRootPane extends JComponent implements Serializable

Serialized Fields

mostRecentFocusOwner

Component mostRecentFocusOwner

windowDecorationStyle

int windowDecorationStyle

menuBar

JMenuBar menuBar
The menu bar.


contentPane

Container contentPane
The content pane.


layeredPane

JLayeredPane layeredPane
The layered pane that manages the menu bar and content pane.


glassPane

Component glassPane
The glass pane that overlays the menu bar and content pane, so it can intercept mouse movements and such.


defaultButton

JButton defaultButton
The button that gets activated when the pane has the focus and a UI-specific action like pressing the Enter key occurs.


defaultPressAction

JRootPane.DefaultAction defaultPressAction
Deprecated. As of Java 2 platform v1.3.

As of Java 2 platform v1.3 this unusable field is no longer used. To override the default button you should replace the Action in the JRootPane's ActionMap. Please refer to the key bindings specification for further details.

See Also:
JRootPane.defaultButton

defaultReleaseAction

JRootPane.DefaultAction defaultReleaseAction
Deprecated. As of Java 2 platform v1.3.

As of Java 2 platform v1.3 this unusable field is no longer used. To override the default button you should replace the Action in the JRootPane's ActionMap. Please refer to the key bindings specification for further details.

See Also:
JRootPane.defaultButton

Class javax.swing.JRootPane.AccessibleJRootPane extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JRootPane.RootLayout extends Object implements Serializable

Class javax.swing.JScrollBar extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

fwdAdjustmentEvents

ChangeListener fwdAdjustmentEvents
All changes from the model are treated as though the user moved the scrollbar knob.


model

BoundedRangeModel model
The model that represents the scrollbar's minimum, maximum, extent (aka "visibleAmount") and current value.

See Also:
JScrollBar.setModel(javax.swing.BoundedRangeModel)

orientation

int orientation
See Also:
JScrollBar.setOrientation(int)

unitIncrement

int unitIncrement
See Also:
JScrollBar.setUnitIncrement(int)

blockIncrement

int blockIncrement
See Also:
JScrollBar.setBlockIncrement(int)

Class javax.swing.JScrollBar.AccessibleJScrollBar extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JScrollPane extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

viewportBorder

Border viewportBorder

verticalScrollBarPolicy

int verticalScrollBarPolicy
The display policy for the vertical scrollbar. The default is JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED.

See Also:
JScrollPane.setVerticalScrollBarPolicy(int)

horizontalScrollBarPolicy

int horizontalScrollBarPolicy
The display policy for the horizontal scrollbar. The default is JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED.

See Also:
JScrollPane.setHorizontalScrollBarPolicy(int)

viewport

JViewport viewport
The scrollpane's viewport child. Default is an empty JViewport.

See Also:
JScrollPane.setViewport(javax.swing.JViewport)

verticalScrollBar

JScrollBar verticalScrollBar
The scrollpane's vertical scrollbar child. Default is a JScrollBar.

See Also:
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)

horizontalScrollBar

JScrollBar horizontalScrollBar
The scrollpane's horizontal scrollbar child. Default is a JScrollBar.

See Also:
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)

rowHeader

JViewport rowHeader
The row header child. Default is null.

See Also:
JScrollPane.setRowHeader(javax.swing.JViewport)

columnHeader

JViewport columnHeader
The column header child. Default is null.

See Also:
JScrollPane.setColumnHeader(javax.swing.JViewport)

lowerLeft

Component lowerLeft
The component to display in the lower left corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

lowerRight

Component lowerRight
The component to display in the lower right corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

upperLeft

Component upperLeft
The component to display in the upper left corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

upperRight

Component upperRight
The component to display in the upper right corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

wheelScrollState

boolean wheelScrollState

Class javax.swing.JScrollPane.AccessibleJScrollPane extends JComponent.AccessibleJComponent implements Serializable

Serialized Fields

viewPort

JViewport viewPort

Class javax.swing.JScrollPane.ScrollBar extends JScrollBar implements Serializable

Serialized Fields

unitIncrementSet

boolean unitIncrementSet
Set to true when the unit increment has been explicitly set. If this is false the viewport's view is obtained and if it is an instance of Scrollable the unit increment from it is used.


blockIncrementSet

boolean blockIncrementSet
Set to true when the block increment has been explicitly set. If this is false the viewport's view is obtained and if it is an instance of Scrollable the block increment from it is used.

Class javax.swing.JSeparator extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

orientation

int orientation

Class javax.swing.JSeparator.AccessibleJSeparator extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JSlider extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

paintTicks

boolean paintTicks

paintTrack

boolean paintTrack

paintLabels

boolean paintLabels

isInverted

boolean isInverted

sliderModel

BoundedRangeModel sliderModel
The data model that handles the numeric maximum value, minimum value, and current-position value for the slider.


majorTickSpacing

int majorTickSpacing
The number of values between the major tick marks -- the larger marks that break up the minor tick marks.


minorTickSpacing

int minorTickSpacing
The number of values between the minor tick marks -- the smaller marks that occur between the major tick marks.

See Also:
JSlider.setMinorTickSpacing(int)

snapToTicks

boolean snapToTicks
If true, the knob (and the data value it represents) resolve to the closest tick mark next to where the user positioned the knob. The default is false.

See Also:
JSlider.setSnapToTicks(boolean)

snapToValue

boolean snapToValue
If true, the knob (and the data value it represents) resolve to the closest slider value next to where the user positioned the knob.


orientation

int orientation
See Also:
JSlider.setOrientation(int)

labelTable

Dictionary labelTable

changeListener

ChangeListener changeListener
The changeListener (no suffix) is the listener we add to the Sliders model. By default this listener just forwards events to ChangeListeners (if any) added directly to the slider.

See Also:
JSlider.addChangeListener(javax.swing.event.ChangeListener), JSlider.createChangeListener()

Class javax.swing.JSlider.AccessibleJSlider extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JSpinner extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Description copied from class: JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

editor

JComponent editor

modelListener

ChangeListener modelListener

editorExplicitlySet

boolean editorExplicitlySet

Class javax.swing.JSpinner.DateEditor extends JSpinner.DefaultEditor implements Serializable

Class javax.swing.JSpinner.DefaultEditor extends JPanel implements Serializable

Class javax.swing.JSpinner.ListEditor extends JSpinner.DefaultEditor implements Serializable

Class javax.swing.JSpinner.NumberEditor extends JSpinner.DefaultEditor implements Serializable

Class javax.swing.JSplitPane extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

orientation

int orientation
How the views are split.


continuousLayout

boolean continuousLayout
Whether or not the views are continuously redisplayed while resizing.


leftComponent

Component leftComponent
The left or top component.


rightComponent

Component rightComponent
The right or bottom component.


dividerSize

int dividerSize
Size of the divider.


oneTouchExpandable

boolean oneTouchExpandable
Is a little widget provided to quickly expand/collapse the split pane?


lastDividerLocation

int lastDividerLocation
Previous location of the split pane.


resizeWeight

double resizeWeight
How to distribute extra space.


dividerLocation

int dividerLocation
Location of the divider, at least the value that was set, the UI may have a different value.

Class javax.swing.JSplitPane.AccessibleJSplitPane extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JTabbedPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
See readObject and writeObject in JComponent for more information about serialization in Swing.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

tabPlacement

int tabPlacement
Where the tabs are placed.

See Also:
JTabbedPane.setTabPlacement(int)

tabLayoutPolicy

int tabLayoutPolicy

model

SingleSelectionModel model
The default selection model


haveRegistered

boolean haveRegistered

changeListener

ChangeListener changeListener
The changeListener is the listener we add to the model.


pages

Vector pages

Class javax.swing.JTabbedPane.AccessibleJTabbedPane extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JTabbedPane.ModelListener extends Object implements Serializable

Class javax.swing.JTable extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Description copied from class: JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

dataModel

TableModel dataModel
The TableModel of the table.


columnModel

TableColumnModel columnModel
The TableColumnModel of the table.


selectionModel

ListSelectionModel selectionModel
The ListSelectionModel of the table, used to keep track of row selections.


tableHeader

JTableHeader tableHeader
The TableHeader working with the table.


rowHeight

int rowHeight
The height in pixels of each row in the table.


rowMargin

int rowMargin
The height in pixels of the margin between the cells in each row.


gridColor

Color gridColor
The color of the grid.


showHorizontalLines

boolean showHorizontalLines
The table draws horizontal lines between cells if showHorizontalLines is true.


showVerticalLines

boolean showVerticalLines
The table draws vertical lines between cells if showVerticalLines is true.


autoResizeMode

int autoResizeMode
Determines if the table automatically resizes the width of the table's columns to take up the entire width of the table, and how it does the resizing.


autoCreateColumnsFromModel

boolean autoCreateColumnsFromModel
The table will query the TableModel to build the default set of columns if this is true.


preferredViewportSize

Dimension preferredViewportSize
Used by the Scrollable interface to determine the initial visible area.


rowSelectionAllowed

boolean rowSelectionAllowed
True if row selection is allowed in this table.


cellSelectionEnabled

boolean cellSelectionEnabled
Obsolete as of Java 2 platform v1.3. Please use the rowSelectionAllowed property and the columnSelectionAllowed property of the columnModel instead. Or use the method getCellSelectionEnabled.


selectionForeground

Color selectionForeground
The foreground color of selected cells.


selectionBackground

Color selectionBackground
The background color of selected cells.


rowModel

SizeSequence rowModel

dragEnabled

boolean dragEnabled

surrendersFocusOnKeystroke

boolean surrendersFocusOnKeystroke

editorRemover

java.beans.PropertyChangeListener editorRemover

columnSelectionAdjusting

boolean columnSelectionAdjusting
The last value of getValueIsAdjusting from the column selection models columnSelectionChanged notification. Used to test if a repaint is needed.


rowSelectionAdjusting

boolean rowSelectionAdjusting
The last value of getValueIsAdjusting from the row selection models valueChanged notification. Used to test if a repaint is needed.

Class javax.swing.JTable.AccessibleJTable extends JComponent.AccessibleJComponent implements Serializable

Serialized Fields

lastSelectedRow

int lastSelectedRow

lastSelectedCol

int lastSelectedCol

caption

javax.accessibility.Accessible caption

summary

javax.accessibility.Accessible summary

rowDescription

javax.accessibility.Accessible[] rowDescription

columnDescription

javax.accessibility.Accessible[] columnDescription

Class javax.swing.JTextArea extends JTextComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Serialized Fields

rows

int rows

columns

int columns

columnWidth

int columnWidth

rowHeight

int rowHeight

wrap

boolean wrap

word

boolean word

Class javax.swing.JTextArea.AccessibleJTextArea extends JTextComponent.AccessibleJTextComponent implements Serializable

Class javax.swing.JTextField extends JTextComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

action

Action action

actionPropertyChangeListener

java.beans.PropertyChangeListener actionPropertyChangeListener

visibility

BoundedRangeModel visibility

horizontalAlignment

int horizontalAlignment

columns

int columns

columnWidth

int columnWidth

command

String command

Class javax.swing.JTextField.AccessibleJTextField extends JTextComponent.AccessibleJTextComponent implements Serializable

Class javax.swing.JTextPane extends JEditorPane implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Class javax.swing.JToggleButton extends AbstractButton implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.

Class javax.swing.JToggleButton.AccessibleJToggleButton extends AbstractButton.AccessibleAbstractButton implements Serializable

Class javax.swing.JToggleButton.ToggleButtonModel extends DefaultButtonModel implements Serializable

Class javax.swing.JToolBar extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

paintBorder

boolean paintBorder

margin

Insets margin

floatable

boolean floatable

orientation

int orientation

Class javax.swing.JToolBar.AccessibleJToolBar extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JToolBar.Separator extends JSeparator implements Serializable

Serialized Fields

separatorSize

Dimension separatorSize

Class javax.swing.JToolTip extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

tipText

String tipText

component

JComponent component

Class javax.swing.JToolTip.AccessibleJToolTip extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JTree extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Description copied from class: JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Description copied from class: JComponent
Before writing a JComponent to an ObjectOutputStream we temporarily uninstall its UI. This is tricky to do because we want to uninstall the UI before any of the JComponent's children (or its LayoutManager etc.) are written, and we don't want to restore the UI until the most derived JComponent subclass has been been stored.

Serialized Fields

rootVisible

boolean rootVisible
True if the root node is displayed, false if its children are the highest visible nodes.


rowHeight

int rowHeight
Height to use for each display row. If this is <= 0 the renderer determines the height for each row.


showsRootHandles

boolean showsRootHandles
True if handles are displayed at the topmost level of the tree.

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.

See Also:
JTree.rootVisible

editable

boolean editable
Is the tree editable? Default is false.


largeModel

boolean largeModel
Is this tree a large model? This is a code-optimization setting. A large model can be used when the cell height is the same for all nodes. The UI will then cache very little information and instead continually message the model. Without a large model the UI caches most of the information, resulting in fewer method calls to the model.

This value is only a suggestion to the UI. Not all UIs will take advantage of it. Default value is false.


visibleRowCount

int visibleRowCount
Number of rows to make visible at one time. This value is used for the Scrollable interface. It determines the preferred size of the display area.


invokesStopCellEditing

boolean invokesStopCellEditing
If true, when editing is to be stopped by way of selection changing, data in tree changing or other means stopCellEditing is invoked, and changes are saved. If false, cancelCellEditing is invoked, and changes are discarded. Default is false.


scrollsOnExpand

boolean scrollsOnExpand
If true, when a node is expanded, as many of the descendants are scrolled to be visible.


toggleClickCount

int toggleClickCount
Number of mouse clicks before a node is expanded.


leadPath

TreePath leadPath
Lead selection path, may not be null.


anchorPath

TreePath anchorPath
Anchor path.


expandsSelectedPaths

boolean expandsSelectedPaths
True if paths in the selection should be expanded.


settingUI

boolean settingUI
This is set to true for the life of the setUI call.


dragEnabled

boolean dragEnabled
If true, mouse presses on selections initiate a drag operation.

Class javax.swing.JTree.AccessibleJTree extends JComponent.AccessibleJComponent implements Serializable

Serialized Fields

leadSelectionPath

TreePath leadSelectionPath

leadSelectionAccessible

javax.accessibility.Accessible leadSelectionAccessible

Class javax.swing.JTree.DynamicUtilTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

hasChildren

boolean hasChildren
Does the this JTree have children? This property is currently not implemented.


childValue

Object childValue
Value to create children with.


loadedChildren

boolean loadedChildren
Have the children been loaded yet?

Class javax.swing.JTree.EmptySelectionModel extends DefaultTreeSelectionModel implements Serializable

Class javax.swing.JTree.TreeSelectionRedirector extends Object implements Serializable

Class javax.swing.JViewport extends JComponent implements Serializable

Serialized Fields

isViewSizeSet

boolean isViewSizeSet
True when the viewport dimensions have been determined. The default is false.


lastPaintPosition

Point lastPaintPosition
The last viewPosition that we've painted, so we know how much of the backing store image is valid.


backingStore

boolean backingStore
Deprecated. As of Java 2 platform v1.3

True when this viewport is maintaining an offscreen image of its contents, so that some scrolling can take place using fast "bit-blit" operations instead of by accessing the view object to construct the display. The default is false.

See Also:
JViewport.setScrollMode(int)

scrollUnderway

boolean scrollUnderway
The 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.


viewListener

ComponentListener viewListener

scrollMode

int scrollMode
Since:
1.3
See Also:
JViewport.setScrollMode(int)

Class javax.swing.JViewport.AccessibleJViewport extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.JViewport.ViewListener extends ComponentAdapter implements Serializable

Class javax.swing.JWindow extends Window implements Serializable

Serialized Fields

rootPane

JRootPane rootPane
The JRootPane instance that manages the contentPane and optional menuBar for this frame, as well as the glassPane.

See Also:
JWindow.getRootPane(), JWindow.setRootPane(javax.swing.JRootPane)

rootPaneCheckingEnabled

boolean rootPaneCheckingEnabled
If true then calls to add and setLayout will cause an exception to be thrown.

See Also:
JWindow.isRootPaneCheckingEnabled(), JWindow.setRootPaneCheckingEnabled(boolean)

accessibleContext

javax.accessibility.AccessibleContext accessibleContext
The accessible context property.

Class javax.swing.JWindow.AccessibleJWindow extends Window.AccessibleAWTWindow implements Serializable

Class javax.swing.KeyStroke extends AWTKeyStroke implements Serializable

serialVersionUID: -9060180771037902530l

Class javax.swing.LayoutFocusTraversalPolicy extends SortingFocusTraversalPolicy implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException

Class javax.swing.OverlayLayout extends Object implements Serializable

Serialized Fields

target

Container target

xChildren

SizeRequirements[] xChildren

yChildren

SizeRequirements[] yChildren

xTotal

SizeRequirements xTotal

yTotal

SizeRequirements yTotal

Class javax.swing.ScrollPaneLayout extends Object implements Serializable

Serialized Fields

viewport

JViewport viewport
The scrollpane's viewport child. Default is an empty JViewport.

See Also:
JScrollPane.setViewport(javax.swing.JViewport)

vsb

JScrollBar vsb
The scrollpane's vertical scrollbar child. Default is a JScrollBar.

See Also:
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)

hsb

JScrollBar hsb
The scrollpane's horizontal scrollbar child. Default is a JScrollBar.

See Also:
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)

rowHead

JViewport rowHead
The row header child. Default is null.

See Also:
JScrollPane.setRowHeader(javax.swing.JViewport)

colHead

JViewport colHead
The column header child. Default is null.

See Also:
JScrollPane.setColumnHeader(javax.swing.JViewport)

lowerLeft

Component lowerLeft
The component to display in the lower left corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

lowerRight

Component lowerRight
The component to display in the lower right corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

upperLeft

Component upperLeft
The component to display in the upper left corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

upperRight

Component upperRight
The component to display in the upper right corner. Default is null.

See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)

vsbPolicy

int vsbPolicy
The display policy for the vertical scrollbar. The default is JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED.

This field is obsolete, please use the JScrollPane field instead.

See Also:
JScrollPane.setVerticalScrollBarPolicy(int)

hsbPolicy

int hsbPolicy
The display policy for the horizontal scrollbar. The default is JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED.

This field is obsolete, please use the JScrollPane field instead.

See Also:
JScrollPane.setHorizontalScrollBarPolicy(int)

Class javax.swing.ScrollPaneLayout.UIResource extends ScrollPaneLayout implements Serializable

Class javax.swing.SizeRequirements extends Object implements Serializable

Serialized Fields

minimum

int minimum
The minimum size required. For a component comp, this should be equal to either comp.getMinimumSize().width or comp.getMinimumSize().height.


preferred

int preferred
The preferred (natural) size. For a component comp, this should be equal to either comp.getPreferredSize().width or comp.getPreferredSize().height.


maximum

int maximum
The maximum size allowed. For a component comp, this should be equal to either comp.getMaximumSize().width or comp.getMaximumSize().height.


alignment

float alignment
The alignment, specified as a value between 0.0 and 1.0, inclusive. To specify centering, the alignment should be 0.5.

Class javax.swing.SpinnerDateModel extends AbstractSpinnerModel implements Serializable

Serialized Fields

start

Comparable start

end

Comparable end

value

Calendar value

calendarField

int calendarField

Class javax.swing.SpinnerListModel extends AbstractSpinnerModel implements Serializable

Serialized Fields

list

List list

index

int index

Class javax.swing.SpinnerNumberModel extends AbstractSpinnerModel implements Serializable

Serialized Fields

stepSize

Number stepSize

value

Number value

minimum

Comparable minimum

maximum

Comparable maximum

Class javax.swing.Timer extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

notify

boolean notify

initialDelay

int initialDelay

delay

int delay

repeats

boolean repeats

coalesce

boolean coalesce

doPostEvent

Runnable doPostEvent

expirationTime

long expirationTime

nextTimer

Timer nextTimer

running

boolean running

Class javax.swing.TransferHandler extends Object implements Serializable

Serialized Fields

propertyName

String propertyName

Class javax.swing.UIDefaults extends Hashtable implements Serializable

Serialized Fields

changeSupport

SwingPropertyChangeSupport changeSupport

resourceBundles

Vector resourceBundles

defaultLocale

Locale defaultLocale

resourceCache

Map resourceCache
Maps from a Locale to a cached Map of the ResourceBundle. This is done so as to avoid an exception being thrown when a value is asked for. Access to this should be done while holding a lock on the UIDefaults, eg synchronized(this).

Class javax.swing.UIManager extends Object implements Serializable

Class javax.swing.UnsupportedLookAndFeelException extends Exception implements Serializable

Class javax.swing.ViewportLayout extends Object implements Serializable


Package javax.swing.border

Class javax.swing.border.AbstractBorder extends Object implements Serializable

Class javax.swing.border.BevelBorder extends AbstractBorder implements Serializable

Serialized Fields

bevelType

int bevelType

highlightOuter

Color highlightOuter

highlightInner

Color highlightInner

shadowInner

Color shadowInner

shadowOuter

Color shadowOuter

Class javax.swing.border.CompoundBorder extends AbstractBorder implements Serializable

Serialized Fields

outsideBorder

Border outsideBorder

insideBorder

Border insideBorder

Class javax.swing.border.EmptyBorder extends AbstractBorder implements Serializable

Serialized Fields

left

int left

right

int right

top

int top

bottom

int bottom

Class javax.swing.border.EtchedBorder extends AbstractBorder implements Serializable

Serialized Fields

etchType

int etchType

highlight

Color highlight

shadow

Color shadow

Class javax.swing.border.LineBorder extends AbstractBorder implements Serializable

Serialized Fields

thickness

int thickness

lineColor

Color lineColor

roundedCorners

boolean roundedCorners

Class javax.swing.border.MatteBorder extends EmptyBorder implements Serializable

Serialized Fields

color

Color color

tileIcon

Icon tileIcon

Class javax.swing.border.SoftBevelBorder extends BevelBorder implements Serializable

Class javax.swing.border.TitledBorder extends AbstractBorder implements Serializable

Serialized Fields

title

String title

border

Border border

titlePosition

int titlePosition

titleJustification

int titleJustification

titleFont

Font titleFont

titleColor

Color titleColor

textLoc

Point textLoc


Package javax.swing.colorchooser

Class javax.swing.colorchooser.AbstractColorChooserPanel extends JPanel implements Serializable

Serialized Fields

chooser

JColorChooser chooser

colorListener

ChangeListener colorListener

dirty

boolean dirty

Class javax.swing.colorchooser.DefaultColorSelectionModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

selectedColor

Color selectedColor


Package javax.swing.event

Class javax.swing.event.AncestorEvent extends AWTEvent implements Serializable

Serialized Fields

ancestor

Container ancestor

ancestorParent

Container ancestorParent

Class javax.swing.event.CaretEvent extends EventObject implements Serializable

Class javax.swing.event.ChangeEvent extends EventObject implements Serializable

Class javax.swing.event.EventListenerList extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class javax.swing.event.HyperlinkEvent extends EventObject implements Serializable

Serialized Fields

type

HyperlinkEvent.EventType type

u

URL u

desc

String desc

sourceElement

Element sourceElement

Class javax.swing.event.InternalFrameEvent extends AWTEvent implements Serializable

Class javax.swing.event.ListDataEvent extends EventObject implements Serializable

Serialized Fields

type

int type

index0

int index0

index1

int index1

Class javax.swing.event.ListSelectionEvent extends EventObject implements Serializable

Serialized Fields

firstIndex

int firstIndex

lastIndex

int lastIndex

isAdjusting

boolean isAdjusting

Class javax.swing.event.MenuDragMouseEvent extends MouseEvent implements Serializable

Serialized Fields

path

MenuElement[] path

manager

MenuSelectionManager manager

Class javax.swing.event.MenuEvent extends EventObject implements Serializable

Class javax.swing.event.MenuKeyEvent extends KeyEvent implements Serializable

Serialized Fields

path

MenuElement[] path

manager

MenuSelectionManager manager

Class javax.swing.event.PopupMenuEvent extends EventObject implements Serializable

Class javax.swing.event.SwingPropertyChangeSupport extends java.beans.PropertyChangeSupport implements Serializable

serialVersionUID: 7162625831330845068l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

children

Hashtable children

source

Object source

Class javax.swing.event.TableColumnModelEvent extends EventObject implements Serializable

Serialized Fields

fromIndex

int fromIndex
The index of the column from where it was moved or removed


toIndex

int toIndex
The index of the column to where it was moved or added from

Class javax.swing.event.TableModelEvent extends EventObject implements Serializable

Serialized Fields

type

int type

firstRow

int firstRow

lastRow

int lastRow

column

int column

Class javax.swing.event.TreeExpansionEvent extends EventObject implements Serializable

Serialized Fields

path

TreePath path
Path to the value this event represents.

Class javax.swing.event.TreeModelEvent extends EventObject implements Serializable

Serialized Fields

path

TreePath path
Path to the parent of the nodes that have changed.


childIndices

int[] childIndices
Indices identifying the position of where the children were.


children

Object[] children
Children that have been removed.

Class javax.swing.event.TreeSelectionEvent extends EventObject implements Serializable

Serialized Fields

paths

TreePath[] paths
Paths this event represents.


areNew

boolean[] areNew
For each path identifies if that is path is in fact new.


oldLeadSelectionPath

TreePath oldLeadSelectionPath
leadSelectionPath before the paths changed, may be null.


newLeadSelectionPath

TreePath newLeadSelectionPath
leadSelectionPath after the paths changed, may be null.

Class javax.swing.event.UndoableEditEvent extends EventObject implements Serializable

Serialized Fields

myEdit

UndoableEdit myEdit


Package javax.swing.plaf

Class javax.swing.plaf.ActionMapUIResource extends ActionMap implements Serializable

Class javax.swing.plaf.BorderUIResource extends Object implements Serializable

Serialized Fields

delegate

Border delegate

Class javax.swing.plaf.BorderUIResource.BevelBorderUIResource extends BevelBorder implements Serializable

Class javax.swing.plaf.BorderUIResource.CompoundBorderUIResource extends CompoundBorder implements Serializable

Class javax.swing.plaf.BorderUIResource.EmptyBorderUIResource extends EmptyBorder implements Serializable

Class javax.swing.plaf.BorderUIResource.EtchedBorderUIResource extends EtchedBorder implements Serializable

Class javax.swing.plaf.BorderUIResource.LineBorderUIResource extends LineBorder implements Serializable

Class javax.swing.plaf.BorderUIResource.MatteBorderUIResource extends MatteBorder implements Serializable

Class javax.swing.plaf.BorderUIResource.TitledBorderUIResource extends TitledBorder implements Serializable

Class javax.swing.plaf.ColorUIResource extends Color implements Serializable

Class javax.swing.plaf.ComponentInputMapUIResource extends ComponentInputMap implements Serializable

Class javax.swing.plaf.DimensionUIResource extends Dimension implements Serializable

Class javax.swing.plaf.FontUIResource extends Font implements Serializable

Class javax.swing.plaf.IconUIResource extends Object implements Serializable

Serialized Fields

delegate

Icon delegate

Class javax.swing.plaf.InputMapUIResource extends InputMap implements Serializable

Class javax.swing.plaf.InsetsUIResource extends Insets implements Serializable


Package javax.swing.plaf.basic

Class javax.swing.plaf.basic.BasicArrowButton extends JButton implements Serializable

Serialized Fields

direction

int direction

shadow

Color shadow

darkShadow

Color darkShadow

highlight

Color highlight

Class javax.swing.plaf.basic.BasicBorders.ButtonBorder extends AbstractBorder implements Serializable

Serialized Fields

shadow

Color shadow

darkShadow

Color darkShadow

highlight

Color highlight

lightHighlight

Color lightHighlight

Class javax.swing.plaf.basic.BasicBorders.FieldBorder extends AbstractBorder implements Serializable

Serialized Fields

shadow

Color shadow

darkShadow

Color darkShadow

highlight

Color highlight

lightHighlight

Color lightHighlight

Class javax.swing.plaf.basic.BasicBorders.MarginBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.basic.BasicBorders.MenuBarBorder extends AbstractBorder implements Serializable

Serialized Fields

shadow

Color shadow

highlight

Color highlight

Class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder extends BasicBorders.ButtonBorder implements Serializable

Class javax.swing.plaf.basic.BasicBorders.RolloverButtonBorder extends BasicBorders.ButtonBorder implements Serializable

Class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder extends BasicBorders.ButtonBorder implements Serializable

Class javax.swing.plaf.basic.BasicComboBoxRenderer extends JLabel implements Serializable

Class javax.swing.plaf.basic.BasicComboBoxRenderer.UIResource extends BasicComboBoxRenderer implements Serializable

Class javax.swing.plaf.basic.BasicComboPopup extends JPopupMenu implements Serializable

Serialized Fields

comboBox

JComboBox comboBox

list

JList list
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
BasicComboPopup.getList(), BasicComboPopup.createList()

scroller

JScrollPane scroller
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
BasicComboPopup.createScroller()

valueIsAdjusting

boolean valueIsAdjusting
As of Java 2 platform v1.4 this previously undocumented field is no longer used.


mouseMotionListener

MouseMotionListener mouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.

See Also:
BasicComboPopup.getMouseMotionListener(), BasicComboPopup.createMouseMotionListener()

mouseListener

MouseListener mouseListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.

See Also:
BasicComboPopup.getMouseListener(), BasicComboPopup.createMouseListener()

keyListener

KeyListener keyListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.

See Also:
BasicComboPopup.getKeyListener(), BasicComboPopup.createKeyListener()

listSelectionListener

ListSelectionListener listSelectionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
BasicComboPopup.createListSelectionListener()

listMouseListener

MouseListener listMouseListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
BasicComboPopup.createListMouseListener()

listMouseMotionListener

MouseMotionListener listMouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
BasicComboPopup.createListMouseMotionListener()

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
BasicComboPopup.createPropertyChangeListener()

listDataListener

ListDataListener listDataListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
BasicComboPopup.createListDataListener()

itemListener

ItemListener itemListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
BasicComboPopup.createItemListener()

autoscrollTimer

Timer autoscrollTimer
This protected field is implementation specific. Do not access directly or override.


hasEntered

boolean hasEntered

isAutoScrolling

boolean isAutoScrolling

scrollDirection

int scrollDirection

Class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicDirectoryModel extends AbstractListModel implements Serializable

Serialized Fields

filechooser

JFileChooser filechooser

fileCache

Vector fileCache

loadThread

BasicDirectoryModel.LoadFilesThread loadThread

files

Vector files

directories

Vector directories

fetchID

int fetchID

Class javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicFileChooserUI.NewFolderAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicFileChooserUI.UpdateAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicIconFactory extends Object implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane extends JComponent implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar

iconButton

JButton iconButton

maxButton

JButton maxButton

closeButton

JButton closeButton

windowMenu

JMenu windowMenu

frame

JInternalFrame frame

selectedTitleColor

Color selectedTitleColor

selectedTextColor

Color selectedTextColor

notSelectedTitleColor

Color notSelectedTitleColor

notSelectedTextColor

Color notSelectedTextColor

maxIcon

Icon maxIcon

minIcon

Icon minIcon

iconIcon

Icon iconIcon

closeIcon

Icon closeIcon

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener

closeAction

Action closeAction

maximizeAction

Action maximizeAction

iconifyAction

Action iconifyAction

restoreAction

Action restoreAction

moveAction

Action moveAction

sizeAction

Action sizeAction

closeButtonToolTip

String closeButtonToolTip

iconButtonToolTip

String iconButtonToolTip

restoreButtonToolTip

String restoreButtonToolTip

maxButtonToolTip

String maxButtonToolTip

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.IconifyAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MaximizeAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MoveAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SizeAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar extends JMenuBar implements Serializable

Class javax.swing.plaf.basic.BasicLookAndFeel extends LookAndFeel implements Serializable

Serialized Fields

audioLock

Object audioLock
Lock used when manipulating clipPlaying.


clipPlaying

javax.sound.sampled.Clip clipPlaying
The Clip that is currently playing (set in AudioAction).

Class javax.swing.plaf.basic.BasicSliderUI.ActionScroller extends AbstractAction implements Serializable

Serialized Fields

dir

int dir

block

boolean block

slider

JSlider slider

Class javax.swing.plaf.basic.BasicSplitPaneDivider extends Container implements Serializable

Serialized Fields

dragger

BasicSplitPaneDivider.DragController dragger
Handles mouse dragging message to do the actual dragging.


splitPaneUI

BasicSplitPaneUI splitPaneUI
UI this instance was created from.


dividerSize

int dividerSize
Size of the divider.


hiddenDivider

Component hiddenDivider
Divider that is used for noncontinuous layout mode.


splitPane

JSplitPane splitPane
JSplitPane the receiver is contained in.


mouseHandler

BasicSplitPaneDivider.MouseHandler mouseHandler
Handles mouse events from both this class, and the split pane. Mouse events are handled for the splitpane since you want to be able to drag when clicking on the border of the divider, which is not drawn by the divider.


orientation

int orientation
Orientation of the JSplitPane.


leftButton

JButton leftButton
Button for quickly toggling the left component.


rightButton

JButton rightButton
Button for quickly toggling the right component.


border

Border border
Border.

Class javax.swing.plaf.basic.BasicTextUI.BasicCaret extends DefaultCaret implements Serializable

Class javax.swing.plaf.basic.BasicToolBarUI.DragWindow extends Window implements Serializable

Serialized Fields

borderColor

Color borderColor

orientation

int orientation

offset

Point offset

Class javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction extends AbstractAction implements Serializable

Serialized Fields

direction

int direction

addToSelection

boolean addToSelection
Set to true if append to selection.


changeSelection

boolean changeSelection

Class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction extends AbstractAction implements Serializable

Serialized Fields

direction

int direction
Specifies the direction to adjust the selection by.


addToSelection

boolean addToSelection
If true the new item is added to the selection, if false the selection is reset.


changeSelection

boolean changeSelection

Class javax.swing.plaf.basic.BasicTreeUI.TreePageAction extends AbstractAction implements Serializable

Serialized Fields

direction

int direction
Specifies the direction to adjust the selection by.


addToSelection

boolean addToSelection
True indicates should set selection from anchor path.


changeSelection

boolean changeSelection

Class javax.swing.plaf.basic.BasicTreeUI.TreeToggleAction extends AbstractAction implements Serializable

Class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction extends AbstractAction implements Serializable

Serialized Fields

direction

int direction
Determines direction to traverse, 1 means expand, -1 means collapse.


changeSelection

boolean changeSelection
True if the selection is reset, false means only the lead path changes.

Class javax.swing.plaf.basic.DefaultMenuLayout extends BoxLayout implements Serializable


Package javax.swing.plaf.metal

Class javax.swing.plaf.metal.MetalBorders.ButtonBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.Flush3DBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.MenuBarBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.MenuItemBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder extends AbstractBorder implements Serializable

Serialized Fields

titleHeight

int titleHeight

Class javax.swing.plaf.metal.MetalBorders.PaletteBorder extends AbstractBorder implements Serializable

Serialized Fields

titleHeight

int titleHeight

Class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder extends MetalBorders.ButtonBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder extends AbstractBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder extends AbstractBorder implements Serializable

Serialized Fields

editorBorderInsets

Insets editorBorderInsets

Class javax.swing.plaf.metal.MetalBorders.TextFieldBorder extends MetalBorders.Flush3DBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.ToggleButtonBorder extends MetalBorders.ButtonBorder implements Serializable

Class javax.swing.plaf.metal.MetalBorders.ToolBarBorder extends AbstractBorder implements Serializable

Serialized Fields

bumps

MetalBumps bumps

Class javax.swing.plaf.metal.MetalCheckBoxIcon extends Object implements Serializable

Class javax.swing.plaf.metal.MetalComboBoxButton extends JButton implements Serializable

Serialized Fields

comboBox

JComboBox comboBox

listBox

JList listBox

rendererPane

CellRendererPane rendererPane

comboIcon

Icon comboIcon

iconOnly

boolean iconOnly

Class javax.swing.plaf.metal.MetalComboBoxIcon extends Object implements Serializable

Class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup extends BasicComboPopup implements Serializable

Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxAction extends AbstractAction implements Serializable

Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

directories

Vector directories

depths

int[] depths

selectedDirectory

File selectedDirectory

chooser

JFileChooser chooser

fsv

FileSystemView fsv

Class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer extends DefaultListCellRenderer implements Serializable

Class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

filters

FileFilter[] filters

Class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer extends DefaultListCellRenderer implements Serializable

Class javax.swing.plaf.metal.MetalIconFactory extends Object implements Serializable

Class javax.swing.plaf.metal.MetalIconFactory.FileIcon16 extends Object implements Serializable

Serialized Fields

imageCacher

MetalIconFactory.ImageCacher imageCacher

Class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16 extends Object implements Serializable

Serialized Fields

imageCacher

MetalIconFactory.ImageCacher imageCacher

Class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon extends Object implements Serializable

Serialized Fields

iconSize

int iconSize

Class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon extends Object implements Serializable

Serialized Fields

isLight

boolean isLight

imageCacher

MetalIconFactory.ImageCacher imageCacher

Class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon extends MetalIconFactory.FolderIcon16 implements Serializable

Class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon extends MetalIconFactory.FileIcon16 implements Serializable

Class javax.swing.plaf.metal.MetalInternalFrameTitlePane extends BasicInternalFrameTitlePane implements Serializable

Serialized Fields

isPalette

boolean isPalette

paletteCloseIcon

Icon paletteCloseIcon

paletteTitleHeight

int paletteTitleHeight

selectedBackgroundKey

String selectedBackgroundKey
Key used to lookup Color from UIManager. If this is null, getWindowTitleBackground is used.


selectedForegroundKey

String selectedForegroundKey
Key used to lookup Color from UIManager. If this is null, getWindowTitleForeground is used.


selectedShadowKey

String selectedShadowKey
Key used to lookup shadow color from UIManager. If this is null, getPrimaryControlDarkShadow is used.


wasClosable

boolean wasClosable
Boolean indicating the state of the JInternalFrames closable property at updateUI time.


buttonsWidth

int buttonsWidth

activeBumps

MetalBumps activeBumps

inactiveBumps

MetalBumps inactiveBumps

paletteBumps

MetalBumps paletteBumps

activeBumpsHighlight

Color activeBumpsHighlight

activeBumpsShadow

Color activeBumpsShadow

Class javax.swing.plaf.metal.MetalLookAndFeel extends BasicLookAndFeel implements Serializable

Class javax.swing.plaf.metal.MetalScrollButton extends BasicArrowButton implements Serializable

Serialized Fields

isFreeStanding

boolean isFreeStanding

buttonWidth

int buttonWidth


Package javax.swing.table

Class javax.swing.table.AbstractTableModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
List of listeners

Class javax.swing.table.DefaultTableCellRenderer extends JLabel implements Serializable

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground

Class javax.swing.table.DefaultTableCellRenderer.UIResource extends DefaultTableCellRenderer implements Serializable

Class javax.swing.table.DefaultTableColumnModel extends Object implements Serializable

Serialized Fields

tableColumns

Vector tableColumns
Array of TableColumn objects in this model


selectionModel

ListSelectionModel selectionModel
Model for keeping track of column selections


columnMargin

int columnMargin
Width margin between each column


listenerList

EventListenerList listenerList
List of TableColumnModelListener


columnSelectionAllowed

boolean columnSelectionAllowed
Column selection allowed in this column model


totalColumnWidth

int totalColumnWidth
A local cache of the combined width of all columns

Class javax.swing.table.DefaultTableModel extends AbstractTableModel implements Serializable

Serialized Fields

dataVector

Vector dataVector
The Vector of Vectors of Object values.


columnIdentifiers

Vector columnIdentifiers
The Vector of column identifiers.

Class javax.swing.table.JTableHeader extends JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Serialized Fields

table

JTable table
The table for which this object is the header; the default is null.


columnModel

TableColumnModel columnModel
The TableColumnModel of the table header.


reorderingAllowed

boolean reorderingAllowed
If true, reordering of columns are allowed by the user; the default is true.


resizingAllowed

boolean resizingAllowed
If true, resizing of columns are allowed by the user; the default is true.


updateTableInRealTime

boolean updateTableInRealTime
Obsolete as of Java 2 platform v1.3. Real time repaints, in response to column dragging or resizing, are now unconditional.


defaultRenderer

TableCellRenderer defaultRenderer
The default renderer to be used when a TableColumn does not define a headerRenderer.

Class javax.swing.table.JTableHeader.AccessibleJTableHeader extends JComponent.AccessibleJComponent implements Serializable

Class javax.swing.table.TableColumn extends Object implements Serializable

Serialized Fields

modelIndex

int modelIndex
The index of the column in the model which is to be displayed by this TableColumn. As columns are moved around in the view modelIndex remains constant.


identifier

Object identifier
This object is not used internally by the drawing machinery of the 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 identifier objects other than the equals method which is used in the getColumnIndex() method in the DefaultTableColumnModel.


width

int width
The width of the column.


minWidth

int minWidth
The minimum width of the column.


preferredWidth

int preferredWidth
The preferred width of the column.


maxWidth

int maxWidth
The maximum width of the column.


headerRenderer

TableCellRenderer headerRenderer
The renderer used to draw the header of the column.


headerValue

Object headerValue
The header value of the column.


cellRenderer

TableCellRenderer cellRenderer
The renderer used to draw the data cells of the column.


cellEditor

TableCellEditor cellEditor
The editor used to edit the data cells of the column.


isResizable

boolean isResizable
If true, the user is allowed to resize the column; the default is true.


changeSupport

SwingPropertyChangeSupport changeSupport
If any PropertyChangeListeners have been registered, the changeSupport field describes them.


Package javax.swing.text

Class javax.swing.text.AbstractDocument extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Serialized Fields

documentProperties

Dictionary documentProperties
Storage for document-wide properties.


listenerList

EventListenerList listenerList
The event listener list for the document.


data

AbstractDocument.Content data
Where the text is actually stored, and a set of marks that track change as the document is edited are managed.


context

AbstractDocument.AttributeContext context
Factory for the attributes. This is the strategy for attribute compression and control of the lifetime of a set of attributes as a collection. This may be shared with other documents.


documentFilter

DocumentFilter documentFilter
Filter for inserting/removing of text.

Class javax.swing.text.AbstractDocument.AbstractElement extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

parent

Element parent

Class javax.swing.text.AbstractDocument.BranchElement extends AbstractDocument.AbstractElement implements Serializable

Serialized Fields

children

AbstractDocument.AbstractElement[] children

nchildren

int nchildren

lastIndex

int lastIndex

Class javax.swing.text.AbstractDocument.DefaultDocumentEvent extends CompoundEdit implements Serializable

Serialized Fields

offset

int offset

length

int length

changeLookup

Hashtable changeLookup

type

DocumentEvent.EventType type

Class javax.swing.text.AbstractDocument.ElementEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

e

Element e

index

int index

removed

Element[] removed

added

Element[] added

Class javax.swing.text.AbstractDocument.LeafElement extends AbstractDocument.AbstractElement implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class javax.swing.text.BadLocationException extends Exception implements Serializable

Serialized Fields

offs

int offs

Class javax.swing.text.ChangedCharSetException extends IOException implements Serializable

Serialized Fields

charSetSpec

String charSetSpec

charSetKey

boolean charSetKey

Class javax.swing.text.DateFormatter extends InternationalFormatter implements Serializable

Class javax.swing.text.DefaultCaret extends Rectangle implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

listenerList

EventListenerList listenerList
The event listener list.


component

JTextComponent component

async

boolean async
flag to indicate if async updates should move the caret.


visible

boolean visible

dot

int dot

mark

int mark

selectionTag

Object selectionTag

selectionVisible

boolean selectionVisible

flasher

Timer flasher

magicCaretPosition

Point magicCaretPosition

dotLTR

boolean dotLTR

markLTR

boolean markLTR

ownsSelection

boolean ownsSelection
This is used to indicate if the caret currently owns the selection. This is always false if the system does not support the system clipboard.


forceCaretPositionChange

boolean forceCaretPositionChange
If this is true, the location of the dot is updated regardless of the current location. This is set in the DocumentListener such that even if the model location of dot hasn't changed (perhaps do to a forward delete) the visual location is updated.

Class javax.swing.text.DefaultEditorKit extends EditorKit implements Serializable

Class javax.swing.text.DefaultEditorKit.BeepAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.CopyAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.CutAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.InsertBreakAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.InsertContentAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.InsertTabAction extends TextAction implements Serializable

Class javax.swing.text.DefaultEditorKit.PasteAction extends TextAction implements Serializable

Class javax.swing.text.DefaultFormatter extends JFormattedTextField.AbstractFormatter implements Serializable

Serialized Fields

allowsInvalid

boolean allowsInvalid
Indicates if the value being edited must match the mask.


overwriteMode

boolean overwriteMode
If true, editing mode is in overwrite (or strikethough).


commitOnEdit

boolean commitOnEdit
If true, any time a valid edit happens commitEdit is invoked.


valueClass

Class valueClass
Class used to create new instances.


navigationFilter

NavigationFilter navigationFilter
NavigationFilter that forwards calls back to DefaultFormatter.


documentFilter

DocumentFilter documentFilter
DocumentFilter that forwards calls back to DefaultFormatter.

Class javax.swing.text.DefaultFormatterFactory extends JFormattedTextField.AbstractFormatterFactory implements Serializable

Serialized Fields

defaultFormat

JFormattedTextField.AbstractFormatter defaultFormat
Default AbstractFormatter to use if a more specific one has not been specified.


displayFormat

JFormattedTextField.AbstractFormatter displayFormat
JFormattedTextField.AbstractFormatter to use for display.


editFormat

JFormattedTextField.AbstractFormatter editFormat
JFormattedTextField.AbstractFormatter to use for editing.


nullFormat

JFormattedTextField.AbstractFormatter nullFormat
JFormattedTextField.AbstractFormatter to use if the value is null.

Class javax.swing.text.DefaultStyledDocument extends AbstractDocument implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Serialized Fields

buffer

DefaultStyledDocument.ElementBuffer buffer

Class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

newAttributes

AttributeSet newAttributes

copy

AttributeSet copy

isReplacing

boolean isReplacing

element

Element element

Class javax.swing.text.DefaultStyledDocument.ElementBuffer extends Object implements Serializable

Serialized Fields

root

Element root

Class javax.swing.text.DefaultStyledDocument.SectionElement extends AbstractDocument.BranchElement implements Serializable

Class javax.swing.text.EditorKit extends Object implements Serializable

Class javax.swing.text.GapContent extends GapVector implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

Class javax.swing.text.InternationalFormatter extends DefaultFormatter implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Subclassed to update the internal representation of the mask after the default read operation has completed.

Serialized Fields

format

Format format
Object used to handle the conversion.


max

Comparable max
Can be used to impose a maximum value.


min

Comparable min
Can be used to impose a minimum value.

Class javax.swing.text.JTextComponent extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Description copied from class: JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.

Serialized Fields

model

Document model
The document model.


navigationFilter

NavigationFilter navigationFilter
Object responsible for restricting the cursor navigation.


caretColor

Color caretColor

selectionColor

Color selectionColor

selectedTextColor

Color selectedTextColor

disabledTextColor

Color disabledTextColor

editable

boolean editable

margin

Insets margin

focusAccelerator

char focusAccelerator

dragEnabled

boolean dragEnabled

editor

JTextComponent editor

composedText

AttributedString composedText

composedTextContent

String composedTextContent

composedTextStart

Position composedTextStart

latestCommittedTextStart

Position latestCommittedTextStart

latestCommittedTextLength

int latestCommittedTextLength

composedTextCaret

JTextComponent.ComposedTextCaret composedTextCaret

checkedInputOverride

boolean checkedInputOverride
Set to true after the check for the override of processInputMethodEvent has been checked.


needToSendKeyTypedEvent

boolean needToSendKeyTypedEvent

Class javax.swing.text.JTextComponent.AccessibleJTextComponent extends JComponent.AccessibleJComponent implements Serializable

Serialized Fields

caretPos

int caretPos

oldLocationOnScreen

Point oldLocationOnScreen

Class javax.swing.text.MaskFormatter extends DefaultFormatter implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Subclassed to update the internal representation of the mask after the default read operation has completed.

Serialized Fields

mask

String mask
The user specified mask.


validCharacters

String validCharacters
List of valid characters.


invalidCharacters

String invalidCharacters
List of invalid characters.


placeholderString

String placeholderString
String used for the passed in value if it does not completely fill the mask.


placeholder

char placeholder
String used to represent characters not present.


containsLiteralChars

boolean containsLiteralChars
Indicates if the value contains the literal characters.

Class javax.swing.text.NumberFormatter extends InternationalFormatter implements Serializable

Serialized Fields

specialChars

String specialChars
The special characters from the Format instance.

Class javax.swing.text.PlainDocument extends AbstractDocument implements Serializable

Serialized Fields

defaultRoot

AbstractDocument.AbstractElement defaultRoot

added

Vector added

removed

Vector removed

Class javax.swing.text.SimpleAttributeSet extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class javax.swing.text.StringContent extends Object implements Serializable

Serialized Fields

data

char[] data

count

int count

Class javax.swing.text.StyleContext extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

styles

Style styles

unusedSets

int unusedSets
Number of immutable sets that are not currently being used. This helps indicate when the sets need to be cleaned out of the hashtable they are stored in.

Class javax.swing.text.StyleContext.NamedStyle extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

listenerList

EventListenerList listenerList
The change listeners for the model.

Class javax.swing.text.StyledEditorKit extends DefaultEditorKit implements Serializable

Serialized Fields

currentRun

Element currentRun

currentParagraph

Element currentParagraph

inputAttributes

MutableAttributeSet inputAttributes
This is the set of attributes used to store the input attributes.


inputAttributeUpdater

StyledEditorKit.AttributeTracker inputAttributeUpdater
This listener will be attached to the caret of the text component that the EditorKit gets installed into. This should keep the input attributes updated for use by the styled actions.

Class javax.swing.text.StyledEditorKit.AlignmentAction extends StyledEditorKit.StyledTextAction implements Serializable

Serialized Fields

a

int a

Class javax.swing.text.StyledEditorKit.BoldAction extends StyledEditorKit.StyledTextAction implements Serializable

Class javax.swing.text.StyledEditorKit.FontFamilyAction extends StyledEditorKit.StyledTextAction implements Serializable

Serialized Fields

family

String family

Class javax.swing.text.StyledEditorKit.FontSizeAction extends StyledEditorKit.StyledTextAction implements Serializable

Serialized Fields

size

int size

Class javax.swing.text.StyledEditorKit.ForegroundAction extends StyledEditorKit.StyledTextAction implements Serializable

Serialized Fields

fg

Color fg

Class javax.swing.text.StyledEditorKit.ItalicAction extends StyledEditorKit.StyledTextAction implements Serializable

Class javax.swing.text.StyledEditorKit.StyledTextAction extends TextAction implements Serializable

Class javax.swing.text.StyledEditorKit.UnderlineAction extends StyledEditorKit.StyledTextAction implements Serializable

Class javax.swing.text.TabSet extends Object implements Serializable

Serialized Fields

tabs

TabStop[] tabs
TabStops this TabSet contains.

Class javax.swing.text.TabStop extends Object implements Serializable

Serialized Fields

alignment

int alignment
Tab type.


position

float position
Location, from the left margin, that tab is at.


leader

int leader

Class javax.swing.text.TextAction extends AbstractAction implements Serializable


Package javax.swing.text.html

Class javax.swing.text.html.CSS extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

baseFontSize

int baseFontSize
Size used for relative units.

Class javax.swing.text.html.HTML.UnknownTag extends HTML.Tag implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class javax.swing.text.html.HTMLDocument extends DefaultStyledDocument implements Serializable

Serialized Fields

frameDocument

boolean frameDocument

preservesUnknownTags

boolean preservesUnknownTags

radioButtonGroupsMap

HashMap radioButtonGroupsMap

base

URL base
The location to resolve relative URLs against. By default this will be the document's URL if the document was loaded from a URL. If a base tag is found and can be parsed, it will be used as the base location.


hasBaseTag

boolean hasBaseTag
does the document have base tag


parser

HTMLEditorKit.Parser parser
The parser that is used when inserting html into the existing document.

Class javax.swing.text.html.HTMLDocument.BlockElement extends AbstractDocument.BranchElement implements Serializable

Class javax.swing.text.html.HTMLDocument.RunElement extends AbstractDocument.LeafElement implements Serializable

Class javax.swing.text.html.HTMLEditorKit extends StyledEditorKit implements Serializable

Serialized Fields

theEditor

JEditorPane theEditor

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

input

MutableAttributeSet input

linkHandler

HTMLEditorKit.LinkController linkHandler

defaultCursor

Cursor defaultCursor

linkCursor

Cursor linkCursor

Class javax.swing.text.html.HTMLEditorKit.HTMLTextAction extends StyledEditorKit.StyledTextAction implements Serializable

Class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction extends HTMLEditorKit.HTMLTextAction implements Serializable

Serialized Fields

html

String html
HTML to insert.


parentTag

HTML.Tag parentTag
Tag to check for in the document.


addTag

HTML.Tag addTag
Tag in HTML to start adding tags from.


alternateParentTag

HTML.Tag alternateParentTag
Alternate Tag to check for in the document if parentTag is not found.


alternateAddTag

HTML.Tag alternateAddTag
Alternate tag in HTML to start adding tags from if parentTag is not found and alternateParentTag is found.


adjustSelection

boolean adjustSelection
True indicates the selection should be adjusted after an insert.

Class javax.swing.text.html.HTMLEditorKit.LinkController extends MouseAdapter implements Serializable

Serialized Fields

curElem

Element curElem

curElemImage

boolean curElemImage
If true, the current element (curElem) represents an image.


href

String href

bias

Position.Bias[] bias
This is used by viewToModel to avoid allocing a new array each time.


curOffset

int curOffset
Current offset.

Class javax.swing.text.html.HTMLFrameHyperlinkEvent extends HyperlinkEvent implements Serializable

Serialized Fields

targetFrame

String targetFrame

Class javax.swing.text.html.StyleSheet extends StyleContext implements Serializable

Serialized Fields

css

CSS css

selectorMapping

StyleSheet.SelectorMapping selectorMapping
An inverted graph of the selectors.


resolvedStyles

Hashtable resolvedStyles
Maps from selector (as a string) to Style that includes all relevant styles.


linkedStyleSheets

Vector linkedStyleSheets
Vector of StyleSheets that the rules are to reference.


base

URL base
Where the style sheet was found. Used for relative imports.

Class javax.swing.text.html.StyleSheet.BoxPainter extends Object implements Serializable

Serialized Fields

topMargin

float topMargin

bottomMargin

float bottomMargin

leftMargin

float leftMargin

rightMargin

float rightMargin

marginFlags

short marginFlags

border

Border border

binsets

Insets binsets

css

CSS css

ss

StyleSheet ss

bg

Color bg

bgPainter

StyleSheet.BackgroundImagePainter bgPainter

Class javax.swing.text.html.StyleSheet.ListPainter extends Object implements Serializable

Serialized Fields

paintRect

Rectangle paintRect

checkedForStart

boolean checkedForStart

start

int start

type

CSS.Value type

imageurl

URL imageurl

img

Icon img

bulletgap

int bulletgap


Package javax.swing.text.html.parser

Class javax.swing.text.html.parser.AttributeList extends Object implements Serializable

Serialized Fields

name

String name

type

int type

values

Vector values

modifier

int modifier

value

String value

next

AttributeList next

Class javax.swing.text.html.parser.ContentModel extends Object implements Serializable

Serialized Fields

type

int type
Type. Either '*', '?', '+', ',', '|', '&'.


content

Object content
The content. Either an Element or a ContentModel.


next

ContentModel next
The next content model (in a ',', '|' or '&' expression).


valSet

boolean[] valSet

val

boolean[] val

Class javax.swing.text.html.parser.Element extends Object implements Serializable

Serialized Fields

index

int index

name

String name

oStart

boolean oStart

oEnd

boolean oEnd

inclusions

BitSet inclusions

exclusions

BitSet exclusions

type

int type

content

ContentModel content

atts

AttributeList atts

data

Object data
A field to store user data. Mostly used to store style sheets.

Class javax.swing.text.html.parser.ParserDelegator extends HTMLEditorKit.Parser implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException


Package javax.swing.text.rtf

Class javax.swing.text.rtf.RTFEditorKit extends StyledEditorKit implements Serializable


Package javax.swing.tree

Class javax.swing.tree.DefaultMutableTreeNode extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

parent

MutableTreeNode parent
this node's parent, or null if this node has no parent


children

Vector children
array of children, may be null if this node has no children


allowsChildren

boolean allowsChildren
true if the node is able to have children

Class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField extends JTextField implements Serializable

Serialized Fields

border

Border border
Border to use.

Class javax.swing.tree.DefaultTreeCellEditor.EditorContainer extends Container implements Serializable

Class javax.swing.tree.DefaultTreeCellRenderer extends JLabel implements Serializable

Serialized Fields

tree

JTree tree
Last tree the renderer was painted in.


selected

boolean selected
Is the value currently selected.


hasFocus

boolean hasFocus
True if has focus.


drawsFocusBorderAroundIcon

boolean drawsFocusBorderAroundIcon
True if draws focus border around icon as well.


textSelectionColor

Color textSelectionColor
Color to use for the foreground for selected nodes.


textNonSelectionColor

Color textNonSelectionColor
Color to use for the foreground for non-selected nodes.


backgroundSelectionColor

Color backgroundSelectionColor
Color to use for the background when a node is selected.


backgroundNonSelectionColor

Color backgroundNonSelectionColor
Color to use for the background when the node isn't selected.


borderSelectionColor

Color borderSelectionColor
Color to use for the focus indicator when the node has focus.

Class javax.swing.tree.DefaultTreeModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

root

TreeNode root
Root of the tree.


listenerList

EventListenerList listenerList
Listeners.


asksAllowsChildren

boolean asksAllowsChildren
Determines how the 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.

See Also:
TreeNode.getAllowsChildren(), TreeModel.isLeaf(java.lang.Object), DefaultTreeModel.setAsksAllowsChildren(boolean)

Class javax.swing.tree.DefaultTreeSelectionModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

changeSupport

SwingPropertyChangeSupport changeSupport
Used to messaged registered listeners.


selection

TreePath[] selection
Paths that are currently selected. Will be null if nothing is currently selected.


listenerList

EventListenerList listenerList
Event listener list.


listSelectionModel

DefaultListSelectionModel listSelectionModel
Handles maintaining the list selection model. The RowMapper is used to map from a TreePath to a row, and the value is then placed here.


selectionMode

int selectionMode
Mode for the selection, will be either SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.


leadPath

TreePath leadPath
Last path that was added.


leadIndex

int leadIndex
Index of the lead path in selection.


leadRow

int leadRow
Lead row.


uniquePaths

Hashtable uniquePaths
Used to make sure the paths are unique, will contain all the paths in selection.


lastPaths

Hashtable lastPaths

tempPaths

TreePath[] tempPaths

Class javax.swing.tree.ExpandVetoException extends Exception implements Serializable

Serialized Fields

event

TreeExpansionEvent event
The event that the exception was created for.

Class javax.swing.tree.TreePath extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

parentPath

TreePath parentPath
Path representing the parent, null if lastPathComponent represents the root.


Package javax.swing.undo

Class javax.swing.undo.AbstractUndoableEdit extends Object implements Serializable

Serialized Fields

hasBeenDone

boolean hasBeenDone
Defaults to true; becomes false if this edit is undone, true again if it is redone.


alive

boolean alive
True if this edit has not received die; defaults to true.

Class javax.swing.undo.CannotRedoException extends RuntimeException implements Serializable

Class javax.swing.undo.CannotUndoException extends RuntimeException implements Serializable

Class javax.swing.undo.CompoundEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

inProgress

boolean inProgress
True if this edit has never received end.


edits

Vector edits
The collection of UndoableEdits undone/redone en masse by this CompoundEdit.

Class javax.swing.undo.StateEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

object

StateEditable object
The object being edited


preState

Hashtable preState
The state information prior to the edit


postState

Hashtable postState
The state information after the edit


undoRedoName

String undoRedoName
The undo/redo presentation name

Class javax.swing.undo.UndoManager extends CompoundEdit implements Serializable

Serialized Fields

indexOfNextAdd

int indexOfNextAdd

limit

int limit


Package org.apache.xalan.client

Class org.apache.xalan.client.XSLTProcessorApplet extends java.applet.Applet implements Serializable

Serialized Fields

m_tfactory

javax.xml.transform.TransformerFactory m_tfactory
The stylesheet processor.

 

m_styleURL

String m_styleURL
 

m_documentURL

String m_documentURL
 

PARAM_styleURL

String PARAM_styleURL
 
See Also:
Constant Field Values

PARAM_documentURL

String PARAM_documentURL
 
See Also:
Constant Field Values

m_styleURLOfCached

String m_styleURLOfCached
 

m_documentURLOfCached

String m_documentURLOfCached
 

m_codeBase

URL m_codeBase
Save this for use on the worker thread; may not be necessary.

 

m_treeURL

String m_treeURL
 

m_documentBase

URL m_documentBase
DocumentBase URL

 


Package org.apache.xalan.processor

Class org.apache.xalan.processor.ProcessorCharacters extends XSLTElementProcessor implements Serializable

Serialized Fields

m_firstBackPointer

org.w3c.dom.Node m_firstBackPointer

m_accumulator

StringBuffer m_accumulator
Accumulate characters, until a non-whitespace event has occured.


m_xslTextElement

ElemText m_xslTextElement
The xsl:text processor will call this to set a preserve space state.

Class org.apache.xalan.processor.ProcessorExsltFuncResult extends ProcessorTemplateElem implements Serializable

Class org.apache.xalan.processor.ProcessorExsltFunction extends ProcessorTemplateElem implements Serializable

Class org.apache.xalan.processor.ProcessorLRE extends ProcessorTemplateElem implements Serializable

Class org.apache.xalan.processor.ProcessorStylesheetDoc extends XSLTElementProcessor implements Serializable

Class org.apache.xalan.processor.ProcessorTemplateElem extends XSLTElementProcessor implements Serializable

Class org.apache.xalan.processor.ProcessorText extends ProcessorTemplateElem implements Serializable

Class org.apache.xalan.processor.ProcessorUnknown extends ProcessorTemplateElem implements Serializable

Class org.apache.xalan.processor.StopParseException extends org.xml.sax.SAXException implements Serializable

Class org.apache.xalan.processor.WhitespaceInfoPaths extends WhiteSpaceInfo implements Serializable

Serialized Fields

m_elements

Vector m_elements
Bean property to allow setPropertiesFromAttributes to get the elements attribute.

Class org.apache.xalan.processor.XSLTElementProcessor extends ElemTemplateElement implements Serializable

Serialized Fields

m_savedLastOrder

IntStack m_savedLastOrder

m_elemDef

XSLTElementDef m_elemDef
The element definition that this processor conforms to.


Package org.apache.xalan.templates

Class org.apache.xalan.templates.AVT extends Object implements Serializable

Serialized Fields

m_simpleString

String m_simpleString
If the AVT is not complex, just hold the simple string.

 

m_parts

Vector m_parts
If the AVT is complex, hold a Vector of AVTParts.

 

m_rawName

String m_rawName
The name of the attribute.

 

m_name

String m_name
The name of the attribute.

 

m_uri

String m_uri
The namespace URI of the owning attribute.

 

Class org.apache.xalan.templates.AVTPart extends Object implements Serializable

Class org.apache.xalan.templates.AVTPartSimple extends AVTPart implements Serializable

Serialized Fields

m_val

String m_val
Simple string value;

 

Class org.apache.xalan.templates.AVTPartXPath extends AVTPart implements Serializable

Serialized Fields

m_xpath

XPath m_xpath
The XPath object contained in this part.

 

Class org.apache.xalan.templates.DecimalFormatProperties extends ElemTemplateElement implements Serializable

Serialized Fields

m_dfs

DecimalFormatSymbols m_dfs
An instance of DecimalFormatSymbols for this element.

 

m_qname

QName m_qname
If there is a name attribute, then the element declares a named decimal-format; otherwise, it declares the default decimal-format.

 

Class org.apache.xalan.templates.ElemApplyImport extends ElemTemplateElement implements Serializable

Class org.apache.xalan.templates.ElemApplyTemplates extends ElemCallTemplate implements Serializable

Serialized Fields

m_mode

QName m_mode
mode %qname; #IMPLIED

 

m_isDefaultTemplate

boolean m_isDefaultTemplate
Tells if this belongs to a default template, in which case it will act different with regard to processing modes.

 
See Also:
built-in-rule in XSLT Specification

Class org.apache.xalan.templates.ElemAttribute extends ElemElement implements Serializable

Class org.apache.xalan.templates.ElemAttributeSet extends ElemUse implements Serializable

Serialized Fields

m_qname

QName m_qname
The name attribute specifies the name of the attribute set.

 

Class org.apache.xalan.templates.ElemCallTemplate extends ElemForEach implements Serializable

Serialized Fields

m_templateName

QName m_templateName
An xsl:call-template element invokes a template by name; it has a required name attribute that identifies the template to be invoked.

 

m_template

ElemTemplate m_template
The template which is named by QName.

 

m_paramElems

ElemWithParam[] m_paramElems
Vector of xsl:param elements associated with this element.

 

Class org.apache.xalan.templates.ElemChoose extends ElemTemplateElement implements Serializable

Class org.apache.xalan.templates.ElemComment extends ElemTemplateElement implements Serializable

Class org.apache.xalan.templates.ElemCopy extends ElemUse implements Serializable

Class org.apache.xalan.templates.ElemCopyOf extends ElemTemplateElement implements Serializable

Serialized Fields

m_selectExpression

XPath m_selectExpression
The required select attribute contains an expression.

 

Class org.apache.xalan.templates.ElemElement extends ElemUse implements Serializable

Serialized Fields

m_name_avt

AVT m_name_avt
The name attribute is interpreted as an attribute value template. It is an error if the string that results from instantiating the attribute value template is not a QName.

 

m_namespace_avt

AVT m_namespace_avt
If the namespace attribute is present, then it also is interpreted as an attribute value template. The string that results from instantiating the attribute value template should be a URI reference. It is not an error if the string is not a syntactically legal URI reference.

 

Class org.apache.xalan.templates.ElemEmpty extends ElemTemplateElement implements Serializable

Class org.apache.xalan.templates.ElemExsltFuncResult extends ElemVariable implements Serializable

Class org.apache.xalan.templates.ElemExsltFunction extends ElemTemplate implements Serializable

Serialized Fields

_resultIndex

int _resultIndex
Add the namespace to the StylesheetRoot vector of extension namespaces. Be sure the exslt:function namespace is also added.

Class org.apache.xalan.templates.ElemExtensionCall extends ElemLiteralResult implements Serializable

Serialized Fields

m_extns

String m_extns
The Namespace URI for this extension call element.

 

m_lang

String m_lang
Language used by extension.

 

m_srcURL

String m_srcURL
URL pointing to extension.

 

m_scriptSrc

String m_scriptSrc
Source for script.

 

m_decl

ElemExtensionDecl m_decl
Declaration for Extension element.

 

Class org.apache.xalan.templates.ElemExtensionDecl extends ElemTemplateElement implements Serializable

Serialized Fields

m_prefix

String m_prefix
Prefix string for this extension element.

 

m_functions

StringVector m_functions
StringVector holding the names of functions defined in this extension.

 

m_elements

StringVector m_elements
StringVector of elements defined in this extension.

 

Class org.apache.xalan.templates.ElemExtensionScript extends ElemTemplateElement implements Serializable

Serialized Fields

m_lang

String m_lang
Language used in extension.

 

m_src

String m_src
Extension handler.

 

Class org.apache.xalan.templates.ElemFallback extends ElemTemplateElement implements Serializable

Class org.apache.xalan.templates.ElemForEach extends ElemTemplateElement implements Serializable

Serialized Fields

m_doc_cache_off

boolean m_doc_cache_off
This is set by an "xalan:doc-cache-off" pi. It tells the engine that documents created in the location paths executed by this element will not be reparsed. It's set by StylesheetHandler during construction. Note that this feature applies _only_ to xsl:for-each elements in its current incarnation; a more general cache management solution is desperately needed.


m_selectExpression

Expression m_selectExpression
The "select" expression.

 

m_sortElems

Vector m_sortElems
Vector containing the xsl:sort elements associated with this element.

 

Class org.apache.xalan.templates.ElemIf extends ElemTemplateElement implements Serializable

Serialized Fields

m_test

XPath m_test
The xsl:if element must have a test attribute, which specifies an expression.

 

Class org.apache.xalan.templates.ElemLiteralResult extends ElemUse implements Serializable

Serialized Fields

isLiteralResultAsStylesheet

boolean isLiteralResultAsStylesheet
Tells if this element represents a root element that is also the stylesheet element. TODO: This should be a derived class.

 

m_avts

Vector m_avts
The created element node will have the attribute nodes that were present on the element node in the stylesheet tree, other than attributes with names in the XSLT namespace.

 

m_xslAttr

Vector m_xslAttr
List of attributes with the XSLT namespace.

 

m_namespace

String m_namespace
The namespace of the element to be created.

 

m_localName

String m_localName
The local name of the element to be created.

 

m_rawName

String m_rawName
The raw name of the element to be created.

 

m_ExtensionElementURIs

StringVector m_ExtensionElementURIs
The "extension-element-prefixes" property, actually contains URIs.

 

m_version

String m_version
The XSLT version as specified by this element.

 

m_excludeResultPrefixes

StringVector m_excludeResultPrefixes
The "exclude-result-prefixes" property.

 

Class org.apache.xalan.templates.ElemMessage extends ElemTemplateElement implements Serializable

Serialized Fields

m_terminate

boolean m_terminate
If the terminate attribute has the value yes, then the XSLT transformer should terminate processing after sending the message. The default value is no.

 

Class org.apache.xalan.templates.ElemNumber extends ElemTemplateElement implements Serializable

Serialized Fields

m_countMatchPattern

XPath m_countMatchPattern
Only nodes are counted that match this pattern.

 

m_fromMatchPattern

XPath m_fromMatchPattern
Specifies where to count from. For level="single" or level="multiple": Only ancestors that are searched are those that are descendants of the nearest ancestor that matches the from pattern. For level="any: Only nodes after the first node before the current node that match the from pattern are considered.

 

m_level

int m_level
When level="single", it goes up to the first node in the ancestor-or-self axis that matches the count pattern, and constructs a list of length one containing one plus the number of preceding siblings of that ancestor that match the count pattern. If there is no such ancestor, it constructs an empty list. If the from attribute is specified, then the only ancestors that are searched are those that are descendants of the nearest ancestor that matches the from pattern. Preceding siblings has the same meaning here as with the preceding-sibling axis. When level="multiple", it constructs a list of all ancestors of the current node in document order followed by the element itself; it then selects from the list those nodes that match the count pattern; it then maps each node in the list to one plus the number of preceding siblings of that node that match the count pattern. If the from attribute is specified, then the only ancestors that are searched are those that are descendants of the nearest ancestor that matches the from pattern. Preceding siblings has the same meaning here as with the preceding-sibling axis. When level="any", it constructs a list of length one containing the number of nodes that match the count pattern and belong to the set containing the current node and all nodes at any level of the document that are before the current node in document order, excluding any namespace and attribute nodes (in other words the union of the members of the preceding and ancestor-or-self axes). If the from attribute is specified, then only nodes after the first node before the current node that match the from pattern are considered.

 

m_valueExpr

XPath m_valueExpr
The value attribute contains an expression. The expression is evaluated and the resulting object is converted to a number as if by a call to the number function.

 

m_format_avt

AVT m_format_avt
The "format" attribute is used to control conversion of a list of numbers into a string.

 
See Also:
convert in XSLT Specification

m_lang_avt

AVT m_lang_avt
When numbering with an alphabetic sequence, the lang attribute specifies which language's alphabet is to be used.

 

m_lettervalue_avt

AVT m_lettervalue_avt
The letter-value attribute disambiguates between numbering sequences that use letters.

 

m_groupingSeparator_avt

AVT m_groupingSeparator_avt
The grouping-separator attribute gives the separator used as a grouping (e.g. thousands) separator in decimal numbering sequences.

 

m_groupingSize_avt

AVT m_groupingSize_avt
The optional grouping-size specifies the size (normally 3) of the grouping.

 

Class org.apache.xalan.templates.ElemOtherwise extends ElemTemplateElement implements Serializable

Class org.apache.xalan.templates.ElemParam extends ElemVariable implements Serializable

Serialized Fields

m_qnameID

int m_qnameID

Class org.apache.xalan.templates.ElemPI extends ElemTemplateElement implements Serializable

Serialized Fields

m_name_atv

AVT m_name_atv
The xsl:processing-instruction element has a required name attribute that specifies the name of the processing instruction node. The value of the name attribute is interpreted as an attribute value template.

 

Class org.apache.xalan.templates.ElemSort extends ElemTemplateElement implements Serializable

Serialized Fields

m_selectExpression

XPath m_selectExpression
xsl:sort has a select attribute whose value is an expression.

 

m_lang_avt

AVT m_lang_avt
lang specifies the language of the sort keys.

 

m_dataType_avt

AVT m_dataType_avt
data-type specifies the data type of the strings to be sorted.

 

m_order_avt

AVT m_order_avt
order specifies whether the strings should be sorted in ascending or descending order.

 

m_caseorder_avt

AVT m_caseorder_avt
case-order has the value upper-first or lower-first. The default value is language dependent.

 

Class org.apache.xalan.templates.ElemTemplate extends ElemTemplateElement implements Serializable

Serialized Fields

m_publicId

String m_publicId
The public identifier for the current document event.

 

m_systemId

String m_systemId
The system identifier for the current document event.

 

m_stylesheet

Stylesheet m_stylesheet
The owning stylesheet. (Should this only be put on the template element, to conserve space?)

 

m_matchPattern

XPath m_matchPattern
The match attribute is a Pattern that identifies the source node or nodes to which the rule applies.

 

m_name

QName m_name
An xsl:template element with a name attribute specifies a named template.

 

m_mode

QName m_mode
Modes allow an element to be processed multiple times, each time producing a different result.

 

m_priority

double m_priority
The priority of a template rule is specified by the priority attribute on the template rule.

 

m_frameSize

int m_frameSize
The stack frame size for this template, which is equal to the maximum number of params and variables that can be declared in the template at one time.


m_inArgsSize

int m_inArgsSize
The size of the portion of the stack frame that can hold parameter arguments.


m_argsQNameIDs

int[] m_argsQNameIDs
List of namespace/local-name pairs, DTM style, that are unique qname identifiers for the arguments. The position of a given qname in the list is the argument ID, and thus the position in the stack frame.

Class org.apache.xalan.templates.ElemTemplateElement extends UnImplNode implements Serializable

Serialized Fields

m_lineNumber

int m_lineNumber
line number where the current document event ends.

 

m_columnNumber

int m_columnNumber
the column number where the current document event ends.

 

m_defaultSpace

boolean m_defaultSpace
Tell if this element has the default space handling turned off or on according to the xml:space attribute.

 

m_hasTextLitOnly

boolean m_hasTextLitOnly
Tell if this element only has one text child, for optimization purposes.

 

m_hasVariableDecl

boolean m_hasVariableDecl
Tell if this element only has one text child, for optimization purposes.

 

m_declaredPrefixes

Vector m_declaredPrefixes
The list of namespace declarations for this element only.

 

m_prefixTable

Vector m_prefixTable
The table of XMLNSDecls for this element and all parent elements, screened for excluded prefixes.

 

m_docOrderNumber

int m_docOrderNumber
The *relative* document order number of this element.

 

m_parentNode

ElemTemplateElement m_parentNode
Parent node.

 

m_nextSibling

ElemTemplateElement m_nextSibling
Next sibling.

 

m_firstChild

ElemTemplateElement m_firstChild
First child.

 

Class org.apache.xalan.templates.ElemText extends ElemTemplateElement implements Serializable

Serialized Fields

m_disableOutputEscaping

boolean m_disableOutputEscaping
Tells if this element should disable escaping.

 

Class org.apache.xalan.templates.ElemTextLiteral extends ElemTemplateElement implements Serializable

Serialized Fields

m_preserveSpace

boolean m_preserveSpace
Tell if space should be preserved.

 

m_ch

char[] m_ch
The character array.

 

m_str

String m_str
The character array as a string.

 

m_disableOutputEscaping

boolean m_disableOutputEscaping
Tells if this element should disable escaping.

 

Class org.apache.xalan.templates.ElemUnknown extends ElemLiteralResult implements Serializable

Class org.apache.xalan.templates.ElemUse extends ElemTemplateElement implements Serializable

Serialized Fields

m_attributeSetsNames

QName[] m_attributeSetsNames
The value of the "use-attribute-sets" attribute.

 

Class org.apache.xalan.templates.ElemValueOf extends ElemTemplateElement implements Serializable

Serialized Fields

m_selectExpression

XPath m_selectExpression
The select expression to be executed.

 

m_isDot

boolean m_isDot
True if the pattern is a simple ".".

 

m_disableOutputEscaping

boolean m_disableOutputEscaping
Tells if this element should disable escaping.

 

Class org.apache.xalan.templates.ElemVariable extends ElemTemplateElement implements Serializable

Serialized Fields

m_index

int m_index
This is the index into the stack frame.


m_frameSize

int m_frameSize
The stack frame size for this variable if it is a global variable that declares an RTF, which is equal to the maximum number of variables that can be declared in the variable at one time.


m_selectPattern

XPath m_selectPattern
The value of the "select" attribute.

 

m_qname

QName m_qname
The value of the "name" attribute.

 

m_isTopLevel

boolean m_isTopLevel
Tells if this is a top-level variable or param, or not.

 

Class org.apache.xalan.templates.ElemVariablePsuedo extends ElemVariable implements Serializable

Serialized Fields

m_lazyVar

XUnresolvedVariableSimple m_lazyVar

Class org.apache.xalan.templates.ElemWhen extends ElemTemplateElement implements Serializable

Serialized Fields

m_test

XPath m_test
Each xsl:when element has a single attribute, test, which specifies an expression.

 

Class org.apache.xalan.templates.ElemWithParam extends ElemTemplateElement implements Serializable

Serialized Fields

m_index

int m_index
This is the index to the stack frame being called, not the stack frame that contains this element.


m_selectPattern

XPath m_selectPattern
The "select" attribute, which specifies the value of the argument, if element content is not specified.

 

m_qname

QName m_qname
The required name attribute specifies the name of the parameter (the variable the value of whose binding is to be replaced). The value of the name attribute is a QName, which is expanded as described in [2.4 Qualified Names].

 

m_qnameID

int m_qnameID

Class org.apache.xalan.templates.FuncDocument extends Function2Args implements Serializable

Class org.apache.xalan.templates.FuncFormatNumb extends Function3Args implements Serializable

Class org.apache.xalan.templates.FuncKey extends Function2Args implements Serializable

Class org.apache.xalan.templates.KeyDeclaration extends ElemTemplateElement implements Serializable

Serialized Fields

m_name

QName m_name
The "name" property.

 

m_matchPattern

XPath m_matchPattern
The "match" attribute.

 

m_use

XPath m_use
The "use" attribute.

 

Class org.apache.xalan.templates.NamespaceAlias extends ElemTemplateElement implements Serializable

Serialized Fields

m_StylesheetPrefix

String m_StylesheetPrefix
The "stylesheet-prefix" attribute.

 

m_StylesheetNamespace

String m_StylesheetNamespace
The namespace in the stylesheet space.

 

m_ResultPrefix

String m_ResultPrefix
The "result-prefix" attribute.

 

m_ResultNamespace

String m_ResultNamespace
The result namespace.

 

Class org.apache.xalan.templates.OutputProperties extends ElemTemplateElement implements Serializable

Serialized Fields

m_properties

Properties m_properties
The output properties.

 

Class org.apache.xalan.templates.Stylesheet extends ElemTemplateElement implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        javax.xml.transform.TransformerException
Read the stylesheet from a serialization stream.

Throws:
IOException
javax.xml.transform.TransformerException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Write out the given output stream

Throws:
IOException
Serialized Fields

m_XmlnsXsl

String m_XmlnsXsl
The "xmlns:xsl" property.

 

m_ExtensionElementURIs

StringVector m_ExtensionElementURIs
The "extension-element-prefixes" property, actually contains URIs.

 

m_ExcludeResultPrefixs

StringVector m_ExcludeResultPrefixs
The "exclude-result-prefixes" property.

 

m_Id

String m_Id
The "id" property.

 

m_Version

String m_Version
The "version" property.

 

m_imports

Vector m_imports
The "xsl:import" list.

 

m_includes

Vector m_includes
The "xsl:include" properties.

 

m_DecimalFormatDeclarations

Stack m_DecimalFormatDeclarations
Table of tables of element decimal-format.

 
See Also:
DecimalFormatProperties

m_whitespaceStrippingElements

Vector m_whitespaceStrippingElements
The "xsl:strip-space" properties, A lookup table of all space stripping elements.

 

m_whitespacePreservingElements

Vector m_whitespacePreservingElements
The "xsl:preserve-space" property, A lookup table of all space preserving elements.

 

m_output

Vector m_output
The "xsl:output" properties. This is a vector of OutputProperties objects.

 

m_keyDeclarations

Vector m_keyDeclarations
The "xsl:key" property.

 

m_attributeSets

Vector m_attributeSets
The "xsl:attribute-set" property.

 

m_topLevelVariables

Vector m_topLevelVariables
The "xsl:variable" and "xsl:param" properties.

 

m_templates

Vector m_templates
The "xsl:template" properties.

 

m_prefix_aliases

Vector m_prefix_aliases
The "xsl:namespace-alias" properties.

 

m_NonXslTopLevel

Hashtable m_NonXslTopLevel
The "non-xsl-top-level" properties.

 

m_href

String m_href
The base URL of the XSL document.

 

m_publicId

String m_publicId
The doctype-public element.

 

m_systemId

String m_systemId
The doctype-system element.

 

m_stylesheetRoot

StylesheetRoot m_stylesheetRoot
The root of the stylesheet, where all the tables common to all stylesheets are kept.

 

m_stylesheetParent

Stylesheet m_stylesheetParent
The parent of the stylesheet. This will be null if this is the root stylesheet.

 

Class org.apache.xalan.templates.StylesheetComposed extends Stylesheet implements Serializable

Serialized Fields

m_importNumber

int m_importNumber
Order in import chain.

 

m_importCountComposed

int m_importCountComposed
The precedence of this stylesheet in the global import list. The lowest precedence stylesheet is 0. A higher number has a higher precedence.

 

m_endImportCountComposed

int m_endImportCountComposed

Class org.apache.xalan.templates.StylesheetRoot extends StylesheetComposed implements Serializable

Serialized Fields

m_availElems

Hashtable m_availElems
The schema used when creating this StylesheetRoot

 

m_extNsMgr

ExtensionNamespacesManager m_extNsMgr

m_globalImportList

StylesheetComposed[] m_globalImportList
The combined list of imports. The stylesheet with the highest import precedence will be at element 0. The one with the lowest import precedence will be at element length - 1.

 

m_outputProperties

OutputProperties m_outputProperties
This will be set up with the default values, and then the values will be set as stylesheets are encountered.

 

m_outputMethodSet

boolean m_outputMethodSet
Flag indicating whether an output method has been set by the user.

 

m_attrSets

Hashtable m_attrSets
Composed set of all included and imported attribute set properties. Each entry is a vector of ElemAttributeSet objects.

 

m_decimalFormatSymbols

Hashtable m_decimalFormatSymbols
Table of DecimalFormatSymbols, keyed by QName.

 

m_keyDecls

Vector m_keyDecls
A list of all key declarations visible from this stylesheet and all lesser stylesheets.

 

m_namespaceAliasComposed

Hashtable m_namespaceAliasComposed
Composed set of all namespace aliases.

 

m_templateList

TemplateList m_templateList
The "xsl:template" properties.

 

m_variables

Vector m_variables
Composed set of all variables and params.

 

m_whiteSpaceInfoList

TemplateList m_whiteSpaceInfoList
A list of properties that specify how to do space stripping. This uses the same exact mechanism as Templates.

 

m_defaultTextRule

ElemTemplate m_defaultTextRule
The default template to use for text nodes if we don't find anything else. This is initialized in initDefaultRule().

 

m_defaultRule

ElemTemplate m_defaultRule
The default template to use if we don't find anything else. This is initialized in initDefaultRule().

 

m_defaultRootRule

ElemTemplate m_defaultRootRule
The default template to use for the root if we don't find anything else. This is initialized in initDefaultRule(). We kind of need this because the defaultRule isn't good enough because it doesn't supply a document context. For now, I default the root document element to "HTML". Don't know if this is really a good idea or not. I suspect it is not.

 

m_startRule

ElemTemplate m_startRule
The start rule to kick off the transformation.

 

m_selectDefault

XPath m_selectDefault
Used for default selection.

 

m_composeState

StylesheetRoot.ComposeState m_composeState

Class org.apache.xalan.templates.TemplateList extends Object implements Serializable

Serialized Fields

m_namedTemplates

Hashtable m_namedTemplates
Keyed on string macro names, and holding values that are macro elements in the XSL DOM tree. Initialized in initMacroLookupTable, and used in findNamedTemplate.

 

m_patternTable

Hashtable m_patternTable
This table is keyed on the target elements of patterns, and contains linked lists of the actual patterns that match the target element to some degree of specifity.

 

m_wildCardPatterns

TemplateSubPatternAssociation m_wildCardPatterns
Wildcard patterns.

 

m_textPatterns

TemplateSubPatternAssociation m_textPatterns
Text Patterns.

 

m_docPatterns

TemplateSubPatternAssociation m_docPatterns
Root document Patterns.

 

m_commentPatterns

TemplateSubPatternAssociation m_commentPatterns
Comment Patterns.

 

Class org.apache.xalan.templates.WhiteSpaceInfo extends ElemTemplate implements Serializable

Serialized Fields

m_shouldStripSpace

boolean m_shouldStripSpace
Flag indicating whether whitespaces should be stripped.

 

Class org.apache.xalan.templates.XMLNSDecl extends Object implements Serializable

Serialized Fields

m_prefix

String m_prefix
non-null reference to prefix, using "" for default namespace.

 

m_uri

String m_uri
non-null reference to namespace URI.

 

m_isExcluded

boolean m_isExcluded
true if this namespace declaration should normally be excluded.

 

Class org.apache.xalan.templates.XUnresolvedVariable extends XObject implements Serializable

Serialized Fields

m_isGlobal

boolean m_isGlobal
true if this variable or parameter is a global.

 

Class org.apache.xalan.templates.XUnresolvedVariableSimple extends XObject implements Serializable


Package org.apache.xalan.transformer

Class org.apache.xalan.transformer.CountersTable extends Hashtable implements Serializable

Class org.apache.xalan.transformer.KeyIterator extends OneStepIteratorForward implements Serializable

Serialized Fields

m_name

QName m_name
Key name.

 

m_keyDeclarations

Vector m_keyDeclarations
Vector of Key declarations in the stylesheet.

 

Class org.apache.xalan.transformer.KeyRefIterator extends ChildTestIterator implements Serializable

Serialized Fields

m_keysNodes

DTMIterator m_keysNodes

m_ref

XMLString m_ref

m_name

QName m_name

m_keyDeclarations

Vector m_keyDeclarations
Vector of Key declarations in the stylesheet.

 


Package org.apache.xml.dtm

Class org.apache.xml.dtm.DTMConfigurationException extends DTMException implements Serializable

Class org.apache.xml.dtm.DTMDOMException extends org.w3c.dom.DOMException implements Serializable

Class org.apache.xml.dtm.DTMException extends RuntimeException implements Serializable

Serialized Fields

locator

javax.xml.transform.SourceLocator locator
Field locator specifies where the error occured.

 

containedException

Throwable containedException
Field containedException specifies a wrapped exception. May be null.

 


Package org.apache.xml.dtm.ref

Class org.apache.xml.dtm.ref.DTMNamedNodeMap.DTMException extends org.w3c.dom.DOMException implements Serializable


Package org.apache.xml.utils

Class org.apache.xml.utils.MutableAttrListImpl extends org.xml.sax.helpers.AttributesImpl implements Serializable

Class org.apache.xml.utils.NameSpace extends Object implements Serializable

Serialized Fields

m_next

NameSpace m_next
Next NameSpace element on the stack.

 

m_prefix

String m_prefix
Prefix of this NameSpace element.

 

m_uri

String m_uri
Namespace URI of this NameSpace element.

 

Class org.apache.xml.utils.NodeVector extends Object implements Serializable

Serialized Fields

m_blocksize

int m_blocksize
Size of blocks to allocate.

 

m_map

int[] m_map
Array of nodes this points to.

 

m_firstFree

int m_firstFree
Number of nodes in this NodeVector.

 

m_mapSize

int m_mapSize
Size of the array this points to.

 

Class org.apache.xml.utils.ObjectPool extends Object implements Serializable

Serialized Fields

objectType

Class objectType
Type of objects in this pool.

 

freeStack

Vector freeStack
Vector of given objects this points to.

 

Class org.apache.xml.utils.QName extends Object implements Serializable

Serialized Fields

_localName

String _localName
The local name.

 

_namespaceURI

String _namespaceURI
The namespace URI.

 

_prefix

String _prefix
The namespace prefix.

 

m_hashCode

int m_hashCode
The cached hashcode, which is calculated at construction time.

 

Class org.apache.xml.utils.SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl implements Serializable

Serialized Fields

m_locator

org.xml.sax.Locator m_locator
The SAX Locator object.

 

Class org.apache.xml.utils.SerializableLocatorImpl extends Object implements Serializable

Serialized Fields

publicId

String publicId
The public ID.

 

systemId

String systemId
The system ID.

 

lineNumber

int lineNumber
The line number.

 

columnNumber

int columnNumber
The column number.

 

Class org.apache.xml.utils.StringVector extends Object implements Serializable

Serialized Fields

m_blocksize

int m_blocksize
Size of blocks to allocate

m_map

String[] m_map
Array of strings this contains

m_firstFree

int m_firstFree
Number of strings this contains

m_mapSize

int m_mapSize
Size of the array

Class org.apache.xml.utils.URI extends Object implements Serializable

Serialized Fields

m_scheme

String m_scheme
Stores the scheme (usually the protocol) for this URI.

 

m_userinfo

String m_userinfo
If specified, stores the userinfo for this URI; otherwise null.

 

m_host

String m_host
If specified, stores the host for this URI; otherwise null.

 

m_port

int m_port
If specified, stores the port for this URI; otherwise -1.

 

m_path

String m_path
If specified, stores the path for this URI; otherwise null.

 

m_queryString

String m_queryString
If specified, stores the query string for this URI; otherwise null.

 

m_fragment

String m_fragment
If specified, stores the fragment for this URI; otherwise null.

 

Class org.apache.xml.utils.URI.MalformedURIException extends IOException implements Serializable

Class org.apache.xml.utils.WrappedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

m_exception

Exception m_exception
Primary checked exception.

 

Class org.apache.xml.utils.WrongParserException extends RuntimeException implements Serializable


Package org.apache.xml.utils.synthetic

Class org.apache.xml.utils.synthetic.Class extends Object implements Serializable

Serialized Fields

name

String name
fully-qualified path.classname.

 

realclass

Class realclass
Actual Java class object. When present, all interactions are redirected to it. Allows our Class to function as a wrapper for the Java version (in lieu of subclassing or a shared Interface), and allows "in-place compilation" to replace a generated description with an directly runnable class.

 

modifiers

int modifiers
Field modifiers: Java language modifiers for this class or interface, encoded in an integer.

 

isInterface

boolean isInterface
Field isInterface: True if the Class object represents an interface type.

 

superclass

Class superclass
Field superclass: If this object represents the class Object, this is null. Otherwise, the Class object that represents the superclass of that class. In proxy mode this is determined when needed. In synthesis mode it's explicitly set by the user, and if null the superclass will be assumed to be Object.

 

declaringclass

Class declaringclass
Field declaringclass: If this object represents an inner class, the Class object that represents the class that declared it. Otherwise null.

 

interfaces

Class[] interfaces
Field interfaces: A list of all interfaces implemented by the class or interface represented by this object.

 

allclasses

Class[] allclasses
Field allclasses: an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.

 

declaredclasses

Class[] declaredclasses
Field declaredclasses: an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object. Excludes inherited classes and interfaces.

 

allconstructors

Constructor[] allconstructors
Field allconstructors: an array containing Constructor objects reflecting all the constructors of the class represented by this Class object. An array of length 0 is returned if the class has no public constructors. In proxy mode only public constructors will be displayed; in synthesis mode, all declared constructors will be displayed.

 

declaredconstructors

Constructor[] declaredconstructors
Field declaredconstructors: an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object. Includes non-public constructors, but excludes inherited ones.

 

allmethods

Method[] allmethods
Field allmethods.

 

declaredmethods

Method[] declaredmethods
Field declaredmethods.

 

allfields

Field[] allfields
Field allfields.

 

declaredfields

Field[] declaredfields
Field declaredfields.

 

innerclasses

Class[] innerclasses
Field innerclasses.

 

Class org.apache.xml.utils.synthetic.SynthesisException extends Exception implements Serializable

Serialized Fields

code

int code
Field code.

 


Package org.apache.xpath

Class org.apache.xpath.Expression extends Object implements Serializable

Serialized Fields

m_parent

ExpressionNode m_parent
The location where this expression was built from. Need for diagnostic messages. May be null.

 

Class org.apache.xpath.FoundIndex extends RuntimeException implements Serializable

Class org.apache.xpath.NodeSetDTM extends NodeVector implements Serializable

Serialized Fields

m_manager

DTMManager m_manager

m_root

int m_root
The root of the iteration, if available.

Class org.apache.xpath.XPath extends Object implements Serializable

Serialized Fields

m_mainExp

Expression m_mainExp
The top of the expression tree.

 

m_patternString

String m_patternString
The pattern string, mainly kept around for diagnostic purposes.

 

Class org.apache.xpath.XPathException extends javax.xml.transform.TransformerException implements Serializable

Serialized Fields

m_styleNode

Object m_styleNode
The home of the expression that caused the error.

 

m_exception

Exception m_exception
A nested exception.

 

Class org.apache.xpath.XPathProcessorException extends XPathException implements Serializable


Package org.apache.xpath.axes

Class org.apache.xpath.axes.AttributeIterator extends ChildTestIterator implements Serializable

Class org.apache.xpath.axes.AxesWalker extends PredicatedNodeTest implements Serializable

Serialized Fields

m_dtm

DTM m_dtm
The DTM for the root. This can not be used, or must be changed, for the filter walker, or any walker that can have nodes from multiple documents. Never, ever, access this value without going through getDTM(int node).


m_nextWalker

AxesWalker m_nextWalker
The next walker in the location step chain.

 

m_prevWalker

AxesWalker m_prevWalker
The previous walker in the location step chain, or null.

 

m_axis

int m_axis
The traversal axis from where the nodes will be filtered.


m_traverser

DTMAxisTraverser m_traverser
The DTM inner traversal class, that corresponds to the super axis.

Class org.apache.xpath.axes.BasicTestIterator extends LocPathIterator implements Serializable

Class org.apache.xpath.axes.ChildIterator extends LocPathIterator implements Serializable

Class org.apache.xpath.axes.ChildTestIterator extends BasicTestIterator implements Serializable

Class org.apache.xpath.axes.DescendantIterator extends LocPathIterator implements Serializable

Serialized Fields

m_axis

int m_axis
The axis that we are traversing.


m_extendedTypeID

int m_extendedTypeID
The extended type ID, not set until setRoot.

Class org.apache.xpath.axes.FilterExprIterator extends BasicTestIterator implements Serializable

Serialized Fields

m_expr

Expression m_expr
The contained expression. Should be non-null.

 

m_mustHardReset

boolean m_mustHardReset

m_canDetachNodeset

boolean m_canDetachNodeset

Class org.apache.xpath.axes.FilterExprIteratorSimple extends LocPathIterator implements Serializable

Serialized Fields

m_expr

Expression m_expr
The contained expression. Should be non-null.

 

m_mustHardReset

boolean m_mustHardReset

m_canDetachNodeset

boolean m_canDetachNodeset

Class org.apache.xpath.axes.FilterExprWalker extends AxesWalker implements Serializable

Serialized Fields

m_expr

Expression m_expr
The contained expression. Should be non-null.

 

m_mustHardReset

boolean m_mustHardReset

m_canDetachNodeset

boolean m_canDetachNodeset

Class org.apache.xpath.axes.IteratorPool extends Object implements Serializable

Serialized Fields

m_orig

DTMIterator m_orig
Type of objects in this pool.

 

m_freeStack

Vector m_freeStack
Vector of given objects this points to.

 

Class org.apache.xpath.axes.LocPathIterator extends PredicatedNodeTest implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        javax.xml.transform.TransformerException
Read the object from a serialization stream.

Throws:
IOException
javax.xml.transform.TransformerException
Serialized Fields

m_allowDetach

boolean m_allowDetach
Control over whether it is OK for detach to reset the iterator.


m_isTopLevel

boolean m_isTopLevel
Value determined at compile time, indicates that this is an iterator at the top level of the expression, rather than inside a predicate.

 

m_prefixResolver

PrefixResolver m_prefixResolver
Fast access to the current prefix resolver. It isn't really clear that this is needed.

 

Class org.apache.xpath.axes.MatchPatternIterator extends LocPathIterator implements Serializable

Serialized Fields

m_pattern

StepPattern m_pattern
This is the select pattern, translated into a match pattern.


m_superAxis

int m_superAxis
The traversal axis from where the nodes will be filtered.


m_traverser

DTMAxisTraverser m_traverser
The DTM inner traversal class, that corresponds to the super axis.

Class org.apache.xpath.axes.NodeSequence extends XObject implements Serializable

Serialized Fields

m_last

int m_last
The index of the last node in the iteration.


m_next

int m_next
The index of the next node to be fetched. Useful if this is a cached iterator, and is being used as random access NodeList.


m_iter

DTMIterator m_iter
The functional iterator that fetches nodes.


m_dtmMgr

DTMManager m_dtmMgr
The DTMManager to use if we're using a NodeVector only. We may well want to do away with this, and store it in the NodeVector.

Class org.apache.xpath.axes.OneStepIterator extends ChildTestIterator implements Serializable

Serialized Fields

m_axis

int m_axis
The traversal axis from where the nodes will be filtered.


m_iterator

DTMAxisIterator m_iterator
The DTM inner traversal class, that corresponds to the super axis.

Class org.apache.xpath.axes.OneStepIteratorForward extends ChildTestIterator implements Serializable

Serialized Fields

m_axis

int m_axis
The traversal axis from where the nodes will be filtered.

Class org.apache.xpath.axes.PredicatedNodeTest extends NodeTest implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        javax.xml.transform.TransformerException
Read the object from a serialization stream.

Throws:
IOException
javax.xml.transform.TransformerException
Serialized Fields

m_predCount

int m_predCount

m_lpi

LocPathIterator m_lpi
The owning location path iterator.

 

m_predicates

Expression[] m_predicates
The list of predicate expressions. Is static and does not need to be deep cloned.

 

Class org.apache.xpath.axes.ReverseAxesWalker extends AxesWalker implements Serializable

Serialized Fields

m_iterator

DTMAxisIterator m_iterator
The DTM inner traversal class, that corresponds to the super axis.

Class org.apache.xpath.axes.RTFIterator extends NodeSetDTM implements Serializable

Class org.apache.xpath.axes.SelfIteratorNoPredicate extends LocPathIterator implements Serializable

Class org.apache.xpath.axes.UnionChildIterator extends ChildTestIterator implements Serializable

Serialized Fields

m_nodeTests

PredicatedNodeTest[] m_nodeTests
Even though these may hold full LocPathIterators, this array does not have to be cloned, since only the node test and predicate portion are used, and these only need static information. However, also note that index predicates can not be used!

Class org.apache.xpath.axes.UnionPathIterator extends LocPathIterator implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        javax.xml.transform.TransformerException
Read the object from a serialization stream.

Throws:
IOException
javax.xml.transform.TransformerException
Serialized Fields

m_exprs

LocPathIterator[] m_exprs
The location path iterators, one for each location path contained in the union expression.

 

m_iterators

DTMIterator[] m_iterators
The location path iterators, one for each location path contained in the union expression.

 

Class org.apache.xpath.axes.WalkingIterator extends LocPathIterator implements Serializable

Serialized Fields

m_lastUsedWalker

AxesWalker m_lastUsedWalker
The last used step walker in the walker list.

 

m_firstWalker

AxesWalker m_firstWalker
The head of the step walker list.

 

Class org.apache.xpath.axes.WalkingIteratorSorted extends WalkingIterator implements Serializable

Serialized Fields

m_inNaturalOrderStatic

boolean m_inNaturalOrderStatic
True if the nodes will be found in document order, and this can be determined statically.


Package org.apache.xpath.functions

Class org.apache.xpath.functions.FuncBoolean extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncCeiling extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncConcat extends FunctionMultiArgs implements Serializable

Class org.apache.xpath.functions.FuncContains extends Function2Args implements Serializable

Class org.apache.xpath.functions.FuncCount extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncCurrent extends Function implements Serializable

Class org.apache.xpath.functions.FuncDoclocation extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncExtElementAvailable extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncExtFunction extends Function implements Serializable

Serialized Fields

m_namespace

String m_namespace
The namespace for the extension function, which should not normally be null or empty.

 

m_extensionName

String m_extensionName
The local name of the extension.

 

m_methodKey

Object m_methodKey
Unique method key, which is passed to ExtensionsTable#extFunction in order to allow caching of the method.

 

m_argVec

Vector m_argVec
Array of static expressions which represent the parameters to the function.

 

Class org.apache.xpath.functions.FuncExtFunctionAvailable extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncFalse extends Function implements Serializable

Class org.apache.xpath.functions.FuncFloor extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncGenerateId extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncId extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncLang extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncLast extends Function implements Serializable

Serialized Fields

m_isTopLevel

boolean m_isTopLevel

Class org.apache.xpath.functions.FuncLocalPart extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncNamespace extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncNormalizeSpace extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncNot extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncNumber extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncPosition extends Function implements Serializable

Serialized Fields

m_isTopLevel

boolean m_isTopLevel

Class org.apache.xpath.functions.FuncQname extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncRound extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncStartsWith extends Function2Args implements Serializable

Class org.apache.xpath.functions.FuncString extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncStringLength extends FunctionDef1Arg implements Serializable

Class org.apache.xpath.functions.FuncSubstring extends Function3Args implements Serializable

Class org.apache.xpath.functions.FuncSubstringAfter extends Function2Args implements Serializable

Class org.apache.xpath.functions.FuncSubstringBefore extends Function2Args implements Serializable

Class org.apache.xpath.functions.FuncSum extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FuncSystemProperty extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.Function extends Expression implements Serializable

Class org.apache.xpath.functions.Function2Args extends FunctionOneArg implements Serializable

Serialized Fields

m_arg1

Expression m_arg1
The second argument passed to the function (at index 1).

 

Class org.apache.xpath.functions.Function3Args extends Function2Args implements Serializable

Serialized Fields

m_arg2

Expression m_arg2
The third argument passed to the function (at index 2).

 

Class org.apache.xpath.functions.FunctionDef1Arg extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.FunctionMultiArgs extends Function3Args implements Serializable

Serialized Fields

m_args

Expression[] m_args
Argument expressions that are at index 3 or greater.

 

Class org.apache.xpath.functions.FunctionOneArg extends Function implements Serializable

Serialized Fields

m_arg0

Expression m_arg0
The first argument passed to the function (at index 0).

 

Class org.apache.xpath.functions.FuncTranslate extends Function3Args implements Serializable

Class org.apache.xpath.functions.FuncTrue extends Function implements Serializable

Class org.apache.xpath.functions.FuncUnparsedEntityURI extends FunctionOneArg implements Serializable

Class org.apache.xpath.functions.WrongNumberArgsException extends Exception implements Serializable


Package org.apache.xpath.objects

Class org.apache.xpath.objects.XBoolean extends XObject implements Serializable

Serialized Fields

m_val

boolean m_val
Value of the object.

 

Class org.apache.xpath.objects.XBooleanStatic extends XBoolean implements Serializable

Serialized Fields

m_val

boolean m_val
The value of the object.

 

Class org.apache.xpath.objects.XNodeSet extends NodeSequence implements Serializable

Class org.apache.xpath.objects.XNodeSetForDOM extends XNodeSet implements Serializable

Serialized Fields

m_origObj

Object m_origObj

Class org.apache.xpath.objects.XNull extends XNodeSet implements Serializable

Class org.apache.xpath.objects.XNumber extends XObject implements Serializable

Serialized Fields

m_val

double m_val
Value of the XNumber object.

 

Class org.apache.xpath.objects.XObject extends Expression implements Serializable

Serialized Fields

m_obj

Object m_obj
The java object which this object wraps.

 

Class org.apache.xpath.objects.XRTreeFrag extends XObject implements Serializable

Serialized Fields

m_dtm

DTM m_dtm

m_dtmRoot

int m_dtmRoot

m_xctxt

XPathContext m_xctxt

m_allowRelease

boolean m_allowRelease

m_xmlStr

XMLString m_xmlStr

Class org.apache.xpath.objects.XRTreeFragSelectWrapper extends XRTreeFrag implements Serializable

Serialized Fields

m_selected

XObject m_selected

Class org.apache.xpath.objects.XString extends XObject implements Serializable

Class org.apache.xpath.objects.XStringForChars extends XString implements Serializable

Serialized Fields

m_start

int m_start
The start position in the fsb.


m_length

int m_length
The length of the string.


m_strCache

String m_strCache

Class org.apache.xpath.objects.XStringForFSB extends XString implements Serializable

Serialized Fields

m_start

int m_start
The start position in the fsb.


m_length

int m_length
The length of the string.


m_strCache

String m_strCache
If the str() function is called, the string will be cached here.


m_hash

int m_hash
cached hash code


Package org.apache.xpath.operations

Class org.apache.xpath.operations.And extends Operation implements Serializable

Class org.apache.xpath.operations.Bool extends UnaryOperation implements Serializable

Class org.apache.xpath.operations.Div extends Operation implements Serializable

Class org.apache.xpath.operations.Equals extends Operation implements Serializable

Class org.apache.xpath.operations.Gt extends Operation implements Serializable

Class org.apache.xpath.operations.Gte extends Operation implements Serializable

Class org.apache.xpath.operations.Lt extends Operation implements Serializable

Class org.apache.xpath.operations.Lte extends Operation implements Serializable

Class org.apache.xpath.operations.Minus extends Operation implements Serializable

Class org.apache.xpath.operations.Mod extends Operation implements Serializable

Class org.apache.xpath.operations.Mult extends Operation implements Serializable

Class org.apache.xpath.operations.Neg extends UnaryOperation implements Serializable

Class org.apache.xpath.operations.NotEquals extends Operation implements Serializable

Class org.apache.xpath.operations.Number extends UnaryOperation implements Serializable

Class org.apache.xpath.operations.Operation extends Expression implements Serializable

Serialized Fields

m_left

Expression m_left
The left operand expression.

 

m_right

Expression m_right
The right operand expression.

 

Class org.apache.xpath.operations.Or extends Operation implements Serializable

Class org.apache.xpath.operations.Plus extends Operation implements Serializable

Class org.apache.xpath.operations.Quo extends Operation implements Serializable

Class org.apache.xpath.operations.String extends UnaryOperation implements Serializable

Class org.apache.xpath.operations.UnaryOperation extends Expression implements Serializable

Serialized Fields

m_right

Expression m_right
The operand for the operation.

 

Class org.apache.xpath.operations.Variable extends Expression implements Serializable

Serialized Fields

m_fixUpWasCalled

boolean m_fixUpWasCalled
Tell if fixupVariables was called.

 

m_qname

QName m_qname
The qualified name of the variable.

 

m_index

int m_index
The index of the variable, which is either an absolute index to a global, or, if higher than the globals area, must be adjusted by adding the offset to the current stack frame.


m_isGlobal

boolean m_isGlobal

Class org.apache.xpath.operations.VariableSafeAbsRef extends Variable implements Serializable


Package org.apache.xpath.patterns

Class org.apache.xpath.patterns.ContextMatchStepPattern extends StepPattern implements Serializable

Class org.apache.xpath.patterns.FunctionPattern extends StepPattern implements Serializable

Serialized Fields

m_functionExpr

Expression m_functionExpr
Should be a expression.

 

Class org.apache.xpath.patterns.NodeTest extends Expression implements Serializable

Serialized Fields

m_whatToShow

int m_whatToShow
This attribute determines which node types are accepted.

 

m_namespace

String m_namespace
The namespace to be tested for, which may be null.

 

m_name

String m_name
The local name to be tested for.

 

m_score

XNumber m_score
Statically calculated score for this test. One of NodeTest.SCORE_NODETEST, NodeTest.SCORE_NONE, NodeTest.SCORE_NSWILD, NodeTest.SCORE_QNAME, or NodeTest.SCORE_OTHER.

 

m_isTotallyWild

boolean m_isTotallyWild
True if this test has a null namespace and a local name of NodeTest.WILD.

 

Class org.apache.xpath.patterns.StepPattern extends NodeTest implements Serializable

Serialized Fields

m_axis

int m_axis
The axis for this test.


m_targetString

String m_targetString
The target local name or psuedo name, for hash table lookup optimization.

 

m_relativePathPattern

StepPattern m_relativePathPattern
Reference to nodetest and predicate for parent or ancestor.

 

m_predicates

Expression[] m_predicates
The list of predicate expressions for this pattern step.

 

Class org.apache.xpath.patterns.UnionPattern extends Expression implements Serializable

Serialized Fields

m_patterns

StepPattern[] m_patterns
Array of the contained step patterns to be tested.

 


Package java.awt

Class java.awt.AWTError extends Error implements Serializable

serialVersionUID: -1819846354050686206l

Class java.awt.AWTEvent extends EventObject implements Serializable

serialVersionUID: -1825314779160409405l

Serialized Fields

bdata

byte[] bdata

id

int id
The event's id.

 
See Also:
AWTEvent.getID(), AWTEvent.AWTEvent(java.lang.Object, int)

consumed

boolean consumed
Controls whether or not the event is sent back down to the peer once the source has processed it - false means it's sent to the peer; true means it's not. Semantic events always have a 'true' value since they were generated by the peer in response to a low-level event.

 
See Also:
AWTEvent.consume(), AWTEvent.isConsumed()

Class java.awt.AWTException extends Exception implements Serializable

serialVersionUID: -1900414231151323879l

Class java.awt.AWTKeyStroke extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Returns a cached instance of AWTKeyStroke (or a subclass of AWTKeyStroke) which is equal to this instance.

Serialized Fields

keyChar

char keyChar

keyCode

int keyCode

modifiers

int modifiers

onKeyRelease

boolean onKeyRelease

Class java.awt.AWTPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 8890392402588814465l

Class java.awt.BorderLayout extends Object implements Serializable

serialVersionUID: -8658291919501921765l

Serialized Fields

hgap

int hgap
Constructs a border layout with the horizontal gaps between components. The horizontal gap is specified by hgap.

 
See Also:
BorderLayout.getHgap(), BorderLayout.setHgap(int)

vgap

int vgap
Constructs a border layout with the vertical gaps between components. The vertical gap is specified by vgap.

 
See Also:
BorderLayout.getVgap(), BorderLayout.setVgap(int)

north

Component north
Constant to specify components location to be the north portion of the border layout.

 
See Also:
BorderLayout.getChild(String, boolean), BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), BorderLayout.getLayoutAlignmentX(java.awt.Container), BorderLayout.getLayoutAlignmentY(java.awt.Container), BorderLayout.removeLayoutComponent(java.awt.Component)

west

Component west
Constant to specify components location to be the west portion of the border layout.

 
See Also:
BorderLayout.getChild(String, boolean), BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), BorderLayout.getLayoutAlignmentX(java.awt.Container), BorderLayout.getLayoutAlignmentY(java.awt.Container), BorderLayout.removeLayoutComponent(java.awt.Component)

east

Component east
Constant to specify components location to be the east portion of the border layout.

 
See Also:
BorderLayout.getChild(String, boolean), BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), BorderLayout.getLayoutAlignmentX(java.awt.Container), BorderLayout.getLayoutAlignmentY(java.awt.Container), BorderLayout.removeLayoutComponent(java.awt.Component)

south

Component south
Constant to specify components location to be the south portion of the border layout.

 
See Also:
BorderLayout.getChild(String, boolean), BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), BorderLayout.getLayoutAlignmentX(java.awt.Container), BorderLayout.getLayoutAlignmentY(java.awt.Container), BorderLayout.removeLayoutComponent(java.awt.Component)

center

Component center
Constant to specify components location to be the center portion of the border layout.

 
See Also:
BorderLayout.getChild(String, boolean), BorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), BorderLayout.getLayoutAlignmentX(java.awt.Container), BorderLayout.getLayoutAlignmentY(java.awt.Container), BorderLayout.removeLayoutComponent(java.awt.Component)

firstLine

Component firstLine
A relative positioning constant, that can be used instead of north, south, east, west or center. mixing the two types of constants can lead to unpredicable results. If you use both types, the relative constants will take precedence. For example, if you add components using both the 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.

 

lastLine

Component lastLine
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

firstItem

Component firstItem
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

lastItem

Component lastItem
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

Class java.awt.Button extends Component implements Serializable

serialVersionUID: -8774683716313001058l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the button. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
Button.removeActionListener(ActionListener), Button.addActionListener(ActionListener), GraphicsEnvironment.isHeadless(), Button.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ActionListeners as optional data. The non-serializable ActionListeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs: the pair consists of a String and an Object; the String indicates the type of object and is one of the following: actionListenerK indicating an ActionListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.actionListenerK, Button.readObject(ObjectInputStream)
Serialized Fields

label

String label

actionCommand

String actionCommand

buttonSerializedDataVersion

int buttonSerializedDataVersion

Class java.awt.Button.AccessibleAWTButton extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.Canvas extends Component implements Serializable

serialVersionUID: -2284879212465893870l

Class java.awt.Canvas.AccessibleAWTCanvas extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.CardLayout extends Object implements Serializable

serialVersionUID: -4328196481005934313l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Reads serializable fields from stream.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes serializable fields to stream.

Serialized Fields

currentCard

int currentCard

hgap

int hgap

tab

Hashtable tab
deprectated, for forward compatibility only

vector

Vector vector

vgap

int vgap

Class java.awt.Checkbox extends Component implements Serializable

serialVersionUID: 7270714317450821763l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and if it isn't null adds a listener to receive item events fired by the Checkbox. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
Checkbox.removeItemListener(ItemListener), Checkbox.addItemListener(ItemListener), GraphicsEnvironment.isHeadless(), Checkbox.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ItemListeners as optional data. The non-serializable ItemListeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following: itemListenerK indicating an ItemListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.itemListenerK, Checkbox.readObject(ObjectInputStream)
Serialized Fields

label

String label
The label of the Checkbox. This field can be null. If a label is not specified it defaults to null or "".

 
See Also:
Checkbox.getLabel(), #setLabel(label)

state

boolean state
The state of the Checkbox.

 
See Also:
Checkbox.getState(), #setState(state)

group

CheckboxGroup group
The check box group. This field can be null indicating that the checkbox is not a group checkbox.

 
See Also:
#getCheckBoxGroup(), #setCheckBoxGroup(CheckBoxGroup)

checkboxSerializedDataVersion

int checkboxSerializedDataVersion

Class java.awt.Checkbox.AccessibleAWTCheckbox extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.CheckboxGroup extends Object implements Serializable

serialVersionUID: 3729780091441768983l

Serialized Fields

selectedCheckbox

Checkbox selectedCheckbox
The current choice.

 
See Also:
CheckboxGroup.getCurrent(), CheckboxGroup.setCurrent(Checkbox)

Class java.awt.CheckboxMenuItem extends MenuItem implements Serializable

serialVersionUID: 6190621106981774043l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Description copied from class: MenuItem
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the Menu Item. Unrecognized keys or values will be ignored.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ItemListeners as optional data. The non-serializable ItemListeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following: itemListenerK indicating an ItemListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.itemListenerK, CheckboxMenuItem.readObject(ObjectInputStream)
Serialized Fields

state

boolean state
The state of a checkbox menu item

 
See Also:
CheckboxMenuItem.getState(), CheckboxMenuItem.setState(boolean)

checkboxMenuItemSerializedDataVersion

int checkboxMenuItemSerializedDataVersion

Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem extends MenuItem.AccessibleAWTMenuItem implements Serializable

Class java.awt.Choice extends Component implements Serializable

serialVersionUID: -4075310674757313071l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and if it isn't null adds a listener to receive item events fired by the Choice item. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
Choice.removeItemListener(ItemListener), Choice.addItemListener(ItemListener), GraphicsEnvironment.isHeadless(), Choice.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ItemListeners as optional data. The non-serializable ItemListeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following: itemListenerK indicating an ItemListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.itemListenerK, Choice.readObject(ObjectInputStream)
Serialized Fields

pItems

Vector pItems
The items for the Choice. This can be a null value.

 
See Also:
Choice.add(String), Choice.addItem(String), Choice.getItem(int), Choice.getItemCount(), Choice.insert(String, int), Choice.remove(String)

selectedIndex

int selectedIndex
The index of the current choice for this Choice or -1 if nothing is selected.

 
See Also:
Choice.getSelectedItem(), Choice.select(int)

choiceSerializedDataVersion

int choiceSerializedDataVersion

Class java.awt.Choice.AccessibleAWTChoice extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.Color extends Object implements Serializable

serialVersionUID: 118526816881161077l

Serialized Fields

value

int value
The color value.

 
See Also:
Color.getRGB()

frgbvalue

float[] frgbvalue
The color value in the default sRGB 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.

 
See Also:
Color.getRGBColorComponents(float[]), Color.getRGBComponents(float[])

fvalue

float[] fvalue
The color value in the native 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.

 
See Also:
Color.getRGBColorComponents(float[]), Color.getRGBComponents(float[])

falpha

float falpha
The alpha value as a float component. If frgbvalue is null, this is not valid data, so compute from the int color value.

 
See Also:
Color.getRGBComponents(float[]), Color.getComponents(float[])

cs

ColorSpace cs
The ColorSpace. If null, then it's default is sRGB.

 
See Also:
Color.getColor(java.lang.String), Color.getColorSpace(), Color.getColorComponents(float[])

Class java.awt.Component extends Object implements Serializable

serialVersionUID: -7644114512714619750l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Reads the ObjectInputStream and if it isn't null adds a listener to receive a variety of events fired by the component. Unrecognized keys or values will be ignored.

Throws:
ClassNotFoundException
IOException
See Also:
Component.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a variety of serializable listeners as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following (as of 1.4): componentListenerK indicating an ComponentListener object; focusListenerK indicating an FocusListener object; keyListenerK indicating an KeyListener object; mouseListenerK indicating an MouseListener object; mouseMotionListenerK indicating an MouseMotionListener object; inputListenerK indicating an InputListener object; hierarchyListenerK indicating an HierarchyListener object; hierarchyBoundsListenerK indicating an HierarchyBoundsListener object; mouseWheelListenerK indicating an MouseWheelListener objectan optional ComponentOrientation (after inputMethodListener, as of 1.2)
Throws:
IOException
See Also:
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener), Component.componentListenerK, Component.focusListenerK, Component.keyListenerK, Component.mouseListenerK, Component.mouseMotionListenerK, #inputListenerK, Component.hierarchyListenerK, Component.hierarchyBoundsListenerK, Component.mouseWheelListenerK, Component.readObject(ObjectInputStream)
Serialized Fields

x

int x
The x position of the component in the parent's coordinate system.

 
See Also:
Component.getLocation()

y

int y
The y position of the component in the parent's coordinate system.

 
See Also:
Component.getLocation()

width

int width
The width of the component.

 
See Also:
Component.getSize()

height

int height
The height of the component.

 
See Also:
Component.getSize()

foreground

Color foreground
The foreground color for this component. foreground can be null.

 
See Also:
Component.getForeground(), Component.setForeground(java.awt.Color)

background

Color background
The background color for this component. background can be null.

 
See Also:
Component.getBackground(), Component.setBackground(java.awt.Color)

font

Font font
The font used by this component. The font can be null.

 
See Also:
Component.getFont(), Component.setFont(java.awt.Font)

peerFont

Font peerFont
The font which the peer is currently using. (null if no peer exists.)


cursor

Cursor cursor
The cursor displayed when pointer is over this component. This value can be null.

 
See Also:
Component.getCursor(), Component.setCursor(java.awt.Cursor)

locale

Locale locale
The locale for the component.

 
See Also:
Component.getLocale(), Component.setLocale(java.util.Locale)

ignoreRepaint

boolean ignoreRepaint
True when the object should ignore all repaint events.

 
Since:
1.4
See Also:
Component.setIgnoreRepaint(boolean), Component.getIgnoreRepaint()

visible

boolean visible
True when the object is visible. An object that is not visible is not drawn on the screen.

 
See Also:
Component.isVisible(), Component.setVisible(boolean)

enabled

boolean enabled
True when the object is enabled. An object that is not enabled does not interact with the user.

 
See Also:
Component.isEnabled(), Component.setEnabled(boolean)

valid

boolean valid
True when the object is valid. An invalid object needs to be layed out. This flag is set to false when the object size is changed.

 
See Also:
Component.isValid(), Component.validate(), Component.invalidate()

dropTarget

DropTarget dropTarget
The DropTarget associated with this component.

 
Since:
1.2
See Also:
Component.setDropTarget(java.awt.dnd.DropTarget), Component.getDropTarget()

popups

Vector popups
 
See Also:
Component.add(java.awt.PopupMenu)

name

String name
A component's name. This field can be null.

 
See Also:
Component.getName(), Component.setName(String)

nameExplicitlySet

boolean nameExplicitlySet
A bool to determine whether the name has been set explicitly. nameExplicitlySet will be false if the name has not been set and true if it has.

 
See Also:
Component.getName(), Component.setName(String)

focusable

boolean focusable
Indicates whether this Component can be focused.

 
Since:
1.4
See Also:
Component.setFocusable(boolean), Component.isFocusable()

isFocusTraversableOverridden

int isFocusTraversableOverridden
Tracks whether this Component is relying on default focus travesability.

 
Since:
1.4

focusTraversalKeys

Set[] focusTraversalKeys
The focus traversal keys. These keys will generate focus traversal behavior for Components for which focus traversal keys are enabled. If a value of null is specified for a traversal key, this Component inherits that traversal key from its parent. If all ancestors of this Component have null specified for that traversal key, then the current KeyboardFocusManager's default traversal key is used.

 
Since:
1.4
See Also:
Component.setFocusTraversalKeys(int, java.util.Set), Component.getFocusTraversalKeys(int)

focusTraversalKeysEnabled

boolean focusTraversalKeysEnabled
Indicates whether focus traversal keys are enabled for this Component. Components for which focus traversal keys are disabled receive key events for focus traversal keys. Components for which focus traversal keys are enabled do not see these events; instead, the events are automatically converted to traversal operations.

 
Since:
1.4
See Also:
Component.setFocusTraversalKeysEnabled(boolean), Component.getFocusTraversalKeysEnabled()

minSize

Dimension minSize
Internal, cached size information. (This field perhaps should have been transient).

 

prefSize

Dimension prefSize
Internal, cached size information (This field perhaps should have been transient).

 

newEventsOnly

boolean newEventsOnly
newEventsOnly will be true if the event is one of the event types enabled for the component. It will then allow for normal processing to continue. If it is false the event is passed to the component's parent and up the ancestor tree until the event has been consumed.

 
See Also:
Component.dispatchEvent(java.awt.AWTEvent)

eventMask

long eventMask
The eventMask is ONLY set by subclasses via enableEvents. The mask should NOT be set when listeners are registered so that we can distinguish the difference between when listeners request events and subclasses request them. One bit is used to indicate whether input methods are enabled; this bit is set by enableInputMethods and is on by default.

 
See Also:
Component.enableInputMethods(boolean), AWTEvent

changeSupport

java.beans.PropertyChangeSupport changeSupport
If any PropertyChangeListeners have been registered, the changeSupport field describes them.

 
Since:
1.2
See Also:
Component.addPropertyChangeListener(java.beans.PropertyChangeListener), Component.removePropertyChangeListener(java.beans.PropertyChangeListener), Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)

isPacked

boolean isPacked

componentSerializedDataVersion

int componentSerializedDataVersion
Component Serialized Data Version.

 

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class java.awt.Component.AccessibleAWTComponent extends javax.accessibility.AccessibleContext implements Serializable

Serialized Fields

accessibleAWTComponentHandler

ComponentListener accessibleAWTComponentHandler

accessibleAWTFocusHandler

FocusListener accessibleAWTFocusHandler

Class java.awt.ComponentOrientation extends Object implements Serializable

Serialized Fields

orientation

int orientation

Class java.awt.Container extends Component implements Serializable

serialVersionUID: 4613797578919906343l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Deserializes this Container from the specified ObjectInputStream.

Throws:
ClassNotFoundException
IOException
See Also:
Container.addContainerListener(java.awt.event.ContainerListener), Container.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes this Container to the specified ObjectOutputStream.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and Object; the String indicates the type of object and is one of the following: containerListenerK indicating an ContainerListener object; the Container's FocusTraversalPolicy, or null
Throws:
IOException
See Also:
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener), Component.containerListenerK, Container.readObject(ObjectInputStream)
Serialized Fields

ncomponents

int ncomponents
The number of components in this container. This value can be null.

 
See Also:
Container.getComponent(int), Container.getComponents(), Container.getComponentCount()

component

Component[] component
The components in this container.

 
See Also:
Container.add(java.awt.Component), Container.getComponents()

layoutMgr

LayoutManager layoutMgr
Layout manager for this container.

 
See Also:
Container.doLayout(), Container.setLayout(java.awt.LayoutManager), Container.getLayout()

dispatcher

LightweightDispatcher dispatcher
Event router for lightweight components. If this container is native, this dispatcher takes care of forwarding and retargeting the events to lightweight components contained (if any).

 

maxSize

Dimension maxSize

focusCycleRoot

boolean focusCycleRoot
Indicates whether this Component is the root of a focus traversal cycle. Once focus enters a traversal cycle, typically it cannot leave it via focus traversal unless one of the up- or down-cycle keys is pressed. Normal traversal is limited to this Container, and all of this Container's descendants that are not descendants of inferior focus cycle roots.

 
Since:
1.4
See Also:
Container.setFocusCycleRoot(boolean), Container.isFocusCycleRoot(java.awt.Container)

containerSerializedDataVersion

int containerSerializedDataVersion
Container Serial Data Version.

 

Class java.awt.Container.AccessibleAWTContainer extends Component.AccessibleAWTComponent implements Serializable

Serialized Fields

accessibleContainerHandler

ContainerListener accessibleContainerHandler

Class java.awt.ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy implements Serializable

Serialized Fields

implicitDownCycleTraversal

boolean implicitDownCycleTraversal

Class java.awt.Cursor extends Object implements Serializable

serialVersionUID: 8028237497568985504l

Serialized Fields

type

int type
The chosen cursor type initially set to the DEFAULT_CURSOR.

 
See Also:
Cursor.getType()

name

String name
The user-visible name of the cursor.

 
See Also:
Cursor.getName()

Class java.awt.DefaultFocusTraversalPolicy extends ContainerOrderFocusTraversalPolicy implements Serializable

Class java.awt.Dialog extends Window implements Serializable

serialVersionUID: 5920926903803293709l

Serialized Fields

resizable

boolean resizable
A dialog's resizable property. Will be true if the Dialog is to be resizable, otherwise it will be false.

 
See Also:
Dialog.setResizable(boolean)

undecorated

boolean undecorated
This field indicates whether the dialog is undecorated. This property can only be changed while the dialog is not displayable. undecorated will be true if the dialog is undecorated, otherwise it will be false.

 
Since:
1.4
See Also:
Dialog.setUndecorated(boolean), Dialog.isUndecorated(), Component.isDisplayable()

modal

boolean modal
Will be true if the Dialog is modal, otherwise the dialog will be modeless. A modal Dialog grabs all the input to the owner frame from the user.

 
See Also:
Dialog.isModal(), Dialog.setModal(boolean)

title

String title
Specifies the title of the Dialog. This field can be null.

 
See Also:
Dialog.getTitle(), Dialog.setTitle(String)

Class java.awt.Dialog.AccessibleAWTDialog extends Window.AccessibleAWTWindow implements Serializable

Class java.awt.Dimension extends Dimension2D implements Serializable

serialVersionUID: 4723952579491349524l

Serialized Fields

width

int width
The width dimension; negative values can be used.

 
See Also:
Dimension.getSize(), Dimension.setSize(double, double)

height

int height
The height dimension; negative values can be used.

 
See Also:
Dimension.getSize(), Dimension.setSize(double, double)

Class java.awt.Event extends Object implements Serializable

serialVersionUID: 5488922509400504703l

Serialized Fields

target

Object target
The target component. This indicates the component over which the event occurred or with which the event is associated. This object has been replaced by AWTEvent.getSource()

 
See Also:
EventObject.getSource()

when

long when
The time stamp. Replaced by InputEvent.getWhen().

 
See Also:
InputEvent.getWhen()

id

int id
Indicates which type of event the event is, and which other Event variables are relevant for the event. This has been replaced by AWTEvent.getID()

 
See Also:
AWTEvent.getID()

x

int x
The x coordinate of the event. Replaced by MouseEvent.getX()

 
See Also:
MouseEvent.getX()

y

int y
The y coordinate of the event. Replaced by MouseEvent.getY()

 
See Also:
MouseEvent.getY()

key

int key
The key code of the key that was pressed in a keyboard event. This has been replaced by KeyEvent.getKeyCode()

 
See Also:
KeyEvent.getKeyCode()

modifiers

int modifiers
The state of the modifier keys. This is replaced with InputEvent.getModifiers() In java 1.1 MouseEvent and KeyEvent are subclasses of InputEvent.

 
See Also:
InputEvent.getModifiers()

clickCount

int clickCount
For 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().

 
See Also:
MouseEvent.getClickCount().

arg

Object arg
An arbitrary argument of the event. The value of this field depends on the type of event. arg has been replaced by event specific property.

 

evt

Event evt
The next event. This field is set when putting events into a linked list. This has been replaced by EventQueue.

 
See Also:
EventQueue

consumed

boolean consumed
This field controls whether or not the event is sent back down to the peer once the target has processed it - false means it's sent to the peer, true means it's not.

 
See Also:
Event.isConsumed()

Class java.awt.FileDialog extends Dialog implements Serializable

serialVersionUID: 5035145889651310422l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Reads the ObjectInputStream and performs a backwards compatibility check by converting either a dir or a file equal to an empty string to null.

Serialized Fields

mode

int mode

dir

String dir

file

String file

filter

FilenameFilter filter

Class java.awt.FlowLayout extends Object implements Serializable

serialVersionUID: -7262534875583282631l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Reads this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..

Serialized Fields

align

int align
align is the property that determines how each row distributes empty space. It can be one of the following values:

 
See Also:
FlowLayout.getAlignment(), FlowLayout.setAlignment(int)

newAlign

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:

 
Since:
1.2
See Also:
FlowLayout.getAlignment(), FlowLayout.setAlignment(int)

hgap

int hgap
The flow layout manager allows a seperation of components with gaps. The horizontal gap will specify the space between components.

 
See Also:
FlowLayout.getHgap(), FlowLayout.setHgap(int)

vgap

int vgap
The flow layout manager allows a seperation of components with gaps. The vertical gap will specify the space between rows.

 
See Also:
FlowLayout.getHgap(), FlowLayout.setHgap(int)

serialVersionOnStream

int serialVersionOnStream
This represent the 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..

 
Since:
1.2

Class java.awt.Font extends Object implements Serializable

serialVersionUID: -4206021311591459213l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Reads the ObjectInputStream. Unrecognized keys or values will be ignored.

Throws:
ClassNotFoundException
IOException
See Also:
Font.writeObject(java.io.ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws ClassNotFoundException,
                         IOException
Writes default serializable fields to a stream.

Throws:
ClassNotFoundException
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Font.readObject(java.io.ObjectInputStream)
Serialized Fields

fRequestedAttributes

Hashtable fRequestedAttributes
A map of font attributes available in this font. Attributes include things like ligatures and glyph substitution.

 
See Also:
Font.getAttributes()

name

String name
The logical name of this Font, as passed to the constructor.

 
Since:
JDK1.0
See Also:
Font.getName()

style

int style
The style of this Font, as passed to the constructor. This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.

 
Since:
JDK1.0
See Also:
Font.getStyle()

size

int size
The point size of this Font, rounded to integer.

 
Since:
JDK1.0
See Also:
Font.getSize()

pointSize

float pointSize
The point size of this Font in float.

 
See Also:
Font.getSize(), Font.getSize2D()

fontSerializedDataVersion

int fontSerializedDataVersion
The Font Serializable Data Form.

 

Class java.awt.FontFormatException extends Exception implements Serializable

Class java.awt.FontMetrics extends Object implements Serializable

serialVersionUID: 1681126225205050147l

Serialized Fields

font

Font font
The actual Font from which the font metrics are created. This cannot be null.

 
See Also:
FontMetrics.getFont()

Class java.awt.Frame extends Window implements Serializable

serialVersionUID: 2673458971256075116l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream. Tries to read an Icon, which is optional data available as of 1.4. If an Icon is not available, but anything other than an EOF is detected, an OptionalDataException will be thrown.. Unrecognized keys or values will be ignored.

Throws:
OptionalDataException - if an Icon is not available, but anything other than an EOF is detected
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless(), Icon, Frame.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes an optional serializable Icon, which is available as of 1.4.

Serial Data:
an optional Icon
Throws:
IOException
See Also:
Icon, Frame.readObject(ObjectInputStream)
Serialized Fields

maximizedBounds

Rectangle maximizedBounds
Maximized bounds for this frame.

 
Since:
1.4
See Also:
Frame.setMaximizedBounds(Rectangle), Frame.getMaximizedBounds()

title

String title
This is the title of the frame. It can be changed at any time. title can be null and if this is the case the title = "".

 
See Also:
Frame.getTitle(), Frame.setTitle(String)

menuBar

MenuBar menuBar
The frames menubar. If menuBar = null the frame will not have a menubar.

 
See Also:
Frame.getMenuBar(), Frame.setMenuBar(MenuBar)

resizable

boolean resizable
This field indicates whether the frame is resizable. This property can be changed at any time. resizable will be true if the frame is resizable, otherwise it will be false.

 
See Also:
Frame.isResizable()

undecorated

boolean undecorated
This field indicates whether the frame is undecorated. This property can only be changed while the frame is not displayable. undecorated will be true if the frame is undecorated, otherwise it will be false.

 
Since:
1.4
See Also:
Frame.setUndecorated(boolean), Frame.isUndecorated(), Component.isDisplayable()

mbManagement

boolean mbManagement
mbManagement is only used by the Motif implementation.

 

state

int state

ownedWindows

Vector ownedWindows

frameSerializedDataVersion

int frameSerializedDataVersion
Frame's Serialized Data Version.

 

Class java.awt.Frame.AccessibleAWTFrame extends Window.AccessibleAWTWindow implements Serializable

Class java.awt.GraphicsConfigTemplate extends Object implements Serializable

Class java.awt.GridBagConstraints extends Object implements Serializable

serialVersionUID: -1000070633030801713l

Serialized Fields

gridx

int gridx
Specifies the cell containing the leading edge of the component's display area, where the first cell in a row has gridx=0. The leading edge of a component's display area is its left edge for a horizontal, left-to-right container and its right edge for a horizontal, right-to-left container. The value RELATIVE specifies that the component be placed immediately following the component that was added to the container just before this component was added.

The default value is RELATIVE. gridx should be a non-negative value.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.gridy, ComponentOrientation

gridy

int gridy
Specifies the cell at the top of the component's display area, where the topmost cell has 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.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.gridx

gridwidth

int gridwidth
Specifies the number of cells in a row for the component's display area.

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.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.gridheight

gridheight

int gridheight
Specifies the number of cells in a column for the component's display area.

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.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.gridwidth

weightx

double weightx
Specifies how to distribute extra horizontal space.

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.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.weighty

weighty

double weighty
Specifies how to distribute extra vertical space.

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.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.weightx

anchor

int anchor
This field is used when the component is smaller than its display area. It determines where, within the display area, to place the component.

There are two kinds of possible values: relative and absolute. Relative values are interpreted relative to the container's component orientation property while absolute values are not. The absolute values are: CENTER, NORTH, NORTHEAST, EAST, SOUTHEAST, SOUTH, SOUTHWEST, WEST, and NORTHWEST. The relative values are: PAGE_START, PAGE_END, LINE_START, LINE_END, FIRST_LINE_START, FIRST_LINE_END, LAST_LINE_START and LAST_LINE_END. The default value is CENTER.

 
See Also:
GridBagConstraints.clone(), ComponentOrientation

fill

int fill
This field is used when the component's display area is larger than the component's requested size. It determines whether to resize the component, and if so, how.

The following values are valid for fill:

The default value is NONE.

 
See Also:
GridBagConstraints.clone()

insets

Insets insets
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.

The default value is new Insets(0, 0, 0, 0).

 
See Also:
GridBagConstraints.clone()

ipadx

int ipadx
This field specifies the internal padding of the component, how much space to add to the minimum width of the component. The width of the component is at least its minimum width plus (ipadx * 2) pixels.

The default value is 0.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.ipady

ipady

int ipady
This field specifies the internal padding, that is, how much space to add to the minimum height of the component. The height of the component is at least its minimum height plus (ipady * 2) pixels.

The default value is 0.

 
See Also:
GridBagConstraints.clone(), GridBagConstraints.ipadx

tempX

int tempX
Temporary place holder for the x coordinate.

 

tempY

int tempY
Temporary place holder for the y coordinate.

 

tempWidth

int tempWidth
Temporary place holder for the Width of the component.

 

tempHeight

int tempHeight
Temporary place holder for the Height of the component.

 

minWidth

int minWidth
The minimum width of the component. It is used to calculate ipady, where the default will be 0.

 
See Also:
GridBagConstraints.ipady

minHeight

int minHeight
The minimum height of the component. It is used to calculate ipadx, where the default will be 0.

 
See Also:
GridBagConstraints.ipadx

Class java.awt.GridBagLayout extends Object implements Serializable

serialVersionUID: 8838754796412211005l

Serialized Fields

comptable

Hashtable comptable
This hashtable maintains the association between a component and its gridbag constraints. The Keys in comptable are the components and the values are the instances of GridBagConstraints.

 
See Also:
GridBagConstraints

defaultConstraints

GridBagConstraints defaultConstraints
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.

 
See Also:
GridBagLayout.getConstraints(Component), GridBagLayout.setConstraints(Component, GridBagConstraints), GridBagLayout.lookupConstraints(Component)

layoutInfo

GridBagLayoutInfo layoutInfo
This field holds the layout information for the gridbag. The information in this field is based on the most recent validation of the gridbag. If layoutInfo is null this indicates that there are no components in the gridbag or if there are components, they have not yet been validated.

 
See Also:
GridBagLayout.getLayoutInfo(Container, int)

columnWidths

int[] columnWidths
This field holds the overrides to the column minimum width. If this field is non-null the values are applied to the gridbag after all of the minimum columns widths have been calculated. If columnWidths has more elements than the number of columns, columns are added to the gridbag to match the number of elements in columnWidth.

 
See Also:
GridBagLayout.getLayoutDimensions()

rowHeights

int[] rowHeights
This field holds the overrides to the row minimum heights. If this field is non-null the values are applied to the gridbag after all of the minimum row heights have been calculated. If rowHeights has more elements than the number of rows, rowa are added to the gridbag to match the number of elements in rowHeights.

 
See Also:
GridBagLayout.getLayoutDimensions()

columnWeights

double[] columnWeights
This field holds the overrides to the column weights. If this field is non-null the values are applied to the gridbag after all of the columns weights have been calculated. If columnWeights[i] > weight for column i, then column i is assigned the weight in columnWeights[i]. If columnWeights has more elements than the number of columns, the excess elements are ignored - they do not cause more columns to be created.

 

rowWeights

double[] rowWeights
This field holds the overrides to the row weights. If this field is non-null the values are applied to the gridbag after all of the rows weights have been calculated. If rowWeights[i] > weight for row i, then row i is assigned the weight in rowWeights[i]. If rowWeights has more elements than the number of rows, the excess elements are ignored - they do not cause more rows to be created.

 

Class java.awt.GridLayout extends Object implements Serializable

Serialized Fields

hgap

int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non-negative integer.

 
See Also:
GridLayout.getHgap(), GridLayout.setHgap(int)

vgap

int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

 
See Also:
GridLayout.getVgap(), GridLayout.setVgap(int)

rows

int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.

 
See Also:
GridLayout.getRows(), GridLayout.setRows(int)

cols

int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.

 
See Also:
GridLayout.getColumns(), GridLayout.setColumns(int)

Class java.awt.HeadlessException extends UnsupportedOperationException implements Serializable

Class java.awt.IllegalComponentStateException extends IllegalStateException implements Serializable

serialVersionUID: -1889339587208144238l

Class java.awt.Insets extends Object implements Serializable

serialVersionUID: -2272572637695466749l

Serialized Fields

top

int top
The inset from the top. This value is added to the Top of the rectangle to yield a new location for the Top.

 
See Also:
Insets.clone()

left

int left
The inset from the left. This value is added to the Left of the rectangle to yield a new location for the Left edge.

 
See Also:
Insets.clone()

bottom

int bottom
The inset from the bottom. This value is subtracted from the Bottom of the rectangle to yield a new location for the Bottom.

 
See Also:
Insets.clone()

right

int right
The inset from the right. This value is subtracted from the Right of the rectangle to yield a new location for the Right edge.

 
See Also:
Insets.clone()

Class java.awt.Label extends Component implements Serializable

serialVersionUID: 3094126758329070636l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Read a label from an object input stream.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless() returns true
ClassNotFoundException
IOException
Since:
1.4
See Also:
GraphicsEnvironment.isHeadless()
Serialized Fields

text

String text
The text of this label. This text can be modified by the program but never by the user.

 
See Also:
Label.getText(), Label.setText(String)

alignment

int alignment
The label's alignment. The default alignment is set to be left justified.

 
See Also:
Label.getAlignment(), Label.setAlignment(int)

Class java.awt.Label.AccessibleAWTLabel extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.List extends Component implements Serializable

serialVersionUID: -3304312411574666869l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and if it isn't null adds a listener to receive both item events and action events (as specified by the key stored in the stream) fired by the List. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
List.removeItemListener(ItemListener), List.addItemListener(ItemListener), GraphicsEnvironment.isHeadless(), List.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ItemListeners and ActionListeners as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following: itemListenerK indicating an ItemListener object; actionListenerK indicating an ActionListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.itemListenerK, Component.actionListenerK, List.readObject(ObjectInputStream)
Serialized Fields

items

Vector items
A vector created to contain items which will become part of the List Component.

 
See Also:
List.addItem(String), List.getItem(int)

rows

int rows
This field will represent the number of visible rows in the List Component. It is specified only once, and that is when the list component is actually created. It will never change.

 
See Also:
List.getRows()

multipleMode

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.

 
See Also:
List.isMultipleMode(), List.setMultipleMode(boolean)

selected

int[] selected
selected is an array that will contain the indices of items that have been selected.

 
See Also:
List.getSelectedIndexes(), List.getSelectedIndex()

visibleIndex

int visibleIndex
This variable contains the value that will be used when trying to make a particular list item visible.

 
See Also:
List.makeVisible(int)

listSerializedDataVersion

int listSerializedDataVersion
The List component's Serialized Data Version.

 

Class java.awt.List.AccessibleAWTList extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild extends Component.AccessibleAWTComponent implements Serializable

Serialized Fields

parent

List parent

indexInParent

int indexInParent

Class java.awt.MediaTracker extends Object implements Serializable

serialVersionUID: -483174189758638095l

Serialized Fields

target

Component target
A given Component that will be tracked by a media tracker where the image will eventually be drawn.

 
See Also:
MediaTracker.MediaTracker(Component)

head

MediaEntry head
The head of the list of Images that is being tracked by the MediaTracker.

 
See Also:
MediaTracker.addImage(Image, int), MediaTracker.removeImage(Image)

Class java.awt.Menu extends MenuItem implements Serializable

serialVersionUID: -8809584163345499784l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException,
                        HeadlessException
Reads the ObjectInputStream. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
IOException
ClassNotFoundException
See Also:
GraphicsEnvironment.isHeadless(), Menu.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream.

Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Menu.readObject(ObjectInputStream)
Serialized Fields

items

Vector items
A vector of the items that will be part of the Menu.

 
See Also:
Menu.countItems()

tearOff

boolean tearOff
This field indicates whether the menu has the tear of property or not. It will be set to 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.

 
See Also:
Menu.isTearOff()

isHelpMenu

boolean isHelpMenu
This field will be set to true if the Menu in question is actually a help menu. Otherwise it will be set to false.

 

menuSerializedDataVersion

int menuSerializedDataVersion
The menu serialized Data Version.

 

Class java.awt.Menu.AccessibleAWTMenu extends MenuItem.AccessibleAWTMenuItem implements Serializable

Class java.awt.MenuBar extends MenuComponent implements Serializable

serialVersionUID: -4930327919388951260l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless(), MenuBar.writeObject(java.io.ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws ClassNotFoundException,
                         IOException
Writes default serializable fields to stream.

Throws:
ClassNotFoundException
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), MenuBar.readObject(java.io.ObjectInputStream)
Serialized Fields

menus

Vector menus
This field represents a vector of the actual menus that will be part of the MenuBar.

 
See Also:
MenuBar.countMenus()

helpMenu

Menu helpMenu
This menu is a special menu dedicated to help. The one thing to note about this menu is that on some platforms it appears at the right edge of the menubar.

 
See Also:
MenuBar.getHelpMenu(), MenuBar.setHelpMenu(Menu)

menuBarSerializedDataVersion

int menuBarSerializedDataVersion
The MenuBar's serialized data version.

 

Class java.awt.MenuBar.AccessibleAWTMenuBar extends MenuComponent.AccessibleAWTMenuComponent implements Serializable

Class java.awt.MenuComponent extends Object implements Serializable

serialVersionUID: -4536902356223894379l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the menu component from an object input stream.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless()
Serialized Fields

font

Font font
The menu component's font. This value can be null at which point a default will be used. This defaults to null.

 
See Also:
MenuComponent.setFont(Font), MenuComponent.getFont()

name

String name
The menu component's name, which defaults to null.

 
See Also:
MenuComponent.getName(), MenuComponent.setName(String)

nameExplicitlySet

boolean nameExplicitlySet
A variable to indicate whether a name is explicitly set. If true the name will be set explicitly. This defaults to false.

 
See Also:
MenuComponent.setName(String)

newEventsOnly

boolean newEventsOnly
Defaults to false.

 
See Also:
MenuComponent.dispatchEvent(AWTEvent)

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class java.awt.MenuComponent.AccessibleAWTMenuComponent extends javax.accessibility.AccessibleContext implements Serializable

Class java.awt.MenuItem extends MenuComponent implements Serializable

serialVersionUID: -21757335363267194l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the Menu Item. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
#removeActionListener(actionListener), #addActionListener(actionListener), MenuItem.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ActionListeners as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following: actionListenerK indicating an ActionListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), MenuItem.readObject(ObjectInputStream)
Serialized Fields

enabled

boolean enabled
A value to indicate whether a menu item is enabled or not. If it is enabled, enabled will be set to true. Else enabled will be set to false.

 
See Also:
MenuItem.isEnabled(), MenuItem.setEnabled(boolean)

label

String label
label is the label of a menu item. It can be any string.

 
See Also:
MenuItem.getLabel(), MenuItem.setLabel(String)

actionCommand

String actionCommand
This field indicates the command tha has been issued by a particular menu item. By default the actionCommand is the label of the menu item, unless it has been set using setActionCommand.

 
See Also:
MenuItem.setActionCommand(String), MenuItem.getActionCommand()

eventMask

long eventMask
The eventMask is ONLY set by subclasses via enableEvents. The mask should NOT be set when listeners are registered so that we can distinguish the difference between when listeners request events and subclasses request them.

 

shortcut

MenuShortcut shortcut
A sequence of key stokes that ia associated with a menu item. Note :in 1.1.2 you must use setActionCommand() on a menu item in order for its shortcut to work.

 
See Also:
MenuItem.getShortcut(), MenuItem.setShortcut(MenuShortcut), MenuItem.deleteShortcut()

menuItemSerializedDataVersion

int menuItemSerializedDataVersion
Menu item serialized data version.

 

Class java.awt.MenuItem.AccessibleAWTMenuItem extends MenuComponent.AccessibleAWTMenuComponent implements Serializable

Class java.awt.MenuShortcut extends Object implements Serializable

serialVersionUID: 143448358473180225l

Serialized Fields

key

int key
The virtual keycode for the menu shortcut. This is the keycode with which the menu shortcut will be created. Note that it is a virtual keycode, not a character, e.g. KeyEvent.VK_A, not 'a'. Note: in 1.1.x you must use setActionCommand() on a menu item in order for its shortcut to work, otherwise it will fire a null action command.

 
Since:
JDK1.1
See Also:
MenuShortcut.getKey(), MenuShortcut.usesShiftModifier(), KeyEvent

usesShift

boolean usesShift
Indicates whether the shft key was pressed. If true, the shift key was pressed. If false, the shift key was not pressed

 
Since:
JDK1.1
See Also:
MenuShortcut.usesShiftModifier()

Class java.awt.Panel extends Container implements Serializable

serialVersionUID: -2728009084054400034l

Class java.awt.Panel.AccessibleAWTPanel extends Container.AccessibleAWTContainer implements Serializable

Class java.awt.Point extends Point2D implements Serializable

serialVersionUID: -5276940640259749850l

Serialized Fields

x

int x
The x coordinate. If no x coordinate is set it will default to 0.

 
See Also:
Point.getLocation(), Point.move(int, int)

y

int y
The y coordinate. If no y coordinate is set it will default to 0.

 
See Also:
Point.getLocation(), Point.move(int, int)

Class java.awt.Polygon extends Object implements Serializable

serialVersionUID: -6460061437900069969l

Serialized Fields

npoints

int npoints
The total number of points. The value of npoints represents the number of valid points in this Polygon and might be less than the number of elements in xpoints or ypoints. This value can be NULL.

 
See Also:
Polygon.addPoint(int, int)

xpoints

int[] xpoints
The array of x coordinates. The number of elements in this array might be more than the number of x coordinates in this Polygon. The extra elements allow new points to be added to this Polygon without re-creating this array. The value of npoints is equal to the number of valid points in this Polygon.

 
See Also:
Polygon.addPoint(int, int)

ypoints

int[] ypoints
The array of y coordinates. The number of elements in this array might be more than the number of y coordinates in this Polygon. The extra elements allow new points to be added to this Polygon without re-creating this array. The value of npoints is equal to the number of valid points in this Polygon.

 
See Also:
Polygon.addPoint(int, int)

bounds

Rectangle bounds
Bounds of the polygon. This value can be NULL. Please see the javadoc comments getBounds().

 
See Also:
Polygon.getBoundingBox(), Polygon.getBounds()

Class java.awt.PopupMenu extends Menu implements Serializable

serialVersionUID: -4620452533522760060l

Class java.awt.PopupMenu.AccessibleAWTPopupMenu extends Menu.AccessibleAWTMenu implements Serializable

Class java.awt.Rectangle extends Rectangle2D implements Serializable

serialVersionUID: -4345857070255674764l

Serialized Fields

x

int x
The x coordinate of the Rectangle.

 
See Also:
Rectangle.setLocation(int, int), Rectangle.getLocation()

y

int y
The y coordinate of the Rectangle.

 
See Also:
Rectangle.setLocation(int, int), Rectangle.getLocation()

width

int width
The width of the Rectangle.

 
Since:
JDK1.0.
See Also:
Rectangle.setSize(int, int), Rectangle.getSize()

height

int height
The height of the Rectangle.

 
See Also:
Rectangle.setSize(int, int), Rectangle.getSize()

Class java.awt.Scrollbar extends Component implements Serializable

serialVersionUID: 8451667562882310543l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and if it isn't null adds a listener to receive adjustment events fired by the Scrollbar. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless(), Scrollbar.writeObject(ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable AdjustmentListeners as optional data. The non-serializable listeners are detected and no attempt is made to serialize them.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of object and is one of the following: adjustmentListenerK indicating an AdjustmentListener object
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.adjustmentListenerK, Scrollbar.readObject(ObjectInputStream)
Serialized Fields

value

int value
The value of the Scrollbar. This property must be greater than or equal to minimum and less than or equal to maximum - visibleAmount

 
See Also:
Scrollbar.getValue(), Scrollbar.setValue(int)

maximum

int maximum
The maximum value of the Scrollbar. This value must be greater than the minimum value.
This integer can be either positive or negative, and its range can be altered at any time.

 
See Also:
Scrollbar.getMaximum(), Scrollbar.setMaximum(int)

minimum

int minimum
The minimum value of the Scrollbar. This value must be less than the maximum value.
This integer can be either positive or negative.

 
See Also:
Scrollbar.getMinimum(), Scrollbar.setMinimum(int)

visibleAmount

int visibleAmount
The size of the visible portion of the Scrollbar. This parameter is normally used to indicate the range of values that are currently visible.

 
See Also:
Scrollbar.getVisibleAmount(), Scrollbar.setVisibleAmount(int)

orientation

int orientation
The Scrollbar's orientation--being either horizontal or vertical. This value should be specified when the scrollbar is created.
orientation can be either : VERTICAL or HORIZONTAL only.

 
See Also:
Scrollbar.getOrientation(), Scrollbar.setOrientation(int)

lineIncrement

int lineIncrement
The amount by which the scrollbar value will change when going up or down by a line. This value should be a non negative integer.

 
See Also:
Scrollbar.getLineIncrement(), Scrollbar.setLineIncrement(int)

pageIncrement

int pageIncrement
The amount by which the scrollbar value will change when going up or down by a page. This value should be a non negative integer.

 
See Also:
Scrollbar.getPageIncrement(), Scrollbar.setPageIncrement(int)

scrollbarSerializedDataVersion

int scrollbarSerializedDataVersion
The scrollbars serialized Data Version.

 

Class java.awt.Scrollbar.AccessibleAWTScrollBar extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.ScrollPane extends Container implements Serializable

serialVersionUID: 7956609840827222915l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads default serializable fields to stream.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless() returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless()

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream.

Serialized Fields

scrollbarDisplayPolicy

int scrollbarDisplayPolicy
There are 3 ways in which a scroll bar can be displayed. This integer will represent one of these 3 displays - (SCROLLBARS_ALWAYS, SCROLLBARS_AS_NEEDED, SCROLLBARS_NEVER)

 
See Also:
ScrollPane.getScrollbarDisplayPolicy()

vAdjustable

ScrollPaneAdjustable vAdjustable
An adjustable vertical scrollbar. It is important to note that you must NOT call 3 Adjustable methods, namely: setMinimum(), setMaximum(), setVisibleAmount().

 
See Also:
ScrollPane.getVAdjustable()

hAdjustable

ScrollPaneAdjustable hAdjustable
An adjustable horizontal scrollbar. It is important to note that you must NOT call 3 Adjustable methods, namely: setMinimum(), setMaximum(), setVisibleAmount().

 
See Also:
ScrollPane.getHAdjustable()

wheelScrollingEnabled

boolean wheelScrollingEnabled
Indicates whether or not scrolling should take place when a MouseWheelEvent is received.

 
Since:
1.4

Class java.awt.ScrollPane.AccessibleAWTScrollPane extends Container.AccessibleAWTContainer implements Serializable

Class java.awt.ScrollPaneAdjustable extends Object implements Serializable

serialVersionUID: -3359745691033257079l

Serialized Fields

sp

ScrollPane sp
The ScrollPane this object is a scrollbar of.

 

orientation

int orientation
Orientation of this scrollbar.

 
See Also:
ScrollPaneAdjustable.getOrientation(), Adjustable.HORIZONTAL, Adjustable.VERTICAL

value

int value
The value of this scrollbar. value should be greater than minimum and less than maximum

 
See Also:
ScrollPaneAdjustable.getValue(), ScrollPaneAdjustable.setValue(int)

minimum

int minimum
The minimum value of this scrollbar. This value can only be set by the ScrollPane.

ATTN: In current implementation minimum is always 0. This field can only be altered via setSpan method and ScrollPane always calls that method with 0 for the minimum. getMinimum method always returns 0 without checking this field.

 
See Also:
ScrollPaneAdjustable.getMinimum(), ScrollPaneAdjustable.setSpan(int, int, int)

maximum

int maximum
The maximum value of this scrollbar. This value can only be set by the ScrollPane.

 
See Also:
ScrollPaneAdjustable.getMaximum(), ScrollPaneAdjustable.setSpan(int, int, int)

visibleAmount

int visibleAmount
The size of the visible portion of this scrollbar. This value can only be set by the ScrollPane.

 
See Also:
ScrollPaneAdjustable.getVisibleAmount(), ScrollPaneAdjustable.setSpan(int, int, int)

unitIncrement

int unitIncrement
The amount by which the scrollbar value will change when going up or down by a line. This value should be a non negative integer.

 
See Also:
ScrollPaneAdjustable.getUnitIncrement(), ScrollPaneAdjustable.setUnitIncrement(int)

blockIncrement

int blockIncrement
The amount by which the scrollbar value will change when going up or down by a page. This value should be a non negative integer.

 
See Also:
ScrollPaneAdjustable.getBlockIncrement(), ScrollPaneAdjustable.setBlockIncrement(int)

adjustmentListener

AdjustmentListener adjustmentListener

Class java.awt.SystemColor extends Color implements Serializable

serialVersionUID: 4503142729533789064l

Class java.awt.TextArea extends TextComponent implements Serializable

serialVersionUID: 3692302836626095722l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Read the ObjectInputStream.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless() returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless()
Serialized Fields

rows

int rows
The number of rows in the TextArea. This parameter will determine the text area's height. Guaranteed to be non-negative.

 
See Also:
TextArea.getRows(), TextArea.setRows(int)

columns

int columns
The number of columns in the TextArea. A column is an approximate average character width that is platform-dependent. This parameter will determine the text area's width. Guaranteed to be non-negative.

 
See Also:
TextArea.setColumns(int), TextArea.getColumns()

scrollbarVisibility

int scrollbarVisibility
Determines which scrollbars are created for the text area. It can be one of four values : SCROLLBARS_BOTH = both scrollbars.
SCROLLBARS_HORIZONTAL_ONLY = Horizontal bar only.
SCROLLBARS_VERTICAL_ONLY = Vertical bar only.
SCROLLBARS_NONE = No scrollbars.

 
See Also:
TextArea.getScrollbarVisibility()

textAreaSerializedDataVersion

int textAreaSerializedDataVersion
The textArea Serialized Data Version.

 

Class java.awt.TextArea.AccessibleAWTTextArea extends TextComponent.AccessibleAWTTextComponent implements Serializable

Class java.awt.TextComponent extends Component implements Serializable

serialVersionUID: -2214773872412987419l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Read the ObjectInputStream, and if it isn't null, add a listener to receive text events fired by the TextComponent. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless() returns true
ClassNotFoundException
IOException
See Also:
#removeTextListener(), #addTextListener(), GraphicsEnvironment.isHeadless()

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable TextListener(s) as optional data. The non-serializable TextListener(s) are detected and no attempt is made to serialize them.

Serial Data:
Null terminated sequence of zero or more pairs. A pair consists of a String and Object. The String indicates the type of object and is one of the following : textListenerK indicating and TextListener object.
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.textListenerK
Serialized Fields

text

String text
The value of the text. A null value is the same as "".

 
See Also:
TextComponent.setText(String), TextComponent.getText()

editable

boolean editable
A boolean indicating whether or not this TextComponent is editable. It will be true if the text component is editable and false if not.

 
See Also:
TextComponent.isEditable()

selectionStart

int selectionStart
The selection refers to the selected text, and the selectionStart is the start position of the selected text.

 
See Also:
TextComponent.getSelectionStart(), TextComponent.setSelectionStart(int)

selectionEnd

int selectionEnd
The selection refers to the selected text, and the selectionEnd is the end position of the selected text.

 
See Also:
TextComponent.getSelectionEnd(), TextComponent.setSelectionEnd(int)

backgroundSetByClientCode

boolean backgroundSetByClientCode

textComponentSerializedDataVersion

int textComponentSerializedDataVersion
The textComponent SerializedDataVersion.

 

checkForEnableIM

boolean checkForEnableIM

Class java.awt.TextComponent.AccessibleAWTTextComponent extends Component.AccessibleAWTComponent implements Serializable

Class java.awt.TextField extends TextComponent implements Serializable

serialVersionUID: -2966288784432217853l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Read the ObjectInputStream and if it isn't null, add a listener to receive action events fired by the TextField. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless() returns true
ClassNotFoundException
IOException
See Also:
TextField.removeActionListener(ActionListener), TextField.addActionListener(ActionListener), GraphicsEnvironment.isHeadless()

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable ActionListener(s) as optional data. The non-serializable ActionListener(s) are detected and no attempt is made to serialize them.

Serial Data:
Null terminated sequence of zero or more pairs. A pair consists of a String and Object. The String indicates the type of object and is one of the following : ActionListenerK indicating and ActionListener object.
Throws:
IOException
See Also:
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener), Component.actionListenerK
Serialized Fields

columns

int columns
The number of columns in the text field. A column is an approximate average character width that is platform-dependent. Guaranteed to be non-negative.

 
See Also:
TextField.setColumns(int), TextField.getColumns()

echoChar

char echoChar
The echo character, which is used when the user wishes to disguise the characters typed into the text field. The disguises are removed if echoChar = 0.

 
See Also:
TextField.getEchoChar(), TextField.setEchoChar(char), TextField.echoCharIsSet()

textFieldSerializedDataVersion

int textFieldSerializedDataVersion
The textField Serialized Data Version.

 

Class java.awt.TextField.AccessibleAWTTextField extends TextComponent.AccessibleAWTTextComponent implements Serializable

Class java.awt.Window extends Container implements Serializable

serialVersionUID: 4497834738069338734l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Reads the ObjectInputStream and an optional list of listeners to receive various events fired by the component; also reads a list of (possibly null) child windows. Unrecognized keys or values will be ignored.

Throws:
HeadlessException - if GraphicsEnvironment.isHeadless returns true
ClassNotFoundException
IOException
See Also:
GraphicsEnvironment.isHeadless(), Window.writeObject(java.io.ObjectOutputStream)

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to stream. Writes a list of serializable WindowListeners and WindowFocusListeners as optional data. Writes a list of child windows as optional data.

Serial Data:
null terminated sequence of 0 or more pairs; the pair consists of a String and and Object; the String indicates the type of object and is one of the following: windowListenerK indicating a WindowListener object; windowFocusWindowK indicating a WindowFocusListener object; ownedWindowK indicating a child Window object
Throws:
IOException
See Also:
AWTEventMulticaster.save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener), Component.windowListenerK, Component.windowFocusListenerK, Component.ownedWindowK, Window.readObject(ObjectInputStream)
Serialized Fields

warningString

String warningString
This represents the warning message that is to be displayed in a non secure window. ie : a window that has a security manager installed for which calling SecurityManager.checkTopLevelWindow() is false. This message can be displayed anywhere in the window.

 
See Also:
Window.getWarningString()

syncLWRequests

boolean syncLWRequests

state

int state
An Integer value representing the Window State.

 
Since:
1.2
See Also:
Window.show()

focusMgr

FocusManager focusMgr
Unused. Maintained for serialization backward-compatibility.

 
Since:
1.2

focusableWindowState

boolean focusableWindowState
Indicates whether this Window can become the focused Window.

 
Since:
1.4
See Also:
Window.getFocusableWindowState(), Window.setFocusableWindowState(boolean)

windowSerializedDataVersion

int windowSerializedDataVersion
The window serialized data version.

 

Class java.awt.Window.AccessibleAWTWindow extends Container.AccessibleAWTContainer implements Serializable


Package java.awt.color

Class java.awt.color.CMMException extends RuntimeException implements Serializable

Class java.awt.color.ColorSpace extends Object implements Serializable

serialVersionUID: -409452704308689724l

Serialized Fields

type

int type

numComponents

int numComponents

Class java.awt.color.ICC_ColorSpace extends ColorSpace implements Serializable

serialVersionUID: 3455889114070431483l

Serialized Fields

thisProfile

ICC_Profile thisProfile

minVal

float[] minVal

maxVal

float[] maxVal

diffMinMax

float[] diffMinMax

invDiffMinMax

float[] invDiffMinMax

needScaleInit

boolean needScaleInit

Class java.awt.color.ICC_Profile extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads default serializable fields from the stream. Reads from the stream a string and an array of bytes as additional data.

Serial Data:
The 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).

Throws:
IOException - thrown by ObjectInputStream.
ClassNotFoundException - thrown by ObjectInputStream.
See Also:
ICC_Profile.readResolve(), ICC_Profile.getInstance(int), ICC_Profile.getInstance(byte[])

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes default serializable fields to the stream. Writes a string and an array of bytes to the stream as additional data.

Serial Data:
The 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.

Throws:
IOException - thrown by ObjectInputStream.

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolves instances being deserialized into instances registered with CMM.

Throws:
ObjectStreamException - never thrown, but mandated by the serialization spec.
Serialized Fields

iccProfileSerializedDataVersion

int iccProfileSerializedDataVersion
Version of the format of additional serialized data in the stream. Version 1 corresponds to Java 2 Platform, v1.3.

 
Since:
1.3

Class java.awt.color.ICC_ProfileGray extends ICC_Profile implements Serializable

Class java.awt.color.ICC_ProfileRGB extends ICC_Profile implements Serializable

Class java.awt.color.ProfileDataException extends RuntimeException implements Serializable


Package java.awt.datatransfer

Class java.awt.datatransfer.DataFlavor extends Object implements Serializable

serialVersionUID: 8367026044764648243l

Serialization Methods

readExternal

public void readExternal(ObjectInput is)
                  throws IOException,
                         ClassNotFoundException
Restores this DataFlavor from a Serialized state.


writeExternal

public void writeExternal(ObjectOutput os)
                   throws IOException
Serializes this DataFlavor.

Class java.awt.datatransfer.UnsupportedFlavorException extends Exception implements Serializable

serialVersionUID: 5383814944251665601l


Package java.awt.dnd

Class java.awt.dnd.DragGestureEvent extends EventObject implements Serializable

serialVersionUID: 9080172649166731306l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Deserializes this DragGestureEvent. This method first performs default deserialization for all non-transient fields. An attempt is then made to deserialize this object's List of gesture events as well. This is first attempted by deserializing the field events, because, in releases prior to 1.4, a non-transient field of this name stored the List of gesture events. If this fails, the next object in the stream is used instead. If the resulting List is null, this object's List of gesture events is set to an empty List.

Throws:
ClassNotFoundException
IOException
Since:
1.4

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes this DragGestureEvent. Performs default serialization and then writes out this object's List of gesture events if and only if the List can be serialized. If not, null is written instead. In this case, a DragGestureEvent created from the resulting deserialized stream will contain an empty List of gesture events.

Serial Data:
The default serializable fields, in alphabetical order, followed by either a List instance, or null.
Throws:
IOException
Since:
1.4
Serialized Fields

dragSource

DragSource dragSource
The DragSource associated with this DragGestureEvent.

 

component

Component component
The Component associated with this DragGestureEvent.

 

origin

Point origin
The origin of the drag.

 

action

int action
The user's preferred action.

 

Class java.awt.dnd.DragGestureRecognizer extends Object implements Serializable

serialVersionUID: 8996673345831063337l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Deserializes this DragGestureRecognizer. This method first performs default deserialization for all non-transient fields. This object's DragGestureListener is then deserialized as well by using the next object in the stream.

Throws:
ClassNotFoundException
IOException
Since:
1.4

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes this DragGestureRecognizer. This method first performs default serialization. Then, this object's DragGestureListener is written out if and only if it can be serialized. If not, null is written instead.

Serial Data:
The default serializable fields, in alphabetical order, followed by either a DragGestureListener, or null.
Throws:
IOException
Since:
1.4
Serialized Fields

dragSource

DragSource dragSource
The DragSource associated with this DragGestureRecognizer.

 

component

Component component
The Component associated with this DragGestureRecognizer.

 

sourceActions

int sourceActions
An int representing the type(s) of action(s) used in this Drag and Drop operation.

 

events

ArrayList events
The list of events (in order) that the DragGestureRecognizer "recognized" as a "gesture" that triggers a drag.

 

Class java.awt.dnd.DragSource extends Object implements Serializable

serialVersionUID: 6236096958971414066l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Deserializes this DragSource. This method first performs default deserialization. Next, this object's FlavorMap is deserialized by using the next object in the stream. If the resulting FlavorMap is null, this object's FlavorMap is set to the default FlavorMap for this thread's ClassLoader. Next, this object's listeners are deserialized by reading a null-terminated sequence of 0 or more key/value pairs from the stream:

Throws:
ClassNotFoundException
IOException
Since:
1.4
See Also:
SystemFlavorMap.getDefaultFlavorMap()

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes this DragSource. This method first performs default serialization. Next, it writes out this object's FlavorMap if and only if it can be serialized. If not, null is written instead. Next, it writes out Serializable listeners registered with this object. Listeners are written in a null-terminated sequence of 0 or more pairs. The pair consists of a String and an Object; the String indicates the type of the Object and is one of the following:

Serial Data:
Either a FlavorMap instance, or null, followed by a null-terminated sequence of 0 or more pairs; the pair consists of a String and an Object; the String indicates the type of the Object and is one of the following:
  • dragSourceListenerK indicating a DragSourceListener object;
  • dragSourceMotionListenerK indicating a DragSourceMotionListener object.
.
Throws:
IOException
Since:
1.4

Class java.awt.dnd.DragSourceContext extends Object implements Serializable

serialVersionUID: -115407898692194719l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Deserializes this DragSourceContext. This method first performs default deserialization for all non-transient fields. This object's Transferable and DragSourceListener are then deserialized as well by using the next two objects in the stream. If the resulting Transferable is null, this object's Transferable is set to a dummy Transferable which supports no DataFlavors.

Throws:
ClassNotFoundException
IOException
Since:
1.4

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes this DragSourceContext. This method first performs default serialization. Next, this object's Transferable is written out if and only if it can be serialized. If not, null is written instead. In this case, a DragSourceContext created from the resulting deserialized stream will contain a dummy Transferable which supports no DataFlavors. Finally, this object's DragSourceListener is written out if and only if it can be serialized. If not, null is written instead.

Serial Data:
The default serializable fields, in alphabetical order, followed by either a Transferable instance, or null, followed by either a DragSourceListener instance, or null.
Throws:
IOException
Since:
1.4
Serialized Fields

trigger

DragGestureEvent trigger
The event which triggered the start of the drag.

 

cursor

Cursor cursor
The current drag cursor.

 

useCustomCursor

boolean useCustomCursor
true if the custom drag cursor is used instead of the default one.

 

sourceActions

int sourceActions
A bitwise mask of DnDConstants that represents the set of drop actions supported by the drag source for the drag operation associated with this DragSourceContext.

 

Class java.awt.dnd.DragSourceDragEvent extends DragSourceEvent implements Serializable

serialVersionUID: 481346297933902471l

Serialized Fields

targetActions

int targetActions
The target drop action.

 

dropAction

int dropAction
The user drop action.

 

gestureModifiers

int gestureModifiers
The state of the input device modifiers associated with the user gesture.

 

Class java.awt.dnd.DragSourceDropEvent extends DragSourceEvent implements Serializable

serialVersionUID: -5571321229470821891l

Serialized Fields

dropSuccess

boolean dropSuccess
true if the drop was successful.

 

dropAction

int dropAction
The drop action.

 

Class java.awt.dnd.DragSourceEvent extends EventObject implements Serializable

serialVersionUID: -763287114604032641l

Serialized Fields

locationSpecified

boolean locationSpecified
The boolean indicating whether the cursor location is specified for this event.

 

x

int x
The horizontal coordinate for the cursor location at the moment this event occured if the cursor location is specified for this event; otherwise zero.

 

y

int y
The vertical coordinate for the cursor location at the moment this event occured if the cursor location is specified for this event; otherwise zero.

 

Class java.awt.dnd.DropTarget extends Object implements Serializable

serialVersionUID: -6283860791671019047l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Deserializes this DropTarget. This method first performs default deserialization for all non-transient fields. An attempt is then made to deserialize this object's DropTargetListener as well. This is first attempted by deserializing the field dtListener, because, in releases prior to 1.4, a non-transient field of this name stored the DropTargetListener. If this fails, the next object in the stream is used instead.

Throws:
ClassNotFoundException
IOException
Since:
1.4

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes this DropTarget. Performs default serialization, and then writes out this object's DropTargetListener if and only if it can be serialized. If not, null is written instead.

Serial Data:
The default serializable fields, in alphabetical order, followed by either a DropTargetListener instance, or null.
Throws:
IOException
Since:
1.4
Serialized Fields

dropTargetContext

DropTargetContext dropTargetContext
The DropTargetContext associated with this DropTarget.

 

component

Component component
The Component associated with this DropTarget.

 

actions

int actions
Default permissible actions supported by this DropTarget.

 
See Also:
DropTarget.setDefaultActions(int), DropTarget.getDefaultActions()

active

boolean active
true if the DropTarget is accepting Drag & Drop operations.

 

Class java.awt.dnd.DropTargetContext extends Object implements Serializable

serialVersionUID: -634158968993743371l

Serialized Fields

dropTarget

DropTarget dropTarget
The DropTarget associated with this DropTargetContext.

 

Class java.awt.dnd.DropTargetDragEvent extends DropTargetEvent implements Serializable

serialVersionUID: -8422265619058953682l

Serialized Fields

location

Point location
The location of the drag cursor's hotspot in Component coordinates.

 

actions

int actions
The source drop actions.

 

dropAction

int dropAction
The user drop action.

 

Class java.awt.dnd.DropTargetDropEvent extends DropTargetEvent implements Serializable

serialVersionUID: -1721911170440459322l

Serialized Fields

location

Point location
The location of the drag cursor's hotspot in Component coordinates.

 

actions

int actions
The source drop actions.

 

dropAction

int dropAction
The user drop action.

 

isLocalTx

boolean isLocalTx
true if the source is in the same JVM as the target.

 

Class java.awt.dnd.DropTargetEvent extends EventObject implements Serializable

serialVersionUID: 2821229066521922993l

Serialized Fields

context

DropTargetContext context
The DropTargetContext associated with this DropTargetEvent.

 

Class java.awt.dnd.InvalidDnDOperationException extends IllegalStateException implements Serializable

Class java.awt.dnd.MouseDragGestureRecognizer extends DragGestureRecognizer implements Serializable

serialVersionUID: 6220099344182281120l


Package java.awt.event

Class java.awt.event.ActionEvent extends AWTEvent implements Serializable

serialVersionUID: -7671078796273832149l

Serialized Fields

actionCommand

String actionCommand
The nonlocalized string that gives more details of what actually caused the event. This information is very specific to the component that fired it.

 
See Also:
ActionEvent.getActionCommand()

when

long when
Timestamp of when this event occurred. Because an ActionEvent is a high- level, semantic event, the timestamp is typically the same as an underlying InputEvent.

 
See Also:
ActionEvent.getWhen()

modifiers

int modifiers
This represents the key modifier that was selected, and is used to determine the state of the selected key. If no modifier has been selected it will default to zero.

 
See Also:
ActionEvent.getModifiers()

Class java.awt.event.AdjustmentEvent extends AWTEvent implements Serializable

serialVersionUID: 5700290645205279921l

Serialized Fields

adjustable

Adjustable adjustable
The adjustable object that fired the event.

 
See Also:
AdjustmentEvent.getAdjustable()

value

int value
value will contain the new value of the adjustable object. This value will always be in a range associated adjustable object.

 
See Also:
AdjustmentEvent.getValue()

adjustmentType

int adjustmentType
The 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.

 
See Also:
AdjustmentEvent.getAdjustmentType()

isAdjusting

boolean isAdjusting
The isAdjusting is true if the event is one of the series of multiple adjustment events.

 
Since:
1.4
See Also:
AdjustmentEvent.getValueIsAdjusting()

Class java.awt.event.ComponentEvent extends AWTEvent implements Serializable

serialVersionUID: 8101406823902992965l

Class java.awt.event.ContainerEvent extends ComponentEvent implements Serializable

serialVersionUID: -4114942250539772041l

Serialized Fields

child

Component child
The non-null component that is being added or removed from the Container.

 
See Also:
ContainerEvent.getChild()

Class java.awt.event.FocusEvent extends ComponentEvent implements Serializable

serialVersionUID: 523753786457416396l

Serialized Fields

temporary

boolean temporary
A focus event can have two different levels, permanent and temporary. It will be set to true if some operation takes away the focus temporarily and intends on getting it back once the event is completed. Otherwise it will be set to false.

 
See Also:
FocusEvent.isTemporary()

Class java.awt.event.HierarchyEvent extends AWTEvent implements Serializable

Serialized Fields

changed

Component changed

changedParent

Container changedParent

changeFlags

long changeFlags

Class java.awt.event.InputEvent extends ComponentEvent implements Serializable

serialVersionUID: -2482525981698309786l

Serialized Fields

when

long when
The input event's Time stamp in UTC format. The time stamp indicates when the input event was created.

 
See Also:
InputEvent.getWhen()

modifiers

int modifiers
The state of the modifier mask at the time the input event was fired.

 
See Also:
InputEvent.getModifiers(), InputEvent.getModifiersEx(), KeyEvent, MouseEvent

Class java.awt.event.InputMethodEvent extends AWTEvent implements Serializable

serialVersionUID: 4727190874778922661l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Initializes the when field if it is not present in the object input stream. In that case, the field will be initialized by invoking EventQueue.getMostRecentEventTime().

Serialized Fields

when

long when
The time stamp that indicates when the event was created.

 
Since:
1.4
See Also:
InputMethodEvent.getWhen()

Class java.awt.event.InvocationEvent extends AWTEvent implements Serializable

serialVersionUID: 436056344909459450l

Serialized Fields

runnable

Runnable runnable
The Runnable whose run() method will be called.


notifier

Object notifier
The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method returns.


catchExceptions

boolean catchExceptions
Set to true if dispatch() catches Exception and stores it in the exception instance variable. If false, Exceptions are propagated up to the EventDispatchThread's dispatch loop.


exception

Exception exception
The (potentially null) Exception thrown during execution of the Runnable.run() method. This variable will also be null if a particular instance does not catch exceptions.


when

long when
The timestamp of when this event occurred.

 
See Also:
InvocationEvent.getWhen()

Class java.awt.event.ItemEvent extends AWTEvent implements Serializable

serialVersionUID: -608708132447206933l

Serialized Fields

item

Object item
The item whose selection state has changed.

 
See Also:
ItemEvent.getItem()

stateChange

int stateChange
stateChange indicates whether the item was selected or deselected.

 
See Also:
ItemEvent.getStateChange()

Class java.awt.event.KeyEvent extends InputEvent implements Serializable

serialVersionUID: -2352130953028126954l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Sets new modifiers by the old ones. The key modifiers override overlaping mouse modifiers.

Serialized Fields

isProxyActive

boolean isProxyActive
Stores the state of native event dispatching system - true, if when the event was created event proxying mechanism was active - false, if it was inactive Used in Component.dispatchEventImpl to correctly dispatch events when proxy is active


keyCode

int keyCode
The unique value assigned to each of the keys on the keyboard. There is a common set of key codes that can be fired by most keyboards. The symbolic name for a key code should be used rather than the code value itself.

 
See Also:
KeyEvent.getKeyCode(), KeyEvent.setKeyCode(int)

keyChar

char keyChar
keyChar is a valid unicode character that is fired by a key or a key combination on a keyboard.

 
See Also:
KeyEvent.getKeyChar(), KeyEvent.setKeyChar(char)

keyLocation

int keyLocation
The location of the key on the keyboard. Some keys occur more than once on a keyboard, e.g. the left and right shift keys. Additionally, some keys occur on the numeric keypad. This variable is used to distinguish such keys. The only legal values are KEY_LOCATION_UNKNOWN, KEY_LOCATION_STANDARD, KEY_LOCATION_LEFT, KEY_LOCATION_RIGHT, and KEY_LOCATION_NUMPAD.

 
See Also:
KeyEvent.getKeyLocation()

Class java.awt.event.MouseEvent extends InputEvent implements Serializable

serialVersionUID: -991214153494842848l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Sets new modifiers by the old ones.

Serialized Fields

x

int x
The mouse event's x coordinate. The x value is relative to the component that fired the event.

 
See Also:
MouseEvent.getX()

y

int y
The mouse event's y coordinate. The y value is relative to the component that fired the event.

 
See Also:
MouseEvent.getY()

clickCount

int clickCount
Indicates the number of quick consecutive clicks of a mouse button. clickCount will be valid for only three mouse events :
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.

 
See Also:
MouseEvent.getClickCount().

button

int button
Indicates which, if any, of the mouse buttons has changed state. The only legal values are the following constants: NOBUTTON, BUTTON1, BUTTON2 or BUTTON3.

 
See Also:
MouseEvent.getButton().

popupTrigger

boolean popupTrigger
A property used to indicate whether a Popup Menu should appear with a certain gestures. If popupTrigger = false, no popup menu should appear. If it is true then a popup menu should appear.

 
See Also:
PopupMenu, MouseEvent.isPopupTrigger()

Class java.awt.event.MouseWheelEvent extends MouseEvent implements Serializable

Serialized Fields

scrollType

int scrollType
Indicates what sort of scrolling should take place in response to this event, based on platform settings. Legal values are:

See Also:
MouseWheelEvent.getScrollType()

scrollAmount

int scrollAmount
Only valid for scrollType WHEEL_UNIT_SCROLL. Indicates number of units that should be scrolled per click of mouse wheel rotation, based on platform settings.

See Also:
MouseWheelEvent.getScrollAmount(), MouseWheelEvent.getScrollType()

wheelRotation

int wheelRotation
Indicates how far the mouse wheel was rotated.

See Also:
MouseWheelEvent.getWheelRotation()

Class java.awt.event.PaintEvent extends ComponentEvent implements Serializable

serialVersionUID: 1267492026433337593l

Serialized Fields

updateRect

Rectangle updateRect
This is the rectangle that represents the area on the source component that requires a repaint. This rectangle should be non null.

 
See Also:
Rectangle, PaintEvent.setUpdateRect(Rectangle), PaintEvent.getUpdateRect()

Class java.awt.event.TextEvent extends AWTEvent implements Serializable

serialVersionUID: 6269902291250941179l

Class java.awt.event.WindowEvent extends ComponentEvent implements Serializable

serialVersionUID: -1567959133147912127l

Serialized Fields

oldState

int oldState
TBS


newState

int newState


Package java.awt.font

Class java.awt.font.NumericShaper extends Object implements Serializable

Serialized Fields

key

int key
index of context for contextual shaping - values range from 0 to 18


mask

int mask
flag indicating whether to shape contextually (high bit) and which digit ranges to shape (bits 0-18)

Class java.awt.font.TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable

serialVersionUID: 7744112784117861702l

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Class java.awt.font.TransformAttribute extends Object implements Serializable

serialVersionUID: 3356247357827709530l

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws ClassNotFoundException,
                         IOException
Serialized Fields

transform

AffineTransform transform
The AffineTransform for this TransformAttribute, or null if AffineTransform is the identity transform.


Package java.awt.geom

Class java.awt.geom.AffineTransform extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws ClassNotFoundException,
                         IOException
Serialized Fields

m00

double m00
The X coordinate scaling element of the 3x3 affine transformation matrix.

 

m10

double m10
The Y coordinate shearing element of the 3x3 affine transformation matrix.

 

m01

double m01
The X coordinate shearing element of the 3x3 affine transformation matrix.

 

m11

double m11
The Y coordinate scaling element of the 3x3 affine transformation matrix.

 

m02

double m02
The X coordinate of the translation element of the 3x3 affine transformation matrix.

 

m12

double m12
The Y coordinate of the translation element of the 3x3 affine transformation matrix.

 

Class java.awt.geom.IllegalPathStateException extends RuntimeException implements Serializable

Class java.awt.geom.NoninvertibleTransformException extends Exception implements Serializable


Package java.awt.image

Class java.awt.image.ImagingOpException extends RuntimeException implements Serializable

Class java.awt.image.RasterFormatException extends RuntimeException implements Serializable


Package java.awt.image.renderable

Class java.awt.image.renderable.ParameterBlock extends Object implements Serializable

Serialized Fields

sources

Vector sources
A Vector of sources, stored as arbitrary Objects.


parameters

Vector parameters
A Vector of non-source parameters, stored as arbitrary Objects.


Package java.awt.print

Class java.awt.print.PrinterAbortException extends PrinterException implements Serializable

Class java.awt.print.PrinterException extends Exception implements Serializable

Class java.awt.print.PrinterIOException extends PrinterException implements Serializable

serialVersionUID: 5850870712125932846l

Serialized Fields

mException

IOException mException
The IO error that terminated the print job.

 


Package java.io

Class java.io.CharConversionException extends IOException implements Serializable

Class java.io.EOFException extends IOException implements Serializable

Class java.io.File extends Object implements Serializable

serialVersionUID: 301077366599181567l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore this filename. The original separator character is read. If it is different than the separator character on this system, then the old seperator is replaced by the local separator.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
WriteObject is called to save this filename. The separator character is saved also so it can be replaced in case the path is reconstituted on a different host type.

Serialized Fields

path

String path
This abstract pathname's normalized pathname string. A normalized pathname string uses the default name-separator character and does not contain any duplicate or redundant separators.

 

Class java.io.FileNotFoundException extends IOException implements Serializable

Class java.io.FilePermissionCollection extends java.security.PermissionCollection implements Serializable

serialVersionUID: 2202956749081564585l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
"permissions" field (a Vector containing the FilePermissions).
Throws:
IOException
Serialized Fields

permissions

Vector permissions
A list of FilePermission objects.

Class java.io.InterruptedIOException extends IOException implements Serializable

Serialized Fields

bytesTransferred

int bytesTransferred
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.

 

Class java.io.InvalidClassException extends ObjectStreamException implements Serializable

Serialized Fields

classname

String classname
Name of the invalid class.

Name of the invalid class.

Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable

Class java.io.IOException extends Exception implements Serializable

Class java.io.NotActiveException extends ObjectStreamException implements Serializable

Class java.io.NotSerializableException extends ObjectStreamException implements Serializable

Class java.io.ObjectStreamClass extends Object implements Serializable

serialVersionUID: -6120832682080437368l

Serialized Fields

Class java.io.ObjectStreamException extends IOException implements Serializable

Class java.io.OptionalDataException extends ObjectStreamException implements Serializable

Serialized Fields

length

int length
The number of bytes of primitive data available to be read in the current buffer.

 

eof

boolean eof
True if there is no more data in the buffered part of the stream.

 

Class java.io.SerializablePermission extends java.security.BasicPermission implements Serializable

Serialized Fields

actions

String actions
 

Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable

Class java.io.SyncFailedException extends IOException implements Serializable

Class java.io.UnsupportedEncodingException extends IOException implements Serializable

Class java.io.UTFDataFormatException extends IOException implements Serializable

Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable

serialVersionUID: -3326426625597282442l

Serialized Fields

detail

Exception detail
Exception that was caught while writing the ObjectStream.

This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.

 


Package java.lang

Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable

Class java.lang.ArithmeticException extends RuntimeException implements Serializable

Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

Class java.lang.ArrayStoreException extends RuntimeException implements Serializable

Class java.lang.AssertionError extends Error implements Serializable

Class java.lang.Boolean extends Object implements Serializable

serialVersionUID: -3665804199014368530l

Serialized Fields

value

boolean value
The value of the Boolean.

 

Class java.lang.Byte extends Number implements Serializable

serialVersionUID: -7183698231559129828l

Serialized Fields

value

byte value
The value of the Byte.

 

Class java.lang.Character extends Object implements Serializable

serialVersionUID: 3786198910865385080l

Serialized Fields

value

char value
The value of the Character.

 

Class java.lang.Class extends Object implements Serializable

serialVersionUID: 3206093459760846163l

Serialization Overview
Class Class is special cased within the Serialization Stream Protocol. A Class instance is written intially into an ObjectOutputStream in the following format:
      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.

See Also:
ObjectStreamClass
Serialized Fields

Class java.lang.ClassCastException extends RuntimeException implements Serializable

Class java.lang.ClassCircularityError extends LinkageError implements Serializable

Class java.lang.ClassFormatError extends LinkageError implements Serializable

Class java.lang.ClassNotFoundException extends Exception implements Serializable

serialVersionUID: 9176873029745254542l

Serialized Fields

ex

Throwable ex
This field holds the exception ex if the ClassNotFoundException(String s, Throwable ex) constructor was used to instantiate the object

 
Since:
1.2

Class java.lang.CloneNotSupportedException extends Exception implements Serializable

Class java.lang.Double extends Number implements Serializable

serialVersionUID: -9172774392245257468l

Serialized Fields

value

double value
The value of the Double.

 

Class java.lang.Error extends Throwable implements Serializable

serialVersionUID: 4980196508277280342l

Class java.lang.Exception extends Throwable implements Serializable

serialVersionUID: -3387516993124229948l

Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable

serialVersionUID: 1521711792217232256l

Serialized Fields

exception

Throwable exception
This field holds the exception if the ExceptionInInitializerError(Throwable thrown) constructor was used to instantiate the object

 

Class java.lang.Float extends Number implements Serializable

serialVersionUID: -2671257302660747028l

Serialized Fields

value

float value
The value of the Float.

 

Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable

Class java.lang.IllegalAccessException extends Exception implements Serializable

Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable

Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable

Class java.lang.IllegalStateException extends RuntimeException implements Serializable

Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable

Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable

Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable

Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable

Class java.lang.InstantiationException extends Exception implements Serializable

Class java.lang.Integer extends Number implements Serializable

serialVersionUID: 1360826667806852920l

Serialized Fields

value

int value
The value of the Integer.

 

Class java.lang.InternalError extends VirtualMachineError implements Serializable

Class java.lang.InterruptedException extends Exception implements Serializable

Class java.lang.LinkageError extends Error implements Serializable

Class java.lang.Long extends Number implements Serializable

serialVersionUID: 4290774380558885855l

Serialized Fields

value

long value
The value of the Long.

 

Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable

Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable

Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable

Class java.lang.NoSuchFieldException extends Exception implements Serializable

Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable

Class java.lang.NoSuchMethodException extends Exception implements Serializable

Class java.lang.NullPointerException extends RuntimeException implements Serializable

Class java.lang.Number extends Object implements Serializable

serialVersionUID: -8742448824652078965l

Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable

serialVersionUID: -2848938806368998894l

Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable

Class java.lang.RuntimeException extends Exception implements Serializable

serialVersionUID: -7034897190745766939l

Class java.lang.RuntimePermission extends java.security.BasicPermission implements Serializable

Class java.lang.SecurityException extends RuntimeException implements Serializable

Class java.lang.Short extends Number implements Serializable

serialVersionUID: 7515723908773894738l

Serialized Fields

value

short value
The value of the Short.

 

Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable

Class java.lang.StackTraceElement extends Object implements Serializable

serialVersionUID: 6992337162326171013l

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber

Class java.lang.String extends Object implements Serializable

serialVersionUID: -6849794470754667710l

Serialization Overview
Class String is special cased within the Serialization Stream Protocol. A String instance is written intially into an ObjectOutputStream in the following format:
      TC_STRING (utf String)
 
The String is written by method DataOutput.writeUTF. A new handle is generated to refer to all future references to the string instance within the stream.

Serialized Fields

Class java.lang.StringBuffer extends Object implements Serializable

serialVersionUID: 3388685877147921107l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of the StringBuffer from a stream.

Serialized Fields

value

char[] value
The value is used for character storage.

 

count

int count
The count is the number of characters in the buffer.

 

shared

boolean shared
A flag indicating whether the buffer is shared

 

Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

Class java.lang.ThreadDeath extends Error implements Serializable

Class java.lang.Throwable extends Object implements Serializable

serialVersionUID: -3042686055658047285l

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

detailMessage

String detailMessage
Specific details about the Throwable. For example, for FileNotFoundException, this contains the name of the file that could not be found.

 

cause

Throwable cause
The throwable that caused this throwable to get thrown, or null if this throwable was not caused by another throwable, or if the causative throwable is unknown. If this field is equal to this throwable itself, it indicates that the cause of this throwable has not yet been initialized.

 
Since:
1.4

stackTrace

StackTraceElement[] stackTrace
The stack trace, as returned by Throwable.getStackTrace().

 
Since:
1.4

Class java.lang.UnknownError extends VirtualMachineError implements Serializable

Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable

Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable

Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable

Class java.lang.VerifyError extends LinkageError implements Serializable

Class java.lang.VirtualMachineError extends Error implements Serializable


Package java.lang.reflect

Class java.lang.reflect.InvocationTargetException extends Exception implements Serializable

serialVersionUID: 4085088731926701167l

Serialized Fields

target

Throwable target
This field holds the target if the InvocationTargetException(Throwable target) constructor was used to instantiate the object

 

Class java.lang.reflect.Proxy extends Object implements Serializable

Serialized Fields

h

InvocationHandler h
the invocation handler for this proxy instance.

 

Class java.lang.reflect.ReflectPermission extends java.security.BasicPermission implements Serializable

Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable

serialVersionUID: 330127114055056639l

Serialized Fields

undeclaredThrowable

Throwable undeclaredThrowable
the undeclared checked exception that was thrown

 


Package java.math

Class java.math.BigDecimal extends Number implements Serializable

serialVersionUID: 6108874887143696463l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the BigDecimal instance from a stream (that is, deserialize it).

Serialized Fields

intVal

BigInteger intVal
The unscaled value of this BigDecimal, as returned by unscaledValue().

 
See Also:
BigDecimal.unscaledValue()

scale

int scale
The scale of this BigDecimal, as returned by scale().

 
See Also:
BigDecimal.scale

Class java.math.BigInteger extends Number implements Serializable

serialVersionUID: -8287574255936472291l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the BigInteger instance from a stream (that is, deserialize it). The magnitude is read in as an array of bytes for historical reasons, but it is converted to an array of ints and the byte array is discarded.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the BigInteger instance to a stream. The magnitude of a BigInteger is serialized as a byte array for historical reasons.

Serial Data:
two necessary fields are written as well as obsolete fields for compatibility with older versions.
Throws:
IOException
Serialization Overview
Serializable fields for BigInteger.

Serialized Fields

bitCount

int bitCount
number of bits in this BigInteger

bitLength

int bitLength
the number of bits in the minimal two's-complement representation of this BigInteger

lowestSetBit

int lowestSetBit
lowest set bit in the twos complement representation

magnitude

int[] magnitude
magnitude array of this BigInteger.

signum

int signum
signum of this BigInteger.


Package java.net

Class java.net.BindException extends SocketException implements Serializable

Class java.net.ConnectException extends SocketException implements Serializable

Class java.net.Inet4Address extends InetAddress implements Serializable

serialVersionUID: 3286316764910316507l

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Replaces the object to be serialized with an InetAddress object.

Throws:
ObjectStreamException - if a new object replacing this object could not be created

Class java.net.Inet6Address extends InetAddress implements Serializable

serialVersionUID: 6880410070516793377l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

ipaddress

byte[] ipaddress
Holds a 128-bit (16 bytes) IPv6 address.

 

Class java.net.InetAddress extends Object implements Serializable

serialVersionUID: 3286316764910316507l

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Replaces the de-serialized object with an Inet4Address object.

Throws:
ObjectStreamException - if a new object replacing this object could not be created
Serialized Fields

hostName

String hostName
 

address

int address
Holds a 32-bit IPv4 address.

 

family

int family
Specifies the address family type, for instance, '1' for IPv4 addresses, and '2' for IPv6 addresses.

 

Class java.net.InetSocketAddress extends SocketAddress implements Serializable

serialVersionUID: 5076001401234631237l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

hostname

String hostname

addr

InetAddress addr

port

int port

Class java.net.MalformedURLException extends IOException implements Serializable

Class java.net.NetPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -8343910153355041693l

Class java.net.NoRouteToHostException extends SocketException implements Serializable

Class java.net.PortUnreachableException extends SocketException implements Serializable

Class java.net.ProtocolException extends IOException implements Serializable

Class java.net.SocketAddress extends Object implements Serializable

Class java.net.SocketException extends IOException implements Serializable

Class java.net.SocketPermissionCollection extends java.security.PermissionCollection implements Serializable

serialVersionUID: 2787186408602843674l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
"permissions" field (a Vector containing the SocketPermissions).
Throws:
IOException
Serialized Fields

permissions

Vector permissions
A list of the SocketPermissions for this set.

Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable

Class java.net.UnknownHostException extends IOException implements Serializable

Class java.net.UnknownServiceException extends IOException implements Serializable

Class java.net.URI extends Object implements Serializable

serialVersionUID: -6052424284110960213l

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws ClassNotFoundException,
                        IOException
Reconstitutes a URI from the given serial stream.

The ObjectInputStream.defaultReadObject() method is invoked to read the value of the string field. The result is then parsed in the usual way.


writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException
Saves the content of this URI to the given serial stream.

The only serializable field of a URI instance is its string field. That field is given a value, if it does not have one already, and then the ObjectOutputStream.defaultWriteObject() method of the given object-output stream is invoked.

Serialized Fields

string

String string
The string form of this URI.

 

Class java.net.URISyntaxException extends Exception implements Serializable

Serialized Fields

input

String input

index

int index

Class java.net.URL extends Object implements Serializable

serialVersionUID: -7627629688361524110l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of the URL from the stream. It reads the components of the URL and finds the local stream handler.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
WriteObject is called to save the state of the URL to an ObjectOutputStream. The handler is not saved since it is specific to this system.

Serial Data:
the default write object value. When read back in, the reader must ensure that calling getURLStreamHandler with the protocol variable returns a valid URLStreamHandler and throw an IOException if it does not.
Throws:
IOException
Serialized Fields

protocol

String protocol
The protocol to use (ftp, http, nntp, ... etc.) .

 

host

String host
The host name to connect to.

 

port

int port
The protocol port to connect to.

 

file

String file
The specified file name on that host. file is defined as path[?query]

 

authority

String authority
The authority part of this URL.

 

ref

String ref
# reference.

 

hashCode

int hashCode


Package java.nio

Class java.nio.BufferOverflowException extends RuntimeException implements Serializable

Class java.nio.BufferUnderflowException extends RuntimeException implements Serializable

Class java.nio.InvalidMarkException extends IllegalStateException implements Serializable

Class java.nio.ReadOnlyBufferException extends UnsupportedOperationException implements Serializable


Package java.nio.channels

Class java.nio.channels.AlreadyConnectedException extends IllegalStateException implements Serializable

Class java.nio.channels.AsynchronousCloseException extends ClosedChannelException implements Serializable

Class java.nio.channels.CancelledKeyException extends IllegalStateException implements Serializable

Class java.nio.channels.ClosedByInterruptException extends AsynchronousCloseException implements Serializable

Class java.nio.channels.ClosedChannelException extends IOException implements Serializable

Class java.nio.channels.ClosedSelectorException extends IllegalStateException implements Serializable

Class java.nio.channels.ConnectionPendingException extends IllegalStateException implements Serializable

Class java.nio.channels.FileLockInterruptionException extends IOException implements Serializable

Class java.nio.channels.IllegalBlockingModeException extends IllegalStateException implements Serializable

Class java.nio.channels.IllegalSelectorException extends IllegalArgumentException implements Serializable

Class java.nio.channels.NoConnectionPendingException extends IllegalStateException implements Serializable

Class java.nio.channels.NonReadableChannelException extends IllegalStateException implements Serializable

Class java.nio.channels.NonWritableChannelException extends IllegalStateException implements Serializable

Class java.nio.channels.NotYetBoundException extends IllegalStateException implements Serializable

Class java.nio.channels.NotYetConnectedException extends IllegalStateException implements Serializable

Class java.nio.channels.OverlappingFileLockException extends IllegalStateException implements Serializable

Class java.nio.channels.UnresolvedAddressException extends IllegalArgumentException implements Serializable

Class java.nio.channels.UnsupportedAddressTypeException extends IllegalArgumentException implements Serializable


Package java.nio.charset

Class java.nio.charset.CharacterCodingException extends IOException implements Serializable

Class java.nio.charset.CoderMalfunctionError extends Error implements Serializable

Class java.nio.charset.IllegalCharsetNameException extends IllegalArgumentException implements Serializable

Serialized Fields

charsetName

String charsetName

Class java.nio.charset.MalformedInputException extends CharacterCodingException implements Serializable

Serialized Fields

inputLength

int inputLength

Class java.nio.charset.UnmappableCharacterException extends CharacterCodingException implements Serializable

Serialized Fields

inputLength

int inputLength

Class java.nio.charset.UnsupportedCharsetException extends IllegalArgumentException implements Serializable

Serialized Fields

charsetName

String charsetName


Package java.rmi

Class java.rmi.AccessException extends RemoteException implements Serializable

serialVersionUID: 6314925228044966088l

Class java.rmi.AlreadyBoundException extends Exception implements Serializable

serialVersionUID: 9218657361741657110l

Class java.rmi.ConnectException extends RemoteException implements Serializable

serialVersionUID: 4863550261346652506l

Class java.rmi.ConnectIOException extends RemoteException implements Serializable

serialVersionUID: -8087809532704668744l

Class java.rmi.MarshalException extends RemoteException implements Serializable

serialVersionUID: 6223554758134037936l

Class java.rmi.MarshalledObject extends Object implements Serializable

serialVersionUID: 8988374069173025854l

Serialized Fields

objBytes

byte[] objBytes
Bytes of serialized representation. If objBytes is null then the object marshalled was a null reference.

locBytes

byte[] locBytes
Bytes of location annotations, which are ignored by equals. If locBytes is null, there were no non-null annotations during marshalling.

hash

int hash
Stored hash code of contained object.
See Also:
MarshalledObject.hashCode()

Class java.rmi.NoSuchObjectException extends RemoteException implements Serializable

serialVersionUID: 6619395951570472985l

Class java.rmi.NotBoundException extends Exception implements Serializable

serialVersionUID: -1857741824849069317l

Class java.rmi.RemoteException extends IOException implements Serializable

serialVersionUID: -5148567311918794206l

Serialized Fields

detail

Throwable detail
Nested Exception to hold wrapped remote exception.

This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.

 

Class java.rmi.RMISecurityException extends SecurityException implements Serializable

serialVersionUID: -8433406075740433514l

Class java.rmi.ServerError extends RemoteException implements Serializable

serialVersionUID: 8455284893909696482l

Class java.rmi.ServerException extends RemoteException implements Serializable

serialVersionUID: -4775845313121906682l

Class java.rmi.ServerRuntimeException extends RemoteException implements Serializable

serialVersionUID: 7054464920481467219l

Class java.rmi.StubNotFoundException extends RemoteException implements Serializable

serialVersionUID: -7088199405468872373l

Class java.rmi.UnexpectedException extends RemoteException implements Serializable

serialVersionUID: 1800467484195073863l

Class java.rmi.UnknownHostException extends RemoteException implements Serializable

serialVersionUID: -8152710247442114228l

Class java.rmi.UnmarshalException extends RemoteException implements Serializable

serialVersionUID: 594380845140740218l


Package java.rmi.activation

Class java.rmi.activation.Activatable extends RemoteServer implements Serializable

serialVersionUID: -3120617863591563455l

Serialized Fields

id

ActivationID id
Activation Identifier for this object.

Class java.rmi.activation.ActivateFailedException extends RemoteException implements Serializable

serialVersionUID: 4863550261346652506l

Class java.rmi.activation.ActivationDesc extends Object implements Serializable

serialVersionUID: 7455834104417690957l

Serialized Fields

groupID

ActivationGroupID groupID
the group's identifier

className

String className
the object's class name

location

String location
the object's code location

data

MarshalledObject data
the object's initialization data

restart

boolean restart
indicates whether the object should be restarted

Class java.rmi.activation.ActivationException extends Exception implements Serializable

serialVersionUID: -4320118837291406071l

Serialized Fields

detail

Throwable detail
Nested Exception to hold wrapped remote exceptions.

This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.

 

Class java.rmi.activation.ActivationGroup extends UnicastRemoteObject implements Serializable

serialVersionUID: -7696947875314805420l

Serialized Fields

groupID

ActivationGroupID groupID
the group's identifier

monitor

ActivationMonitor monitor
the group's monitor

incarnation

long incarnation
the group's incarnation number

Class java.rmi.activation.ActivationGroup_Stub extends RemoteStub implements Serializable

serialVersionUID: 2l

Class java.rmi.activation.ActivationGroupDesc extends Object implements Serializable

serialVersionUID: -4936225423168276595l

Serialized Fields

className

String className
The group's fully package qualified class name.

location

String location
The location from where to load the group's class.

data

MarshalledObject data
The group's initialization data.

env

ActivationGroupDesc.CommandEnvironment env
The controlling options for executing the VM in another process.

props

Properties props
A properties map which will override those set by default in the subprocess environment.

Class java.rmi.activation.ActivationGroupDesc.CommandEnvironment extends Object implements Serializable

Serialized Fields

command

String command
 

options

String[] options
 

Class java.rmi.activation.ActivationGroupID extends Object implements Serializable

serialVersionUID: -1648432278909740833l

Serialized Fields

system

ActivationSystem system
The group's activation system.

uid

UID uid
The group's unique id.

Class java.rmi.activation.ActivationID extends Object implements Serializable

serialVersionUID: -4608673054848209235l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
readObject for custom serialization.

This method reads this object's serialized form for this class as follows:

The readObject method is invoked on in to read this object's unique identifier (a UID instance).

Next, the readUTF method is invoked on in to read the external ref type name of the RemoteRef instance for this object's activator. Next, the RemoteRef instance is created of an implementation-specific class corresponding to the external ref type name (returned by readUTF), and the readExternal method is invoked on that RemoteRef instance to read the external form corresponding to the external ref type name.

Note: If the external ref type name is "UnicastRef", "UnicastServerRef", "UnicastRef2", "UnicastServerRef2", "ActivatableRef", or "ActivatableServerRef", a corresponding implementation-specific class must be found, and its readExternal method must read the serial data for that external ref type name as specified to be written in the serialData documentation for this class. If the external ref type name is any other string (of non-zero length), a ClassNotFoundException will be thrown, unless the implementation provides an implementation-specific class corresponding to that external ref type name, in which case the RemoteRef will be an instance of that implementation-specific class.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException,
                         ClassNotFoundException
writeObject for custom serialization.

This method writes this object's serialized form for this class as follows:

The writeObject method is invoked on out passing this object's unique identifier (a UID instance) as the argument.

Next, the getRefClass method is invoked on the activator's RemoteRef instance to obtain its external ref type name. Next, the writeUTF method is invoked on out with the value returned by getRefClass, and then the writeExternal method is invoked on the RemoteRef instance passing out as the argument.

Serial Data:
The serialized data for this class comprises a java.rmi.server.UID (written with ObjectOutput.writeObject) followed by the external ref type name of the activator's RemoteRef instance (a string written with ObjectOutput.writeUTF), followed by the external form of the RemoteRef instance as written by its writeExternal method.

The external ref type name of the RemoteRef instance is determined using the definitions of external ref type names specified in the RemoteObject writeObject method serialData specification. Similarly, the data written by the writeExternal method and read by the readExternal method of RemoteRef implementation classes corresponding to each of the defined external ref type names is specified in the RemoteObject writeObject method serialData specification.

Throws:
IOException
ClassNotFoundException

Class java.rmi.activation.UnknownGroupException extends ActivationException implements Serializable

serialVersionUID: 7056094974750002460l

Class java.rmi.activation.UnknownObjectException extends ActivationException implements Serializable

serialVersionUID: 3425547551622251430l


Package java.rmi.dgc

Class java.rmi.dgc.Lease extends Object implements Serializable

serialVersionUID: -5713411624328831948l

Serialized Fields

vmid

VMID vmid
Virtual Machine ID with which this Lease is associated.
See Also:
Lease.getVMID()

value

long value
Duration of this lease.
See Also:
Lease.getValue()

Class java.rmi.dgc.VMID extends Object implements Serializable

serialVersionUID: -538642295484486218l

Serialized Fields

addr

byte[] addr
array of bytes uniquely identifying host created on

uid

UID uid
unique identifier with respect to host created on


Package java.rmi.server

Class java.rmi.server.ExportException extends RemoteException implements Serializable

serialVersionUID: -9155485338494060170l

Class java.rmi.server.ObjID extends Object implements Serializable

serialVersionUID: -6386392263968365220l

Serialized Fields

objNum

long objNum
object number
See Also:
ObjID.hashCode()

space

UID space
address space identifier (unique to host over time)

Class java.rmi.server.RemoteObject extends Object implements Serializable

serialVersionUID: -3215090123894869218l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
readObject for custom serialization.

This method reads this object's serialized form for this class as follows:

The readUTF method is invoked on in to read the external ref type name for the RemoteRef instance to be filled in to this object's ref field. If the string returned by readUTF has length zero, the readObject method is invoked on in, and than the value returned by readObject is cast to RemoteRef and this object's ref field is set to that value. Otherwise, this object's ref field is set to a RemoteRef instance that is created of an implementation-specific class corresponding to the external ref type name returned by readUTF, and then the readExternal method is invoked on this object's ref field.

If the external ref type name is "UnicastRef", "UnicastServerRef", "UnicastRef2", "UnicastServerRef2", "ActivatableRef", or "ActivatableServerRef", a corresponding implementation-specific class must be found, and its readExternal method must read the serial data for that external ref type name as specified to be written in the serialData documentation for this class. If the external ref type name is any other string (of non-zero length), a ClassNotFoundException will be thrown, unless the implementation provides an implementation-specific class corresponding to that external ref type name, in which case this object's ref field will be set to an instance of that implementation-specific class.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException,
                         ClassNotFoundException
writeObject for custom serialization.

This method writes this object's serialized form for this class as follows:

The getRefClass method is invoked on this object's ref field to obtain its external ref type name. If the value returned by getRefClass was a non-null string of length greater than zero, the writeUTF method is invoked on out with the value returned by getRefClass, and then the writeExternal method is invoked on this object's ref field passing out as the argument; otherwise, the writeUTF method is invoked on out with a zero-length string (""), and then the writeObject method is invoked on out passing this object's ref field as the argument.

Serial Data:
The serialized data for this class comprises a string (written with ObjectOutput.writeUTF) that is either the external ref type name of the contained RemoteRef instance (the ref field) or a zero-length string, followed by either the external form of the ref field as written by its writeExternal method if the string was of non-zero length, or the serialized form of the ref field as written by passing it to the serialization stream's writeObject if the string was of zero length.

If this object is an instance of java.rmi.server.RemoteStub that was returned from any of the UnicastRemoteObject.exportObject methods and custom socket factories are not used, the external ref type name is "UnicastRef". If this object is an instance of RemoteStub that was returned from any of the UnicastRemoteObject.exportObject methods and custom socket factories are used, the external ref type name is "UnicastRef2". If this object is an instance of RemoteStub that was returned from any of the java.rmi.activation.Activatable.exportObject methods, the external ref type name is "ActivatableRef". If this object is an instance of RemoteStub that was returned from the RemoteObject.toStub method (and the argument passed to toStub was not itself a RemoteStub), the external ref type name is a function of how the remote object passed to toStub was exported, as described above. If this object is an instance of RemoteStub that was originally created via deserialization, the external ref type name is the same as that which was read when this object was deserialized.

If this object is an instance of java.rmi.server.UnicastRemoteObject that does not use custom socket factories, the external ref type name is "UnicastServerRef". If this object is an instance of UnicastRemoteObject that does use custom socket factories, the external ref type name is "UnicastServerRef2".

If this object is an instance of java.rmi.activation.Activatable, the external ref type name is "ActivatableServerRef".

Following is the data that must be written by the writeExternal method and read by the readExternal method of RemoteRef implementation classes that correspond to the each of the defined external ref type names:

For "UnicastRef":

For "UnicastRef2" with a null client socket factory:

For "UnicastRef2" with a non-null client socket factory:

  • the byte value 0x01 (indicating non-null client socket factory), written by DataOutput.writeByte(int)
  • the hostname of the referenced remote object, written by DataOutput.writeUTF(String)
  • the port of the referenced remote object, written by DataOutput.writeInt(int)
  • a client socket factory (object of type java.rmi.server.RMIClientSocketFactory), written by passing it to an invocation of writeObject on the stream instance
  • the data written as a result of calling {link java.rmi.server.ObjID#write(java.io.ObjectOutput)} on the ObjID instance contained in the reference
  • the boolean value false, written by DataOutput.writeBoolean(boolean)

For "ActivatableRef" with a null nested remote reference:

  • an instance of java.rmi.activation.ActivationID, written by passing it to an invocation of writeObject on the stream instance
  • a zero-length string (""), written by DataOutput.writeUTF(String)

For "ActivatableRef" with a non-null nested remote reference:

  • an instance of java.rmi.activation.ActivationID, written by passing it to an invocation of writeObject on the stream instance
  • the external ref type name of the nested remote reference, which must be "UnicastRef2", written by DataOutput.writeUTF(String)
  • the external form of the nested remote reference, written by invoking its writeExternal method with the stream instance (see the description of the external form for "UnicastRef2" above)

For "UnicastServerRef", "UnicastServerRef2", and "ActivatableServerRef", no data is written by the writeExternal method or read by the readExternal method.

Throws:
IOException
ClassNotFoundException

Class java.rmi.server.RemoteServer extends RemoteObject implements Serializable

serialVersionUID: -4100238210092549637l

Class java.rmi.server.RemoteStub extends RemoteObject implements Serializable

serialVersionUID: -1585587260594494182l

Class java.rmi.server.ServerCloneException extends CloneNotSupportedException implements Serializable

serialVersionUID: 6617456357664815945l

Serialized Fields

detail

Exception detail
Nested exception for ServerCloneException.

This field predates the general-purpose exception chaining facility. The Throwable.getCause() method is now the preferred means of obtaining this information.

 
Since:
JDK1.1

Class java.rmi.server.ServerNotActiveException extends Exception implements Serializable

serialVersionUID: 4687940720827538231l

Class java.rmi.server.SkeletonMismatchException extends RemoteException implements Serializable

serialVersionUID: -7780460454818859281l

Class java.rmi.server.SkeletonNotFoundException extends RemoteException implements Serializable

serialVersionUID: -7860299673822761231l

Class java.rmi.server.SocketSecurityException extends ExportException implements Serializable

serialVersionUID: -7622072999407781979l

Class java.rmi.server.UID extends Object implements Serializable

serialVersionUID: 1086053664494604050l

Serialized Fields

unique

int unique
number that uniquely identifies the VM that this UID was generated in with respect to its host and at the given time

 

time

long time
a time (as returned by System.currentTimeMillis()) at which the VM that this UID was generated in was alive

 

count

short count
16-bit number to distinguish UID instances created in the same VM with the same time value

 

Class java.rmi.server.UnicastRemoteObject extends RemoteServer implements Serializable

serialVersionUID: 4974527148936298033l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Re-export the remote object when it is deserialized.

Serialized Fields

port

int port
port number on which to export object

csf

RMIClientSocketFactory csf
client-side socket factory (if any)

ssf

RMIServerSocketFactory ssf
server-side socket factory (if any) to use when exporting object


Package java.sql

Class java.sql.BatchUpdateException extends SQLException implements Serializable

Serialized Fields

updateCounts

int[] updateCounts
The array that describes the outcome of a batch execution.

 
Since:
1.2

Class java.sql.DataTruncation extends SQLWarning implements Serializable

Serialized Fields

index

int index
 

parameter

boolean parameter
 

read

boolean read
 

dataSize

int dataSize
 

transferSize

int transferSize
 

Class java.sql.Date extends Date implements Serializable

serialVersionUID: 1511598038487230103l

Class java.sql.SQLException extends Exception implements Serializable

Serialized Fields

SQLState

String SQLState
 

vendorCode

int vendorCode
 

next

SQLException next
 

Class java.sql.SQLPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -1439323187199563495l

Class java.sql.SQLWarning extends SQLException implements Serializable

Class java.sql.Time extends Date implements Serializable

serialVersionUID: 8397324403548013681l

Class java.sql.Timestamp extends Date implements Serializable

serialVersionUID: 2745179027874758501l

Serialized Fields

nanos

int nanos
 


Package java.text

Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable

serialVersionUID: -9142742483513960612l

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Serialized Fields

name

String name
The name of this Attribute. The name is used primarily by readResolve to look up the corresponding predefined instance when deserializing an instance.

 

Class java.text.ChoiceFormat extends NumberFormat implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
After reading an object from the input stream, do a simple verification to maintain class invariants.

Throws:
InvalidObjectException - if the objects read from the stream is invalid.
IOException
ClassNotFoundException
Serialized Fields

choiceLimits

double[] choiceLimits
A list of lower bounds for the choices. The formatter will return choiceFormats[i] if the number being formatted is greater than or equal to choiceLimits[i] and less than choiceLimits[i+1].

 

choiceFormats

String[] choiceFormats
A list of choice strings. The formatter will return 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 extends Format implements Serializable

serialVersionUID: 7218322306649953788l

Serialized Fields

calendar

Calendar calendar
The calendar that 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 numberFormat
The number formatter that 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.DateFormat.Field extends Format.Field implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Throws:
InvalidObjectException - if the constant could not be resolved.
Serialized Fields

calendarField

int calendarField
Calendar field.

Class java.text.DateFormatSymbols extends Object implements Serializable

serialVersionUID: -5987973545549424702l

Serialized Fields

eras

String[] eras
Era strings. For example: "AD" and "BC". An array of 2 strings, indexed by Calendar.BC and Calendar.AD.

 

months

String[] months
Month strings. For example: "January", "February", etc. An array of 13 strings (some calendars have 13 months), indexed by Calendar.JANUARY, Calendar.FEBRUARY, etc.

 

shortMonths

String[] shortMonths
Short month strings. For example: "Jan", "Feb", etc. An array of 13 strings (some calendars have 13 months), indexed by Calendar.JANUARY, Calendar.FEBRUARY, etc.

 

weekdays

String[] weekdays
Weekday strings. For example: "Sunday", "Monday", etc. An array of 8 strings, indexed by Calendar.SUNDAY, Calendar.MONDAY, etc. The element weekdays[0] is ignored.

 

shortWeekdays

String[] shortWeekdays
Short weekday strings. For example: "Sun", "Mon", etc. An array of 8 strings, indexed by Calendar.SUNDAY, Calendar.MONDAY, etc. The element shortWeekdays[0] is ignored.

 

ampms

String[] ampms
AM and PM strings. For example: "AM" and "PM". An array of 2 strings, indexed by Calendar.AM and Calendar.PM.

 

zoneStrings

String[][] zoneStrings
Localized names of time zones in this locale. This is a two-dimensional array of strings of size n by m, where m is at least 5. Each of the n rows is an entry containing the localized names for a single TimeZone. Each such row contains (with i ranging from 0..n-1): The zone ID is not localized; it corresponds to the ID value associated with a system time zone object. All other entries are localized names. If a zone does not implement daylight savings time, the daylight savings time names are ignored.

 
See Also:
TimeZone

localPatternChars

String localPatternChars
Localized date-time pattern characters. For example, a locale may wish to use 'u' rather than 'y' to represent years in its date format pattern strings. This string must be exactly 18 characters long, with the index of the characters described by 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 extends NumberFormat implements Serializable

serialVersionUID: 864413376551465018l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
First, read the default serializable fields from the stream. Then if 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

positivePrefix

String positivePrefix
The symbol used as a prefix when formatting positive numbers, e.g. "+".

 
See Also:
DecimalFormat.getPositivePrefix()

positiveSuffix

String positiveSuffix
The symbol used as a suffix when formatting positive numbers. This is often an empty string.

 
See Also:
DecimalFormat.getPositiveSuffix()

negativePrefix

String negativePrefix
The symbol used as a prefix when formatting negative numbers, e.g. "-".

 
See Also:
DecimalFormat.getNegativePrefix()

negativeSuffix

String negativeSuffix
The symbol used as a suffix when formatting negative numbers. This is often an empty string.

 
See Also:
DecimalFormat.getNegativeSuffix()

posPrefixPattern

String posPrefixPattern
The prefix pattern for non-negative numbers. This variable corresponds to 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.

 
Since:
1.3

posSuffixPattern

String posSuffixPattern
The suffix pattern for non-negative numbers. This variable corresponds to positiveSuffix. This variable is analogous to posPrefixPattern; see that variable for further documentation.

 
Since:
1.3

negPrefixPattern

String negPrefixPattern
The prefix pattern for negative numbers. This variable corresponds to negativePrefix. This variable is analogous to posPrefixPattern; see that variable for further documentation.

 
Since:
1.3

negSuffixPattern

String negSuffixPattern
The suffix pattern for negative numbers. This variable corresponds to negativeSuffix. This variable is analogous to posPrefixPattern; see that variable for further documentation.

 
Since:
1.3

multiplier

int multiplier
The multiplier for use in percent, permill, etc.

 
See Also:
DecimalFormat.getMultiplier()

groupingSize

byte groupingSize
The number of digits between grouping separators in the integer portion of a number. Must be greater than 0 if NumberFormat.groupingUsed is true.

 
See Also:
DecimalFormat.getGroupingSize(), NumberFormat.isGroupingUsed()

decimalSeparatorAlwaysShown

boolean decimalSeparatorAlwaysShown
If true, forces the decimal separator to always appear in a formatted number, even if the fractional part of the number is zero.

 
See Also:
DecimalFormat.isDecimalSeparatorAlwaysShown()

symbols

DecimalFormatSymbols symbols
The DecimalFormatSymbols object used by this format. It contains the symbols used to format numbers, e.g. the grouping separator, decimal separator, and so on.

 
See Also:
DecimalFormat.setDecimalFormatSymbols(java.text.DecimalFormatSymbols), DecimalFormatSymbols

useExponentialNotation

boolean useExponentialNotation
True to force the use of exponential (i.e. scientific) notation when formatting numbers.

 
Since:
1.2

minExponentDigits

byte minExponentDigits
The minimum number of digits used to display the exponent when a number is formatted in exponential notation. This field is ignored if useExponentialNotation is not true.

 
Since:
1.2

serialVersionOnStream

int serialVersionOnStream
The internal serial version which says which version was written. Possible values are:

 
Since:
1.2

Class java.text.DecimalFormatSymbols extends Object implements Serializable

serialVersionUID: 5772796243397350300l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Reads the default serializable fields, provides default values for objects in older serial versions, and initializes non-serializable fields. If serialVersionOnStream is less than 1, initializes monetarySeparator to be the same as decimalSeparator and exponential to be 'E'. If serialVersionOnStream is less then 2, initializes localeto the root locale. Sets serialVersionOnStream back to the maximum allowed value so that default serialization will work properly if this object is streamed out again. Initializes the currency from the intlCurrencySymbol field.

Throws:
IOException
ClassNotFoundException
Since:
JDK 1.1.6
Serialized Fields

zeroDigit

char zeroDigit
Character used for zero.

 
See Also:
DecimalFormatSymbols.getZeroDigit()

groupingSeparator

char groupingSeparator
Character used for thousands separator.

 
See Also:
DecimalFormatSymbols.getGroupingSeparator()

decimalSeparator

char decimalSeparator
Character used for decimal sign.

 
See Also:
DecimalFormatSymbols.getDecimalSeparator()

perMill

char perMill
Character used for mille percent sign.

 
See Also:
DecimalFormatSymbols.getPerMill()

percent

char percent
Character used for percent sign.

 
See Also:
DecimalFormatSymbols.getPercent()

digit

char digit
Character used for a digit in a pattern.

 
See Also:
DecimalFormatSymbols.getDigit()

patternSeparator

char patternSeparator
Character used to separate positive and negative subpatterns in a pattern.

 
See Also:
DecimalFormatSymbols.getPatternSeparator()

infinity

String infinity
String used to represent infinity.

 
See Also:
DecimalFormatSymbols.getInfinity()

NaN

String NaN
String used to represent "not a number".

 
See Also:
DecimalFormatSymbols.getNaN()

minusSign

char minusSign
Character used to represent minus sign.

 
See Also:
DecimalFormatSymbols.getMinusSign()

currencySymbol

String currencySymbol
String denoting the local currency, e.g. "$".

 
See Also:
DecimalFormatSymbols.getCurrencySymbol()

intlCurrencySymbol

String intlCurrencySymbol
ISO 4217 currency code denoting the local currency, e.g. "USD".

 
See Also:
DecimalFormatSymbols.getInternationalCurrencySymbol()

monetarySeparator

char monetarySeparator
The decimal separator used when formatting currency values.

 
Since:
JDK 1.1.6
See Also:
DecimalFormatSymbols.getMonetaryDecimalSeparator()

exponential

char exponential
The character used to distinguish the exponent in a number formatted in exponential notation, e.g. 'E' for a number such as "1.23E45".

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.

 
Since:
JDK 1.1.6

locale

Locale locale
The locale of these currency format symbols.

 
Since:
1.4

serialVersionOnStream

int serialVersionOnStream
Describes the version of DecimalFormatSymbols present on the stream. Possible values are: When streaming out a DecimalFormatSymbols, the most recent format (corresponding to the highest allowable serialVersionOnStream) is always written.

 
Since:
JDK 1.1.6

Class java.text.Format extends Object implements Serializable

serialVersionUID: -299282585814624189l

Class java.text.Format.Field extends AttributedCharacterIterator.Attribute implements Serializable

Class java.text.MessageFormat extends Format implements Serializable

serialVersionUID: 6479157306784022952l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
After reading an object from the input stream, do a simple verification to maintain class invariants.

Throws:
InvalidObjectException - if the objects read from the stream is invalid.
IOException
ClassNotFoundException
Serialized Fields

locale

Locale locale
The locale to use for formatting numbers and dates.

 

pattern

String pattern
The string that the formatted values are to be plugged into. In other words, this is the pattern supplied on construction with all of the {} expressions taken out.

 

formats

Format[] formats
An array of formatters, which are used to format the arguments.

 

offsets

int[] offsets
The positions where the results of formatting each argument are to be inserted into the pattern.

 

argumentNumbers

int[] argumentNumbers
The argument numbers corresponding to each formatter. (The formatters are stored in the order they occur in the pattern, not in the order in which the arguments are specified.)

 

maxOffset

int maxOffset
One less than the number of entries in 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.MessageFormat.Field extends Format.Field implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Throws:
InvalidObjectException - if the constant could not be resolved.

Class java.text.NumberFormat extends Format implements Serializable

serialVersionUID: -2308460125733713944l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
First, read in the default serializable data. Then, if 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.

Throws:
IOException
ClassNotFoundException
Since:
1.2

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Write out the default serializable data, after first setting the 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.

Throws:
IOException
Since:
1.2
Serialized Fields

groupingUsed

boolean groupingUsed
True if the the grouping (i.e. thousands) separator is used when formatting and parsing numbers.

 
See Also:
NumberFormat.isGroupingUsed()

maxIntegerDigits

byte maxIntegerDigits
The maximum number of digits allowed in the integer portion of a number. 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.

 
See Also:
NumberFormat.getMaximumIntegerDigits()

minIntegerDigits

byte minIntegerDigits
The minimum number of digits allowed in the integer portion of a number. 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.

 
See Also:
NumberFormat.getMinimumIntegerDigits()

maxFractionDigits

byte maxFractionDigits
The maximum number of digits allowed in the fractional portion of a number. 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.

 
See Also:
NumberFormat.getMaximumFractionDigits()

minFractionDigits

byte minFractionDigits
The minimum number of digits allowed in the fractional portion of a number. 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.

 
See Also:
NumberFormat.getMinimumFractionDigits()

parseIntegerOnly

boolean parseIntegerOnly
True if this format will parse numbers as integers only.

 
See Also:
NumberFormat.isParseIntegerOnly()

maximumIntegerDigits

int maximumIntegerDigits
The maximum number of digits allowed in the integer portion of a number. maximumIntegerDigits must be greater than or equal to minimumIntegerDigits.

 
Since:
1.2
See Also:
NumberFormat.getMaximumIntegerDigits()

minimumIntegerDigits

int minimumIntegerDigits
The minimum number of digits allowed in the integer portion of a number. minimumIntegerDigits must be less than or equal to maximumIntegerDigits.

 
Since:
1.2
See Also:
NumberFormat.getMinimumIntegerDigits()

maximumFractionDigits

int maximumFractionDigits
The maximum number of digits allowed in the fractional portion of a number. maximumFractionDigits must be greater than or equal to minimumFractionDigits.

 
Since:
1.2
See Also:
NumberFormat.getMaximumFractionDigits()

minimumFractionDigits

int minimumFractionDigits
The minimum number of digits allowed in the fractional portion of a number. minimumFractionDigits must be less than or equal to maximumFractionDigits.

 
Since:
1.2
See Also:
NumberFormat.getMinimumFractionDigits()

serialVersionOnStream

int serialVersionOnStream
Describes the version of NumberFormat present on the stream. Possible values are: When streaming out a NumberFormat, the most recent format (corresponding to the highest allowable serialVersionOnStream) is always written.

 
Since:
1.2

Class java.text.NumberFormat.Field extends Format.Field implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Throws:
InvalidObjectException - if the constant could not be resolved.

Class java.text.ParseException extends Exception implements Serializable

Serialized Fields

errorOffset

int errorOffset
The zero-based character offset into the string being parsed at which the error was found during parsing.

 

Class java.text.SimpleDateFormat extends DateFormat implements Serializable

serialVersionUID: 4774881970558875024l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
After reading an object from the input stream, the format pattern in the object is verified.

Throws:
InvalidObjectException - if the pattern is invalid
IOException
ClassNotFoundException
Serialized Fields

serialVersionOnStream

int serialVersionOnStream
The version of the serialized data on the stream. Possible values: When streaming out this class, the most recent format and the highest allowable serialVersionOnStream is written.

 
Since:
JDK1.1.4

pattern

String pattern
The pattern string of this formatter. This is always a non-localized pattern. May not be null. See class documentation for details.

 

formatData

DateFormatSymbols formatData
The symbols used by this formatter for week names, month names, etc. May not be null.

 
See Also:
DateFormatSymbols

defaultCenturyStart

Date defaultCenturyStart
We map dates with two-digit years into the century starting at defaultCenturyStart, which may be any date. May not be null.

 
Since:
JDK1.1.4


Package java.util

Class java.util.ArrayList extends AbstractList implements Serializable

serialVersionUID: 8683452581122892189l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ArrayList instance from a stream (that is, deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ArrayList instance to a stream (that is, serialize it).

Serial Data:
The length of the array backing the ArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
IOException
Serialized Fields

size

int size
The size of the ArrayList (the number of elements it contains).

 

Class java.util.Arrays.ArrayList extends AbstractList implements Serializable

serialVersionUID: -2764017481108945198l

Serialized Fields

a

Object[] a

Class java.util.BitSet extends Object implements Serializable

serialVersionUID: 7997698588986878753l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
This override of readObject makes sure unitsInUse is set properly when deserializing a bitset

Serialized Fields

bits

long[] bits
The bits in this BitSet. The ith bit is stored in bits[i/64] at bit position i % 64 (where bit position 0 refers to the least significant bit and 63 refers to the most significant bit). INVARIANT: The words in bits[] above unitInUse-1 are zero.

 

Class java.util.Calendar extends Object implements Serializable

serialVersionUID: -1807547505821590642l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Reconstitute this object from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Save the state of this object to a stream (i.e., serialize it). Ideally, 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

fields

int[] fields
The field values for the currently set time for this calendar. This is an array of FIELD_COUNT integers, with index values ERA through DST_OFFSET.

 

isSet

boolean[] isSet
The flags which tell if a specified time field for the calendar is set. A new object has no fields set. After the first call to a method which generates the fields, they all remain set after that. This is an array of FIELD_COUNT booleans, with index values ERA through DST_OFFSET.

 

time

long time
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.

 
See Also:
Calendar.isTimeSet

isTimeSet

boolean isTimeSet
True if then the value of time is valid. The time is made invalid by a change to an item of field[].

 
See Also:
Calendar.time

areFieldsSet

boolean areFieldsSet
True if 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.

 

lenient

boolean lenient
True if this calendar allows out-of-range field values during computation of time from fields[].

 
See Also:
Calendar.setLenient(boolean)

zone

TimeZone zone
The TimeZone used by this calendar. Calendar uses the time zone data to translate between locale and GMT time.

 

firstDayOfWeek

int firstDayOfWeek
The first day of the week, with possible values SUNDAY, MONDAY, etc. This is a locale-dependent value.

 

minimalDaysInFirstWeek

int minimalDaysInFirstWeek
The number of days required for the first week in a month or year, with possible values from 1 to 7. This is a locale-dependent value.

 

nextStamp

int nextStamp
The next available value for 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.

 

serialVersionOnStream

int serialVersionOnStream
The version of the serialized data on the stream. Possible values:
0 or not present on stream
JDK 1.1.5 or earlier.
1
JDK 1.1.6 or later. Writes a correct 'time' value as well as compatible values for other fields. This is a transitional format.
When streaming out this class, the most recent format and the highest allowable serialVersionOnStream is written.

 
Since:
JDK1.1.6

Class java.util.Collections.CopiesList extends AbstractList implements Serializable

serialVersionUID: 2739099268398711800l

Serialized Fields

n

int n

element

Object element

Class java.util.Collections.EmptyList extends AbstractList implements Serializable

serialVersionUID: 8842843931221139166l

Serialization Methods

readResolve

private Object readResolve()

Class java.util.Collections.EmptySet extends AbstractSet implements Serializable

serialVersionUID: 1582296315990362920l

Serialization Methods

readResolve

private Object readResolve()

Class java.util.Collections.ReverseComparator extends Object implements Serializable

serialVersionUID: 7207038068494060240l

Class java.util.Collections.SingletonSet extends AbstractSet implements Serializable

serialVersionUID: 3193687207550431679l

Serialized Fields

element

Object element

Class java.util.Collections.SynchronizedCollection extends Object implements Serializable

serialVersionUID: 3053995032091335093l

Serialized Fields

c

Collection c

mutex

Object mutex

Class java.util.Collections.SynchronizedList extends Collections.SynchronizedCollection implements Serializable

serialVersionUID: -7754090372962971524l

Serialization Methods

readResolve

private Object readResolve()
SynchronizedRandomAccessList instances are serialized as SynchronizedList instances to allow them to be deserialized in pre-1.4 JREs (which do not have SynchronizedRandomAccessList). This method inverts the transformation. As a beneficial side-effect, it also grafts the RandomAccess marker onto SynchronizedList instances that were serialized in pre-1.4 JREs. Note: Unfortunately, SynchronizedRandomAccessList instances serialized in 1.4.1 and deserialized in 1.4 will become SynchronizedList instances, as this method was missing in 1.4.

Serialized Fields

list

List list

Class java.util.Collections.SynchronizedMap extends Object implements Serializable

serialVersionUID: 1978198479659022715l

Serialized Fields

m

Map m

mutex

Object mutex

Class java.util.Collections.SynchronizedRandomAccessList extends Collections.SynchronizedList implements Serializable

serialVersionUID: 1530674583602358482l

Serialization Methods

writeReplace

private Object writeReplace()
Allows instances to be deserialized in pre-1.4 JREs (which do not have SynchronizedRandomAccessList). SynchronizedList has a readResolve method that inverts this transformation upon deserialization.

Class java.util.Collections.SynchronizedSet extends Collections.SynchronizedCollection implements Serializable

Class java.util.Collections.SynchronizedSortedMap extends Collections.SynchronizedMap implements Serializable

Serialized Fields

sm

SortedMap sm

Class java.util.Collections.SynchronizedSortedSet extends Collections.SynchronizedSet implements Serializable

Serialized Fields

ss

SortedSet ss

Class java.util.Collections.UnmodifiableCollection extends Object implements Serializable

serialVersionUID: 1820017752578914078l

Serialized Fields

c

Collection c

Class java.util.Collections.UnmodifiableList extends Collections.UnmodifiableCollection implements Serializable

serialVersionUID: -283967356065247728l

Serialization Methods

readResolve

private Object readResolve()
UnmodifiableRandomAccessList instances are serialized as UnmodifiableList instances to allow them to be deserialized in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList). This method inverts the transformation. As a beneficial side-effect, it also grafts the RandomAccess marker onto UnmodifiableList instances that were serialized in pre-1.4 JREs. Note: Unfortunately, UnmodifiableRandomAccessList instances serialized in 1.4.1 and deserialized in 1.4 will become UnmodifiableList instances, as this method was missing in 1.4.

Serialized Fields

list

List list

Class java.util.Collections.UnmodifiableMap extends Object implements Serializable

serialVersionUID: -1034234728574286014l

Serialized Fields

m

Map m

Class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet extends Collections.UnmodifiableSet implements Serializable

Class java.util.Collections.UnmodifiableRandomAccessList extends Collections.UnmodifiableList implements Serializable

serialVersionUID: -2542308836966382001l

Serialization Methods

writeReplace

private Object writeReplace()
Allows instances to be deserialized in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList). UnmodifiableList has a readResolve method that inverts this transformation upon deserialization.

Class java.util.Collections.UnmodifiableSet extends Collections.UnmodifiableCollection implements Serializable

Class java.util.Collections.UnmodifiableSortedMap extends Collections.UnmodifiableMap implements Serializable

Serialized Fields

sm

SortedMap sm

Class java.util.Collections.UnmodifiableSortedSet extends Collections.UnmodifiableSet implements Serializable

Serialized Fields

ss

SortedSet ss

Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable

Class java.util.Currency extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Resolves instances being deserialized to a single instance per currency.

Serialized Fields

currencyCode

String currencyCode
ISO 4217 currency code for this currency.

 

Class java.util.Date extends Object implements Serializable

serialVersionUID: 7523967970034938905l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute this object from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this object to a stream (i.e., serialize it).

Serial Data:
The value returned by getTime() is emitted (long). This represents the offset from January 1, 1970, 00:00:00 GMT in milliseconds.
Throws:
IOException

Class java.util.EmptyStackException extends RuntimeException implements Serializable

Class java.util.EventObject extends Object implements Serializable

Class java.util.GregorianCalendar extends Calendar implements Serializable

serialVersionUID: -8125100834729963327l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Updates internal state.

Serialized Fields

gregorianCutover

long gregorianCutover
The point at which the Gregorian calendar rules are used, measured in milliseconds from the standard epoch. Default is October 15, 1582 (Gregorian) 00:00:00 UTC or -12219292800000L. For this value, October 4, 1582 (Julian) is followed by October 15, 1582 (Gregorian). This corresponds to Julian day number 2299161.

 

Class java.util.HashMap extends AbstractMap implements Serializable

serialVersionUID: 362498820763181265l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class java.util.HashSet extends AbstractSet implements Serializable

serialVersionUID: -5024744406713321676l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HashSet instance from a stream (that is, deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this HashSet instance to a stream (that is, serialize this set).

Serial Data:
The capacity of the backing HashMap instance (int), and its load factor (float) are emitted, followed by the size of the set (the number of elements it contains) (int), followed by all of its elements (each an Object) in no particular order.
Throws:
IOException

Class java.util.Hashtable extends Dictionary implements Serializable

serialVersionUID: 1421746759512286392l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the Hashtable from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the Hashtable to a stream (i.e., serialize it).

Serial Data:
The capacity of the Hashtable (the length of the bucket array) is emitted (int), followed by the size of the Hashtable (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the Hashtable The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hashtable.

 

Class java.util.IdentityHashMap extends AbstractMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the IdentityHashMap instance to a stream (i.e., serialize it).

Serial Data:
The size of the HashMap (the number of key-value mappings) (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the IdentityHashMap. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

size

int size
The number of key-value mappings contained in this identity hash map.

 

Class java.util.LinkedHashMap extends HashMap implements Serializable

Serialized Fields

accessOrder

boolean accessOrder
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.

 

Class java.util.LinkedHashSet extends HashSet implements Serializable

Class java.util.LinkedList extends AbstractSequentialList implements Serializable

serialVersionUID: 876323262645176354l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute this LinkedList instance from a stream (that is deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this LinkedList instance to a stream (that is, serialize it).

Serial Data:
The size of the list (the number of elements it contains) is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
IOException

Class java.util.Locale extends Object implements Serializable

serialVersionUID: 9149081749638150636l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serial Data:
The first three fields are three 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.
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
The first three fields are three 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.
Throws:
IOException
Serialized Fields

language

String language
 
See Also:
Locale.getLanguage()

country

String country
 
See Also:
Locale.getCountry()

variant

String variant
 
See Also:
Locale.getVariant()

hashcode

int hashcode
Placeholder for the object's hash code. Always -1.

 

Class java.util.MissingResourceException extends RuntimeException implements Serializable

Serialized Fields

className

String className
The class name of the resource bundle requested by the user.

 

key

String key
The name of the specific resource requested by the user.

 

Class java.util.NoSuchElementException extends RuntimeException implements Serializable

Class java.util.Properties extends Hashtable implements Serializable

serialVersionUID: 4112578634029874840l

Serialized Fields

defaults

Properties defaults
A property list that contains default values for any keys not found in this property list.

 

Class java.util.PropertyPermissionCollection extends java.security.PermissionCollection implements Serializable

serialVersionUID: 7015263904581634791l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
Default fields.
Throws:
IOException
Serialized Fields

all_allowed

boolean all_allowed
boolean saying if "*" is in the collection.

permissions

Hashtable permissions
A table of the PropertyPermissions.

Class java.util.Random extends Object implements Serializable

serialVersionUID: 3905348978240129619l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the Random instance from a stream (that is, deserialize it). The seed is read in as long for historical reasons, but it is converted to an AtomicLong.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the Random instance to a stream. The seed of a Random is serialized as a long for historical reasons.

Serialization Overview
Serializable fields for Random.

Serialized Fields

haveNextNextGaussian

boolean haveNextNextGaussian
nextNextGaussian is valid

nextNextGaussian

double; nextNextGaussian
next Gaussian to be returned

seed

long; seed
seed for random computations

Class java.util.SimpleTimeZone extends TimeZone implements Serializable

serialVersionUID: -403250971215465050l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Reconstitute this object from a stream (i.e., deserialize it). We handle both JDK 1.1 binary formats and full formats with a packed byte array.


writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Save the state of this object to a stream (i.e., serialize it).

Serial Data:
We write out two formats, a JDK 1.1 compatible format, using 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.

Throws:
IOException
Serialized Fields

startMonth

int startMonth
The month in which daylight saving time starts. This value must be between Calendar.JANUARY and Calendar.DECEMBER inclusive. This value must not equal endMonth.

If useDaylight is false, this value is ignored.

 

startDay

int startDay
This field has two possible interpretations:
startMode == DOW_IN_MONTH
startDay indicates the day of the month of startMonth on which daylight saving time starts, from 1 to 28, 30, or 31, depending on the startMonth.
startMode != DOW_IN_MONTH
startDay indicates which startDayOfWeek in th month startMonth daylight saving time starts on. For example, a value of +1 and a startDayOfWeek of Calendar.SUNDAY indicates the first Sunday of startMonth. Likewise, +2 would indicate the second Sunday, and -1 the last Sunday. A value of 0 is illegal.

If useDaylight is false, this value is ignored.

 

startDayOfWeek

int startDayOfWeek
The day of the week on which daylight saving time starts. This value must be between Calendar.SUNDAY and Calendar.SATURDAY inclusive.

If useDaylight is false or startMode == DAY_OF_MONTH, this value is ignored.

 

startTime

int startTime
The time in milliseconds after midnight at which daylight saving time starts. This value is expressed as wall time, standard time, or UTC time, depending on the setting of startTimeMode.

If useDaylight is false, this value is ignored.

 

startTimeMode

int startTimeMode
The format of startTime, either WALL_TIME, STANDARD_TIME, or UTC_TIME.

 
Since:
1.3

endMonth

int endMonth
The month in which daylight saving time ends. This value must be between Calendar.JANUARY and Calendar.UNDECIMBER. This value must not equal startMonth.

If useDaylight is false, this value is ignored.

 

endDay

int endDay
This field has two possible interpretations:
endMode == DOW_IN_MONTH
endDay indicates the day of the month of endMonth on which daylight saving time ends, from 1 to 28, 30, or 31, depending on the endMonth.
endMode != DOW_IN_MONTH
endDay indicates which endDayOfWeek in th month endMonth daylight saving time ends on. For example, a value of +1 and a endDayOfWeek of Calendar.SUNDAY indicates the first Sunday of endMonth. Likewise, +2 would indicate the second Sunday, and -1 the last Sunday. A value of 0 is illegal.

If useDaylight is false, this value is ignored.

 

endDayOfWeek

int endDayOfWeek
The day of the week on which daylight saving time ends. This value must be between Calendar.SUNDAY and Calendar.SATURDAY inclusive.

If useDaylight is false or endMode == DAY_OF_MONTH, this value is ignored.

 

endTime

int endTime
The time in milliseconds after midnight at which daylight saving time ends. This value is expressed as wall time, standard time, or UTC time, depending on the setting of endTimeMode.

If useDaylight is false, this value is ignored.

 

endTimeMode

int endTimeMode
The format of endTime, either WALL_TIME, STANDARD_TIME, or UTC_TIME.

 
Since:
1.3

startYear

int startYear
The year in which daylight saving time is first observed. This is an AD value. If this value is less than 1 then daylight saving time is observed for all AD years.

If useDaylight is false, this value is ignored.

 

rawOffset

int rawOffset
The offset in milliseconds between this zone and GMT. Negative offsets are to the west of Greenwich. To obtain local standard time, add the offset to GMT time. To obtain local wall time it may also be necessary to add dstSavings.

 

useDaylight

boolean useDaylight
A boolean value which is true if and only if this zone uses daylight saving time. If this value is false, several other fields are ignored.

 

monthLength

byte[] monthLength
This field was serialized in JDK 1.1, so we have to keep it that way to maintain serialization compatibility. However, there's no need to recreate the array each time we create a new time zone.

An array of bytes containing the values {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}. This is ignored as of the Java 2 platform v1.2, however, it must be streamed out for compatibility with JDK 1.1.

startMode

int startMode
Variables specifying the mode of the start rule. Takes the following values:
DOM_MODE
Exact day of week; e.g., March 1.
DOW_IN_MONTH_MODE
Day of week in month; e.g., last Sunday in March.
DOW_GE_DOM_MODE
Day of week after day of month; e.g., Sunday on or after March 15.
DOW_LE_DOM_MODE
Day of week before day of month; e.g., Sunday on or before March 15.
The setting of this field affects the interpretation of the startDay field.

If useDaylight is false, this value is ignored.

 
Since:
1.1.4

endMode

int endMode
Variables specifying the mode of the end rule. Takes the following values:
DOM_MODE
Exact day of week; e.g., March 1.
DOW_IN_MONTH_MODE
Day of week in month; e.g., last Sunday in March.
DOW_GE_DOM_MODE
Day of week after day of month; e.g., Sunday on or after March 15.
DOW_LE_DOM_MODE
Day of week before day of month; e.g., Sunday on or before March 15.
The setting of this field affects the interpretation of the endDay field.

If useDaylight is false, this value is ignored.

 
Since:
1.1.4

dstSavings

int dstSavings
A positive value indicating the amount of time saved during DST in milliseconds. Typically one hour (3600000); sometimes 30 minutes (1800000).

If useDaylight is false, this value is ignored.

 
Since:
1.1.4

serialVersionOnStream

int serialVersionOnStream
The version of the serialized data on the stream. Possible values:
0 or not present on stream
JDK 1.1.3 or earlier.
1
JDK 1.1.4 or later. Includes three new fields: startMode, endMode, and dstSavings.
2
JDK 1.3 or later. Includes two new fields: startTimeMode and endTimeMode.
When streaming out this class, the most recent format and the highest allowable serialVersionOnStream is written.

 
Since:
1.1.4

Class java.util.Stack extends Vector implements Serializable

serialVersionUID: 1224463164541339165l

Class java.util.TimeZone extends Object implements Serializable

serialVersionUID: 3581463369166924961l

Serialized Fields

ID

String ID
The string identifier of this 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 extends Exception implements Serializable

Class java.util.TreeMap extends AbstractMap implements Serializable

serialVersionUID: 919286545866124006l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the TreeMap instance from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the TreeMap instance to a stream (i.e., serialize it).

Serial Data:
The size of the TreeMap (the number of key-value mappings) is emitted (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the TreeMap. The key-value mappings are emitted in key-order (as determined by the TreeMap's Comparator, or by the keys' natural ordering if the TreeMap has no Comparator).
Throws:
IOException
Serialized Fields

comparator

Comparator comparator
The Comparator used to maintain order in this TreeMap, or null if this TreeMap uses its elements natural ordering.

 

Class java.util.TreeSet extends AbstractSet implements Serializable

serialVersionUID: -2479143000061671589l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the TreeSet instance from a stream (that is, deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the TreeSet instance to a stream (that is, serialize it).

Serial Data:
Emits the comparator used to order this set, or null if it obeys its elements' natural ordering (Object), followed by the size of the set (the number of elements it contains) (int), followed by all of its elements (each an Object) in order (as determined by the set's Comparator, or by the elements' natural ordering if the set has no Comparator).
Throws:
IOException

Class java.util.Vector extends AbstractList implements Serializable

serialVersionUID: -2767605614048989439l

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the Vector instance to a stream (that is, serialize it). This method is present merely for synchronization. It just calls the default readObject method.

Serialized Fields

elementData

Object[] elementData
The array buffer into which the components of the vector are stored. The capacity of the vector is the length of this array buffer, and is at least large enough to contain all the vector's elements.

Any array elements following the last element in the Vector are null.

 

elementCount

int elementCount
The number of valid components in this Vector object. Components elementData[0] through elementData[elementCount-1] are the actual items.

 

capacityIncrement

int capacityIncrement
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity. If the capacity increment is less than or equal to zero, the capacity of the vector is doubled each time it needs to grow.

 


Package java.util.jar

Class java.util.jar.JarException extends ZipException implements Serializable


Package java.util.logging

Class java.util.logging.Level extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name
The non-localized name of the level.

value

int value
The integer value of the level.

resourceBundleName

String resourceBundleName
The resource bundle name to be used in localizing the level name.

Class java.util.logging.LoggingPermission extends java.security.BasicPermission implements Serializable

Class java.util.logging.LogRecord extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
Default fields, followed by a two byte version number (major byte, followed by minor byte), followed by information on the log record parameter array. If there is no parameter array, then -1 is written. If there is a parameter array (possible of zero length) then the array length is written as an integer, followed by String values for each parameter. If a parameter is null, then a null String is written. Otherwise the output of Object.toString() is written.
Throws:
IOException
Serialized Fields

level

Level level
Logging message level

sequenceNumber

long sequenceNumber
Sequence number

sourceClassName

String sourceClassName
Class that issued logging call

sourceMethodName

String sourceMethodName
Method that issued logging call

message

String message
Non-localized raw message text

threadID

int threadID
Thread ID for thread that issued logging call.

millis

long millis
Event time in milliseconds since 1970

thrown

Throwable thrown
The Throwable (if any) associated with log message

loggerName

String loggerName
Name of the source Logger.

resourceBundleName

String resourceBundleName
Resource bundle name to localized log message.


Package java.util.regex

Class java.util.regex.Pattern extends Object implements Serializable

serialVersionUID: 5073258162644648461l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Recompile the Pattern instance from a stream. The original pattern string is read in and the object tree is recompiled from it.

Serialized Fields

pattern

String pattern
The original regular-expression pattern string.

 

flags

int flags
The original pattern flags.

 

Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable

Serialized Fields

desc

String desc

pattern

String pattern

index

int index


Package java.util.zip

Class java.util.zip.DataFormatException extends Exception implements Serializable

Class java.util.zip.ZipException extends IOException implements Serializable