Java Platform 1.2
Beta 4

Uses of Interface
java.io.Serializable

Packages that use Serializable
com.sun.image.codec.jpeg Provides classes for encoding and decoding JPEG images.  
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.border Provides classes and interface for drawing specialized borders around a Swing component.  
com.sun.java.swing.event Provides for events fired by Swing components.  
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
com.sun.java.swing.text.rtf Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.undo Provides support for undo/redo capabilities in an application such as a text editor.  
java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.color Provides classes for color spaces.  
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.  
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
java.awt.font Provides classes and interface relating to fonts.  
java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.  
java.awt.image Provides classes for creating and modifying images.  
java.awt.image.renderable Provides classes and interfaces for producing rendering-independent images.  
java.awt.print Provides classes and interfaces for a general printing API. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs
java.beans Contains classes related to Java Beans development.  
java.beans.beancontext Provides classes and interfaces relating to bean context.  
java.io Provides for system input and output through data streams, serialization and the file system.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.  
java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).  
java.net Provides the classes for implementing networking applications.  
java.rmi Provides the RMI package.  
java.rmi.activation Provides support for RMI Object Activation.  
java.rmi.dgc Provides classes and interface for RMI distributed garbage-collection (DGC).  
java.rmi.server Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.  
java.security Provides the classes and interfaces for the security framework.  
java.security.acl The classes and interfaces in this package have been superseded by classes in the java.security package.  
java.security.cert Provides classes and interfaces for parsing and managing certificates.  
java.security.interfaces Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications.  
java.sql Provides the JDBC package.  
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
java.util.jar Provides classes for creating and reading JAR files.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
java.util.zip Provides classes for computing checksums of data and for compressing and decompressing data using standard ZIP and GZIP formats.  
org.omg.CORBA   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.portable   
org.omg.CORBA.TypeCodePackage   
org.omg.CosNaming.NamingContextPackage   
 

Uses of Serializable in com.sun.image.codec.jpeg
 

Classes in com.sun.image.codec.jpeg that implement Serializable
  ImageFormatException
          Signals that an Image Format exception of some sort has occurred.
  TruncatedFileException
          Signals that a truncated file was detected.
 

Uses of Serializable in com.sun.java.swing
 

Classes in com.sun.java.swing that implement Serializable
  AbstractAction
          This class provides default implementations for the JFC Action interface.
  AbstractButton
          Defines the common behaviors for the JButton, JToggleButton, JCheckbox, and the JRadioButton classes.
protected   AbstractButton.AccessibleAbstractButton
          Accessiblity support.
protected   AbstractButton.ButtonChangeListener
          Extend ChangeListener to be serializable Warning: serialized objects of this class will not be compatible with future swing releases.
  AbstractListModel
          The Abstract definition for the data model the provides a List with its contents.
  Box
          A lightweight container that uses a BoxLayout object as its layout manager.
protected   Box.AccessibleBox
           
static  Box.Filler
          An implementation of a lightweight component that participates in layout but has no view.
protected   Box.Filler.AccessibleBoxFiller
           
  BoxLayout
          A layout manager that allows multiple components to be layed out either vertically or horizontally.
  ButtonGroup
          This class is used to create a multiple-exclusion scope for a set of buttons.
  CellRendererPane
          This class is inserted in between cell renderers and the components that use them.
protected   CellRendererPane.AccessibleCellRendererPane
           
  DefaultBoundedRangeModel
          A generic implementation of BoundedRangeModel.
  DefaultButtonModel
          The default implementation of a Button component's data model.
  DefaultCellEditor
          The default editor for table and tree cells.
protected   DefaultCellEditor.EditorDelegate
           
  DefaultComboBoxModel
          The default model for combo boxes.
  DefaultDesktopManager
          This is an implementaion of the DesktopManager.
  DefaultListCellRenderer
          Renders an item in a list.
static  DefaultListCellRenderer.UIResource
          A subclass of DefaultListCellRenderer that implements UIResource.
  DefaultListModel
          This class implements the java.util.
  DefaultListSelectionModel
          Default data model for list selections.
  DefaultSingleSelectionModel
          A generic implementation of SingleSelectionModel.
  ImageIcon
          An implementation of the Icon interface that paints Icons from Images.
  JApplet
          An extended version of java.applet.
protected   JApplet.AccessibleJApplet
           
  JButton
          An implementation of a "push" button.
protected   JButton.AccessibleJButton
          The class used to obtain the accessible role for this object.
  JCheckBox
          An implementation of a CheckBox -- an item that can be selected or deselected, and which displays its state to the user.
protected   JCheckBox.AccessibleJCheckBox
          The class used to obtain the accessible role for this object.
  JCheckBoxMenuItem
          A menu item that can be selected or deselected.
protected   JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
          The class used to obtain the accessible role for this object.
  JColorChooser
          JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
protected   JColorChooser.AccessibleJColorChooser
          The class used to obtain the accessible context for this object.
  JComboBox
          Swing's implementation of a ComboBox -- a combination of a text field and drop-down list that lets the user either type in a value or select it from a list that is displayed when the user asks for it.
protected   JComboBox.AccessibleJComboBox
          The class used to obtain the accessible role for this object.
  JComponent
          The base class for the Swing components.
  JComponent.AccessibleJComponent
          Inner class of JComponent used to provide default support for accessibility.
  JDesktopPane
          A container used to create a multiple-document interface or a virtual desktop.
protected   JDesktopPane.AccessibleJDesktopPane
          The class used to obtain the accessible role for this object.
  JDialog
          The main class for creating a dialog window.
protected   JDialog.AccessibleJDialog
          The class used to obtain the AccessibleRole for this object.
  JEditorPane
          A text pane to edit various kinds of content, such as html and rtf.
protected   JEditorPane.AccessibleJEditorPane
          The class used to obtain the accessible role for this object.
protected   JEditorPane.AccessibleJEditorPaneHTML
          This class provides support for AccessibleHypertext, and is used in instances where the EditorKit installed in this JEditorPane is an instance of HTMLEditorKit.
protected   JEditorPane.JEditorPaneAccesssibleHypertextSupport
          What's returned by AccessibleJEditorPaneHTML.getAccessibleText() Provides support for AccessibleHypertext in case there is an HTML document being displayed in this JEditorPane.
  JFileChooser
          JFileChooser provides a simple mechanism for the user to chooser a file.
protected   JFileChooser.AccessibleJFileChooser
          The class used to obtain the accessible context for this object.
  JFrame
          An extended version of java.awt.
protected   JFrame.AccessibleJFrame
          The class used to obtain the AccessibleRole for this object.
  JInternalFrame
          A lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar.
protected   JInternalFrame.AccessibleJInternalFrame
          The class used to obtain the accessible role for this object.
static  JInternalFrame.JDesktopIcon
          This component represents an iconified version of a JInternalFrame.
protected   JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
          The class used to obtain the accessible role for this object.
  JLabel
          A display area for a short text string or an image, or both.
protected   JLabel.AccessibleJLabel
          The class used to obtain the accessible role for this object.
  JLayeredPane
          JLayeredPane adds depth to a JFC/Swing container, allowing components to overlap each other when needed.
protected   JLayeredPane.AccessibleJLayeredPane
          The class used to obtain the accessible role for this object.
  JList
          A component that allows the user to select one or more objects from a list.
protected   JList.AccessibleJList
          The class used to obtain the accessible role for this object.
  JMenu
          An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
protected   JMenu.AccessibleJMenu
          The class used to obtain the accessible role for this object.
protected   JMenu.WinListener
          A listener class that watches for a popup window closing.
  JMenuBar
          An implementation of a MenuBar.
protected   JMenuBar.AccessibleJMenuBar
          The class used to obtain the accessible role for this object.
  JMenuItem
          An implementation of a MenuItem.
protected   JMenuItem.AccessibleJMenuItem
          The class used to obtain the accessible role for this object.
  JOptionPane
          JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
protected   JOptionPane.AccessibleJOptionPane
          Accessiblity support.
  JPanel
          JPanel is a generic lightweight container.
protected   JPanel.AccessibleJPanel
          The class used to obtain the accessible role for this object.
  JPasswordField
          JPasswordField is a lightweight component that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.
protected   JPasswordField.AccessibleJPasswordField
          The class used to obtain the accessible role for this object.
  JPopupMenu
          An implementation of a Popup Menu -- a small window which pops up and displays a series of choices.
protected   JPopupMenu.AccessibleJPopupMenu
           
static  JPopupMenu.Separator
          A popupmenu-specific separator.
  JProgressBar
          A component that displays an integer value within a bounded interval.
protected   JProgressBar.AccessibleJProgressBar
          The class used to obtain the accessible role for this object.
  JRadioButton
          An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.
protected   JRadioButton.AccessibleJRadioButton
          The class used to obtain the accessible role for this object.
  JRadioButtonMenuItem
          An implementation of a RadioButtonMenuItem.
protected   JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
          The class used to obtain the accessible role for this object.
  JRootPane
          The fundamental component in the container hierarchy.
protected   JRootPane.AccessibleJRootPane
          The class used to obtain the accessible role for this object.
protected   JRootPane.RootLayout
          A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
  JScrollBar
          An implementation of a scrollbar.
protected   JScrollBar.AccessibleJScrollBar
          The class used to obtain the accessible role for this object.
  JScrollPane
          A specialized container that manages a viewport, optional vertical and horizontal scrollbars, and optional row and column heading viewports.
protected   JScrollPane.AccessibleJScrollPane
          The class used to obtain the accessible role for this object.
protected   JScrollPane.ScrollBar
          By default JScrollPane creates scrollbars that are instances of this class.
  JSeparator
          An implementation of a Menu Separator -- a divider between menu items that breaks them up into logical groupings.
protected   JSeparator.AccessibleJSeparator
          The class used to obtain the accessible role for this object.
  JSlider
          A component that lets the user graphically select a value by slding a knob within a bounded interval.
protected   JSlider.AccessibleJSlider
          The class used to obtain the accessible role for this object.
  JSplitPane
          JSplitPane is used to divide two (and only two) Components.
protected   JSplitPane.AccessibleJSplitPane
          The class used to obtain the accessible role for this object.
  JTabbedPane
          A component which lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
protected   JTabbedPane.AccessibleJTabbedPane
          The class used to obtain the accessible role for this object.
protected   JTabbedPane.ModelListener
          We pass ModelChanged events along to the listeners with the tabbedpane (instead of the model itself) as the event source.
  JTable
          JTable is a user-interface component that presents data in a two-dimensional table format.
protected   JTable.AccessibleJTable
          The class used to obtain the accessible role for this object.
  JTextArea
          A TextArea is a multi-line area that displays plain text.
protected   JTextArea.AccessibleJTextArea
          The class used to obtain the accessible role for this object.
  JTextField
          JTextField is a lightweight component that allows the editing of a single line of text.
protected   JTextField.AccessibleJTextField
          The class used to obtain the accessible role for this object.
  JTextPane
          A text component that can be marked up with attributes that are represented graphically.
  JToggleButton
          An implementation of a two-state button.
protected   JToggleButton.AccessibleJToggleButton
          The class used to obtain the accessible role for this object.
static  JToggleButton.ToggleButtonModel
          The ToggleButton model Warning: serialized objects of this class will not be compatible with future swing releases.
  JToolBar
          JToolBar provides a component which is useful for displaying commonly used Actions or controls.
protected   JToolBar.AccessibleJToolBar
          The class used to obtain the accessible role for this object.
static  JToolBar.Separator
          A toolbar-specific separator.
  JToolTip
          Used to display a "Tip" for a Component.
protected   JToolTip.AccessibleJToolTip
          The class used to obtain the accessible role for this object.
  JTree
          A control that displays a set of hierarchical data as an outline.
protected   JTree.AccessibleJTree
          The class used to obtain the accessible role for this object.
static  JTree.DynamicUtilTreeNode
          DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary.
protected static  JTree.EmptySelectionModel
          EmptySelectionModel is a TreeSelectionModel that does not allow anything to be selected.
protected   JTree.TreeSelectionRedirector
          Handles creating a new TreeSelectionEvent with the JTree as the source and passing it off to all the listeners.
  JViewport
          The "viewport" or "porthole" through which you see the underlying information.
protected   JViewport.AccessibleJViewport
          The class used to obtain the accessible role for this object.
protected   JViewport.ViewListener
          A listener for the view.
  JWindow
          A JWindow is a container that can be displayed anywhere on the user's desktop.
protected   JWindow.AccessibleJWindow
          The class used to obtain the AccessibleRole for this object.
  KeyStroke
          A KeyStroke instance represents a key being typed on the keyboard -- it contains both a char code for the key and a modifier (alt, shift, ctrl, meta, or a combination).
  OverlayLayout
          A layout manager to arrange components over the top of each other.
  ScrollPaneLayout
          The layout manager used by JScrollPane.
static  ScrollPaneLayout.UIResource
           
  SizeRequirements
          For the convenience of layout managers, calculates information about the size and position of components.
  Timer
          Object subclass that causes an action to occur at a predefined rate.
  UIDefaults
          A table of defaults for Swing components.
  UIManager
          This class keeps track of the current look and feel and its defaults.
  UnsupportedLookAndFeelException
          An exception that indicates the request look & feel management classes are not present on the user's system.
  ViewportLayout
          The default layout manager for JViewport.
 

Uses of Serializable in com.sun.java.swing.border
 

Classes in com.sun.java.swing.border that implement Serializable
  AbstractBorder
          A class which implements an empty border with no size.
  BevelBorder
          A class which implements a simple 2 line bevel border.
  CompoundBorder
          A composite Border class used to compose two Border objects into a single border by nesting an inside Border object within the insets of an outside Border object.
  EmptyBorder
          A class which provides an empty, transparent border which takes up space but does no drawing.
  EtchedBorder
          A class which implements a simple etched border which can either be etched-in or etched-out.
  LineBorder
          A class which implements a line border of arbitrary thickness and of a single color.
  MatteBorder
          A class which provides a matte-like border of either a solid color or a tiled icon.
  SoftBevelBorder
          A class which implements a raised or lowered bevel with softened corners.
  TitledBorder
          A class which implements an arbitrary border with the addition of a String title in a specified position and justification.
 

Uses of Serializable in com.sun.java.swing.event
 

Classes in com.sun.java.swing.event that implement Serializable
  AncestorEvent
          AncestorEvent Warning: serialized objects of this class will not be compatible with future swing releases.
  CaretEvent
          CaretEvent is used to notify interested parties that the text caret has changed in the event source.
  ChangeEvent
          ChangeEvent is used to notify interested parties that state has changed in the event source.
  EventListenerList
          A class which holds a list of EventListeners.
  HyperlinkEvent
          HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.
  InternalFrameEvent
          InternalFrameEvent: an AWTEvent which adds support for JInternalFrame objects as the event source.
  ListDataEvent
          ListDataEvent Warning: serialized objects of this class will not be compatible with future swing releases.
  ListSelectionEvent
          An event that characterizes a change in the current selection.
  MenuDragMouseEvent
          MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
  MenuEvent
          MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.
  MenuKeyEvent
          MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
  PopupMenuEvent
          PopupMenuEvent only contains the source of the event which is the JPoupMenu sending the event Warning: serialized objects of this class will not be compatible with future swing releases.
  SwingPropertyChangeSupport
          This subclass of java.beans.
  TableColumnModelEvent
          TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.
  TableModelEvent
          TableModelEvent is used to notify listeners that a table model has changed.
  TreeExpansionEvent
          An event used to identify a single path in a tree.
  TreeModelEvent
          Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
  TreeSelectionEvent
          An event that characterizes a change in the current selection.
  UndoableEditEvent
          An event indicating that an undoable operation has happened.
 

Uses of Serializable in com.sun.java.swing.plaf
 

Classes in com.sun.java.swing.plaf that implement Serializable
  BorderUIResource
           
static  BorderUIResource.BevelBorderUIResource
           
static  BorderUIResource.CompoundBorderUIResource
           
static  BorderUIResource.EmptyBorderUIResource
           
static  BorderUIResource.EtchedBorderUIResource
           
static  BorderUIResource.LineBorderUIResource
           
static  BorderUIResource.MatteBorderUIResource
           
static  BorderUIResource.TitledBorderUIResource
           
  ColorUIResource
           
  DimensionUIResource
           
  FontUIResource
          A subclass of java.awt.
  IconUIResource
           
  InsetsUIResource
           
 

Uses of Serializable in com.sun.java.swing.table
 

Classes in com.sun.java.swing.table that implement Serializable
  AbstractTableModel
          This abstract class provides default implementations for most of the methods in the TableModel interface.
  DefaultTableCellRenderer
          The standard class for rendering (displaying) individual cells in a JTable.
static  DefaultTableCellRenderer.UIResource
          A subclass of DefaultTableCellRenderer that implements UIResource.
  DefaultTableColumnModel
          The standard column-handler for a JTable.
  DefaultTableModel
          This is an implementation of TableModel that uses a Vector of Vectors to store the cell value objects.
  JTableHeader
          This is the column header part of a JTable.
protected   JTableHeader.AccessibleJTableHeader
          The class used to obtain the accessible role for this object.
  TableColumn
          A TableColumn represents all the attributes of a column in a JTable, such as width, resizibility, minimum and maximum width.
 

Uses of Serializable in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement Serializable
  AbstractDocument
          An implementation of the document interface to serve as a basis for implementing various kinds of documents.
  AbstractDocument.AbstractElement
          Implements the abstract part of an element.
  AbstractDocument.BranchElement
          Implements a composite element that contains other elements.
  AbstractDocument.LeafElement
          Implements an element that directly represents content of some kind.
  BadLocationException
          This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist).
  DefaultEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
static  DefaultEditorKit.BeepAction
          Creates a beep.
static  DefaultEditorKit.CopyAction
          Coies the selected region and place its contents into the system clipboard.
static  DefaultEditorKit.CutAction
          Cuts the selected region and place its contents into the system clipboard.
static  DefaultEditorKit.DefaultKeyTypedAction
          The action that is executed by default if a key typed event is received and there is no keymap entry.
static  DefaultEditorKit.InsertBreakAction
          Places a line/paragraph break into the document.
static  DefaultEditorKit.InsertContentAction
          Places content into the associated document.
static  DefaultEditorKit.InsertTabAction
          Places a tab character into the document.
static  DefaultEditorKit.PasteAction
          Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
  DefaultStyledDocument
          A document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format.
  DefaultStyledDocument.ElementBuffer
          Class to manage changes to the element hierarchy.
protected   DefaultStyledDocument.SectionElement
          Default root element for a document... maps out the paragraphs/lines contained.
  EditorKit
          Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.
  GapContent
          An implementation of the AbstractDocument.
  JTextComponent
          JTextComponent is the base class for swing text components.
  JTextComponent.AccessibleJTextComponent
          Accessibility implementation for JTextComponent.
  PlainDocument
          A plain document that uses one font and color.
  SimpleAttributeSet
          A straightforward implementation of MutableAttributeSet using a hash table.
  StringContent
          An implementation of the AbstractDocument.
  StyleContext
          A pool of styles and their associated resources.
  StyleContext.NamedStyle
          A collection of attributes, typically used to represent character and paragraph styles.
  StyledEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
static  StyledEditorKit.AlignmentAction
          An action to set paragraph alignment.
static  StyledEditorKit.BoldAction
          An action to toggle the bold attribute.
static  StyledEditorKit.FontFamilyAction
          An action to set the font family in the associated JEditorPane.
static  StyledEditorKit.FontSizeAction
          An action to set the font size in the associated JEditorPane.
static  StyledEditorKit.ForegroundAction
          An action to set the foreground color in the focused JEditorPane by calling its setForeground method.
static  StyledEditorKit.ItalicAction
          An action to toggle the italic attribute.
static  StyledEditorKit.StyledTextAction
          An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.
static  StyledEditorKit.UnderlineAction
          An action to toggle the underline attribute.
  TabSet
          A TabSet is comprised of many TabStops.
  TabStop
          This class encapsulates a single tab stop (basically as tab stops are thought of by RTF).
  TextAction
          An Action implementation useful for key bindings that are shared across a number of different text components.
 

Uses of Serializable in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement Serializable
  HTMLDocument
          A document that models html.
  HTMLDocument.BlockElement
          An element that represents a structual block of html.
  HTMLDocument.RunElement
          An element that represents a chunk of text that has a set of html character level attributes assigned to it.
  HTMLEditorKit
          This is the default implementation of html functionality.
  StyleSheet
          Support for defining the visual characteristics of html views being rendered.
 

Uses of Serializable in com.sun.java.swing.text.rtf
 

Classes in com.sun.java.swing.text.rtf that implement Serializable
  RTFEditorKit
          This is the default implementation of rtf editing functionality.
 

Uses of Serializable in com.sun.java.swing.tree
 

Classes in com.sun.java.swing.tree that implement Serializable
  DefaultMutableTreeNode
          A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
  DefaultTreeCellEditor.DefaultTextField
          TextField used when no editor is supplied.
  DefaultTreeCellEditor.EditorContainer
          Container responsible for placing the editingComponent.
  DefaultTreeCellRenderer
          Displays an entry in a tree.
  DefaultTreeModel
          A simple tree data model that uses TreeNodes.
  DefaultTreeSelectionModel
          Implementation of TreeSelectionModel.
  ExpandVetoException
          Exception used to stop and expand/collapse from happening.
  TreePath
          Represents a path to a node.
 

Uses of Serializable in com.sun.java.swing.undo
 

Classes in com.sun.java.swing.undo that implement Serializable
  CannotRedoException
          Thrown when an UndoableEdit is told to redo() and can't.
  CannotUndoException
          Thrown when an UndoableEdit is told to undo() and can't.
 

Uses of Serializable in java.applet
 

Classes in java.applet that implement Serializable
  Applet
          An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
 

Uses of Serializable in java.awt
 

Classes in java.awt that implement Serializable
  AWTError
          Thrown when a serious Abstract Window Toolkit error has occurred.
  AWTEvent
          The root event class for all AWT events.
  AWTException
          Signals that an Absract Window Toolkit exception has occurred.
  AWTPermission
          This class is for AWT permissions.
  BorderLayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
  Button
          This class creates a labeled button.
  Canvas
          A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
  CardLayout
          A CardLayout object is a layout manager for a container.
  Checkbox
          A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
  CheckboxGroup
          The CheckboxGroup class is used to group together a set of Checkbox buttons.
  CheckboxMenuItem
          This class represents a check box that can be included in a menu.
  Choice
          The Choice class presents a pop-up menu of choices.
  Color
          A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
  Component
          A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
  ComponentOrientation
          The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.
  Container
          A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
  Cursor
          A class to encapsulate the bitmap representation of the mouse cursor.
  Dialog
          A class that produces a dialog - a window that takes input from the user.
  Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
  Event
          Event is a platform-independent class that encapsulates events from the platform's Graphical User Interface in the Java 1.0 event model.
  FileDialog
          The FileDialog class displays a dialog window from which the user can select a file.
  FlowLayout
          A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
  Font
          This class represents fonts.
  FontMetrics
          A font metrics object, which gives information about the rendering of a particular font on a particular screen.
  Frame
          A Frame is a top-level window with a title and a border.
  GraphicsConfigTemplate
          This class is used to obtain a valid GraphicsConfiguration.
  GridBagConstraints
          The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
  GridBagLayout
          The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
  GridLayout
          The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
  IllegalComponentStateException
          Signals that an AWT component is not in an appropriate state for the requested operation.
  Insets
          An Insets object is a representation of the borders of a container.
  Label
          A Label object is a component for placing text in a container.
  List
          The List component presents the user with a scrolling list of text items.
  MediaTracker
          The MediaTracker class is a utility class to track the status of a number of media objects.
  Menu
          A Menu object is a pull-down menu component that is deployed from a menu bar.
  MenuBar
          The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
  MenuComponent
          The abstract class MenuComponent is the superclass of all menu-related components.
  MenuItem
          All items in a menu must belong to the class MenuItem
  MenuShortcut
          A class which represents a keyboard accelerator for a MenuItem.
  Panel
          Panel is the simplest container class.
  Point
          A point representing a location in (x, y) coordinate space, specified in integer precision.
  Polygon
          The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
  PopupMenu
          A class that implements a menu which can be dynamically popped up at a specified position within a component.
  Rectangle
          A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (xy) in the coordinate space, its width, and its height.
  Scrollbar
          The Scrollbar class embodies a scroll bar, a familiar user-interface object.
  ScrollPane
          A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
  SystemColor
          A class to encapsulate symbolic colors representing the color of GUI objects on a system.
  TextArea
          A TextArea object is a multi-line region that displays text.
  TextComponent
          The TextComponent class is the superclass of any component that allows the editing of some text.
  TextField
          A TextField object is a text component that allows for the editing of a single line of text.
  Window
          A Window object is a top-level window with no borders and no menubar.
 

Uses of Serializable in java.awt.color
 

Classes in java.awt.color that implement Serializable
  CMMException
          This exception is thrown if the native CMM returns an error.
  ProfileDataException
          This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
 

Uses of Serializable in java.awt.datatransfer
 

Classes in java.awt.datatransfer that implement Serializable
  DataFlavor
          Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
  UnsupportedFlavorException
          Signals that the requested data is not supported in this flavor.
 

Uses of Serializable in java.awt.dnd
 

Classes in java.awt.dnd that implement Serializable
  DragGestureEvent
           A DragGestureEvent is passed to a DragGestureListener via its gestureRecognized() method when a particular DragGestureRecognizer detects a platform dependent Drag and Drop action initiating gesture has occurred on the Component it is tracking.
  DragSourceDragEvent
           The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the currently registered DragSourceListener.
  DragSourceDropEvent
           The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to its currently registered DragSourceListener.
  DragSourceEvent
           base class for DragSourceDragEvent and DragSourceDropEvent
  DropTarget
           The DropTarget is associated with a Component, when that Component wishes to accept Drops during Drag and Drop operations.
  DropTargetDragEvent
           The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter() and dragOver().
  DropTargetDropEvent
           The DropTargetDropEvent is delivered via the DropTargetListener drop() method.
  DropTargetEvent
           The DropTargetEvent is the base class for both the DropTargetDragEvent and The DropTargetDropEvent.
  InvalidDnDOperationException
           This exception is thrown by various methods in the java.awt.dnd package.
 

Uses of Serializable in java.awt.event
 

Classes in java.awt.event that implement Serializable
  ActionEvent
          A semantic event which indicates that a component-defined action occured.
  AdjustmentEvent
          The adjustment event emitted by Adjustable objects.
  ComponentEvent
          A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
  ContainerEvent
          A low-level event which indicates that a container's contents changed because a component was added or removed.
  FocusEvent
          A low-level event which indicates that a component has gained or lost the keyboard focus.
  InputEvent
          The root event class for all component-level input events.
  InputMethodEvent
          Input method events contain information about text that is being composed using an input method.
  InvocationEvent
          An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
  ItemEvent
          A semantic event which indicates that an item was selected or deselected.
  KeyEvent
          An event which indicates that a keystroke occurred in a component.
  MouseEvent
          /** An event which indicates that a mouse action occurred in a component.
  PaintEvent
          The component-level paint event.
  TextEvent
          A semantic event which indicates that an object's text changed.
  WindowEvent
          A low-level event which indicates that a window has changed its status.
 

Uses of Serializable in java.awt.font
 

Classes in java.awt.font that implement Serializable
  TextAttribute
          Defines attribute keys and attribute values used for text rendering.
  TransformAttribute
          An immutable wrapper for a transform to make it safe to use as an attribute.
 

Uses of Serializable in java.awt.geom
 

Classes in java.awt.geom that implement Serializable
  AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
  IllegalPathStateException
          This exception is thrown if an operation is performed on a path in an illegal state, such as appending a path segment without an initial moveto.
  NoninvertibleTransformException
          This exception is thrown if an operation is performed requiring the inverse of a Transform object and the Transform is not invertible.
 

Uses of Serializable in java.awt.image
 

Classes in java.awt.image that implement Serializable
  ImagingOpException
          This exception is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.
  RasterFormatException
          This exception is thrown if there is invalid layout information in the Raster.
 

Uses of Serializable in java.awt.image.renderable
 

Classes in java.awt.image.renderable that implement Serializable
  ParameterBlock
          A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.
 

Uses of Serializable in java.awt.print
 

Classes in java.awt.print that implement Serializable
  PrinterAbortException
          PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
  PrinterException
          PrinterException and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
  PrinterIOException
          PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
 

Uses of Serializable in java.beans
 

Classes in java.beans that implement Serializable
  IntrospectionException
          Thrown when an exception happens during Introspection.
  PropertyChangeEvent
          A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
  PropertyChangeSupport
          This is a utility class that can be used by beans that support bound properties.
  PropertyVetoException
          A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
  VetoableChangeSupport
          This is a utility class that can be used by beans that support constrained properties.
 

Uses of Serializable in java.beans.beancontext
 

Classes in java.beans.beancontext that implement Serializable
  BeanContextAddedEvent
           Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
  BeanContextChildSupport
           This is a general support class to provide support for implementing the BeanContextChild protocol.
  BeanContextEvent
           BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext.
  BeanContextMembershipEvent
           Compliant BeanContexts fire events on this interface when state maintained by the BeanContext, for some or all of its "children", changes, to all BeanContextListeners that register themselves with a particular BeanContext.
  BeanContextRemovedEvent
           Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
  BeanContextServiceAvailableEvent
           This event type is used by the BeanContextServicesListener in order to identify the service being registered.
  BeanContextServiceRevokedEvent
           This event type is used by the BeanContextServicesListener in order to identify the service being revoked.
  BeanContextServicesSupport
           This helper class provides a utility implementation of the java.beans.beancontext.
protected   BeanContextServicesSupport.BCSSChild
           
protected static  BeanContextServicesSupport.BCSSServiceProvider
          subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.
  BeanContextSupport
           This helper class provides a utility implementation of the java.beans.beancontext.
protected   BeanContextSupport.BCSChild
           
 

Methods in java.beans.beancontext that return Serializable
protected static Serializable BeanContextSupport.getChildSerializable(Object child)
           
 

Uses of Serializable in java.io
 

Subinterfaces of Serializable in java.io
  Externalizable
          Only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.
 

Classes in java.io that implement Serializable
  CharConversionException
          base class for character conversion exceptions
  EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
  File
          An abstract representation of file and directory pathnames.
  FileNotFoundException
          Signals that no actual file could be opened for a specified path name.
  FilePermission
          This class represents access to a file or directory.
  InterruptedIOException
          Signals that an I/O operation has been interrupted.
  InvalidClassException
          Thrown when the Serialization runtime detects one of the following problems with a Class.
  InvalidObjectException
          Indicates that one or more deserialized objects failed validation tests.
  IOException
          Signals that an I/O exception of some sort has occurred.
  NotActiveException
          Thrown when serialization or deserialization is not active.
  NotSerializableException
          Thrown when an instance is required to have a Serializable interface.
  ObjectStreamClass
          Serialization's descriptor for classes.
  ObjectStreamException
          Superclass of all exceptions specific to Object Stream classes.
  OptionalDataException
          Unexpected data appeared in an ObjectInputStream trying to read an Object.
  SerializablePermission
          This class is for Serializable permissions.
  StreamCorruptedException
          Thrown when control information that was read from an object stream violates internal consistency checks.
  SyncFailedException
           
  UnsupportedEncodingException
          The Character Encoding is not supported
  UTFDataFormatException
          Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
  WriteAbortedException
           
 

Uses of Serializable in java.lang
 

Classes in java.lang that implement Serializable
  AbstractMethodError
          Thrown when an application tries to call an abstract method.
  ArithmeticException
          Thrown when an exceptional arithmetic condition has occurred.
  ArrayIndexOutOfBoundsException
          Thrown to indicate that an array has been accessed with an illegal index.
  ArrayStoreException
          Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
  Boolean
          The Boolean class wraps a value of the primitive type boolean in an object.
  Byte
          The Byte class is the standard wrapper for byte values.
  Character
          The Character class wraps a value of the primitive type char in an object.
  Class
          Instances of the class Class represent classes and interfaces in a running Java application.
  ClassCastException
          Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
  ClassCircularityError
          Thrown when a circularity has been detected while initializing a class.
  ClassFormatError
          Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
  ClassNotFoundException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
  CloneNotSupportedException
          Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
  Double
          The Double class wraps a value of the primitive type double in an object.
  Error
          An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
  Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
  ExceptionInInitializerError
          Signals that an unexpected exception has occurred in a static initializer.
  Float
          The Float class wraps a value of primitive type float in an object.
  IllegalAccessError
          Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
  IllegalAccessException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
  IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
  IllegalMonitorStateException
          Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
  IllegalStateException
          Signals that a method has been invoked at an illegal or inappropriate time.
  IllegalThreadStateException
          Thrown to indicate that a thread is not in an appropriate state for the requested operation.
  IncompatibleClassChangeError
          Thrown when an incompatible class change has occurred to some class definition.
  IndexOutOfBoundsException
          Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
  InstantiationError
          Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
  InstantiationException
          Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
  Integer
          The Integer class wraps a value of the primitive type int in an object.
  InternalError
          Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
  InterruptedException
          Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
  LinkageError
          Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
  Long
          The Long class wraps a value of the primitive type long in an object.
  NegativeArraySizeException
          Thrown if an application tries to create an array with negative size.
  NoClassDefFoundError
          Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
  NoSuchFieldError
          Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
  NoSuchFieldException
          Signals that the class doesn't have a field of a specified name.
  NoSuchMethodError
          Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
  NoSuchMethodException
          Thrown when a particular method cannot be found.
  NullPointerException
          Thrown when an application attempts to use null in a case where an object is required.
  Number
          The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
  NumberFormatException
          Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
  OutOfMemoryError
          Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
  RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
  RuntimePermission
          This class is for runtime permissions.
  SecurityException
          Thrown by the security manager to indicate a security violation.
  Short
          The Short class is the standard wrapper for short values.
  StackOverflowError
          Thrown when a stack overflow occurs because an application recurses too deeply.
  String
          The String class represents character strings.
  StringBuffer
          A string buffer implements a mutable sequence of characters.
  StringIndexOutOfBoundsException
          Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
  ThreadDeath
          An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
  Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java language.
  UnknownError
          Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
  UnsatisfiedLinkError
          Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
  UnsupportedOperationException
          Thrown to indicate that the requested operation is not supported.
  VerifyError
          Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
  VirtualMachineError
          Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
 

Uses of Serializable in java.lang.reflect
 

Classes in java.lang.reflect that implement Serializable
  InvocationTargetException
          InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
  ReflectPermission
          The Permission class for reflective operations.
 

Uses of Serializable in java.math
 

Classes in java.math that implement Serializable
  BigDecimal
          Immutable, arbitrary-precision signed decimal numbers.
  BigInteger
          Immutable arbitrary-precision integers.
 

Uses of Serializable in java.net
 

Classes in java.net that implement Serializable
  BindException
          Signals that an error occurred while attempting to bind a socket to a local address and port.
  InetAddress
          This class represents an Internet Protocol (IP) address.
  MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
  NetPermission
          This class is for various network permissions.
  NoRouteToHostException
          Signals that an error occurred while attempting to connect a socket to a remote address and port.
  ProtocolException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
  SocketException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
  SocketPermission
          This class represents access to a network via sockets.
  UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
  UnknownServiceException
          Thrown to indicate that an unknown service exception has occurred.
  URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Uses of Serializable in java.rmi
 

Classes in java.rmi that implement Serializable
  AccessException
           
  AlreadyBoundException
           
  ConnectException
           
  ConnectIOException
           
  MarshalException
           
  MarshalledObject
          A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
  NoSuchObjectException
           
  NotBoundException
           
  RemoteException
           
  RMISecurityException
          An RMISecurityException signals that a security exception has occurred.
  ServerError
           
  ServerException
           
  ServerRuntimeException
           
  StubNotFoundException
           
  UnexpectedException
           
  UnmarshalException
           
 

Uses of Serializable in java.rmi.activation
 

Classes in java.rmi.activation that implement Serializable
  Activatable
          The Activatable class provides support for remote objects that require persistent access over time and that can be activated by the system.
  ActivateFailedException
          This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
  ActivationDesc
          An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's class name, the object's code location (the location of the class), and a "marshalled" object that can contain object specific initialization data.
  ActivationException
          General exception used by the activation interfaces.
  ActivationGroup
          An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when either: its object's become active or inactive, or the group as a whole becomes inactive.
  ActivationGroupDesc
          An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.
static  ActivationGroupDesc.CommandEnvironment
          Startup options for ActivationGroup implementations.
  ActivationGroupID
          The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.
  ActivationID
          Activation makes use of special identifiers to denote remote objects that can be activated over time.
  UnknownGroupException
           
  UnknownObjectException
           
 

Uses of Serializable in java.rmi.dgc
 

Classes in java.rmi.dgc that implement Serializable
  Lease
          A lease contains a unique VM identifier and a lease duration.
  VMID
          A VMID is a identifier that is unique across all Java virtual machines.
 

Uses of Serializable in java.rmi.server
 

Subinterfaces of Serializable in java.rmi.server
  RemoteRef
          RemoteRef represents the handle for a remote object.
  ServerRef
          A ServerRef represents the server-side handle for a remote object implementation.
 

Classes in java.rmi.server that implement Serializable
  ExportException
           
  ObjID
          The class ObjID is used to identify remote objects uniquely in a VM over time.
  RemoteObject
          The RemoteObject class implements the java.lang.
  RemoteServer
          The RemoteServer class is the common superclass to all server implementations and provides the framework to support a wide range of remote reference semantics.
  RemoteStub
          The RemoteStub class is the common superclass to all client stubs and provides the framework to support a wide range of remote reference semantics.
  ServerCloneException
           
  ServerNotActiveException
           
  SkeletonMismatchException
          This exception is thrown when a call is received that does not match the available skeleton.
  SkeletonNotFoundException
           
  SocketSecurityException
           
  UID
          Abstraction for creating identifiers that are unique with respect to the the host on which it is generated.
  UnicastRemoteObject
          The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive.
 

Uses of Serializable in java.security
 

Subinterfaces of Serializable in java.security
  Key
          The Key interface is the top-level interface for all keys.
  PrivateKey
          A private key.
  PublicKey
          A public key.
 

Classes in java.security that implement Serializable
  AccessControlException
           This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
  AllPermission
          The AllPermission is a permission that implies all other permissions.
  BasicPermission
          The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
  CodeSource
          This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate(s) that were used to verify signed code originating from that location.
  DigestException
          This is the generic Message Digest exception.
  GeneralSecurityException
          This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
  GuardedObject
          A GuardedObject is an object that is used to protect access to another object.
  Identity
          Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
  IdentityScope
          Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
  InvalidAlgorithmParameterException
          This is the exception for invalid or inappropriate algorithm parameters.
  InvalidKeyException
          This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
  InvalidParameterException
          This exception is thrown when an invalid parameter is passed to a method.
  KeyException
          This is the basic key exception.
  KeyManagementException
          This is the general key management exception, for all operations dealing with key management.
  KeyPair
          This class is a simple holder for a key pair (a public key and a private key).
  KeyStoreException
          This is the generic KeyStore exception.
  NoSuchAlgorithmException
          This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
  NoSuchProviderException
          This exception is thrown when a particular security provider is requested but is not available in the environment.
  Permission
          Abstract class for representing access to a system resource.
  PermissionCollection
          Abstract class representing a collection of Permission objects.
  Permissions
          This class represents a heterogeneous collection of Permissions.
  PrivilegedActionException
          This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
  Provider
          This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
  ProviderException
          A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
  SecureRandom
          This class provides a cryptographically strong pseudo-random number generator (PRNG).
  SecureRandomSpi
          This class defines the Service Provider Interface (SPI) for the SecureRandom class.
  SecurityPermission
          This class is for security permissions.
  SignatureException
          This is the generic Signature exception.
  SignedObject
           SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected.
  Signer
          Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
  UnrecoverableKeyException
          This exception is thrown if a key in the keystore cannot be recovered.
  UnresolvedPermission
          The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
 

Constructors in java.security with parameters of type Serializable
SignedObject.SignedObject(Serializable object, PrivateKey signingKey, Signature signingEngine)
          Constructs a SignedObject from any Serializable object.
 

Uses of Serializable in java.security.acl
 

Classes in java.security.acl that implement Serializable
  AclNotFoundException
          This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
  LastOwnerException
          This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
  NotOwnerException
          This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
 

Uses of Serializable in java.security.cert
 

Classes in java.security.cert that implement Serializable
  CertificateEncodingException
          Certificate Encoding Exception.
  CertificateException
          This exception indicates one of a variety of certificate problems.
  CertificateExpiredException
          Certificate Expired Exception.
  CertificateNotYetValidException
          Certificate is not yet valid exception.
  CertificateParsingException
          Certificate Parsing Exception.
  CRLException
          CRL (Certificate Revocation List) Exception
 

Uses of Serializable in java.security.interfaces
 

Subinterfaces of Serializable in java.security.interfaces
  DSAPrivateKey
          The standard interface to a DSA private key.
  DSAPublicKey
          The interface to a DSA public key.
  RSAPrivateCrtKey
          The interface to an RSA private key, using the Chinese Remainder Theorem (CRT) representation.
  RSAPrivateKey
          The interface to an RSA private key.
  RSAPublicKey
          The interface to an RSA public key.
 

Uses of Serializable in java.security.spec
 

Classes in java.security.spec that implement Serializable
  InvalidKeySpecException
          This is the exception for invalid key specifications.
  InvalidParameterSpecException
          This is the exception for invalid parameter specifications.
 

Uses of Serializable in java.sql
 

Classes in java.sql that implement Serializable
  BatchUpdateException
          JDBC 2.0 The BatchUpdateException class provides information on an error that occurs during a batch update operation.
  DataTruncation
          When JDBC unexpectedly truncates a data value, it reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes).
  SQLException
          The SQLException class provides information on a database access error.
  SQLWarning
          The SQLWarning class provides information on a database access warnings.
  Time
          This class is a thin wrapper around java.util.
  Timestamp
          This class is a thin wrapper around java.util.
 

Uses of Serializable in java.text
 

Classes in java.text that implement Serializable
static  AttributedCharacterIterator.Attribute
          Defines attribute keys that are used to identify text attributes.
  BreakIterator
          The BreakIterator class implements methods for finding the location of boundaries in text.
  ChoiceFormat
          A ChoiceFormat allows you to attach a format to a range of numbers.
  Collator
          The Collator class performs locale-sensitive String comparison.
  DateFormat
          DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
  DateFormatSymbols
          DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
  DecimalFormat
          DecimalFormat is a concrete subclass of NumberFormat for formatting decimal numbers.
  DecimalFormatSymbols
          This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
  Format
          Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
  MessageFormat
          MessageFormat provides a means to produce concatenated messages in language-neutral way.
  NumberFormat
          NumberFormat is the abstract base class for all number formats.
  ParseException
          Signals that an error has been has been reached unexpectedly while parsing.
  RuleBasedCollator
          The RuleBasedCollator class is a concrete subclass of Collator that provides a simple, data-driven, table collator.
  SimpleDateFormat
          SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
 

Uses of Serializable in java.util
 

Classes in java.util that implement Serializable
  ArrayList
          Resizable-array implementation of the List interface.
  BitSet
          This class implements a vector of bits that grows as needed.
  Calendar
          Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
  ConcurrentModificationException
          This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible.
  Date
          The class Date represents a specific instant in time, with millisecond precision.
  EmptyStackException
          Thrown by methods in the Stack class to indicate that the stack is empty.
  EventObject
           The Event class is the abstract root class from which all event state objects shall be derived.
  GregorianCalendar
          GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
  HashMap
          Hash table based implementation of the Map interface.
  HashSet
          This class implements the Set interface, backed by a hash table (actually a HashMap).
  Hashtable
          This class implements a hashtable, which maps keys to values.
  LinkedList
          Linked list implementation of the List interface.
  Locale
          A Locale object represents a specific geographical, political, or cultural region.
  MissingResourceException
          Signals that a resource is missing.
  NoSuchElementException
          Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
  Properties
          The Properties class represents a persistent set of properties.
  PropertyPermission
          This class is for property permissions.
  Random
          An instance of this class is used to generate a stream of pseudorandom numbers.
  SimpleTimeZone
          SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
  Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
  TimeZone
          TimeZone represents a time zone offset, and also figures out daylight savings.
  TooManyListenersException
           The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
  TreeMap
          Red-Black tree based implementation of the SortedMap interface.
  TreeSet
          This class implements the TreeSet interface, backed by a TreeMap.
  Vector
          The Vector class implements a growable array of objects.
 

Uses of Serializable in java.util.jar
 

Classes in java.util.jar that implement Serializable
  JarException
          Signals that an error of some sort has occurred while reading from or writing to a JAR file.
 

Uses of Serializable in java.util.mime
 

Classes in java.util.mime that implement Serializable
  MimeType
          A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
  MimeTypeParseException
          A class to encapsulate MimeType parsing related exceptions
 

Uses of Serializable in java.util.zip
 

Classes in java.util.zip that implement Serializable
  DataFormatException
          Signals that a data format error has occurred.
  ZipException
           
 

Uses of Serializable in org.omg.CORBA
 

Classes in org.omg.CORBA that implement Serializable
  BAD_CONTEXT
          The CORBA BAD_CONTEXT exception, which is thrown when there is an error processing a context object.
  BAD_INV_ORDER
          The CORBA BAD_INV_ORDER exception, which is thrown when methods are called out of order.
  BAD_OPERATION
          The CORBA BAD_OPERATION exception, which is thrown when a method is invalid.
  BAD_PARAM
          The CORBA BAD_PARAM exception, which is thrown when an invalid parameter is passed to a method.
  BAD_TYPECODE
          The CORBA BAD_TYPECODE exception, which is thrown when the specified typecode is invalid.
  Bounds
           
  COMM_FAILURE
          The CORBA COMM_FAILURE exception, which is thrown when there is a communication failure.
  DATA_CONVERSION
          The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
  FREE_MEM
          The CORBA FREE_MEM exception, which is thrown when the system is unable to free memory.
  IMP_LIMIT
          The CORBA IMP_LIMIT exception, which is thrown when the implementation limit has been violated.
  INITIALIZE
          The CORBA INITIALIZE exception, which is thrown when there is an ORB initialization error.
  INTERNAL
          The CORBA INTERNAL exception, which is thrown when there is an ORB internal error.
  INTF_REPOS
          The CORBA INTF_REPOS exception, which is thrown when there is an error accessing the interface repository.
  INV_FLAG
          The CORBA INV_FLAG exception, which is thrown when an invalid flag is specified.
  INV_IDENT
          The CORBA INV_IDENT exception, which is thrown when identifier syntax is invalid.
  INV_OBJREF
          The CORBA INV_OBJREF exception, which is thrown when an invalid object reference is specified.
  INVALID_TRANSACTION
          The CORBA INVALID_TRANSACTION exception, which is thrown when there is a transaction error.
  MARSHAL
          The CORBA MARSHAL exception, which is thrown when the ORB has a problem marshalling or unmarshalling parameters.
  NO_IMPLEMENT
          The CORBA NO_IMPLEMENT exception, which is thrown when the implementation for a method is not available.
  NO_MEMORY
          The CORBA NO_MEMORY exception, which may be thrown by either the client or the server when there is not enough memory for a dynamic memory allocation.
  NO_PERMISSION
          The CORBA NO_PERMISSION exception, which is thrown if the client does not have permission to perform the request.
  NO_RESOURCES
          The CORBA NO_RESOURCES exception, which is thrown when either the client or the server does not have sufficient resources to perform the request.
  NO_RESPONSE
          The CORBA NO_RESPONSE exception, which is thrown when a response to the request is not yet available.
  OBJ_ADAPTER
          The CORBA OBJ_ADAPTER exception, which is thrown by the object adapter on the server to indicate some error.
  OBJECT_NOT_EXIST
          The CORBA OBJECT_NOT_EXIST exception, which is usually thrown from the server to indicate that the target object does not exist.
  PERSIST_STORE
          The CORBA PERSIST_STORE exception, which is thrown when there is an error with the persistent storage on the server.
  SystemException
          The root class for all CORBA standard exceptions.
  TRANSACTION_REQUIRED
          The CORBA TRANSACTION_REQUIRED exception, which is thrown by the ORB on the client or server during the processing of a request that is required to be enclosed in a transaction.
  TRANSACTION_ROLLEDBACK
          The CORBA TRANSACTION_ROLLEDBACK exception, which is thrown when a transactional operation did not complete because the transaction was rolled back.
  TRANSIENT
          The CORBA TRANSIENT exception, which is thrown by the server to signal a transient failure that might not occur again if the request is retried.
  UNKNOWN
          The CORBA UNKNOWN exception, which is thrown when there is an error whose cause is unknown to the ORB. It contains a minor code, which gives more detailed information about what caused the exception, and a completion status.
  UnknownUserException
          A class that contains user exceptions returned by the server.
  UserException
          The root class for CORBA IDL-defined user exceptions.
  WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

Methods in org.omg.CORBA that return Serializable
 Serializable Any.extract_Value()
           
 

Methods in org.omg.CORBA with parameters of type Serializable
 void DynAny.insert_value(Serializable value)
           
 void Any.insert_Value(Serializable v)
           
 void Any.insert_Value(Serializable v, TypeCode t)
           
 

Uses of Serializable in org.omg.CORBA.ORBPackage
 

Classes in org.omg.CORBA.ORBPackage that implement Serializable
  InvalidName
          The InvalidName exception is raised when ORB.resolve_initial_references is passed a name for which there is no initial reference.
 

Uses of Serializable in org.omg.CORBA.portable
 

Classes in org.omg.CORBA.portable that implement Serializable
  ApplicationException
           
 

Methods in org.omg.CORBA.portable that return Serializable
 Serializable InputStream.read_Value()
          read_Value unmarshals and returns a value object.
 

Methods in org.omg.CORBA.portable with parameters of type Serializable
 void OutputStream.write_Value(Serializable value)
           
 

Uses of Serializable in org.omg.CORBA.TypeCodePackage
 

Classes in org.omg.CORBA.TypeCodePackage that implement Serializable
  BadKind
          The exception BadKind is raised when trying to invoke an inappropriate operation on a TypeCode.
 

Uses of Serializable in org.omg.CosNaming.NamingContextPackage
 

Classes in org.omg.CosNaming.NamingContextPackage that implement Serializable
  AlreadyBound
           
  CannotProceed
           
  NotEmpty
           
  NotFound
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.