Java Platform 1.2
Beta 4

Uses of Class
java.lang.Object

Packages that use Object
com.sun.image.codec.jpeg Provides classes for encoding and decoding JPEG images.  
com.sun.java.accessibility   
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.plaf.basic Provides user interface objects built according to the Basic look-and-feel.  
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.im Provides classes and an interface for the input method framework.  
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.ref Provides reference object classes, which allow a program to interact with the garbage collector.  
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.registry Provides a class and two interfaces for the RMI registry.  
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.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.ContainedPackage   
org.omg.CORBA.InterfaceDefPackage   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.portable   
org.omg.CORBA.TypeCodePackage   
org.omg.CosNaming   
org.omg.CosNaming.NamingContextPackage   
 

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

Subclasses of Object in com.sun.image.codec.jpeg
  ImageFormatException
          Signals that an Image Format exception of some sort has occurred.
  JPEGCodec
          This class is a factory for implementations of the JPEG Image Decoder/Encoder.
  JPEGHuffmanTable
          A class to encapsulate a JPEG Huffman table.
  JPEGQTable
          Class to encapsulate the JPEG quantization tables.
  TruncatedFileException
          Signals that a truncated file was detected.
 

Methods in com.sun.image.codec.jpeg that return Object
 Object JPEGEncodeParam.clone()
           
 Object JPEGDecodeParam.clone()
           
 

Uses of Object in com.sun.java.accessibility
 

Subclasses of Object in com.sun.java.accessibility
  AccessibleBundle
          Base class used to maintain a strongly typed enumeration.
  AccessibleContext
          AccessibleContext represents the minimum information all accessible objects return.
  AccessibleHyperlink
          Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext document
  AccessibleResourceBundle
          A resource bundle containing the localized strings in the accessibility package.
  AccessibleRole
          Class AccessibleRole determines the role of a component.
  AccessibleState
          Class AccessibleState describes a componets particular state.
  AccessibleStateSet
          Class AccessibleStateSet determines a components state set.
 

Methods in com.sun.java.accessibility that return Object
abstract  Object AccessibleHyperlink.getAccessibleActionObject(int i)
          Return an object that represents the link action, as appropriate for that link.
abstract  Object AccessibleHyperlink.getAccessibleActionAnchor(int i)
          Return an object that represents the link anchor, as appropriate for that link.
 Object[][] AccessibleResourceBundle.getContents()
          Returns the mapping between the programmatic keys and the localized display strings.
 

Methods in com.sun.java.accessibility with parameters of type Object
 void AccessibleContext.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting bound property changes.
 

Uses of Object in com.sun.java.swing
 

Subclasses of Object in com.sun.java.swing
  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.
  BorderFactory
          Factory class for vending standard Border objects.
  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
           
  DebugGraphics
          Graphics subclass supporting graphics debugging.
  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.
  DefaultFocusManager
           
  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.
  FocusManager
           
  GrayFilter
          An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
  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.
protected   JComponent.AccessibleJComponent.AccessibleContainerHandler
          Fire PropertyChange listener, if one is registered, when children added/removed.
  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.
  JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink
           
  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.
protected   JList.AccessibleJList.AccessibleJListChild
           
  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.
protected   JTable.AccessibleJTable.AccessibleJTableCell
          The class used to obtain the AccessibleRole for a cell.
  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.
protected   JTree.AccessibleJTree.AccessibleJTreeNode
           
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.TreeModelHandler
          Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
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).
  LookAndFeel
          Completely characterizes a look and feel from the point of view of the pluggable look and feel components.
  MenuSelectionManager
           
  OverlayLayout
          A layout manager to arrange components over the top of each other.
  ProgressMonitor
          A class to monitor the progress of some operation.
  ProgressMonitorInputStream
          Monitors the progress of reading from some InputStream.
  RepaintManager
           
  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.
  SwingUtilities
          A collection of utility methods for Swing.
  Timer
          Object subclass that causes an action to occur at a predefined rate.
  ToolTipManager
          Manages all the ToolTips in the system.
protected   ToolTipManager.insideTimerAction
           
protected   ToolTipManager.outsideTimerAction
           
protected   ToolTipManager.stillInsideTimerAction
           
  UIDefaults
          A table of defaults for Swing components.
  UIManager
          This class keeps track of the current look and feel and its defaults.
static  UIManager.LookAndFeelInfo
          Provide a little information about an installed LookAndFeel for the sake of configuring a menu or for initial application set up.
  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.
 

Fields in com.sun.java.swing declared as Object
protected  Object JTree.DynamicUtilTreeNode.childValue
          Value to create children with.
static Object JOptionPane.UNINITIALIZED_VALUE
          Indicates that the user has not yet selected a value.
protected  Object JOptionPane.message
          Message to display.
protected  Object[] JOptionPane.options
          Options to display to the user.
protected  Object JOptionPane.initialValue
          Value that should be initialy selected in options.
protected  Object JOptionPane.value
          Currently selected value, will be a valid option, or UNINITIALIZED_VALUE or null.
protected  Object[] JOptionPane.selectionValues
          Array of values the user can choose from.
protected  Object JOptionPane.inputValue
          Value the user has input.
protected  Object JOptionPane.initialSelectionValue
          Initial value to select in selectionValues.
protected  Object JComboBox.selectedItemReminder
           
protected  Object DefaultCellEditor.EditorDelegate.value
           
 

Methods in com.sun.java.swing that return Object
 Object JComponent.getClientProperty(Object key)
          Returns the value of the property with the specified key.
 Object[] AbstractButton.getSelectedObjects()
          Returns an array (length 1) containing the label or null if the button is not selected.
 Object[] DefaultButtonModel.getSelectedObjects()
          Overriden to return null
 Object[] JCheckBoxMenuItem.getSelectedObjects()
          Returns an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
 Object DefaultComboBoxModel.getSelectedItem()
           
 Object DefaultComboBoxModel.getElementAt(int index)
           
 Object ComboBoxEditor.getItem()
          Return the edited item
static Object UIManager.get(Object key)
           
static Object UIManager.put(Object key, Object value)
           
 Object JTable.getValueAt(int row, int column)
          Returns the cell value at row and column.
 Object AbstractAction.getValue(String key)
           
 Object JTree.getLastSelectedPathComponent()
          Returns the last path component in the first node of the current selection.
static Object JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
          Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
static Object JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
          Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
 Object JOptionPane.getMessage()
          Returns the message-object this pane displays.
 Object JOptionPane.getValue()
          Returns the value the user has selected.
 Object[] JOptionPane.getOptions()
          Returns the choices the user can make.
 Object JOptionPane.getInitialValue()
          Returns the initial value.
 Object[] JOptionPane.getSelectionValues()
          Returns the selection values.
 Object JOptionPane.getInitialSelectionValue()
          Returns the initial-selection value..
 Object JOptionPane.getInputValue()
          Returns the value the user has input, if wantsInput is true.
 Object CellEditor.getCellEditorValue()
          Returns the value contained in the editor
 Object ComboBoxModel.getSelectedItem()
          Return the selected item
 Object ListModel.getElementAt(int index)
          Returns the value at the specified index.
 Object DefaultListSelectionModel.clone()
          Returns a clone of the reciever with the same selection. listenerLists are not duplicated.
static Object LookAndFeel.makeIcon(Class baseClass, String gifFile)
          Utility method that creates a UIDefaults.
 Object Action.getValue(String key)
          Puts/gets one of this object's properties using the associated key.
 Object JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink.getAccessibleActionObject(int i)
          Returns a URL object that represents the link.
 Object JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink.getAccessibleActionAnchor(int i)
          Return an object that represents the link anchor, as appropriate for that link.
 Object UIDefaults.get(Object key)
           
 Object UIDefaults.put(Object key, Object value)
          Set the value of key to value.
 Object UIDefaults.LazyValue.createValue(UIDefaults table)
           
 Object UIDefaults.ActiveValue.createValue(UIDefaults table)
           
 Object JList.getPrototypeCellValue()
          Returns the cell width of the "prototypical cell" -- a cell used for the calculation of cell widths, because it has the same value as all other list items, instead of forcing the calculation to inspect every item in the list.
 Object[] JList.getSelectedValues()
          Return an array of the values for the selected cells.
 Object JList.getSelectedValue()
          A convenience method that returns the first selected value or null, if the selection is empty.
 Object JComboBox.getSelectedItem()
          Returns the currently selected item.
 Object[] JComboBox.getSelectedObjects()
          Returns an array containing the selected item.
 Object JComboBox.getItemAt(int index)
          Returns the list item at the specified index.
 Object DefaultCellEditor.getCellEditorValue()
           
 Object DefaultCellEditor.EditorDelegate.getCellEditorValue()
           
 Object DefaultListModel.getElementAt(int index)
          Returns the component at the specified index.
 Object DefaultListModel.elementAt(int index)
          Returns the component at the specified index.
 Object DefaultListModel.firstElement()
          Returns the first component of this list.
 Object DefaultListModel.lastElement()
          Returns the last component of the list.
 Object[] DefaultListModel.toArray()
          Returns an array containing all of the elements in this list in the correct order.
 Object DefaultListModel.get(int index)
          Returns the element at the specified position in this list.
 Object DefaultListModel.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 Object DefaultListModel.remove(int index)
          Removes the element at the specified position in this list.
 

Methods in com.sun.java.swing with parameters of type Object
 Object JComponent.getClientProperty(Object key)
          Returns the value of the property with the specified key.
 void JComponent.putClientProperty(Object key, Object value)
          Add an arbitrary key/value "client property" to this component.
protected  void JComponent.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting bound property changes.
protected  void JComponent.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting constrained property changes.
protected  void JLayeredPane.addImpl(Component comp, Object constraints, int index)
           
protected  void JFrame.addImpl(Component comp, Object constraints, int index)
          By default, children may not be added directly to a this component, they must be added to its contentPane instead.
 void MutableComboBoxModel.addElement(Object obj)
          Adds an item to the end of the model.
 void MutableComboBoxModel.removeElement(Object obj)
          Adds an item to the end of the model.
 void MutableComboBoxModel.insertElementAt(Object obj, int index)
          Adds an item at a specific index
protected  void JToolBar.addImpl(Component comp, Object constraints, int index)
           
protected  void AbstractListModel.fireContentsChanged(Object source, int index0, int index1)
          AbstractListModel subclasses must call this method after one or more elements of the list change.
protected  void AbstractListModel.fireIntervalAdded(Object source, int index0, int index1)
          AbstractListModel subclasses must call this method after one or more elements are added to the model.
protected  void AbstractListModel.fireIntervalRemoved(Object source, int index0, int index1)
          AbstractListModel subclasses must call this method after one or more elements are removed from the model.
 void DefaultComboBoxModel.setSelectedItem(Object anObject)
           
 int DefaultComboBoxModel.getIndexOf(Object anObject)
           
 void DefaultComboBoxModel.addElement(Object anObject)
           
 void DefaultComboBoxModel.insertElementAt(Object anObject, int index)
           
 void DefaultComboBoxModel.removeElement(Object anObject)
           
protected  void JWindow.addImpl(Component comp, Object constraints, int index)
          By default, children may not be added directly to a this component, they must be added to its contentPane instead.
 void ComboBoxEditor.setItem(Object anObject)
          Set the item that should be edited.
protected  void CellRendererPane.addImpl(Component x, Object constraints, int index)
          If the specified component is already a child of this then we don't bother doing anything - stacking order doesn't matter for cell renderer components (CellRendererPane doesn't paint anyway).
static Font UIManager.getFont(Object key)
           
static Color UIManager.getColor(Object key)
           
static Icon UIManager.getIcon(Object key)
           
static Border UIManager.getBorder(Object key)
           
static String UIManager.getString(Object key)
           
static int UIManager.getInt(Object key)
           
static Insets UIManager.getInsets(Object key)
           
static Dimension UIManager.getDimension(Object key)
           
static Object UIManager.get(Object key)
           
static Object UIManager.put(Object key, Object value)
           
 TableColumn JTable.getColumn(Object identifier)
          Returns the TableColumn object for the column in the table whose identifier is equal to identifier, when compared using equals().
 void JTable.setValueAt(Object aValue, int row, int column)
          Sets the value for the cell at row and column.
 void AbstractAction.putValue(String key, Object newValue)
           
protected  void AbstractAction.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting bound property changes.
protected static TreeModel JTree.createTreeModel(Object value)
          Returns a TreeModel wrapping the specified object.
 String JTree.convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
          Called by the renderers to convert the specified value to text.
static void JTree.DynamicUtilTreeNode.createChildren(DefaultMutableTreeNode parent, Object children)
          Adds to parent all the children in children.
protected  void JDialog.addImpl(Component comp, Object constraints, int index)
          By default, children may not be added directly to a this component, they must be added to its contentPane instead.
 boolean KeyStroke.equals(Object anObject)
          Returns true if this object is identical to the specified object.
static String JOptionPane.showInputDialog(Object message)
          Shows a question-message dialog requesting input from the user.
static String JOptionPane.showInputDialog(Component parentComponent, Object message)
          Shows a question-message dialog requesting input from the user parented to parentComponent.
static String JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType)
          Shows a dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
static Object JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
          Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
static void JOptionPane.showMessageDialog(Component parentComponent, Object message)
          Brings up a confirmation dialog -- a modal information-message dialog titled "Confirm".
static void JOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType)
          Brings up a dialog that displays a message using a default icon determined by the messageType parameter.
static void JOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon)
          Brings up a dialog displaying a message, specifying all parameters.
static int JOptionPane.showConfirmDialog(Component parentComponent, Object message)
          Brings up a modal dialog with the options Yes, No and Cancel; with the title, "Select an Option".
static int JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType)
          Brings up a modal dialog where the number of choices is determined by the optionType parameter.
static int JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType)
          Brings up a modal dialog where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
static int JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon)
          Brings up a modal dialog with a specified icon, where the number of choices is determined by the optionType parameter.
static int JOptionPane.showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue)
          Brings up a modal dialog with a specified icon, where the initial choice is dermined by the initialValue parameter and the number of choices is determined by the optionType parameter.
static void JOptionPane.showInternalMessageDialog(Component parentComponent, Object message)
          Brings up an internal confirmation dialog panel.
static void JOptionPane.showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType)
          Brings up an internal dialog panel that displays a message using a default icon determined by the messageType parameter.
static void JOptionPane.showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon)
          Brings up an internal dialog panel displaying a message, specifying all parameters.
static int JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message)
          Brings up an internal dialog panel with the options Yes, No and Cancel; with the title, "Select an Option".
static int JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType)
          Brings up a internal dialog panel where the number of choices is determined by the optionType parameter.
static int JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType)
          Brings up an internal dialog panel where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
static int JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon)
          Brings up an internal dialog panel with a specified icon, where the number of choices is determined by the optionType parameter.
static int JOptionPane.showInternalOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue)
          Brings up an internal dialog panel with a specified icon, where the initial choice is dermined by the initialValue parameter and the number of choices is determined by the optionType parameter.
static String JOptionPane.showInternalInputDialog(Component parentComponent, Object message)
          Shows an internal question-message dialog requesting input from the user parented to parentComponent.
static String JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType)
          Shows an internal dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
static Object JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
          Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
 void JOptionPane.setMessage(Object newMessage)
          Sets the option pane's message-object.
 void JOptionPane.setValue(Object newValue)
          Sets the value the user has chosen.
 void JOptionPane.setOptions(Object[] newOptions)
          Sets the options this pane displays.
 void JOptionPane.setInitialValue(Object newInitialValue)
          Sets the initial value that is to be enabled -- the Component that has the focus when the pane is initially displayed.
 void JOptionPane.setSelectionValues(Object[] newValues)
          Sets the selection values for a pane that provides the user with a list of items to choose from.
 void JOptionPane.setInitialSelectionValue(Object newValue)
          Sets the initial selection value.
 void JOptionPane.setInputValue(Object newValue)
          Sets the user's input-value.
 void JTabbedPane.add(Component component, Object constraints)
          Adds a component to the tabbed pane.
 void JTabbedPane.add(Component component, Object constraints, int index)
          Adds a component at the specified tab index.
 void ComboBoxModel.setSelectedItem(Object anItem)
          Set the selected item
protected  void JViewport.addImpl(Component child, Object constraints, int index)
          Sets the Viewport's one lightweight child, which can be null.
 void Renderer.setValue(Object aValue, boolean isSelected)
           
protected  void JInternalFrame.addImpl(Component comp, Object constraints, int index)
          By default, children may not be added directly to a this component, they must be added to its contentPane instead.
protected  void JApplet.addImpl(Component comp, Object constraints, int index)
          By default, children may not be added directly to a this component, they must be added to its contentPane instead.
static JTextComponent.KeyBinding[] LookAndFeel.makeKeyBindings(Object[] keyBindingList)
          Convenience method for building lists of KeyBindings.
 void BoxLayout.addLayoutComponent(Component comp, Object constraints)
          Not used by this class.
protected  void JRootPane.addImpl(Component comp, Object constraints, int index)
          Overridden to enforce the position of the glass component as the zero child.
 void JRootPane.RootLayout.addLayoutComponent(Component comp, Object constraints)
           
 Component DefaultListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
           
 void Action.putValue(String key, Object value)
           
 Component ListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
          Return a component that has been configured to display the specified value.
 Object UIDefaults.get(Object key)
           
 Object UIDefaults.put(Object key, Object value)
          Set the value of key to value.
 void UIDefaults.putDefaults(Object[] keyValueList)
          Put all of the key/value pairs in the database and unconditionally generate one PropertyChangeEvent.
 Font UIDefaults.getFont(Object key)
          If the value of key is a Font return it, otherwise return null.
 Color UIDefaults.getColor(Object key)
          If the value of key is a Color return it, otherwise return null.
 Icon UIDefaults.getIcon(Object key)
          If the value of key is an Icon return it, otherwise return null.
 Border UIDefaults.getBorder(Object key)
          If the value of key is a Border return it, otherwise return null.
 String UIDefaults.getString(Object key)
          If the value of key is a String return it, otherwise return null.
 int UIDefaults.getInt(Object key)
          If the value of key is a Integer return its integer value, otherwise return 0.
 Insets UIDefaults.getInsets(Object key)
          If the value of key is a Insets return it, otherwise return null.
 Dimension UIDefaults.getDimension(Object key)
          If the value of key is a Dimension return it, otherwise return null.
protected  void UIDefaults.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting bound property changes.
 void OverlayLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 void JList.setPrototypeCellValue(Object prototypeCellValue)
          If this value is non-null it's used to compute fixedCellWidth and fixedCellHeight by configuring the cellRenderer at index equals zero for the specified value and then computing the renderer components preferred size.
 void JList.setListData(Object[] listData)
          A convenience method that constructs a ListModel from an array of Objects and then applies setModel to it.
 void JList.setSelectedValue(Object anObject, boolean shouldScroll)
           
 void JComboBox.setSelectedItem(Object anObject)
          Sets the selected item in the JComboBox by specifying the object in the list.
 void JComboBox.addItem(Object anObject)
          Adds an item to the item list.
 void JComboBox.insertItemAt(Object anObject, int index)
          Inserts an item into the item list at a given index.
 void JComboBox.removeItem(Object anObject)
          Removes an item from the item list.
 void JComboBox.configureEditor(ComboBoxEditor anEditor, Object anItem)
          Initializes the editor with the specified item.
 Component DefaultCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
           
 Component DefaultCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 void DefaultCellEditor.EditorDelegate.setValue(Object x)
           
 void DefaultListModel.copyInto(Object[] anArray)
          Copies the components of this list into the specified array.
 boolean DefaultListModel.contains(Object elem)
          Tests if the specified object is a component in this list.
 int DefaultListModel.indexOf(Object elem)
          Searches for the first occurence of the given argument.
 int DefaultListModel.indexOf(Object elem, int index)
          Searches for the first occurence of the given argument, beginning the search at index.
 int DefaultListModel.lastIndexOf(Object elem)
          Returns the index of the last occurrence of the specified object in this list.
 int DefaultListModel.lastIndexOf(Object elem, int index)
          Searches backwards for the specified object, starting from the specified index, and returns an index to it.
 void DefaultListModel.setElementAt(Object obj, int index)
          Sets the component at the specified index of this list to be the specified object.
 void DefaultListModel.insertElementAt(Object obj, int index)
          Inserts the specified object as a component in this list at the specified index.
 void DefaultListModel.addElement(Object obj)
          Adds the specified component to the end of this list.
 boolean DefaultListModel.removeElement(Object obj)
          Removes the first (lowest-indexed) occurrence of the argument from this list.
 Object DefaultListModel.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 void DefaultListModel.add(int index, Object element)
          Inserts the specified element at the specified position in this list.
protected  void JSplitPane.addImpl(Component comp, Object constraints, int index)
          If constraints identifies the left/top or right/bottom child component, and a component with that identifier was previously added, it will be removed and then comp will be added in its place.
 

Constructors in com.sun.java.swing with parameters of type Object
DefaultComboBoxModel.DefaultComboBoxModel(Object[] items)
           
JTable.JTable(Object[][] rowData, Object[] columnNames)
          Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
JTree.JTree(Object[] value)
          Returns a JTree with each element of the specified array as the child of a new root node which is not displayed.
JTree.DynamicUtilTreeNode.JTree.DynamicUtilTreeNode(Object value, Object children)
          Creates a node with the specified object as its value and with the specified children.
ProgressMonitor.ProgressMonitor(Component parentComponent, Object message, String note, int min, int max)
           
JOptionPane.JOptionPane(Object message)
          Creates a instance of JOptionPane to display a message using the plain-message message type and the default options delivered by the UI.
JOptionPane.JOptionPane(Object message, int messageType)
          Creates an instance of JOptionPane to display a message with the specified message type and the default options,
JOptionPane.JOptionPane(Object message, int messageType, int optionType)
          Creates an instance of JOptionPane to display a message with the specified message type and options.
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon)
          Creates an instance of JOptionPane to display a message with the specified message type, options, and icon.
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options)
          Creates an instance of JOptionPane to display a message with the specified message type, icon, and options.
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options, Object initialValue)
          Creates an instance of JOptionPane to display a message with the specified message type, icon, and options, with the inititially-selected option specified.
ProgressMonitorInputStream.ProgressMonitorInputStream(Component parentComponent, Object message, InputStream in)
           
UIDefaults.UIDefaults(Object[] keyValueList)
          Create a defaults table initialized with the specified key/value pairs.
JList.JList(Object[] listData)
          Construct a JList that displays the elements in the specified array.
JComboBox.JComboBox(Object[] items)
          Creates a JComboBox that contains the elements in the specified array.
 

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

Subclasses of Object in com.sun.java.swing.border
  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 Object in com.sun.java.swing.event
 

Subclasses of Object in com.sun.java.swing.event
  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.
static  DocumentEvent.EventType
          Typesafe enumeration for document event types
  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.
static  HyperlinkEvent.EventType
           
  InternalFrameAdapter
          An abstract adapter class for receiving internal frame events.
  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.
  MouseInputAdapter
          The adapter which receives mouse events and mouse motion events.
  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.
 

Fields in com.sun.java.swing.event declared as Object
protected  Object[] EventListenerList.listenerList
           
protected  Object[] TreeModelEvent.children
          Children that have been removed.
 

Methods in com.sun.java.swing.event that return Object
 Object[] EventListenerList.getListenerList()
          This passes back the event listener list as an array of ListenerType - listener pairs.
 Object TreeSelectionEvent.cloneWithSource(Object newSource)
          Returns a copy of the receiver, but with the source being newSource.
 Object[] TreeModelEvent.getPath()
          Convenience method to get the array of objects from the TreePath instance that this event wraps.
 Object[] TreeModelEvent.getChildren()
          Returns the objects that are children of the node identified by getPath at the locations specified by getChildIndices.
 

Methods in com.sun.java.swing.event with parameters of type Object
 Object TreeSelectionEvent.cloneWithSource(Object newSource)
          Returns a copy of the receiver, but with the source being newSource.
 void SwingPropertyChangeSupport.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Report a bound property update to any registered listeners.
 

Constructors in com.sun.java.swing.event with parameters of type Object
ListDataEvent.ListDataEvent(Object source, int type, int index0, int index1)
           
CaretEvent.CaretEvent(Object source)
          Creates a new CaretEvent object.
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
          Represents a change in the selection of a TreeSelectionModel. paths identifies the paths that have been either added or removed from the selection.
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
          Represents a change in the selection of a TreeSelectionModel. path identifies the path that have been either added or removed from the selection.
MenuEvent.MenuEvent(Object source)
           
ListSelectionEvent.ListSelectionEvent(Object source, int firstIndex, int lastIndex, boolean isAdjusting)
          Represents a change in selection status between firstIndex and lastIndex inclusive (firstIndex is less than or equal to lastIndex).
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u)
          Creates a new object representing a hypertext link event.
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u, String desc)
          Creates a new object representing a hypertext link event.
PopupMenuEvent.PopupMenuEvent(Object source)
           
ChangeEvent.ChangeEvent(Object source)
           
TreeExpansionEvent.TreeExpansionEvent(Object source, TreePath path)
           
TreeModelEvent.TreeModelEvent(Object source, Object[] path, int[] childIndices, Object[] children)
          Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as an array of Objects.
TreeModelEvent.TreeModelEvent(Object source, TreePath path, int[] childIndices, Object[] children)
          Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as a TreePath object.
TreeModelEvent.TreeModelEvent(Object source, Object[] path)
          Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects.
TreeModelEvent.TreeModelEvent(Object source, TreePath path)
          Used to create an event when the node structure has changed in some way, identifying the path to the root of the modified subtree as a TreePath object.
SwingPropertyChangeSupport.SwingPropertyChangeSupport(Object sourceBean)
           
UndoableEditEvent.UndoableEditEvent(Object source, UndoableEdit edit)
           
 

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

Subclasses of Object in com.sun.java.swing.plaf
  BorderUIResource
           
static  BorderUIResource.BevelBorderUIResource
           
static  BorderUIResource.CompoundBorderUIResource
           
static  BorderUIResource.EmptyBorderUIResource
           
static  BorderUIResource.EtchedBorderUIResource
           
static  BorderUIResource.LineBorderUIResource
           
static  BorderUIResource.MatteBorderUIResource
           
static  BorderUIResource.TitledBorderUIResource
           
  ButtonUI
          Pluggable look and feel interface for JButton.
  ColorChooserUI
          Pluggable look and feel interface for JColorChooser.
  ColorUIResource
           
  ComboBoxUI
          Pluggable look and feel interface for JComboBox.
  ComponentUI
           
  DesktopIconUI
          Pluggable look and feel interface for JDesktopIcon.
  DesktopPaneUI
          Pluggable look and feel interface for JDesktopPane.
  DimensionUIResource
           
  FileChooserUI
          Pluggable look and feel interface for JFileChooser
  FontUIResource
          A subclass of java.awt.
  IconUIResource
           
  InsetsUIResource
           
  InternalFrameUI
          Pluggable look and feel interface for JInternalFrame.
  LabelUI
          Pluggable look and feel interface for JLabel.
  ListUI
          The JList pluggable look and feel delegate.
  MenuBarUI
          Pluggable look and feel interface for JMenuBar.
  MenuItemUI
          Pluggable look and feel interface for JMenuItem.
  OptionPaneUI
          Pluggable look and feel interface for JOptionPane.
  PanelUI
          Pluggable look and feel interface for Panel.
  PopupMenuUI
          Pluggable look and feel interface for JPopupMenu.
  ProgressBarUI
          Pluggable look and feel interface for JProgressBar.
  ScrollBarUI
          Pluggable look and feel interface for JScrollBar.
  ScrollPaneUI
          Pluggable look and feel interface for JScrollPane.
  SeparatorUI
          Pluggable look and feel interface for JSeparator.
  SliderUI
          Pluggable look and feel interface for JSlider.
  SplitPaneUI
          Pluggable look and feel interface for JSplitPane.
  TabbedPaneUI
          Pluggable look and feel interface for JTabbedPane.
  TableHeaderUI
          Pluggable look and feel interface for JTableHeader.
  TableUI
          Pluggable look and feel interface for JTable.
  TextUI
          Text editor user interface
  ToolBarUI
          Pluggable look and feel interface for JToolBar.
  ToolTipUI
          Pluggable look and feel interface for JToolTip.
  TreeUI
          Pluggable look and feel interface for JTree.
  ViewportUI
          Pluggable look and feel interface for JViewport.
 

Uses of Object in com.sun.java.swing.plaf.basic
 

Subclasses of Object in com.sun.java.swing.plaf.basic
  com.sun.java.swing.plaf.basic.BasicTextUI
           
 

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

Subclasses of Object in com.sun.java.swing.table
  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.
protected   JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
           
  TableColumn
          A TableColumn represents all the attributes of a column in a JTable, such as width, resizibility, minimum and maximum width.
 

Fields in com.sun.java.swing.table declared as Object
protected  Object TableColumn.identifier
          This object is not used internally by the drawing machinery of the JTable.
protected  Object TableColumn.headerValue
          The header value of the column
 

Methods in com.sun.java.swing.table that return Object
 Object TableColumn.getIdentifier()
          Returns the identifier object for this column.
 Object TableColumn.getHeaderValue()
          Returns the Object used as the value for the header renderer.
 Object DefaultTableModel.getValueAt(int row, int column)
          Returns an attribute value for the cell at row and column.
 Object TableModel.getValueAt(int rowIndex, int columnIndex)
          Returns an attribute value for the cell at columnIndex and rowIndex.
 

Methods in com.sun.java.swing.table with parameters of type Object
 void TableColumn.setIdentifier(Object anIdentifier)
          Sets the TableColumn's identifier to anIdentifier.
 void TableColumn.setHeaderValue(Object aValue)
          Sets the Object used as the value for the headerRenderer Posts a bound property change notification with the name HEADER_VALUE_PROPERTY.
 Component TableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
          This method is sent to the renderer by the drawing table to configure the renderer appropriately before drawing.
 void AbstractTableModel.setValueAt(Object aValue, int rowIndex, int columnIndex)
          This empty implementation is provided so users don't have to implement this method if their data model is not editable.
 void DefaultTableModel.setDataVector(Object[][] newData, Object[] columnNames)
          This replaces the value in the dataVector instance variable with the values in the array newData.
 void DefaultTableModel.setColumnIdentifiers(Object[] newIdentifiers)
          Replaces the column identifiers in the model.
 void DefaultTableModel.addColumn(Object columnName)
          Add a column to the model.
 void DefaultTableModel.addColumn(Object columnName, Vector columnData)
          Add a column to the model.
 void DefaultTableModel.addColumn(Object columnName, Object[] columnData)
          Adds a column to the model with name columnName.
 void DefaultTableModel.addRow(Object[] rowData)
          Add a row to the end of the model.
 void DefaultTableModel.insertRow(int row, Object[] rowData)
          Insert a row at row in the model.
 void DefaultTableModel.setValueAt(Object aValue, int row, int column)
          Sets the object value for the cell at column and row.
protected static Vector DefaultTableModel.convertToVector(Object[] anArray)
          Returns a Vector that contains the same objects as the array
protected static Vector DefaultTableModel.convertToVector(Object[][] anArray)
          Returns a Vector of Vectors that contains the same objects as the array
 Component DefaultTableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
protected  void DefaultTableCellRenderer.setValue(Object value)
           
 void TableModel.setValueAt(Object aValue, int rowIndex, int columnIndex)
          Sets an attribute value for the record in the cell at columnIndex and rowIndex.
 int TableColumnModel.getColumnIndex(Object columnIdentifier)
          Returns the index of the first column in the receiver's columns array whose identifier is equal to identifier, when compared using equals().
 Component TableCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
          Sets an initial value for the editor.
 int DefaultTableColumnModel.getColumnIndex(Object identifier)
          Returns the index of the first column in the receiver's columns array whose identifier is equal to identifier, when compared using equals().
 

Constructors in com.sun.java.swing.table with parameters of type Object
DefaultTableModel.DefaultTableModel(Object[] columnNames, int numRows)
          Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultTableModel.DefaultTableModel(Object[][] data, Object[] columnNames)
          Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
 

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

Subclasses of Object in com.sun.java.swing.text
  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.DefaultDocumentEvent
          Stores document changes as the document is being modified.
static  AbstractDocument.ElementEdit
          An implementation of ElementChange that can be added to the document event.
  AbstractDocument.LeafElement
          Implements an element that directly represents content of some kind.
  AbstractWriter
          AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes.
  BadLocationException
          This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist).
  BoxView
          A view of a text model that arranges its children into a box.
  ComponentView
          Component decorator that implements the view interface.
  CompositeView
          A view of a text model that has a children box.
  DefaultCaret
          An implementation of Caret for a view that maps over the entire portion of the model represented (i.e. there are no holes in the area represented) and renders the insert position as a vertical line.
  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.
  DefaultHighlighter
          Implements the Highlighter interfaces.
static  DefaultHighlighter.DefaultHighlightPainter
          Simple highlight painter that fills a highlighted area with a solid color.
  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.
static  DefaultStyledDocument.ElementSpec
          Specification for building elements.
protected   DefaultStyledDocument.SectionElement
          Default root element for a document... maps out the paragraphs/lines contained.
  DefaultTextUI
          Deprecated.  
  EditorKit
          Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.
  ElementIterator
           ElementIterator, as the name suggests, iteratates over the Element tree.
  FieldView
          Extends the multi-line plain text view to be suitable for a single-line editor view.
  GapContent
          An implementation of the AbstractDocument.
  IconView
          Icon decorator that implements the view interface.
  JTextComponent
          JTextComponent is the base class for swing text components.
  JTextComponent.AccessibleJTextComponent
          Accessibility implementation for JTextComponent.
static  JTextComponent.KeyBinding
          Binding record for creating key bindings.
  LabelView
          A LabelView is a styled chunk of text that represents a view mapped over an element in the text model.
  ParagraphView
          View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
  PasswordView
          Implements a View suitable for use in JPasswordField UI implementations.
  PlainDocument
          A plain document that uses one font and color.
  PlainView
          Implements View interface for a simple multi-line text view that has text in one font and color.
static  Position.Bias
          A typesafe enumeration to indicate bias to a position in the model.
  Segment
          A segment of a character array representing a fragment of text.
  SimpleAttributeSet
          A straightforward implementation of MutableAttributeSet using a hash table.
  StringContent
          An implementation of the AbstractDocument.
  StyleConstants
           A collection of well known or common attribute keys and methods to apply to an AttributeSet or MutableAttributeSet to get/set the properties in a typesafe manner.
static  StyleConstants.CharacterConstants
          This is a typesafe enumeration of the well-known attributes that contribute to a character style.
static  StyleConstants.ColorConstants
          This is a typesafe enumeration of the well-known attributes that contribute to a color.
static  StyleConstants.FontConstants
          This is a typesafe enumeration of the well-known attributes that contribute to a font.
static  StyleConstants.ParagraphConstants
          This is a typesafe enumeration of the well-known attributes that contribute to a paragraph style.
  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.
  TableView
           Implements View interface for a table, that is composed of a specific element structure where the child elements of the element this view is responsible for represent rows and the child elements of the row elements are cells.
  TableView.TableCell
          View of a cell in a table
  TableView.TableRow
          View of a row in a table.
  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.
  Utilities
          A collection of methods to deal with various text related activities.
  View
          A view of some portion of document model.
  WrappedPlainView
          View of plain text (text with only one font and color) that does line-wrapping.
 

Fields in com.sun.java.swing.text declared as Object
static Object AttributeSet.NameAttribute
          Attribute name used to name the collection of attributes.
static Object AttributeSet.ResolveAttribute
          Attribute name used to identifiy the resolving parent set of attributes, if one is defined.
static Object StyleConstants.NameAttribute
          Attribute name used to name the collection of attributes.
static Object StyleConstants.ResolveAttribute
          Attribute name used to identifiy the resolving parent set of attributes, if one is defined.
static Object StyleConstants.BidiLevel
          Bidirectional level of a character as assigned by the Unicode bidi algorithm.
static Object StyleConstants.FontFamily
          Name of the font family.
static Object StyleConstants.FontSize
          Name of the font size.
static Object StyleConstants.Bold
          Name of the bold attribute.
static Object StyleConstants.Italic
          Name of the italic attribute.
static Object StyleConstants.Underline
          Name of the underline attribute.
static Object StyleConstants.Foreground
          Name of the foreground color attribute.
static Object StyleConstants.Background
          Name of the background color attribute.
static Object StyleConstants.ComponentAttribute
          Name of the component attribute.
static Object StyleConstants.IconAttribute
          Name of the icon attribute.
static Object StyleConstants.FirstLineIndent
          The amount of space to indent the first line of the paragraph.
static Object StyleConstants.LeftIndent
          The amount to indent the left side of the paragraph.
static Object StyleConstants.RightIndent
          The amount to indent the right side of the paragraph.
static Object StyleConstants.LineSpacing
          The amount of space between lines of the paragraph.
static Object StyleConstants.SpaceAbove
          The amount of space above the paragraph.
static Object StyleConstants.SpaceBelow
          The amount of space below the paragraph.
static Object StyleConstants.Alignment
          Alignment for the paragraph.
static Object StyleConstants.TabSet
          TabSet for the paragraph, type is a TabSet containing TabStops.
static Object StyleConstants.Orientation
          Orientation for a paragraph.
static Object StyleConstants.ParagraphConstants.FirstLineIndent
          The amount of space to indent the first line of the paragraph.
static Object StyleConstants.ParagraphConstants.LeftIndent
          The amount to indent the left side of the paragraph.
static Object StyleConstants.ParagraphConstants.RightIndent
          The amount to indent the right side of the paragraph.
static Object StyleConstants.ParagraphConstants.LineSpacing
          The amount of space between lines of the paragraph.
static Object StyleConstants.ParagraphConstants.SpaceAbove
          The amount of space above the paragraph.
static Object StyleConstants.ParagraphConstants.SpaceBelow
          The amount of space below the paragraph.
static Object StyleConstants.ParagraphConstants.Alignment
          Alignment for the paragraph.
static Object StyleConstants.ParagraphConstants.TabSet
          TabSet for the paragraph.
static Object StyleConstants.ParagraphConstants.Orientation
          Orientation for the paragraph.
static Object StyleConstants.CharacterConstants.Underline
          Name of the underline attribute.
static Object StyleConstants.CharacterConstants.ComponentAttribute
          Name of the component attribute.
static Object StyleConstants.CharacterConstants.IconAttribute
          Name of the icon attribute.
static Object StyleConstants.CharacterConstants.BidiLevel
          Bidirectional level of a character as assigned by the Unicode bidi algorithm.
static Object StyleConstants.CharacterConstants.Family
          Name of the font family.
static Object StyleConstants.CharacterConstants.Size
          Name of the font size.
static Object StyleConstants.CharacterConstants.Bold
          Name of the bold attribute.
static Object StyleConstants.CharacterConstants.Italic
          Name of the italic attribute.
static Object StyleConstants.CharacterConstants.Foreground
          Name of the foreground color attribute.
static Object StyleConstants.CharacterConstants.Background
          Name of the background color attribute.
static Object StyleConstants.ColorConstants.Foreground
          Name of the foreground color attribute.
static Object StyleConstants.ColorConstants.Background
          Name of the background color attribute.
static Object StyleConstants.FontConstants.Family
          Name of the font family.
static Object StyleConstants.FontConstants.Size
          Name of the font size.
static Object StyleConstants.FontConstants.Bold
          Name of the bold attribute.
static Object StyleConstants.FontConstants.Italic
          Name of the italic attribute.
 

Methods in com.sun.java.swing.text that return Object
 Object Document.getProperty(Object key)
          Gets properties associated with the document.
 Object DefaultHighlighter.addHighlight(int p0, int p1, Highlighter.HighlightPainter p)
          Adds a highlight to the view.
 Object AbstractDocument.getProperty(Object key)
          A convenience method for looking up a property value.
 Object AbstractDocument.AbstractElement.getAttribute(Object attrName)
          Gets the value of an attribute.
abstract  Object EditorKit.clone()
          Creates a copy of the editor kit.
 Object DefaultEditorKit.clone()
          Creates a copy of the editor kit.
 Object StyleContext.NamedStyle.getAttribute(Object attrName)
          Gets the value of an attribute.
 Object SimpleAttributeSet.getAttribute(Object name)
          Gets the value of an attribute.
 Object SimpleAttributeSet.clone()
          Clones a set of attributes.
 Object AttributeSet.getAttribute(Object key)
          Fetches the value of the given attribute.
 Object Highlighter.addHighlight(int p0, int p1, Highlighter.HighlightPainter p)
          Adds a highlight to the view.
 Object StyledEditorKit.clone()
          Create a copy of the editor kit.
 Object ElementIterator.clone()
          Clones the ElementIterator.
 

Methods in com.sun.java.swing.text with parameters of type Object
 void JTextComponent.read(Reader in, Object desc)
          Initializes from a stream.
 Object Document.getProperty(Object key)
          Gets properties associated with the document.
 void Document.putProperty(Object key, Object value)
          Puts a new property on the list.
 void DefaultHighlighter.removeHighlight(Object tag)
          Removes a highlight from the view.
 void DefaultHighlighter.changeHighlight(Object tag, int p0, int p1)
          Changes a highlight.
 Object AbstractDocument.getProperty(Object key)
          A convenience method for looking up a property value.
 void AbstractDocument.putProperty(Object key, Object value)
          A convenience method for storing up a property value.
 boolean AbstractDocument.AbstractElement.isDefined(Object attrName)
          Checks whether a given attribute is defined.
 Object AbstractDocument.AbstractElement.getAttribute(Object attrName)
          Gets the value of an attribute.
 boolean AbstractDocument.AbstractElement.containsAttribute(Object name, Object value)
          Checks whether a given attribute name/value is defined.
 void AbstractDocument.AbstractElement.addAttribute(Object name, Object value)
          Adds an attribute to the element.
 void AbstractDocument.AbstractElement.removeAttribute(Object name)
          Removes an attribute from the set.
 AttributeSet StyleContext.addAttribute(AttributeSet old, Object name, Object value)
          Adds an attribute to the given set, and returns the new representative set.
 AttributeSet StyleContext.removeAttribute(AttributeSet old, Object name)
          Removes an attribute from the set.
static void StyleContext.registerStaticAttributeKey(Object key)
          Registers an object as a static object that is being used as a key in attribute sets.
 boolean StyleContext.NamedStyle.isDefined(Object attrName)
          Checks whether a given attribute is defined.
 Object StyleContext.NamedStyle.getAttribute(Object attrName)
          Gets the value of an attribute.
 boolean StyleContext.NamedStyle.containsAttribute(Object name, Object value)
          Checks whether a given attribute name/value is defined.
 void StyleContext.NamedStyle.addAttribute(Object name, Object value)
          Adds an attribute.
 void StyleContext.NamedStyle.removeAttribute(Object name)
          Removes an attribute from the set.
 boolean SimpleAttributeSet.isDefined(Object attrName)
          Tells whether a given attribute is defined.
 Object SimpleAttributeSet.getAttribute(Object name)
          Gets the value of an attribute.
 boolean SimpleAttributeSet.containsAttribute(Object name, Object value)
          Checks whether the attribute list contains a specified attribute name/value pair.
 void SimpleAttributeSet.addAttribute(Object name, Object value)
          Adds an attribute to the list.
 void SimpleAttributeSet.removeAttribute(Object name)
          Removes an attribute from the list.
 boolean SimpleAttributeSet.equals(Object obj)
          Compares this object to the specifed object.
 boolean AttributeSet.isDefined(Object attrName)
          Checks whether the named attribute has a value specified in the set without resolving through another attribute set.
 Object AttributeSet.getAttribute(Object key)
          Fetches the value of the given attribute.
 boolean AttributeSet.containsAttribute(Object name, Object value)
          Returns true if this set contains this attribute with an equal value.
 void Highlighter.removeHighlight(Object tag)
          Removes a highlight from the view.
 void Highlighter.changeHighlight(Object tag, int p0, int p1)
          Changes the given highlight to span a different portion of the document.
 boolean TabStop.equals(Object other)
          Returns true if other equals the receiver.
 AttributeSet AbstractDocument.AttributeContext.addAttribute(AttributeSet old, Object name, Object value)
          Adds an attribute to the given set, and returns the new representative set.
 AttributeSet AbstractDocument.AttributeContext.removeAttribute(AttributeSet old, Object name)
          Removes an attribute from the set.
 void MutableAttributeSet.addAttribute(Object name, Object value)
          Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
 void MutableAttributeSet.removeAttribute(Object name)
          Creates a new attribute set similar to this one except that it contains no attribute with the given name.
 

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

Subclasses of Object in com.sun.java.swing.text.html
  BlockView
          A view implementation to display a block (as a box) with CSS specifications.
  CSS
          Defines a set of
static  CSS.Attribute
          Definitions to be used as a key on AttributeSet's that might hold css attributes.
  HTML
          Constants used in the HTMLDocument.
static  HTML.Attribute
          Typesafe enumeration representing an html attribute.
static  HTML.Tag
          Typesafe enumeration for an html tag.
static  HTML.UnknownTag
           
  HTMLDocument
          A document that models html.
  HTMLDocument.BlockElement
          An element that represents a structual block of html.
  HTMLDocument.HTMLReader
          An html reader to load an html document with an html element structure.
  HTMLDocument.HTMLReader.BlockAction
           
  HTMLDocument.HTMLReader.CharacterAction
           
  HTMLDocument.HTMLReader.ParagraphAction
           
  HTMLDocument.HTMLReader.PreAction
           
  HTMLDocument.HTMLReader.SpecialAction
           
  HTMLDocument.HTMLReader.TagAction
          This is an action to be performed in response to parsing a tag.
static  HTMLDocument.Iterator
          An iterator to iterate over a particular type of tag.
  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.
static  HTMLEditorKit.HTMLFactory
          A factory to build view fragments for html.
static  HTMLEditorKit.LinkController
          Class to watch the associated component and fire hyperlink events on it when appropriate.
static  HTMLEditorKit.Parser
          Interface to be supported by the parser.
static  HTMLEditorKit.ParserCallback
          The result of parsing drives these callback methods.
  HTMLWriter
          This is a writer for HTMLDocuments.
  InlineView
          Displays the inline element styles based upon css attributes.
  ListView
          A view implementation to display an html list
  MinimalHTMLWriter
          MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit.
  StyleSheet
          Support for defining the visual characteristics of html views being rendered.
static  StyleSheet.BoxPainter
          Class to carry out some of the duties of css formatting.
static  StyleSheet.ListPainter
          class to carry out some of the duties of css list formatting.
 

Methods in com.sun.java.swing.text.html that return Object
 Object HTMLEditorKit.clone()
          Create a copy of the editor kit.
 

Methods in com.sun.java.swing.text.html with parameters of type Object
 boolean HTML.UnknownTag.equals(Object obj)
          Compares this object to the specifed object.
 

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

Subclasses of Object in com.sun.java.swing.text.rtf
  RTFEditorKit
          This is the default implementation of rtf editing functionality.
 

Methods in com.sun.java.swing.text.rtf that return Object
 Object RTFEditorKit.clone()
          Create a copy of the editor kit.
 

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

Subclasses of Object in com.sun.java.swing.tree
  AbstractLayoutCache
          Warning: serialized objects of this class will not be compatible with future swing releases.
static  AbstractLayoutCache.NodeDimensions
          Used by AbstractLayoutCache to determing the size and x origin of a particular node.
  DefaultMutableTreeNode
          A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
  DefaultTreeCellEditor
          A TreeCellEditor.
  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.
  FixedHeightLayoutCache
          NOTE: This will become more open in a future release.
  TreePath
          Represents a path to a node.
  VariableHeightLayoutCache
          NOTE: This will become more open in a future release.
 

Fields in com.sun.java.swing.tree declared as Object
protected  Object DefaultMutableTreeNode.userObject
          optional user object
 

Methods in com.sun.java.swing.tree that return Object
 Object DefaultTreeSelectionModel.clone()
          Returns a clone of the reciever with the same selection. selectionListeners, and PropertyListeners are not duplicated.
 Object DefaultMutableTreeNode.getUserObject()
          Returns this node's user object.
 Object[] DefaultMutableTreeNode.getUserObjectPath()
          Returns the user object path, from the root, to get to this node.
 Object DefaultMutableTreeNode.clone()
          Overridden to make clone public.
 Object DefaultTreeModel.getRoot()
           
 Object DefaultTreeModel.getChild(Object parent, int index)
           
 Object[] TreePath.getPath()
          Returns an array of Objects containing the components of this TreePath.
 Object TreePath.getLastPathComponent()
          Returns the last component of this path.
 Object TreePath.getPathComponent(int element)
          Returns the path component at the specified index.
 Object DefaultTreeCellEditor.getCellEditorValue()
          Returns the value currently being edited.
 Object TreeModel.getRoot()
          Returns the root of the tree.
 Object TreeModel.getChild(Object parent, int index)
          Returns the child of parent at index index in the parent's child array.
 

Methods in com.sun.java.swing.tree with parameters of type Object
 void DefaultMutableTreeNode.setUserObject(Object userObject)
          Sets the user object for this node to userObject.
 Component TreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
          Sets an initial value for the editor.
 int DefaultTreeModel.getIndexOfChild(Object parent, Object child)
           
 Object DefaultTreeModel.getChild(Object parent, int index)
           
 int DefaultTreeModel.getChildCount(Object parent)
           
 boolean DefaultTreeModel.isLeaf(Object node)
          Returns whether the specified node is a leaf node.
 void DefaultTreeModel.valueForPathChanged(TreePath path, Object newValue)
          This sets the user object of the TreeNode identified by path and posts a node changed.
 void DefaultTreeModel.nodesWereRemoved(TreeNode node, int[] childIndices, Object[] removedChildren)
          Invoke this method after you've removed some TreeNodes from node. childIndices should be the index of the removed elements and must be sorted in ascending order.
protected  void DefaultTreeModel.fireTreeNodesChanged(Object source, Object[] path, int[] childIndices, Object[] children)
           
protected  void DefaultTreeModel.fireTreeNodesInserted(Object source, Object[] path, int[] childIndices, Object[] children)
           
protected  void DefaultTreeModel.fireTreeNodesRemoved(Object source, Object[] path, int[] childIndices, Object[] children)
           
protected  void DefaultTreeModel.fireTreeStructureChanged(Object source, Object[] path, int[] childIndices, Object[] children)
           
 Component TreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
          Sets the value of the current tree cell to value.
 void MutableTreeNode.setUserObject(Object object)
          Resets the user object of the receiver to object.
 boolean TreePath.equals(Object o)
          Tests two TreePaths for equality by checking each element of the paths for equality.
 TreePath TreePath.pathByAddingChild(Object child)
          Returns a new path containing all the elements of this receiver plus child.
protected  Rectangle AbstractLayoutCache.getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle placeIn)
          Returns, by reference in size, the size needed to reprensent value.
abstract  Rectangle AbstractLayoutCache.NodeDimensions.getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds)
          Returns, by reference in bounds, the size and x origin to place value at.
 Component DefaultTreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
          Configures the editor.
protected  void DefaultTreeCellEditor.determineOffset(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
           
 Component DefaultTreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus)
          Configures the renderer based on the passed in components.
 Object TreeModel.getChild(Object parent, int index)
          Returns the child of parent at index index in the parent's child array.
 int TreeModel.getChildCount(Object parent)
          Returns the number of children of parent.
 boolean TreeModel.isLeaf(Object node)
          Returns true if node is a leaf.
 void TreeModel.valueForPathChanged(TreePath path, Object newValue)
          Messaged when the user has altered the value for the item identified by path to newValue.
 int TreeModel.getIndexOfChild(Object parent, Object child)
          Returns the index of child in parent.
 

Constructors in com.sun.java.swing.tree with parameters of type Object
DefaultMutableTreeNode.DefaultMutableTreeNode(Object userObject)
          Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode.DefaultMutableTreeNode(Object userObject, boolean allowsChildren)
          Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
TreePath.TreePath(Object[] path)
          Constructs a path from an array of Objects, uniquely identifying the path from the root of the tree to a specific node, as returned by the tree's data model.
TreePath.TreePath(Object singlePath)
          Constructs a TreePath when there is only item in the path.
TreePath.TreePath(TreePath parent, Object lastElement)
          Constructs a TreePath this is the combination of all the path elements in parent with a last path component of lastElement.
TreePath.TreePath(Object[] path, int length)
           
 

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

Subclasses of Object in com.sun.java.swing.undo
  AbstractUndoableEdit
          An abstract implementation of UndoableEdit, implementing simple responses to all boolean methods in that interface.
  CannotRedoException
          Thrown when an UndoableEdit is told to redo() and can't.
  CannotUndoException
          Thrown when an UndoableEdit is told to undo() and can't.
  CompoundEdit
          A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.
  StateEdit
          StateEdit is a general edit for objects that change state.
  UndoableEditSupport
           
  UndoManager
          Concrete subclass of CompoundEdit which can serve as an UndoableEditListener, consolidating the UndoableEditEvents from a variety of sources, and undoing or redoing them one at a time.
 

Fields in com.sun.java.swing.undo declared as Object
protected  Object UndoableEditSupport.realSource
           
 

Constructors in com.sun.java.swing.undo with parameters of type Object
UndoableEditSupport.UndoableEditSupport(Object r)
           
 

Uses of Object in java.applet
 

Subclasses of Object in java.applet
  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 Object in java.awt
 

Subclasses of Object in java.awt
  AlphaComposite
          This class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
  AWTError
          Thrown when a serious Abstract Window Toolkit error has occurred.
  AWTEvent
          The root event class for all AWT events.
  AWTEventMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
  AWTException
          Signals that an Absract Window Toolkit exception has occurred.
  AWTPermission
          This class is for AWT permissions.
  BasicStroke
          Defines a basic set of rendering attributes for stroked graphics primitives.
  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.
  EventQueue
          EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
  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.
  GradientPaint
          This class provides a way to fill a shape with a linear color gradient pattern.
  Graphics
          The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
  Graphics2D
          This is the fundamental class for 2D rendering in Java.
  GraphicsConfigTemplate
          This class is used to obtain a valid GraphicsConfiguration.
  GraphicsConfiguration
          This class describes the characteristics of a graphics destination such as a printer or monitor.
  GraphicsDevice
          This class describes the graphics devices that may be available in a graphics environment.
  GraphicsEnvironment
          This class specifies the graphics environment.
  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.
  Image
          The abstract class Image is the superclass of all classes that represent graphical images.
  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.
  PrintJob
          An abstract class which initiates and executes a print job.
  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.
  RenderingHints
          This class contains rendering hints that can be used by the
  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.
  TexturePaint
          This class provides a way to fill a shape with a given texture.
  Toolkit
          This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
  Window
          A Window object is a top-level window with no borders and no menubar.
 

Fields in java.awt declared as Object
 Object Event.target
          The target component.
 Object Event.arg
          An arbitrary argument of the event.
static Object Image.UndefinedProperty
          The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
 

Methods in java.awt that return Object
 Object Component.getTreeLock()
          Gets the locking object for AWT component-tree and layout Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
 Object Insets.clone()
          Create a copy of this object.
 Object GridBagConstraints.clone()
          Creates a copy of this grid bag constraint.
 Object RenderingHints.get(String key)
          Returns the value to which the specified key is mapped.
 Object RenderingHints.put(String key, Object value)
          Maps the specified key to the specified value in this object.
 Object RenderingHints.remove(String key)
          Removes the key (and its corresponding value) from this object.
 Object RenderingHints.clone()
          Creates a clone of this RenderingHints object
 Object[] Checkbox.getSelectedObjects()
          Returns the an array (length 1) containing the checkbox label or null if the checkbox is not selected.
 Object Toolkit.getDesktopProperty(String propertyName)
          obtain a value for the specified desktop property.
protected  Object Toolkit.lazilyLoadDesktopProperty(String name)
          an opportunity to lazily evaluate desktop property values.
abstract  Object Image.getProperty(String name, ImageObserver observer)
          Gets a property of this image by name.
 Object[] Choice.getSelectedObjects()
          Returns an array (length 1) containing the currently selected item.
 Object[] CheckboxMenuItem.getSelectedObjects()
          Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
abstract  Object Graphics2D.getRenderingHint(String hintKey)
          Returns the preferences for the rendering algorithms.
 Object[] MediaTracker.getErrorsAny()
          Returns a list of all media that have encountered an error.
 Object[] MediaTracker.getErrorsID(int id)
          Returns a list of media with the specified ID that have encountered an error.
 Object[] List.getSelectedObjects()
          Returns the selected items on the list in an array of Objects.
 Object[] ItemSelectable.getSelectedObjects()
          Returns the selected items or null if no items are selected.
 

Methods in java.awt with parameters of type Object
 boolean Component.action(Event evt, Object what)
          Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
 boolean Component.gotFocus(Event evt, Object what)
          Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
 boolean Component.lostFocus(Event evt, Object what)
          Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
protected  void Component.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting bound property changes.
 void Container.add(Component comp, Object constraints)
          Adds the specified component to the end of this container.
 void Container.add(Component comp, Object constraints, int index)
          Adds the specified component to this container with the specified constraints at the specified index.
protected  void Container.addImpl(Component comp, Object constraints, int index)
          Adds the specified component to this container at the specified index.
 boolean Dimension.equals(Object obj)
          Checks whether two dimension objects have equal values.
 boolean Color.equals(Object obj)
          Determines whether another object is equal to this color.
 boolean Font.equals(Object obj)
          Compares this object to the specified object.
 boolean Insets.equals(Object obj)
          Checks whether two insets objects are equal.
 void CardLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to this card layout's internal table of names.
 boolean AlphaComposite.equals(Object obj)
           
 boolean Point.equals(Object obj)
          Determines whether two points are equal.
 void LayoutManager2.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 boolean BasicStroke.equals(Object obj)
           
 Object RenderingHints.put(String key, Object value)
          Maps the specified key to the specified value in this object.
 boolean MenuShortcut.equals(Object obj)
          Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
protected  void Toolkit.setDesktopProperty(String name, Object newValue)
          set the named desktop property to the specified value and fire a property change event to notify any listeners that the value has changed
protected  void ScrollPane.addImpl(Component comp, Object constraints, int index)
          Adds the specified component to this scroll pane container.
abstract  void Graphics2D.setRenderingHint(String hintKey, Object hintValue)
          Sets the preferences for the rendering algorithms.
 boolean Rectangle.equals(Object obj)
          Checks whether two rectangles are equal.
 void GridBagLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 void BorderLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 

Constructors in java.awt with parameters of type Object
AWTEvent.AWTEvent(Object source, int id)
          Constructs an AWTEvent object with the specified source object and type.
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers, Object arg)
          Creates an instance of Event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and argument.
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers)
          Creates an instance of Event, with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and an argument set to null.
Event.Event(Object target, int id, Object arg)
          Creates an instance of Event with the specified target component, event type, and argument.
RenderingHints.RenderingHints(String key, Object value)
          Constructs a new object with the specified key/value pair.
 

Uses of Object in java.awt.color
 

Subclasses of Object in java.awt.color
  CMMException
          This exception is thrown if the native CMM returns an error.
  ColorSpace
          This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.
  ICC_ColorSpace
          An implementation of the abstract ColorSpace class.
  ICC_Profile
          A representation of color profile data for device independent and device dependent color spaces based on the ICC Profile Format Specification, Version 3.4, August 15, 1997, from the International Color Consortium (see http://www.color.org).
  ICC_ProfileGray
          A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.
  ICC_ProfileRGB
          A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is RGB and the profile includes the redColorantTag, greenColorantTag, blueColorantTag, redTRCTag, greenTRCTag, blueTRCTag, and mediaWhitePointTag tags.
  ProfileDataException
          This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
 

Uses of Object in java.awt.datatransfer
 

Subclasses of Object in java.awt.datatransfer
  Clipboard
          A class which implements a mechanism to transfer data using cut/copy/paste operations.
  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.
  StringSelection
          A class which implements the capability required to transfer a simple java String in plain text format.
  SystemFlavorMap
           The SystemFlavorMap is an externally configurable map that maps platform native type names (strings) to MIME type strings, and also their associated DataFlavors.
  UnsupportedFlavorException
          Signals that the requested data is not supported in this flavor.
 

Methods in java.awt.datatransfer that return Object
 Object StringSelection.getTransferData(DataFlavor flavor)
          If the data was requested in the "java.lang.
 Object DataFlavor.clone()
           
 Object Transferable.getTransferData(DataFlavor flavor)
          Returns an object which represents the data to be transferred.
 

Methods in java.awt.datatransfer with parameters of type Object
 boolean DataFlavor.equals(Object o)
           
 Transferable Clipboard.getContents(Object requestor)
          Returns a transferable object representing the current contents of the clipboard.
 

Uses of Object in java.awt.dnd
 

Subclasses of Object in java.awt.dnd
  DnDConstants
           
  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.
  DragGestureRecognizer
           The DragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag and drop action initiating gestures.
  DragSource
           The DragSource class is a small class responsible for originating a Drag and Drop gesture.
  DragSourceContext
           The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
  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.
protected static  DropTarget.DropTargetAutoScroller
          this protected nested class implements autoscrolling
  DropTargetContext
           A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visibel geometry of a Component, with an associated DropTarget.
protected   DropTargetContext.TransferableProxy
           
  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.
  MouseDragGestureRecognizer
           This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for Mouse based gestures.
 

Methods in java.awt.dnd that return Object
 Object[] DragGestureEvent.toArray()
           
 Object[] DragGestureEvent.toArray(Object[] array)
           
 Object DropTargetContext.TransferableProxy.getTransferData(DataFlavor df)
          get the transfer data
 

Methods in java.awt.dnd with parameters of type Object
 Object[] DragGestureEvent.toArray(Object[] array)
           
 

Uses of Object in java.awt.event
 

Subclasses of Object in java.awt.event
  ActionEvent
          A semantic event which indicates that a component-defined action occured.
  AdjustmentEvent
          The adjustment event emitted by Adjustable objects.
  ComponentAdapter
          An abstract adapter class for receiving component events.
  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).
  ContainerAdapter
          An abstract adapter class for receiving container events.
  ContainerEvent
          A low-level event which indicates that a container's contents changed because a component was added or removed.
  FocusAdapter
          An abstract adapter class for receiving keyboard focus events.
  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.
  KeyAdapter
          An abstract adapter class for receiving keyboard events.
  KeyEvent
          An event which indicates that a keystroke occurred in a component.
  MouseAdapter
          An abstract adapter class for receiving mouse events.
  MouseEvent
          /** An event which indicates that a mouse action occurred in a component.
  MouseMotionAdapter
          An abstract adapter class for receiving mouse motion events.
  PaintEvent
          The component-level paint event.
  TextEvent
          A semantic event which indicates that an object's text changed.
  WindowAdapter
          An abstract adapter class for receiving window events.
  WindowEvent
          A low-level event which indicates that a window has changed its status.
 

Fields in java.awt.event declared as Object
protected  Object InvocationEvent.notifier
          The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method returns.
 

Methods in java.awt.event that return Object
 Object ItemEvent.getItem()
          Returns the item affected by the event.
 

Constructors in java.awt.event with parameters of type Object
TextEvent.TextEvent(Object source, int id)
          Constructs a TextEvent object.
InvocationEvent.InvocationEvent(Object source, Runnable runnable)
          Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationEvent.InvocationEvent(Object source, Runnable runnable, Object notifier, boolean catchExceptions)
          Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationEvent.InvocationEvent(Object source, int id, Runnable runnable, Object notifier, boolean catchExceptions)
          Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run() method when dispatched.
ItemEvent.ItemEvent(ItemSelectable source, int id, Object item, int stateChange)
          Constructs an ItemEvent object.
ActionEvent.ActionEvent(Object source, int id, String command)
          Constructs an ActionEvent object.
ActionEvent.ActionEvent(Object source, int id, String command, int modifiers)
          Constructs an ActionEvent object with modifier keys.
 

Uses of Object in java.awt.font
 

Subclasses of Object in java.awt.font
  FontRenderContext
          FontRenderContext is a container for the information which is needed to correctly measure text.
  GlyphJustificationInfo
          GlyphJustificationInfo represents information about the justification properties of a glyph.
  GlyphMetrics
          GlyphMetrics represents infomation for a single glyph.
  GlyphVector
          GlyphVector is a collection of Glyphs containing geometric information for the placement the GlyphVector and of each Glyph in a transformed coordinate space which should correspond to the device on which the GlyphVector is ultimately to be displayed.
  GraphicAttribute
          This class is used with the CHAR_REPLACEMENT attribute.
  ImageGraphicAttribute
          This is an implementation of GraphicAttribute which draws Images in a TextLayout.
  LineBreakMeasurer
          LineBreakMeasurer allows styled text to be broken into lines (or segments) which fit within a given visual advance.
  LineMetrics
           
  ShapeGraphicAttribute
          This is an implementation of GraphicAttribute which draws Shapes in a TextLayout.
  TextAttribute
          Defines attribute keys and attribute values used for text rendering.
  TextHitInfo
          TextHitInfo represents a character position in a text model, and a bias, or "side," of the character.
  TextLayout
          TextLayout is an immutable graphical representation of styled character data.
static  TextLayout.CaretPolicy
          Define a policy for determining the strong caret location.
static  TextLine.TextLineMetrics
           
  TransformAttribute
          An immutable wrapper for a transform to make it safe to use as an attribute.
 

Methods in java.awt.font that return Object
protected  Object TextAttribute.readResolve()
          Resolves instances being deserialized to the predefined constants.
protected  Object TextLayout.clone()
          Create a copy of this layout.
 

Methods in java.awt.font with parameters of type Object
 boolean TextLayout.equals(Object obj)
          Return true if the object is a TextLayout and this equals the object.
 boolean ShapeGraphicAttribute.equals(Object rhs)
          Compares this object to the specified object.
 boolean TextHitInfo.equals(Object obj)
          Return true if the object is a TextHitInfo and this TextHitInfo is equal to it.
 boolean ImageGraphicAttribute.equals(Object rhs)
          Compares this object to the specified object.
 

Uses of Object in java.awt.geom
 

Subclasses of Object in java.awt.geom
  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.
  Arc2D
          An arc defined by a bounding rectangle, start angle and angular extent, and a closure type (one of OPEN, CHORD, or PIE).
static  Arc2D.Double
          An arc specified in double precision,
static  Arc2D.Float
          An arc specified in float precision,
  Area
          Area is a device-independent specification of an arbitrarily-shaped area.
  CubicCurve2D
          A cubic parametric curve segment in (x, y) coordinate space.
static  CubicCurve2D.Double
          A cubic parametric curve segment specified with double coordinates.
static  CubicCurve2D.Float
          A cubic parametric curve segment specified with float coordinates.
  Dimension2D
          A class to encapsulate a width and a height Dimension.
  Ellipse2D
          An ellipse defined by a bounding rectangle.
static  Ellipse2D.Double
          An ellipse specified in double precision.
static  Ellipse2D.Float
          An ellipse specified in float precision.
  FlatteningPathIterator
          This class returns a flattened view of another PathIterator object.
  GeneralPath
          This class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves.
  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.
  Line2D
          A line segment in (x, y) coordinate space.
static  Line2D.Double
          A line segment specified with double coordinates.
static  Line2D.Float
          A line segment specified with float coordinates.
  NoninvertibleTransformException
          This exception is thrown if an operation is performed requiring the inverse of a Transform object and the Transform is not invertible.
  Point2D
          A point representing a location in (x, y) coordinate space.
static  Point2D.Double
          A point specified in double precision.
static  Point2D.Float
          A point specified in float precision.
  QuadCurve2D
          A quadratic parametric curve segment in (x, y) coordinate space.
static  QuadCurve2D.Double
          A quadratic parametric curve segment specified with double coordinates.
static  QuadCurve2D.Float
          A quadratic parametric curve segment specified with float coordinates.
  Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
static  Rectangle2D.Double
          A rectangle specified in double coordinates.
static  Rectangle2D.Float
          A rectangle specified in float coordinates.
  RectangularShape
          The base class for a number of shapes whose geometry is defined by a rectangular frame.
  RoundRectangle2D
          A rectangle with rounded corners defined by a location (x, y), a dimension (w x h), and the width and height of an arc to round the corners with.
static  RoundRectangle2D.Double
          A rectangle with rounded corners all specified in double coordinates.
static  RoundRectangle2D.Float
          A rectangle with rounded corners all specified in float coordinates.
 

Methods in java.awt.geom that return Object
 Object Dimension2D.clone()
          Creates a new object of the same class as this object.
 Object Point2D.clone()
          Creates a new object of the same class as this object.
 Object RectangularShape.clone()
          Creates a new object of the same class as this object.
 Object AffineTransform.clone()
          Returns a copy of this AffineTransform object.
 Object Line2D.clone()
          Creates a new object of the same class as this object.
 Object CubicCurve2D.clone()
          Creates a new object of the same class as this object.
 Object Area.clone()
          clone function ... to be compatible with Cloneable
 Object GeneralPath.clone()
          Creates a new object of the same class as this object.
 Object QuadCurve2D.clone()
          Creates a new object of the same class as this object.
 

Methods in java.awt.geom with parameters of type Object
 boolean Point2D.equals(Object obj)
          Determines whether two points are equal.
 boolean Rectangle2D.equals(Object obj)
          Determines whether two rectangles are equal.
 boolean AffineTransform.equals(Object obj)
          Returns true if this AffineTransform represents the same affine coordinate transform as the given argument.
 

Uses of Object in java.awt.im
 

Subclasses of Object in java.awt.im
  InputContext
          An InputContext object manages the communication between text editing components and input methods.
  InputMethodHighlight
          A InputMethodHighlight is used to describe in an abstract way the highlight attributes of text being composed.
 

Methods in java.awt.im that return Object
 Object InputContext.getInputMethodControlObject()
          Returns a control object from the current input method, or null.
 

Uses of Object in java.awt.image
 

Subclasses of Object in java.awt.image
  AffineTransformOp
          This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates in the destination image or Raster.
  AreaAveragingScaleFilter
          An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
  BandCombineOp
          This class performs an arbitrary linear combination of bands in a Raster, using a specified matrix.
  BandedSampleModel
          This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
  BufferedImage
          This subclass describes an Image with an accessible buffer of image data.
  BufferedImageFilter
          This class subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp) to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm.
  ByteLookupTable
          This class defines a lookup table object.
  ColorConvertOp
          This class performs a pixel-by-pixel color conversion of the data in the source image.
  ColorModel
          An abstract class that encapsulates the methods for translating a pixel value to color components (e.g. red, green, blue) and an alpha component.
  ComponentColorModel
          A ColorModel class that works with pixel values which represent color and alpha information as separate samples and which store each sample in a separate data element.
  ComponentSampleModel
          This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
  ConvolveOp
          This class implements a convolution from the source to the destination.
  CropImageFilter
          An ImageFilter class for cropping images.
  DataBuffer
          This class exists to wrap one or more data arrays.
  DataBufferByte
          This class extends DataBuffer and stores data internally as bytes.
  DataBufferInt
          This class extends DataBuffer and stores data internally as ints.
  DataBufferShort
          This class extends DataBuffer and stores data internally as shorts.
  DataBufferUShort
          This class extends DataBuffer and stores data internally as shorts.
  DirectColorModel
          A ColorModel class that works with pixel values which represent RGB color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
  FilteredImageSource
          This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
  ImageFilter
          This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
  ImagingOpException
          This exception is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.
  IndexColorModel
          A ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace.
  Kernel
          This class defines a Kernel object.
  LookupOp
          This class implements a lookup operation from the source to the destination.
  LookupTable
          This abstract class defines a lookup table object.
  MemoryImageSource
          This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.
  MultiPixelPackedSampleModel
          This class represents one-banded images and can pack multiple one-sample pixels into one data element.
  PackedColorModel
          An abstract ColorModel class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
  PixelGrabber
          The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image.
  PixelInterleavedSampleModel
          This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
  Raster
          A class representing a rectangular array of pixels.
  RasterFormatException
          This exception is thrown if there is invalid layout information in the Raster.
  ReplicateScaleFilter
          An ImageFilter class for scaling images using the simplest algorithm.
  RescaleOp
          This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale factor and then adding an offset.
  RGBImageFilter
          This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
  SampleModel
          This abstract class defines an interface for extracting samples of pixels in an image.
  ShortLookupTable
          This class defines a lookup table object.
  SinglePixelPackedSampleModel
          This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data data array element holds samples for only one pixel.
  WritableRaster
          This class extends Raster to provide pixel writing capabilities.
 

Fields in java.awt.image declared as Object
protected  Object ReplicateScaleFilter.outpixbuf
           
 

Methods in java.awt.image that return Object
 Object ImageFilter.clone()
          Clones this object.
 Object Raster.getDataElements(int x, int y, Object outData)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object Raster.getDataElements(int x, int y, int w, int h, Object outData)
          Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
 Object Kernel.clone()
          Clones this object.
abstract  Object SampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object SampleModel.getDataElements(int x, int y, int w, int h, Object obj, DataBuffer data)
          Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
 Object ComponentSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object ColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 Object ColorModel.setDataElements(int[] components, int offset, Object obj)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 Object MultiPixelPackedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object PixelGrabber.getPixels()
          Get the pixel buffer.
 Object BufferedImage.getProperty(String name, ImageObserver observer)
          Returns a property of the image by name.
 Object BufferedImage.getProperty(String name)
          Returns a property of the image by name.
 Object BandedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object DirectColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 Object DirectColorModel.setDataElements(int[] components, int offset, Object obj)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 Object ComponentColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 Object ComponentColorModel.setDataElements(int[] components, int offset, Object obj)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 Object RenderedImage.getProperty(String name)
          Gets a property from the property set of this image.
 Object IndexColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 Object IndexColorModel.setDataElements(int[] components, int offset, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 Object SinglePixelPackedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 

Methods in java.awt.image with parameters of type Object
 Object Raster.getDataElements(int x, int y, Object outData)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object Raster.getDataElements(int x, int y, int w, int h, Object outData)
          Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
 void WritableRaster.setDataElements(int x, int y, Object inData)
          Sets the data for a single pixel from a primitive array of type TransferType.
 void WritableRaster.setDataElements(int x, int y, int w, int h, Object inData)
          Sets the data for a rectangle of pixels from a primitive array of type TransferType.
abstract  Object SampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 Object SampleModel.getDataElements(int x, int y, int w, int h, Object obj, DataBuffer data)
          Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
abstract  void SampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
          Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
 void SampleModel.setDataElements(int x, int y, int w, int h, Object obj, DataBuffer data)
          Sets the data for a rectangle of pixels in the specified DataBuffer from a primitive array of type TransferType.
 Object ComponentSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 void ComponentSampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
          Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
 int ColorModel.getRed(Object inData)
          Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int ColorModel.getGreen(Object inData)
          Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int ColorModel.getBlue(Object inData)
          Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int ColorModel.getAlpha(Object inData)
          Returns the alpha component for the specified pixel, scaled from 0 to 255. The pixel value is specified by an array of data elements of type transferType passed in as an object reference.
 int ColorModel.getRGB(Object inData)
          Returns the color/alpha components for the specified pixel in the default RGB color model format.
 Object ColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 int[] ColorModel.getComponents(Object pixel, int[] components, int offset)
          Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
 Object ColorModel.setDataElements(int[] components, int offset, Object obj)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 boolean ColorModel.equals(Object obj)
           
 boolean PackedColorModel.equals(Object obj)
           
 Object MultiPixelPackedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 void MultiPixelPackedSampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
          Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
 Object BandedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 void BandedSampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
          Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
 int DirectColorModel.getRed(Object inData)
          Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int DirectColorModel.getGreen(Object inData)
          Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int DirectColorModel.getBlue(Object inData)
          Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int DirectColorModel.getAlpha(Object inData)
          Returns the alpha component for the specified pixel, scaled from 0 to 255. The pixel value is specified by an array of data elements of type transferType passed in as an object reference.
 int DirectColorModel.getRGB(Object inData)
          Returns the color/alpha components for the specified pixel in the default RGB color model format.
 Object DirectColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 int[] DirectColorModel.getComponents(Object pixel, int[] components, int offset)
          Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
 Object DirectColorModel.setDataElements(int[] components, int offset, Object obj)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 int ComponentColorModel.getRed(Object inData)
          Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int ComponentColorModel.getGreen(Object inData)
          Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int ComponentColorModel.getBlue(Object inData)
          Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB. A color conversion is done if necessary.
 int ComponentColorModel.getAlpha(Object inData)
          Returns the alpha component for the specified pixel, scaled from 0 to 255. The pixel value is specified by an array of data elements of type transferType passed in as an object reference.
 int ComponentColorModel.getRGB(Object inData)
          Returns the color/alpha components for the specified pixel in the default RGB color model format.
 Object ComponentColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 int[] ComponentColorModel.getComponents(Object pixel, int[] components, int offset)
          Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
 Object ComponentColorModel.setDataElements(int[] components, int offset, Object obj)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 boolean ComponentColorModel.equals(Object obj)
          Compares this color model with another for equality.
 Object IndexColorModel.getDataElements(int rgb, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
 int[] IndexColorModel.getComponents(Object pixel, int[] components, int offset)
          Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
 Object IndexColorModel.setDataElements(int[] components, int offset, Object pixel)
          Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
 Object SinglePixelPackedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
          Returns data for a single pixel in a primitive array of type TransferType.
 void SinglePixelPackedSampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
          Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
 

Uses of Object in java.awt.image.renderable
 

Subclasses of Object in java.awt.image.renderable
  ParameterBlock
          A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.
  RenderableImageOp
          This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory.
  RenderableImageProducer
          An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage.
  RenderContext
          A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage.
 

Methods in java.awt.image.renderable that return Object
 Object ContextualRenderedImageFactory.getProperty(ParameterBlock paramBlock, String name)
          Gets the appropriate instance of the property specified by the name parameter.
 Object ParameterBlock.shallowClone()
          Creates a shallow copy of a ParameterBlock.
 Object ParameterBlock.clone()
          Creates a copy of a ParameterBlock.
 Object ParameterBlock.getSource(int index)
          Returns a source as a general Object.
 Object ParameterBlock.getObjectParameter(int index)
          Gets a parameter as an object.
 Object RenderableImageOp.getProperty(String name)
          Gets a property from the property set of this image.
 Object RenderContext.clone()
          Makes a copy of a RenderContext.
 Object RenderableImage.getProperty(String name)
          Gets a property from the property set of this image.
 

Methods in java.awt.image.renderable with parameters of type Object
 ParameterBlock ParameterBlock.addSource(Object source)
          Adds an image to end of the list of sources.
 ParameterBlock ParameterBlock.setSource(Object source, int index)
          Replaces an entry in the list of source with a new source.
 ParameterBlock ParameterBlock.add(Object obj)
          Adds an object to the list of parameters.
 ParameterBlock ParameterBlock.set(Object obj, int index)
          Replaces an Object in the list of parameters.
 

Uses of Object in java.awt.print
 

Subclasses of Object in java.awt.print
  Book
          Represents a document in which pages may have different page page formats and page painters.
  PageFormat
          A PageFormat instance describes the size and orientation of a page to be printed.
  Paper
          Describes the physical characteristics of a piece of paper. 11/11/97 Notes - Should support media color, weight, and type.
  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.
  PrinterJob
          The principal class that controls printing.
 

Methods in java.awt.print that return Object
 Object PageFormat.clone()
          Make a copy of this PageFormat.
 Object Paper.clone()
          Create a copy of this Paper.
 

Uses of Object in java.beans
 

Subclasses of Object in java.beans
  BeanDescriptor
          A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
  Beans
          This class provides some general purpose beans control methods.
  EventSetDescriptor
          An EventSetDescriptor describes a group of events that a given Java bean fires.
  FeatureDescriptor
          The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
  IndexedPropertyDescriptor
          An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
  IntrospectionException
          Thrown when an exception happens during Introspection.
  Introspector
          The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
  MethodDescriptor
          A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
  ParameterDescriptor
          The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.
  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.
  PropertyDescriptor
          A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
  PropertyEditorManager
          The PropertyEditorManager can be used to locate a property editor for any given type name.
  PropertyEditorSupport
          This is a support class to help build property editors.
  PropertyVetoException
          A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
  SimpleBeanInfo
          This is a support class to make it easier for people to provide BeanInfo classes.
  VetoableChangeSupport
          This is a utility class that can be used by beans that support constrained properties.
 

Methods in java.beans that return Object
 Object PropertyEditorSupport.getValue()
           
 Object FeatureDescriptor.getValue(String attributeName)
          Retrieve a named attribute with this feature.
 Object PropertyEditor.getValue()
           
static Object Beans.instantiate(ClassLoader cls, String beanName)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
          Instantiate a bean.
static Object Beans.getInstanceOf(Object bean, Class targetType)
          From a given bean, obtain an object representing a specified type view of that source object.
 Object PropertyChangeEvent.getNewValue()
           
 Object PropertyChangeEvent.getOldValue()
           
 Object PropertyChangeEvent.getPropagationId()
          The "propagationId" field is reserved for future use.
 

Methods in java.beans with parameters of type Object
 void PropertyChangeSupport.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Report a bound property update to any registered listeners.
 void PropertyEditorSupport.setValue(Object value)
          Set (or change) the object that is to be edited.
 void FeatureDescriptor.setValue(String attributeName, Object value)
          Associate a named attribute with this feature.
 void VetoableChangeSupport.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          Report a vetoable property update to any registered listeners.
 void PropertyEditor.setValue(Object value)
          Set (or change) the object that is to be edited.
static Object Beans.getInstanceOf(Object bean, Class targetType)
          From a given bean, obtain an object representing a specified type view of that source object.
static boolean Beans.isInstanceOf(Object bean, Class targetType)
          Check if a bean can be viewed as a given target type.
 void Customizer.setObject(Object bean)
          Set the object to be customized.
 void PropertyChangeEvent.setPropagationId(Object propagationId)
           
 

Constructors in java.beans with parameters of type Object
PropertyChangeSupport.PropertyChangeSupport(Object sourceBean)
           
PropertyEditorSupport.PropertyEditorSupport(Object source)
          Constructor for use when a PropertyEditor is delegating to us.
VetoableChangeSupport.VetoableChangeSupport(Object sourceBean)
           
PropertyChangeEvent.PropertyChangeEvent(Object source, String propertyName, Object oldValue, Object newValue)
           
 

Uses of Object in java.beans.beancontext
 

Subclasses of Object in java.beans.beancontext
  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
           
protected static  BeanContextSupport.BCSIterator
          protected final subclass that encapsulates an iterator but implements a noop remove() method.
 

Methods in java.beans.beancontext that return Object
 Object[] BeanContextMembershipEvent.toArray()
           
 Object BeanContextSupport.instantiateChild(String beanName)
           The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a BeanContext.
 Object[] BeanContextSupport.toArray()
           
 Object[] BeanContextSupport.toArray(Object[] arry)
           
protected  Object[] BeanContextSupport.copyChildren()
           
 Object BeanContextSupport.BCSIterator.next()
           
 Object BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
          request an instance of a service,
 Object BeanContextServices.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
           
 Object BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          obtain a service which may be delegated
 Object BeanContext.instantiateChild(String beanName)
          Instantiate the javaBean named as a child of this BeanContext
 

Methods in java.beans.beancontext with parameters of type Object
 boolean BeanContextMembershipEvent.contains(Object child)
           
 void BeanContextChildSupport.firePropertyChange(String name, Object oldValue, Object newValue)
          fires a propertyChange Event
 void BeanContextChildSupport.fireVetoableChange(String name, Object oldValue, Object newValue)
          fires a vetoableChange Event
 boolean BeanContextSupport.contains(Object o)
           
 boolean BeanContextSupport.containsKey(Object o)
           
 Object[] BeanContextSupport.toArray(Object[] arry)
           
protected  BeanContextSupport.BCSChild BeanContextSupport.createBCSChild(Object targetChild)
           Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
 boolean BeanContextSupport.add(Object targetChild)
           Adds/nests a child within this BeanContext Invoked as a side effect of java.beans.
 boolean BeanContextSupport.remove(Object targetChild)
           
protected  boolean BeanContextSupport.remove(Object targetChild, boolean callChildSetBC)
           
protected  void BeanContextSupport.childDeserializedHook(Object child, BeanContextSupport.BCSChild bcsc)
          called by readObject with the newly deserialized child and BCSChild
protected  boolean BeanContextSupport.validatePendingAdd(Object targetChild)
           Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being added to the BeanContext.
protected  boolean BeanContextSupport.validatePendingRemove(Object targetChild)
           Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being removed from the BeanContext.
protected  void BeanContextSupport.childJustAddedHook(Object child, BeanContextSupport.BCSChild bcsc)
          subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.
protected  void BeanContextSupport.childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
          subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.
protected static Visibility BeanContextSupport.getChildVisibility(Object child)
           
protected static Serializable BeanContextSupport.getChildSerializable(Object child)
           
protected static PropertyChangeListener BeanContextSupport.getChildPropertyChangeListener(Object child)
           
protected static VetoableChangeListener BeanContextSupport.getChildVetoableChangeListener(Object child)
           
protected static BeanContextMembershipListener BeanContextSupport.getChildBeanContextMembershipListener(Object child)
           
protected static BeanContextChild BeanContextSupport.getChildBeanContextChild(Object child)
           
 Object BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
          request an instance of a service,
 void BeanContextServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
          release the service
 Object BeanContextServices.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
           
 void BeanContextServices.releaseService(BeanContextChild child, Object requestor, Object service)
          release the service reference
protected  BeanContextSupport.BCSChild BeanContextServicesSupport.createBCSChild(Object targetChild)
           Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
 Object BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          obtain a service which may be delegated
 void BeanContextServicesSupport.releaseService(BeanContextChild child, Object requestor, Object service)
          release a service
protected static BeanContextServicesListener BeanContextServicesSupport.getChildBeanContextServicesListener(Object child)
           
protected  void BeanContextServicesSupport.childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
          called from superclass child removal operations after a child has been successfully removed. called with child synchronized.
 

Constructors in java.beans.beancontext with parameters of type Object
BeanContextMembershipEvent.BeanContextMembershipEvent(BeanContext bc, Object[] changes)
          Contruct a BeanContextMembershipEvent
BeanContextRemovedEvent.BeanContextRemovedEvent(BeanContext bc, Object[] bccs)
          Contruct a BeanContextRemovedEvent
BeanContextAddedEvent.BeanContextAddedEvent(BeanContext bc, Object[] bccs)
          Contruct a BeanContextAddedEvent
 

Uses of Object in java.io
 

Subclasses of Object in java.io
  BufferedInputStream
          A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
  BufferedOutputStream
          The class implements a buffered output stream.
  BufferedReader
          Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
  BufferedWriter
          Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
  ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
  ByteArrayOutputStream
          This class implements an output stream in which the data is written into a byte array.
  CharArrayReader
          This class implements a character buffer that can be used as a character-input stream.
  CharArrayWriter
          This class implements a character buffer that can be used as an Writer.
  CharConversionException
          base class for character conversion exceptions
  DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
  DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
  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.
  FileDescriptor
          Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
  FileInputStream
          A FileInputStream obtains input bytes from a file in a file system.
  FileNotFoundException
          Signals that no actual file could be opened for a specified path name.
  FileOutputStream
          A file output stream is an output stream for writing data to a File or to a FileDescriptor.
  FilePermission
          This class represents access to a file or directory.
  FileReader
          Convenience class for reading character files.
  FileWriter
          Convenience class for writing character files.
  FilterInputStream
          A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
  FilterOutputStream
          This class is the superclass of all classes that filter output streams.
  FilterReader
          Abstract class for reading filtered character streams.
  FilterWriter
          Abstract class for writing filtered character streams.
  InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
  InputStreamReader
          An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified character encoding.
  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.
  LineNumberInputStream
          Deprecated. This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
  LineNumberReader
          A buffered character-input stream that keeps track of line numbers.
  NotActiveException
          Thrown when serialization or deserialization is not active.
  NotSerializableException
          Thrown when an instance is required to have a Serializable interface.
  ObjectInputStream
          An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
static  ObjectInputStream.GetField
          Provide access to the persistent fields read from the input stream.
  ObjectOutputStream
          An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
static  ObjectOutputStream.PutField
          Provide programatic access to the persistent fields to be written to ObjectOutput.
  ObjectStreamClass
          Serialization's descriptor for classes.
  ObjectStreamException
          Superclass of all exceptions specific to Object Stream classes.
  ObjectStreamField
          A description of a Serializable field from a Serializable class.
  OptionalDataException
          Unexpected data appeared in an ObjectInputStream trying to read an Object.
  OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
  OutputStreamWriter
          Write characters to an output stream, translating characters into bytes according to a specified character encoding.
  PipedInputStream
          A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
  PipedOutputStream
          A piped output stream can be connected to a piped input stream to create a communications pipe.
  PipedReader
          Piped character-input streams.
  PipedWriter
          Piped character-output streams.
  PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
  PrintWriter
          Print formatted representations of objects to a text-output stream.
  PushbackInputStream
          A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
  PushbackReader
          A character-stream reader that allows characters to be pushed back into the stream.
  RandomAccessFile
          Instances of this class support both reading and writing to a random access file.
  Reader
          Abstract class for reading character streams.
  SequenceInputStream
          A SequenceInputStream represents the logical concatenation of other input streams.
  SerializablePermission
          This class is for Serializable permissions.
  StreamCorruptedException
          Thrown when control information that was read from an object stream violates internal consistency checks.
  StreamTokenizer
          The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
  StringBufferInputStream
          Deprecated. This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
  StringReader
          A character stream whose source is a string.
  StringWriter
          A character stream that collects its output in a string buffer, which can then be used to construct a string.
  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
           
  Writer
          Abstract class for writing to character streams.
 

Fields in java.io declared as Object
protected  Object Reader.lock
          The object used to synchronize operations on this stream.
protected  Object Writer.lock
          The object used to synchronize operations on this stream.
 

Methods in java.io that return Object
 Object ObjectInput.readObject()
          Read and return an object.
protected  Object ObjectOutputStream.replaceObject(Object obj)
          This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
 Object ObjectInputStream.readObject()
          Read an object from the ObjectInputStream.
protected  Object ObjectInputStream.readObjectOverride()
          This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
protected  Object ObjectInputStream.resolveObject(Object obj)
          This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
abstract  Object ObjectInputStream.GetField.get(String name, Object defvalue)
          Get the value of the named Object field from the persistent field.
 

Methods in java.io with parameters of type Object
 boolean FilePermission.equals(Object obj)
          Checks two FilePermission objects for equality.
protected  void ObjectOutputStream.writeObjectOverride(Object obj)
          This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
 void ObjectOutputStream.writeObject(Object obj)
          Write the specified object to the ObjectOutputStream.
protected  Object ObjectOutputStream.replaceObject(Object obj)
          This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
abstract  void ObjectOutputStream.PutField.put(String name, Object value)
          Put the value of the named Object field into the persistent field.
 void PrintWriter.print(Object obj)
          Print an object.
 void PrintWriter.println(Object x)
          Print an Object and then terminate the line.
 int ObjectStreamField.compareTo(Object o)
          Compare this field with another ObjectStreamField.
 int File.compareTo(Object o)
          Compares this abstract pathname to another object.
 boolean File.equals(Object obj)
          Tests this abstract pathname for equality with the given object.
 void PrintStream.print(Object obj)
          Print an object.
 void PrintStream.println(Object x)
          Print an Object and then terminate the line.
 void ObjectOutput.writeObject(Object obj)
          Write an object to the underlying storage or stream.
protected  Object ObjectInputStream.resolveObject(Object obj)
          This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
abstract  Object ObjectInputStream.GetField.get(String name, Object defvalue)
          Get the value of the named Object field from the persistent field.
 

Constructors in java.io with parameters of type Object
Reader.Reader(Object lock)
          Create a new character-stream reader whose critical sections will synchronize on the given object.
Writer.Writer(Object lock)
          Create a new character-stream writer whose critical sections will synchronize on the given object.
 

Uses of Object in java.lang
 

Subclasses of Object in java.lang
  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.
static  Character.Subset
          Constants for subsets of the Unicode character set.
  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.
  ClassLoader
          The class ClassLoader is an abstract class.
  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.
  Compiler
          The Compiler class is provided to support Java-to-native-code compilers and related services.
  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.
  InheritableThreadLocal
          This class extends ThreadLocal to provide inheritance of values from parent Thread to child Thread: when a child thread is created, the child receives initial values for all InheritableThreadLocals for which the parent has values.
  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.
  Math
          The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
  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.
  Package
          Package objects contain version information about the implementation and specification of a Java package.
  Process
          The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
  Runtime
          Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
  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.
  SecurityManager
          The security manager is a class that allows applications to implement a security policy.
  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.
  System
          The System class contains several useful class fields and methods.
  Thread
          A thread is a thread of execution in a program.
  ThreadDeath
          An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
  ThreadGroup
          A thread group represents a set of threads.
  ThreadLocal
          This class provides ThreadLocal variables.
  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.
  Void
          The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.
 

Methods in java.lang that return Object
protected  Object Object.clone()
          Creates a new object of the same class as this object.
 Object Class.newInstance()
          Creates a new instance of a class.
 Object[] Class.getSigners()
          Get the signers of this class.
 Object SecurityManager.getSecurityContext()
          Creates an object that encapsulates the current execution environment.
protected  Object ThreadLocal.initialValue()
          Returns the calling thread's initial value for this ThreadLocal variable.
 Object ThreadLocal.get()
          Returns the value in the calling thread's copy of this ThreadLocal variable.
protected  Object InheritableThreadLocal.childValue(Object parentValue)
          Computes the child's initial value for this InheritableThreadLocal as a function of the parent's value at the time the child Thread is created.
static Object Compiler.command(Object any)
          Examines the argument type and its fields and perform some documented operation.
 

Methods in java.lang with parameters of type Object
 boolean Object.equals(Object obj)
          Compares two Objects for equality.
protected  void ClassLoader.setSigners(Class c, Object[] signers)
          Sets the signers of a class.
 boolean Byte.equals(Object obj)
          Compares this object to the specified object.
 int Byte.compareTo(Object o)
          Compares this Byte to another Object.
 boolean Class.isInstance(Object obj)
          This method is the dynamic equivalent of the Java language instanceof operator.
 boolean Character.equals(Object obj)
          Compares this object against the specified object.
 int Character.compareTo(Object o)
          Compares this Character to another Object.
 boolean Character.Subset.equals(Object obj)
          Compares two objects for equality.
 boolean Short.equals(Object obj)
          Compares this object to the specified object.
 int Short.compareTo(Object o)
          Compares this Short to another Object.
 void SecurityManager.checkPermission(Permission perm, Object context)
          Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
 void SecurityManager.checkRead(String file, Object context)
          Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
 void SecurityManager.checkConnect(String host, int port, Object context)
          Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
 boolean SecurityManager.checkTopLevelWindow(Object window)
          Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
 boolean Double.equals(Object obj)
          Compares this object against the specified object.
 int Double.compareTo(Object o)
          Compares this Double to another Object.
 boolean Long.equals(Object obj)
          Compares this object against the specified object.
 int Long.compareTo(Object o)
          Compares this Long to another Object.
 boolean Float.equals(Object obj)
          Compares this object against some other object.
 int Float.compareTo(Object o)
          Compares this Float to another Object.
 void ThreadLocal.set(Object value)
          Sets the calling thread's instance of this ThreadLocal variable to the given value.
 StringBuffer StringBuffer.append(Object obj)
          Appends the string representation of the Object argument to this string buffer.
 StringBuffer StringBuffer.insert(int offset, Object obj)
          Inserts the string representation of the Object argument into this string buffer.
 int Comparable.compareTo(Object o)
          Compares this Object with the specified Object for order.
protected  Object InheritableThreadLocal.childValue(Object parentValue)
          Computes the child's initial value for this InheritableThreadLocal as a function of the parent's value at the time the child Thread is created.
static Object Compiler.command(Object any)
          Examines the argument type and its fields and perform some documented operation.
static void System.arraycopy(Object src, int src_position, Object dst, int dst_position, int length)
          Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
static int System.identityHashCode(Object x)
          Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
 boolean String.equals(Object anObject)
          Compares this string to the specified object.
 int String.compareTo(Object o)
          Compares this String to another Object.
static String String.valueOf(Object obj)
          Returns the string representation of the Object argument.
 boolean Integer.equals(Object obj)
          Compares this object to the specified object.
 int Integer.compareTo(Object o)
          Compares this Integer to another Object.
 boolean Boolean.equals(Object obj)
          Returns true if and only if the argument is not null and is a Boolean object that contains the same boolean value as this object.
 

Uses of Object in java.lang.ref
 

Subclasses of Object in java.lang.ref
  PhantomReference
          Phantom reference objects, for use in scheduling pre-mortem cleanup actions.
  Reference
          The Reference class contains the core abstractions for reference objects.
  ReferenceQueue
          Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
  SoftReference
          Soft reference objects, which are cleared at the discretion of the garbage collector in order to release memory for reclamation.
  WeakReference
          Weak reference objects, for use in implementing canonicalizing mappings.
 

Methods in java.lang.ref that return Object
 Object Reference.get()
          Return the object to which this reference object refers.
 Object SoftReference.get()
          Return the object to which this reference object refers.
 Object PhantomReference.get()
          Return null, since the referent of a phantom reference is always inaccessible.
 

Constructors in java.lang.ref with parameters of type Object
SoftReference.SoftReference(Object referent)
          Create a new soft reference that refers to the given object.
SoftReference.SoftReference(Object referent, ReferenceQueue q)
          Create a new soft reference that refers to the given object and is registered with the given queue.
WeakReference.WeakReference(Object referent)
          Create a new weak reference that refers to the given object.
WeakReference.WeakReference(Object referent, ReferenceQueue q)
          Create a new weak reference that refers to the given object and is registered with the given queue.
PhantomReference.PhantomReference(Object referent, ReferenceQueue q)
          Create a new phantom reference that refers to the given object and is registered with the given queue.
 

Uses of Object in java.lang.reflect
 

Subclasses of Object in java.lang.reflect
  AccessibleObject
          The AccessibleObject class is the base class for Field, Method and Constructor objects.
  Array
          The Array class provides static methods to dynamically create and access Java arrays.
  Constructor
          Constructor provides information about, and access to, a single constructor for a class.
  Field
          A Field provides information about, and dynamic access to, a single field of a class or an interface.
  InvocationTargetException
          InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
  Method
          A Method provides information about, and access to, a single method on a class or interface.
  Modifier
          The Modifier class provides static methods and constants to decode class and member access modifiers.
  ReflectPermission
          The Permission class for reflective operations.
 

Methods in java.lang.reflect that return Object
 Object Field.get(Object obj)
          Returns the value of the field represented by this Field, on the specified object.
 Object Method.invoke(Object obj, Object[] args)
          Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
 Object Constructor.newInstance(Object[] initargs)
          Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
static Object Array.newInstance(Class componentType, int length)
          Creates a new array with the specified component type and length.
static Object Array.newInstance(Class componentType, int[] dimensions)
          Creates a new array with the specified component type and dimensions.
static Object Array.get(Object array, int index)
          Returns the value of the indexed component in the specified array object.
 

Methods in java.lang.reflect with parameters of type Object
 boolean Field.equals(Object obj)
          Compares this Field against the specified object.
 Object Field.get(Object obj)
          Returns the value of the field represented by this Field, on the specified object.
 boolean Field.getBoolean(Object obj)
          Get the value of a field as a boolean on specified object.
 byte Field.getByte(Object obj)
          Get the value of a field as a byte on specified object.
 char Field.getChar(Object obj)
          Get the value of a field as a char on specified object.
 short Field.getShort(Object obj)
          Get the value of a field as a short on specified object.
 int Field.getInt(Object obj)
          Get the value of a field as a int on specified object.
 long Field.getLong(Object obj)
          Get the value of a field as a long on specified object.
 float Field.getFloat(Object obj)
          Get the value of a field as a float on specified object.
 double Field.getDouble(Object obj)
          Get the value of a field as a double on specified object.
 void Field.set(Object obj, Object value)
          Sets the field represented by this Field object on the specified object argument to the specified new value.
 void Field.setBoolean(Object obj, boolean z)
          Set the value of a field as a boolean on specified object.
 void Field.setByte(Object obj, byte b)
          Set the value of a field as a byte on specified object.
 void Field.setChar(Object obj, char c)
          Set the value of a field as a char on specified object.
 void Field.setShort(Object obj, short s)
          Set the value of a field as a short on specified object.
 void Field.setInt(Object obj, int i)
          Set the value of a field as an int on specified object.
 void Field.setLong(Object obj, long l)
          Set the value of a field as a long on specified object.
 void Field.setFloat(Object obj, float f)
          Set the value of a field as a float on specified object.
 void Field.setDouble(Object obj, double d)
          Set the value of a field as a double on specified object.
 boolean Method.equals(Object obj)
          Compares this Method against the specified object.
 Object Method.invoke(Object obj, Object[] args)
          Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
 boolean Constructor.equals(Object obj)
          Compares this Constructor against the specified object.
 Object Constructor.newInstance(Object[] initargs)
          Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
static int Array.getLength(Object array)
          Returns the length of the specified array object, as an int.
static Object Array.get(Object array, int index)
          Returns the value of the indexed component in the specified array object.
static boolean Array.getBoolean(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a boolean.
static byte Array.getByte(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a byte.
static char Array.getChar(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a char.
static short Array.getShort(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a short.
static int Array.getInt(Object array, int index)
          Returns the value of the indexed component in the specified array object, as an int.
static long Array.getLong(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a long.
static float Array.getFloat(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a float.
static double Array.getDouble(Object array, int index)
          Returns the value of the indexed component in the specified array object, as a double.
static void Array.set(Object array, int index, Object value)
          Sets the value of the indexed component of the specified array object to the specified new value.
static void Array.setBoolean(Object array, int index, boolean z)
          Sets the value of the indexed component of the specified array object to the specified boolean value.
static void Array.setByte(Object array, int index, byte b)
          Sets the value of the indexed component of the specified array object to the specified boolean value.
static void Array.setChar(Object array, int index, char c)
          Sets the value of the indexed component of the specified array object to the specified byte value.
static void Array.setShort(Object array, int index, short s)
          Sets the value of the indexed component of the specified array object to the specified short value.
static void Array.setInt(Object array, int index, int i)
          Sets the value of the indexed component of the specified array object to the specified int value.
static void Array.setLong(Object array, int index, long l)
          Sets the value of the indexed component of the specified array object to the specified long value.
static void Array.setFloat(Object array, int index, float f)
          Sets the value of the indexed component of the specified array object to the specified float value.
static void Array.setDouble(Object array, int index, double d)
          Sets the value of the indexed component of the specified array object to the specified double value.
 

Uses of Object in java.math
 

Subclasses of Object in java.math
  BigDecimal
          Immutable, arbitrary-precision signed decimal numbers.
  BigInteger
          Immutable arbitrary-precision integers.
 

Methods in java.math with parameters of type Object
 int BigInteger.compareTo(Object o)
          Compares this BigInteger with the specified Object.
 boolean BigInteger.equals(Object x)
          Compares this BigInteger with the specified Object for equality.
 int BigDecimal.compareTo(Object o)
          Compares this BigDecimal with the specified Object.
 boolean BigDecimal.equals(Object x)
          Compares this BigDecimal with the specified Object for equality.
 

Uses of Object in java.net
 

Subclasses of Object in java.net
  Authenticator
          The class Authenticator represents an object that knows how to obtain authentication for a network connection.
  BindException
          Signals that an error occurred while attempting to bind a socket to a local address and port.
  ContentHandler
          The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
  DatagramPacket
          This class represents a datagram packet.
  DatagramSocket
          This class represents a socket for sending and receiving datagram packets.
  DatagramSocketImpl
          Abstract datagram and multicast socket implementation base class.
  HttpURLConnection
          A URLConnection with support for HTTP-specific features.
  InetAddress
          This class represents an Internet Protocol (IP) address.
  JarURLConnection
          A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
  MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
  MulticastSocket
          The multicast datagram socket class is useful for sending and receiving IP multicast packets.
  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.
  PasswordAuthentication
          The class PasswordAuthentication is a data holder that is used by Authenticator.
  ProtocolException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
  ServerSocket
          This class implements server sockets.
  Socket
          This class implements client sockets (also called just "sockets").
  SocketException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
  SocketImpl
          The abstract class SocketImpl is a common superclass of all classes that actually implement sockets.
  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.
  URLClassLoader
          This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
  URLConnection
          The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL. Instances of this class can be used both to read from and to write to the resource referenced by the URL. In general, creating a connection to a URL is a multistep process: openConnection()connect() Manipulate parameters that affect the connection to the remote resource.
  URLConnection.Callback
          A callback object for a URLConnection.
  URLDecoder
          The class contains a utility method for converting from a MIME format called "x-www-form-urlencoded" to a String To convert to a String, each character is examined in turn: The ASCII characters 'a' through 'z', 'A' through 'Z', and '0' through '9' remain the same.
  URLEncoder
          The class contains a utility method for converting a String into a MIME format called "x-www-form-urlencoded" format.
  URLStreamHandler
          The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
 

Methods in java.net that return Object
 Object URLConnection.getContent()
          Retrieves the contents of this URL connection.
abstract  Object ContentHandler.getContent(URLConnection urlc)
          Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
 Object URL.getContent()
          Returns the contents of this URL. This method is a shorthand for: openConnection().getContent()
 Object SocketOptions.getOption(int optID)
          Fetch the value of an option.
 

Methods in java.net with parameters of type Object
 boolean InetAddress.equals(Object obj)
          Compares this object against the specified object.
 boolean URL.equals(Object obj)
          Compares two URLs.
 int URL.compareTo(Object url)
          Compares a URL to another URL. The comparison is done on a canonical string representation of the URL, which includes the URL's protocol, ref, host, port and file.
 boolean SocketPermission.equals(Object obj)
          Checks two SocketPermission objects for equality.
 void SocketOptions.setOption(int optID, Object value)
          Enable/disable the option specified by optID.
 

Uses of Object in java.rmi
 

Subclasses of Object in java.rmi
  AccessException
           
  AlreadyBoundException
           
  ConnectException
           
  ConnectIOException
           
  MarshalException
           
  MarshalledObject
          A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
  Naming
          This is the bootstrap mechanism for obtaining references to remote objects based on Uniform Resource Locator (URL) syntax.
  NoSuchObjectException
           
  NotBoundException
           
  RemoteException
           
  RMISecurityException
          An RMISecurityException signals that a security exception has occurred.
  RMISecurityManager
          RMISecurityManager provides a default security manager for use by RMI applications that need one because they use downloaded code.
  ServerError
           
  ServerException
           
  ServerRuntimeException
           
  StubNotFoundException
           
  UnexpectedException
           
  UnmarshalException
           
 

Methods in java.rmi that return Object
 Object MarshalledObject.get()
          Return a new copy of the contained object.
 

Methods in java.rmi with parameters of type Object
 boolean MarshalledObject.equals(Object obj)
          Compare this MarshalledObject to another object.
 

Constructors in java.rmi with parameters of type Object
MarshalledObject.MarshalledObject(Object obj)
          Create a new MarshalledObject that contains the serialized representation of the current state of the supplied object.
 

Uses of Object in java.rmi.activation
 

Subclasses of Object in java.rmi.activation
  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
           
 

Methods in java.rmi.activation with parameters of type Object
 boolean ActivationGroupDesc.equals(Object obj)
          Compares two activation group descriptors for content equality.
 boolean ActivationGroupDesc.CommandEnvironment.equals(Object obj)
          Compares two command environments for content equality.
 boolean ActivationGroupID.equals(Object obj)
          Compares two group identifiers for content equality.
 boolean ActivationDesc.equals(Object obj)
          Compares two activation descriptors for content equality.
 boolean ActivationID.equals(Object obj)
          Compares two activation ids for content equality.
 

Uses of Object in java.rmi.dgc
 

Subclasses of Object in java.rmi.dgc
  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.
 

Methods in java.rmi.dgc with parameters of type Object
 boolean VMID.equals(Object obj)
          Compare this VMID to another, and return true if they are the same identifier.
 

Uses of Object in java.rmi.registry
 

Subclasses of Object in java.rmi.registry
  LocateRegistry
          LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host (including the local host), or to create a remote object registry that accepts calls on a specific port.
 

Uses of Object in java.rmi.server
 

Subclasses of Object in java.rmi.server
  ExportException
           
  LogStream
          LogStream presents a mechanism for logging errors that are of possible interest to those monitoring the system.
  ObjID
          The class ObjID is used to identify remote objects uniquely in a VM over time.
  Operation
          Operation holds a description of a Java method.
  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.
  RMIClassLoader
          RMIClassLoader provides static methods for loading classes from a network location (one or more URLs) and obtaining the location from which an existing class can be loaded.
  RMISocketFactory
          An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.
  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.
 

Methods in java.rmi.server that return Object
 Object UnicastRemoteObject.clone()
          Returns a clone of the remote object that is distinct from the original.
 Object LoaderHandler.getSecurityContext(ClassLoader loader)
          Deprecated. Return the security context of the given class loader.
 Object RemoteRef.invoke(Remote obj, Method method, Object[] params, long opnum)
          Invoke a method.
static Object RMIClassLoader.getSecurityContext(ClassLoader loader)
          Deprecated.  
 

Methods in java.rmi.server with parameters of type Object
 boolean RemoteObject.equals(Object obj)
          Compares two remote objects for equality.
 boolean ObjID.equals(Object obj)
          Two object identifiers are considered equal if they have the same contents.
 Object RemoteRef.invoke(Remote obj, Method method, Object[] params, long opnum)
          Invoke a method.
 boolean UID.equals(Object obj)
           
 RemoteStub ServerRef.exportObject(Remote obj, Object data)
          Find or create a client stub object for the supplied Remote.
 

Uses of Object in java.security
 

Subclasses of Object in java.security
  AccessControlContext
          An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
  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.
  AccessController
           The AccessController class is used for three purposes: to decide whether an access to a critical system resource is to be allowed or denied, based on the security policy currently in effect, to mark code as being "privileged", thus affecting subsequent access determinations, and to obtain a "snapshot" of the current calling context so access-control decisions from a different context can be made with respect to the saved context.
  AlgorithmParameterGenerator
          The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
  AlgorithmParameterGeneratorSpi
          This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
  AlgorithmParameters
          This class is used as an opaque representation of cryptographic parameters.
  AlgorithmParametersSpi
          This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage algorithm parameters.
  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.
  DigestInputStream
          A transparent stream that updates the associated message digest using the bits going through the stream.
  DigestOutputStream
          A transparent stream that updates the associated message digest using the bits going through the stream.
  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.
  KeyFactory
          Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
  KeyFactorySpi
          This class defines the Service Provider Interface (SPI) for the KeyFactory class.
  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).
  KeyPairGenerator
          The KeyPairGenerator class is used to generate pairs of public and private keys.
  KeyPairGeneratorSpi
           This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
  KeyStore
          This class represents an in-memory collection of keys and certificates.
  KeyStoreException
          This is the generic KeyStore exception.
  KeyStoreSpi
          This class defines the Service Provider Interface (SPI) for the KeyStore class.
  MessageDigest
          This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.
  MessageDigestSpi
          This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.
  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.
  Policy
          This is an abstract class for representing the system security policy for a Java application environment (specifying which permissions are available for code from various sources).
  PrivilegedActionException
          This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
  ProtectionDomain
           This ProtectionDomain class encapulates the characteristics of a domain, which encloses a set of classes whose instances are granted the same set of permissions.
  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.
  SecureClassLoader
          This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
  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.
  Security
          This class centralizes all security properties and common security methods.
  SecurityPermission
          This class is for security permissions.
  Signature
          This Signature class is used to provide applications the functionality of a digital signature algorithm.
  SignatureException
          This is the generic Signature exception.
  SignatureSpi
          This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
  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.
 

Methods in java.security that return Object
 Object GuardedObject.getObject()
          Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
 Object MessageDigestSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigest.clone()
          Returns a clone if the implementation is cloneable.
 Object SignedObject.getObject()
          Retrieves the encapsulated object.
protected abstract  Object SignatureSpi.engineGetParameter(String param)
          Deprecated.  
 Object SignatureSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object PrivilegedAction.run()
          Performs the computation.
static Object AccessController.doPrivileged(PrivilegedAction action)
          Performs the specified PrivilegedAction with privileges enabled.
static Object AccessController.doPrivileged(PrivilegedAction action, AccessControlContext context)
          Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
static Object AccessController.doPrivileged(PrivilegedExceptionAction action)
          Performs the specified PrivilegedExceptionAction with privileges enabled.
static Object AccessController.doPrivileged(PrivilegedExceptionAction action, AccessControlContext context)
          Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
 Object Signature.getParameter(String param)
          Deprecated.  
 Object Signature.clone()
          Returns a clone if the implementation is cloneable.
 Object Provider.put(Object key, Object value)
          Sets the key property to have the specified value.
 Object Provider.remove(Object key)
          Removes the key property (and its corresponding value).
 Object PrivilegedExceptionAction.run()
          Performs the computation.
 

Methods in java.security with parameters of type Object
 void Permission.checkGuard(Object object)
          Implements the guard interface for a permission.
abstract  boolean Permission.equals(Object obj)
          Checks two Permission objects for equality.
 boolean BasicPermission.equals(Object obj)
          Checks two BasicPermission objects for equality.
 boolean AccessControlContext.equals(Object obj)
          Checks two AccessControlContext objects for equality.
 boolean Principal.equals(Object another)
          Compares this principal to the specified object.
protected abstract  void SignatureSpi.engineSetParameter(String param, Object value)
          Deprecated. Replaced by engineSetParameter.
 boolean CodeSource.equals(Object obj)
          Tests for equality between the specified object and this object.
 boolean Identity.equals(Object identity)
          Deprecated. Tests for equality between the specified object and this identity.
 boolean UnresolvedPermission.equals(Object obj)
          Checks two UnresolvedPermission objects for equality.
 boolean AllPermission.equals(Object obj)
          Checks two AllPermission objects for equality.
 void Guard.checkGuard(Object object)
          Determines whether or not to allow access to the guarded object object.
 void Signature.setParameter(String param, Object value)
          Deprecated. Use setParameter.
 Object Provider.put(Object key, Object value)
          Sets the key property to have the specified value.
 Object Provider.remove(Object key)
          Removes the key property (and its corresponding value).
 

Constructors in java.security with parameters of type Object
GuardedObject.GuardedObject(Object object, Guard guard)
          Constructs a GuardedObject using the specified object and guard.
 

Uses of Object in java.security.acl
 

Subclasses of Object in java.security.acl
  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.
 

Methods in java.security.acl that return Object
 Object AclEntry.clone()
          Clones this ACL entry.
 

Methods in java.security.acl with parameters of type Object
 boolean Permission.equals(Object another)
          Returns true if the object passed matches the permission represented in this interface.
 

Uses of Object in java.security.cert
 

Subclasses of Object in java.security.cert
  Certificate
          Abstract class for managing a variety of identity certificates.
  CertificateEncodingException
          Certificate Encoding Exception.
  CertificateException
          This exception indicates one of a variety of certificate problems.
  CertificateExpiredException
          Certificate Expired Exception.
  CertificateFactory
          This class defines the functionality of a certificate factory, which is used to generate certificate and certificate revocation list (CRL) objects from their encodings.
  CertificateFactorySpi
          This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
  CertificateNotYetValidException
          Certificate is not yet valid exception.
  CertificateParsingException
          Certificate Parsing Exception.
  CRL
          This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
  CRLException
          CRL (Certificate Revocation List) Exception
  X509Certificate
           Abstract class for X.509 certificates.
  X509CRL
           Abstract class for an X.509 Certificate Revocation List (CRL).
  X509CRLEntry
          Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
 

Methods in java.security.cert with parameters of type Object
 boolean Certificate.equals(Object other)
          Compares this certificate for equality with the specified object.
 boolean X509CRL.equals(Object other)
          Compares this CRL for equality with the given object.
 boolean X509CRLEntry.equals(Object other)
          Compares this CRL entry for equality with the given object.
 

Uses of Object in java.security.spec
 

Subclasses of Object in java.security.spec
  DSAParameterSpec
          This class specifies the set of parameters used with the DSA algorithm.
  DSAPrivateKeySpec
          This class specifies a DSA private key with its associated parameters.
  DSAPublicKeySpec
          This class specifies a DSA public key with its associated parameters.
  EncodedKeySpec
          This class represents a public or private key in encoded format.
  InvalidKeySpecException
          This is the exception for invalid key specifications.
  InvalidParameterSpecException
          This is the exception for invalid parameter specifications.
  PKCS8EncodedKeySpec
          This class represents the DER encoding of a private key, according to the format specified in the PKCS #8 standard.
  RSAPrivateCrtKeySpec
          This class specifies an RSA private key using the Chinese Remainder Theorem (CRT) representation.
  RSAPrivateKeySpec
          This class specifies an RSA private key.
  RSAPublicKeySpec
          This class specifies an RSA public key.
  X509EncodedKeySpec
          This class represents the DER encoding of a public or private key, according to the format specified in the X.509 standard.
 

Uses of Object in java.sql
 

Subclasses of Object in java.sql
  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).
  DriverManager
          The DriverManager provides a basic service for managing a set of JDBC drivers.
  DriverPropertyInfo
          The DriverPropertyInfo class is only of interest to advanced programmers who need to interact with a Driver via getDriverProperties to discover and supply properties for connections.
  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.
  Types
          This class defines constants that are used to identify SQL types.
 

Methods in java.sql that return Object
 Object Array.getArray()
          Retrieve the contents of the SQL array designated by the object.
 Object Array.getArray(Map map)
          Retrieve the contents of the SQL array designated by this object.
 Object Array.getArray(long index, int count)
          Like getArray() above, but returns an array containing a slice of the SQL array, beginning with the given @index and containing up to @count successive elements of the SQL array.
 Object Array.getArray(long index, int count, Map map)
          Like getArray() above, but returns an array containing a slice of the SQL array, beginning with the given @index and containing up to @count successive elements of the SQL array.
 Object ResultSet.getObject(int columnIndex)
          Get the value of a column in the current row as a Java object.
 Object ResultSet.getObject(String columnName)
          Get the value of a column in the current row as a Java object.
 Object ResultSet.getObject(int i, Map map)
          JDBC 2.0 Returns the value of column @i as a Java object.
 Object ResultSet.getObject(String colName, Map map)
          JDBC 2.0 Returns the value of column @i as a Java object.
 Object SQLInput.readObject()
          Return the datum at the head of the stream as a Java object.
 Object CallableStatement.getObject(int parameterIndex)
          Get the value of a parameter as a Java object.
 Object CallableStatement.getObject(int i, Map map)
          JDBC 2.0 Returns an object representing the value of OUT parameter @i.
 Object[] Struct.getAttributes()
          Produce the ordered values of the attributes of the SQL    * structured type.
 Object[] Struct.getAttributes(Map map)
          Produce the ordered values of the attributes of the SQL structured type.
 

Methods in java.sql with parameters of type Object
 void PreparedStatement.setObject(int parameterIndex, Object x, int targetSqlType, int scale)
          Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
 void PreparedStatement.setObject(int parameterIndex, Object x, int targetSqlType)
          This method is like setObject above, but assumes a scale of zero.
 void PreparedStatement.setObject(int parameterIndex, Object x)
          Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
 void ResultSet.updateObject(int columnIndex, Object x, int scale)
          JDBC 2.0 Update a column with an Object value.
 void ResultSet.updateObject(int columnIndex, Object x)
          JDBC 2.0 Update a column with an Object value.
 void ResultSet.updateObject(String columnName, Object x, int scale)
          JDBC 2.0 Update a column with an Object value.
 void ResultSet.updateObject(String columnName, Object x)
          JDBC 2.0 Update a column with an Object value.
 boolean Timestamp.equals(Object ts)
          Test Timestamp values for equality.
 

Uses of Object in java.text
 

Subclasses of Object in java.text
  Annotation
          An Annotation object is used as a wrapper for a text attribute value if The text range that the attribute is applied to is critical to the semantics of the range.
static  AttributedCharacterIterator.Attribute
          Defines attribute keys that are used to identify text attributes.
  AttributedString
          An AttributedString holds text and related attribute information.
  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.
  CollationElementIterator
          The CollationElementIterator class is used as an iterator to walk through each character of an international string.
  CollationKey
          A CollationKey represents a String under the rules of a specific Collator object.
  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.
  FieldPosition
          FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output.
  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.
  ParsePosition
          ParsePosition is a simple class used by Format and its subclasses to keep track of the current position during 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.
  StringCharacterIterator
          StringCharacterIterator implements the CharacterIterater protocol for a String.
 

Methods in java.text that return Object
 Object AttributedCharacterIterator.getAttribute(AttributedCharacterIterator.Attribute attribute)
          Returns the value of the named attribute for the current character.
protected  Object AttributedCharacterIterator.Attribute.readResolve()
          Resolves instances being deserialized to the predefined constants.
 Object Annotation.getValue()
          Returns the value of the attribute.
 Object DecimalFormatSymbols.clone()
          Standard override.
abstract  Object Format.parseObject(String source, ParsePosition status)
          Parses a string to produce an object.
 Object Format.parseObject(String source)
          Parses a string to produce an object.
 Object Format.clone()
           
 Object NumberFormat.parseObject(String source, ParsePosition parsePosition)
           
 Object NumberFormat.clone()
          Overrides Cloneable
 Object DecimalFormat.clone()
          Standard override; no change in semantics.
 Object DateFormatSymbols.clone()
          Overrides Cloneable
 Object CharacterIterator.clone()
          Create a copy of this iterator
 Object DateFormat.parseObject(String source, ParsePosition pos)
          Parse a date/time string into an Object.
 Object DateFormat.clone()
          Overrides Cloneable
 Object SimpleDateFormat.clone()
          Overrides Cloneable
 Object StringCharacterIterator.clone()
          Creates a copy of this iterator.
 Object[] ChoiceFormat.getFormats()
          Get the formats passed in the constructor.
 Object ChoiceFormat.clone()
          Overrides Cloneable
 Object Collator.clone()
          Overrides Cloneable
 Object[] MessageFormat.parse(String source, ParsePosition status)
          Parses the string.
 Object[] MessageFormat.parse(String source)
          Parses the string.
 Object MessageFormat.parseObject(String text, ParsePosition status)
          Parses the string.
 Object MessageFormat.clone()
          Overrides Cloneable
 Object BreakIterator.clone()
          Create a copy of this iterator
 Object RuleBasedCollator.clone()
          Standard override; no change in semantics.
 

Methods in java.text with parameters of type Object
 boolean AttributedCharacterIterator.Attribute.equals(Object obj)
          Compares two objects for equality.
 boolean DecimalFormatSymbols.equals(Object obj)
          Override equals
 String Format.format(Object obj)
          Formats an object to produce a string.
abstract  StringBuffer Format.format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
          Formats an object to produce a string.
 StringBuffer NumberFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
           
 boolean NumberFormat.equals(Object obj)
          Overrides equals
 boolean DecimalFormat.equals(Object obj)
          Overrides equals
 void AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute, Object value)
          Adds an attribute to the entire string.
 void AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute, Object value, int beginIndex, int endIndex)
          Adds an attribute to a subrange of the string.
 boolean DateFormatSymbols.equals(Object obj)
          Override equals
 StringBuffer DateFormat.format(Object obj, StringBuffer toAppendTo, FieldPosition fieldPosition)
          Overrides Format.
 boolean DateFormat.equals(Object obj)
          Overrides equals
 boolean SimpleDateFormat.equals(Object obj)
          Override equals.
 boolean StringCharacterIterator.equals(Object obj)
          Compares the equality of two StringCharacterIterator objects.
 boolean ChoiceFormat.equals(Object obj)
          Equality comparision between two
 boolean ParsePosition.equals(Object obj)
          Overrides equals
 int Collator.compare(Object o1, Object o2)
          Compares its two arguments for order.
 boolean Collator.equals(Object that)
          Compares the equality of two Collators.
 int CollationKey.compareTo(Object o)
          Compares this CollationKey with the specified Object for order.
 boolean CollationKey.equals(Object target)
          Compare this CollationKey and the target CollationKey for equality.
 StringBuffer MessageFormat.format(Object[] source, StringBuffer result, FieldPosition ignore)
          Returns pattern with formatted objects.
static String MessageFormat.format(String pattern, Object[] arguments)
          Convenience routine.
 StringBuffer MessageFormat.format(Object source, StringBuffer result, FieldPosition ignore)
           
 boolean MessageFormat.equals(Object obj)
          Equality comparision between two message format objects
 boolean RuleBasedCollator.equals(Object obj)
          Compares the equality of two collation objects.
 boolean FieldPosition.equals(Object obj)
          Overrides equals
 

Constructors in java.text with parameters of type Object
Annotation.Annotation(Object value)
          Constructs an annotation record with the given value.
 

Uses of Object in java.util
 

Subclasses of Object in java.util
  AbstractCollection
          This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
  AbstractList
          This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
  AbstractMap
          This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
  AbstractSequentialList
          This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
  AbstractSet
          This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
  ArrayList
          Resizable-array implementation of the List interface.
  Arrays
          This class contains various methods for manipulating arrays (such as sorting and searching).
  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.
  Collections
          This class consists exclusively of static methods that operate on or return Collections.
  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.
  Dictionary
          The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
  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.
  ListResourceBundle
          ListResourceBundle is a abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
  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.
  Observable
          This class represents an observable object, or "data" in the model-view paradigm.
  Properties
          The Properties class represents a persistent set of properties.
  PropertyPermission
          This class is for property permissions.
  PropertyResourceBundle
          PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
  Random
          An instance of this class is used to generate a stream of pseudorandom numbers.
  ResourceBundle
          Resource bundles contain locale-specific objects.
  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.
  StringTokenizer
          The string tokenizer class allows an application to break a string into tokens.
  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.
  WeakHashMap
          A hashtable-based Map implementation with weak keys.
 

Fields in java.util declared as Object
protected  Object EventObject.source
           
protected  Object[] Vector.elementData
          The array buffer into which the components of the vector are stored.
 

Methods in java.util that return Object
 Object ResourceBundle.getObject(String key)
          Get an object from a ResourceBundle.
protected abstract  Object ResourceBundle.handleGetObject(String key)
          Get an object from a ResourceBundle.
 Object ListResourceBundle.handleGetObject(String key)
          Override of ResourceBundle, same semantics
protected abstract  Object[][] ListResourceBundle.getContents()
          See class description.
abstract  Object Dictionary.get(Object key)
          Returns the value to which the key is mapped in this dictionary.
abstract  Object Dictionary.put(Object key, Object value)
          Maps the specified key to the specified value in this dictionary.
abstract  Object Dictionary.remove(Object key)
          Removes the key (and its corresponding value) from this dictionary.
 Object Hashtable.get(Object key)
          Returns the value to which the specified key is mapped in this hashtable.
 Object Hashtable.put(Object key, Object value)
          Maps the specified key to the specified value in this hashtable.
 Object Hashtable.remove(Object key)
          Removes the key (and its corresponding value) from this hashtable.
 Object Hashtable.clone()
          Creates a shallow copy of this hashtable.
 Object EventObject.getSource()
           
 Object Properties.setProperty(String key, String value)
          Calls the hashtable method put.
 Object Properties.put(Object key, Object value)
          Maps the specified key to the specified value in this Properties set.
 Object AbstractMap.get(Object key)
          Returns the value to which this Map maps the specified key.
 Object AbstractMap.put(Object key, Object value)
          Associates the specified value with the specified key in this Map (optional operation).
 Object AbstractMap.remove(Object key)
          Removes the mapping for this key from this Map if present (optional operation).
 Object WeakHashMap.get(Object key)
          Return the value to which this map maps the specified key.
 Object WeakHashMap.put(Object key, Object value)
          Update this map so that the given key maps to the given value.
 Object WeakHashMap.remove(Object key)
          Remove the mapping for the given key from this map, if present.
 Object[] Set.toArray()
          Returns an array containing all of the elements in this Set.
 Object[] Set.toArray(Object[] a)
          Returns an array containing all of the elements in this Set, whose runtime type is that of the specified array.
 Object[] AbstractCollection.toArray()
          Returns an array containing all of the elements in this Collection.
 Object[] AbstractCollection.toArray(Object[] a)
          Returns an array containing all of the elements in this Collection, whose runtime type is that of the specified array.
 Object StringTokenizer.nextElement()
          Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
 Object HashMap.get(Object key)
          Returns the value to which this HashMap maps the specified key.
 Object HashMap.put(Object key, Object value)
          Associates the specified value with the specified key in this HashMap.
 Object HashMap.remove(Object key)
          Removes the mapping for this key from this HashMap if present.
 Object HashMap.clone()
          Returns a shallow copy of this HashMap.
 Object Calendar.clone()
          Overrides Cloneable
abstract  Object AbstractList.get(int index)
          Returns the element at the specified position in this List.
 Object AbstractList.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element (optional operation).
 Object AbstractList.remove(int index)
          Removes the element at the specified position in this List (optional operation).
 Object AbstractSequentialList.get(int index)
          Returns the element at the specified position in this List.
 Object AbstractSequentialList.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element.
 Object AbstractSequentialList.remove(int index)
          Removes the element at the specified position in this List. shifts any subsequent elements to the left (subtracts one from their indices).
 Object ListIterator.next()
          Returns the next element in the List.
 Object ListIterator.previous()
          Returns the previous element in the List.
static Object Collections.min(Collection coll)
          Returns the minimum element of the given Collection, according to the natural ordering of its elements.
static Object Collections.min(Collection coll, Comparator comp)
          Returns the minimum element of the given Collection, according to the order induced by the specified Comparator.
static Object Collections.max(Collection coll)
          Returns the maximum element of the given Collection, according to the natural ordering of its elements.
static Object Collections.max(Collection coll, Comparator comp)
          Returns the maximum element of the given Collection, according to the order induced by the specified Comparator.
 Object TreeSet.first()
          Returns the first (lowest) element currently in this TreeSet.
 Object TreeSet.last()
          Returns the last (highest) element currently in this TreeSet.
 Object TreeSet.clone()
          Returns a shallow copy of this TreeSet.
 Object Map.get(Object key)
          Returns the value to which this Map maps the specified key.
 Object Map.put(Object key, Object value)
          Associates the specified value with the specified key in this Map (optional operation).
 Object Map.remove(Object key)
          Removes the mapping for this key from this Map if present (optional operation).
 Object Map.Entry.getKey()
          Returns the key corresponding to this Entry.
 Object Map.Entry.getValue()
          Returns the value corresponding to this Entry.
 Object Map.Entry.setValue(Object value)
          Replaces the value corresponding to this Entry with the specified value (optional operation).
 Object TimeZone.clone()
          Overrides Cloneable
 Object Vector.elementAt(int index)
          Returns the component at the specified index.
 Object Vector.firstElement()
          Returns the first component (the item at index 0) of this vector.
 Object Vector.lastElement()
          Returns the last component of the vector.
 Object Vector.clone()
          Returns a clone of this vector.
 Object[] Vector.toArray()
          Returns an array containing all of the elements in this Vector in the correct order.
 Object[] Vector.toArray(Object[] a)
          Returns an array containing all of the elements in this Vector in the correct order.
 Object Vector.get(int index)
          Returns the element at the specified position in this Vector.
 Object Vector.set(int index, Object element)
          Replaces the element at the specified position in this Vector with the specified element.
 Object Vector.remove(int index)
          Removes the element at the specified position in this Vector. shifts any subsequent elements to the left (subtracts one from their indices).
 Object LinkedList.getFirst()
          Returns the first Element in this List.
 Object LinkedList.getLast()
          Returns the last Element in this List.
 Object LinkedList.removeFirst()
          Removes and returns the first Element from this List.
 Object LinkedList.removeLast()
          Removes and returns the last Element from this List.
 Object LinkedList.get(int index)
          Returns the element at the specified position in this List.
 Object LinkedList.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element.
 Object LinkedList.remove(int index)
          Removes the element at the specified position in this List.
 Object LinkedList.clone()
          Returns a shallow copy of this LinkedList.
 Object[] LinkedList.toArray()
          Returns an array containing all of the elements in this LinkedList in the correct order.
 Object[] LinkedList.toArray(Object[] a)
          Returns an array containing all of the elements in this LinkedList in the correct order.
 Object SimpleTimeZone.clone()
          Overrides Cloneable
 Object Iterator.next()
          Returns the next element in the interation.
 Object BitSet.clone()
          Cloning this BitSet produces a new BitSet that is equal to it.
 Object Stack.push(Object item)
          Pushes an item onto the top of this stack.
 Object Stack.pop()
          Removes the object at the top of this stack and returns that object as the value of this function.
 Object Stack.peek()
          Looks at the object at the top of this stack without removing it from the stack.
 Object SortedSet.first()
          Returns the first (lowest) element currently in this SortedSet.
 Object SortedSet.last()
          Returns the last (highest) element currently in this SortedSet.
 Object Locale.clone()
          Overrides Cloneable
 Object Enumeration.nextElement()
          Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
 Object[] Collection.toArray()
          Returns an array containing all of the elements in this Collection.
 Object[] Collection.toArray(Object[] a)
          Returns an array containing all of the elements in this Collection, whose runtime type is that of the specified array.
 Object PropertyResourceBundle.handleGetObject(String key)
          Override of ResourceBundle, same semantics
 Object HashSet.clone()
          Returns a shallow copy of this HashSet.
 Object[] List.toArray()
          Returns an array containing all of the elements in this List in proper sequence.
 Object[] List.toArray(Object[] a)
          Returns an array containing all of the elements in this List in proper sequence, whose runtime type is that of the specified array.
 Object List.get(int index)
          Returns the element at the specified position in this List.
 Object List.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element (optional operation).
 Object List.remove(int index)
          Removes the element at the specified position in this List (optional operation).
 Object ArrayList.clone()
          Returns a shallow copy of this ArrayList.
 Object[] ArrayList.toArray()
          Returns an array containing all of the elements in this ArrayList in the correct order.
 Object[] ArrayList.toArray(Object[] a)
          Returns an array containing all of the elements in this ArrayList in the correct order.
 Object ArrayList.get(int index)
          Returns the element at the specified position in this ArrayList.
 Object ArrayList.set(int index, Object element)
          Replaces the element at the specified position in this ArrayList with the specified element.
 Object ArrayList.remove(int index)
          Removes the element at the specified position in this ArrayList.
 Object TreeMap.get(Object key)
          Returns the value to which this TreeMap maps the specified key.
 Object TreeMap.firstKey()
          Returns the first (lowest) key currently in this SortedMap.
 Object TreeMap.lastKey()
          Returns the last (highest) key currently in this SortedMap.
 Object TreeMap.put(Object key, Object value)
          Associates the specified value with the specified key in this TreeMap.
 Object TreeMap.remove(Object key)
          Removes the mapping for this key from this TreeMap if present.
 Object TreeMap.clone()
          Returns a shallow copy of this TreeMap.
 Object SortedMap.firstKey()
          Returns the first (lowest) key currently in this SortedMap.
 Object SortedMap.lastKey()
          Returns the last (highest) key currently in this SortedMap.
 

Methods in java.util with parameters of type Object
abstract  Object Dictionary.get(Object key)
          Returns the value to which the key is mapped in this dictionary.
abstract  Object Dictionary.put(Object key, Object value)
          Maps the specified key to the specified value in this dictionary.
abstract  Object Dictionary.remove(Object key)
          Removes the key (and its corresponding value) from this dictionary.
 boolean Hashtable.contains(Object value)
          Tests if some key maps into the specified value in this hashtable.
 boolean Hashtable.containsValue(Object value)
          Returns true if this Hashtable maps one or more keys to this value.
 boolean Hashtable.containsKey(Object key)
          Tests if the specified object is a key in this hashtable.
 Object Hashtable.get(Object key)
          Returns the value to which the specified key is mapped in this hashtable.
 Object Hashtable.put(Object key, Object value)
          Maps the specified key to the specified value in this hashtable.
 Object Hashtable.remove(Object key)
          Removes the key (and its corresponding value) from this hashtable.
 boolean Hashtable.equals(Object o)
          Compares the specified Object with this Map for equality, as per the definition in the Map interface.
 Object Properties.put(Object key, Object value)
          Maps the specified key to the specified value in this Properties set.
 boolean Date.equals(Object obj)
          Compares two dates for equality.
 int Date.compareTo(Object o)
          Compares this Date to another Object.
 boolean AbstractMap.containsValue(Object value)
          Returns true if this Map maps one or more keys to this value.
 boolean AbstractMap.containsKey(Object key)
          Returns true if this Map contains a mapping for the specified key.
 Object AbstractMap.get(Object key)
          Returns the value to which this Map maps the specified key.
 Object AbstractMap.put(Object key, Object value)
          Associates the specified value with the specified key in this Map (optional operation).
 Object AbstractMap.remove(Object key)
          Removes the mapping for this key from this Map if present (optional operation).
 boolean AbstractMap.equals(Object o)
          Compares the specified Object with this Map for equality.
 boolean WeakHashMap.containsKey(Object key)
          Return true if this map contains a mapping for the specified key.
 Object WeakHashMap.get(Object key)
          Return the value to which this map maps the specified key.
 Object WeakHashMap.put(Object key, Object value)
          Update this map so that the given key maps to the given value.
 Object WeakHashMap.remove(Object key)
          Remove the mapping for the given key from this map, if present.
 boolean Set.contains(Object o)
          Returns true if this Set contains the specified element.
 Object[] Set.toArray(Object[] a)
          Returns an array containing all of the elements in this Set, whose runtime type is that of the specified array.
 boolean Set.add(Object o)
          Adds the specified element to this Set if it is not already present (optional operation).
 boolean Set.remove(Object o)
          Removes the specified element from this Set if it is present (optional operation).
 boolean Set.equals(Object o)
          Compares the specified Object with this Set for equality.
 boolean AbstractCollection.contains(Object o)
          Returns true if this Collection contains the specified element.
 Object[] AbstractCollection.toArray(Object[] a)
          Returns an array containing all of the elements in this Collection, whose runtime type is that of the specified array.
 boolean AbstractCollection.add(Object o)
          Ensures that this Collection contains the specified element (optional operation).
 boolean AbstractCollection.remove(Object o)
          Removes a single instance of the specified element from this Collection, if it is present (optional operation).
 boolean HashMap.containsValue(Object value)
          Returns true if this HashMap maps one or more keys to the specified value.
 boolean HashMap.containsKey(Object key)
          Returns true if this HashMap contains a mapping for the specified key.
 Object HashMap.get(Object key)
          Returns the value to which this HashMap maps the specified key.
 Object HashMap.put(Object key, Object value)
          Associates the specified value with the specified key in this HashMap.
 Object HashMap.remove(Object key)
          Removes the mapping for this key from this HashMap if present.
 boolean PropertyPermission.equals(Object obj)
          Checks two PropertyPermission objects for equality.
 boolean Calendar.equals(Object obj)
          Compares this calendar to the specified object.
 boolean Calendar.before(Object when)
          Compares the time field records.
 boolean Calendar.after(Object when)
          Compares the time field records.
 boolean AbstractList.add(Object o)
          Appends the specified element to the end of this List (optional operation).
 Object AbstractList.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element (optional operation).
 void AbstractList.add(int index, Object element)
          Inserts the specified element at the specified position in this List (optional operation).
 int AbstractList.indexOf(Object o)
          Returns the index in this List of the first occurence of the specified element, or -1 if the List does not contain this element.
 int AbstractList.lastIndexOf(Object o)
          Returns the index in this List of the last occurence of the specified element, or -1 if the List does not contain this element.
 boolean AbstractList.equals(Object o)
          Compares the specified Object with this List for equality.
 Object AbstractSequentialList.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element.
 void AbstractSequentialList.add(int index, Object element)
          Inserts the specified element at the specified position in this List.
 void ListIterator.set(Object o)
          Replaces the last element returned by next or previous with the specified element (optional operation).
 void ListIterator.add(Object o)
          Inserts the specified element into the List (optional operation).
static int Collections.binarySearch(List list, Object key)
          Searches the specified List for the specified Object using the binary search algorithm.
static int Collections.binarySearch(List list, Object key, Comparator c)
          Searches the specified List for the specified Object using the binary search algorithm.
static void Collections.fill(List list, Object o)
          Replaces all of the elements of the specified List with the specified element.
static Set Collections.singleton(Object o)
          Returns an immutable Set containing only the specified Object.
static List Collections.nCopies(int n, Object o)
          Returns an immutable List consisting of n copies of the specified Object.
 boolean AbstractSet.equals(Object o)
          Compares the specified Object with this Set for equality.
 boolean TreeSet.contains(Object o)
          Returns true if this TreeSet contains the specified element.
 boolean TreeSet.add(Object o)
          Adds the specified element to this Set if it is not already present.
 boolean TreeSet.remove(Object o)
          Removes the given element from this Set if it is present.
 SortedSet TreeSet.subSet(Object fromElement, Object toElement)
          Returns a view of the portion of this TreeSet whose elements range from fromElement, inclusive, to toElement, exclusive.
 SortedSet TreeSet.headSet(Object toElement)
          Returns a view of the portion of this TreeSet whose elements are strictly less than toElement.
 SortedSet TreeSet.tailSet(Object fromElement)
          Returns a view of the portion of this TreeSet whose elements are strictly less than toElement.
 boolean Map.containsKey(Object key)
          Returns true if this Map contains a mapping for the specified key.
 boolean Map.containsValue(Object value)
          Returns true if this Map maps one or more keys to the specified value.
 Object Map.get(Object key)
          Returns the value to which this Map maps the specified key.
 Object Map.put(Object key, Object value)
          Associates the specified value with the specified key in this Map (optional operation).
 Object Map.remove(Object key)
          Removes the mapping for this key from this Map if present (optional operation).
 boolean Map.equals(Object o)
          Compares the specified Object with this Map for equality.
 Object Map.Entry.setValue(Object value)
          Replaces the value corresponding to this Entry with the specified value (optional operation).
 boolean Map.Entry.equals(Object o)
          Compares the specified Object with this Entry for equality.
 void Vector.copyInto(Object[] anArray)
          Copies the components of this vector into the specified array.
 boolean Vector.contains(Object elem)
          Tests if the specified object is a component in this vector.
 int Vector.indexOf(Object elem)
          Searches for the first occurence of the given argument, testing for equality using the equals method.
 int Vector.indexOf(Object elem, int index)
          Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
 int Vector.lastIndexOf(Object elem)
          Returns the index of the last occurrence of the specified object in this vector.
 int Vector.lastIndexOf(Object elem, int index)
          Searches backwards for the specified object, starting from the specified index, and returns an index to it.
 void Vector.setElementAt(Object obj, int index)
          Sets the component at the specified index of this vector to be the specified object.
 void Vector.insertElementAt(Object obj, int index)
          Inserts the specified object as a component in this vector at the specified index.
 void Vector.addElement(Object obj)
          Adds the specified component to the end of this vector, increasing its size by one.
 boolean Vector.removeElement(Object obj)
          Removes the first (lowest-indexed) occurrence of the argument from this vector.
 Object[] Vector.toArray(Object[] a)
          Returns an array containing all of the elements in this Vector in the correct order.
 Object Vector.set(int index, Object element)
          Replaces the element at the specified position in this Vector with the specified element.
 boolean Vector.add(Object o)
          Appends the specified element to the end of this Vector.
 boolean Vector.remove(Object o)
          Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
 void Vector.add(int index, Object element)
          Inserts the specified element at the specified position in this Vector.
 boolean Vector.equals(Object o)
          Compares the specified Object with this Vector for equality.
 void LinkedList.addFirst(Object o)
          Inserts the given element at the beginning of this List.
 void LinkedList.addLast(Object o)
          Appends the given element to the end of this List.
 boolean LinkedList.contains(Object o)
          Returns true if this List contains the specified element.
 boolean LinkedList.add(Object o)
          Appends the specified element to the end of this List.
 boolean LinkedList.remove(Object o)
          Removes the first occurrence of the specified element in this List.
 Object LinkedList.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element.
 void LinkedList.add(int index, Object element)
          Inserts the specified element at the specified position in this List.
 int LinkedList.indexOf(Object o)
          Returns the index in this List of the first occurrence of the specified element, or -1 if the List does not contain this element.
 int LinkedList.lastIndexOf(Object o)
          Returns the index in this List of the last occurrence of the specified element, or -1 if the List does not contain this element.
 Object[] LinkedList.toArray(Object[] a)
          Returns an array containing all of the elements in this LinkedList in the correct order.
 int Comparator.compare(Object o1, Object o2)
          Compares its two arguments for order.
 boolean Comparator.equals(Object obj)
          Indicates whether some other object is "equal to" this Comparator.
 boolean SimpleTimeZone.equals(Object obj)
          Compares the equality of two SimpleTimeZone objects.
static void Arrays.sort(Object[] a)
          Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
static void Arrays.sort(Object[] a, Comparator c)
          Sorts the specified array of objects according to the order induced by the specified Comparator.
static int Arrays.binarySearch(Object[] a, Object key)
          Searches the specified array for the specified Object using the binary search algorithm.
static int Arrays.binarySearch(Object[] a, Object key, Comparator c)
          Searches the specified array for the specified Object using the binary search algorithm.
static boolean Arrays.equals(Object[] a, Object[] a2)
          Returns true if the the two specified arrays of Objects are equal to one another.
static void Arrays.fill(Object[] a, Object val)
          Assigns the specified Object reference to each element of the specified array of Objects.
static void Arrays.fill(Object[] a, int fromIndex, int toIndex, Object val)
          Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
static List Arrays.asList(Object[] a)
          Returns a fixed-size List backed by the specified array.
 void Observable.notifyObservers(Object arg)
          If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
 boolean BitSet.equals(Object obj)
          Compares this object against the specified object.
 Object Stack.push(Object item)
          Pushes an item onto the top of this stack.
 int Stack.search(Object o)
          Returns the 1-based position where an object is on this stack.
 SortedSet SortedSet.subSet(Object fromElement, Object toElement)
          Returns a view of the portion of this SortedSet whose elements range from fromElement, inclusive, to toElement, exclusive.
 SortedSet SortedSet.headSet(Object toElement)
          Returns a view of the portion of this SortedSet whose elements are strictly less than toElement.
 SortedSet SortedSet.tailSet(Object fromElement)
          Returns a view of the portion of this SortedSet whose elements are greater than or equal to fromElement.
 boolean Locale.equals(Object obj)
           
 boolean Collection.contains(Object o)
          Returns true if this Collection contains the specified element.
 Object[] Collection.toArray(Object[] a)
          Returns an array containing all of the elements in this Collection, whose runtime type is that of the specified array.
 boolean Collection.add(Object o)
          Ensures that this Collection contains the specified element (optional operation).
 boolean Collection.remove(Object o)
          Removes a single instance of the specified element from this Collection, if it is present (optional operation).
 boolean Collection.equals(Object o)
          Compares the specified Object with this Collection for equality.
 boolean HashSet.contains(Object o)
          Returns true if this HashSet contains the specified element.
 boolean HashSet.add(Object o)
          Adds the specified element to this HashSet if it is not already present.
 boolean HashSet.remove(Object o)
          Removes the given element from this HashSet if it is present.
 boolean List.contains(Object o)
          Returns true if this List contains the specified element.
 Object[] List.toArray(Object[] a)
          Returns an array containing all of the elements in this List in proper sequence, whose runtime type is that of the specified array.
 boolean List.add(Object o)
          Appends the specified element to the end of this List (optional operation).
 boolean List.remove(Object o)
          Removes the first occurrence of the specified element in this List (optional operation).
 boolean List.equals(Object o)
          Compares the specified Object with this List for equality.
 Object List.set(int index, Object element)
          Replaces the element at the specified position in this List with the specified element (optional operation).
 void List.add(int index, Object element)
          Inserts the specified element at the specified position in this List (optional operation).
 int List.indexOf(Object o)
          Returns the index in this List of the first occurrence of the specified element, or -1 if the List does not contain this element.
 int List.lastIndexOf(Object o)
          Returns the index in this List of the last occurrence of the specified element, or -1 if the List does not contain this element.
 boolean ArrayList.contains(Object elem)
          Returns true if this ArrayList contains the specified element.
 int ArrayList.indexOf(Object elem)
          Searches for the first occurence of the given argument, testing for equality using the equals method.
 int ArrayList.lastIndexOf(Object elem)
          Returns the index of the last occurrence of the specified object in this ArrayList.
 Object[] ArrayList.toArray(Object[] a)
          Returns an array containing all of the elements in this ArrayList in the correct order.
 Object ArrayList.set(int index, Object element)
          Replaces the element at the specified position in this ArrayList with the specified element.
 boolean ArrayList.add(Object o)
          Appends the specified element to the end of this ArrayList.
 void ArrayList.add(int index, Object element)
          Inserts the specified element at the specified position in this ArrayList.
 boolean TreeMap.containsKey(Object key)
          Returns true if this TreeMap contains a mapping for the specified key.
 boolean TreeMap.containsValue(Object value)
          Returns true if this Map maps one or more keys to the specified value.
 Object TreeMap.get(Object key)
          Returns the value to which this TreeMap maps the specified key.
 Object TreeMap.put(Object key, Object value)
          Associates the specified value with the specified key in this TreeMap.
 Object TreeMap.remove(Object key)
          Removes the mapping for this key from this TreeMap if present.
 SortedMap TreeMap.subMap(Object fromKey, Object toKey)
          Returns a view of the portion of this TreeMap whose keys range from fromKey, inclusive, to toKey, exclusive.
 SortedMap TreeMap.headMap(Object toKey)
          Returns a view of the portion of this TreeMap whose keys are strictly less than toKey.
 SortedMap TreeMap.tailMap(Object fromKey)
          Returns a view of the portion of this TreeMap whose keys are strictly less than toKey.
 void Observer.update(Observable o, Object arg)
          This method is called whenever the observed object is changed.
 SortedMap SortedMap.subMap(Object fromKey, Object toKey)
          Returns a view of the portion of this SortedMap whose keys range from fromKey, inclusive, to toKey, exclusive.
 SortedMap SortedMap.headMap(Object toKey)
          Returns a view of the portion of this SortedMap whose keys are strictly less than toKey.
 SortedMap SortedMap.tailMap(Object fromKey)
          Returns a view of the portion of this SortedMap whose keys are greater than or equal to fromKey.
 

Constructors in java.util with parameters of type Object
EventObject.EventObject(Object source)
          Constructs a prototypical Event
 

Uses of Object in java.util.jar
 

Subclasses of Object in java.util.jar
  Attributes
          The Attributes class maps Manifest attribute names to associated string values.
static  Attributes.Name
          The Attributes.
  JarEntry
          This class is used to represent a JAR file entry.
  JarException
          Signals that an error of some sort has occurred while reading from or writing to a JAR file.
  JarFile
          The JarFile class is used to read the contents of a JAR file from any file that can be opened with java.io.
  JarInputStream
          The JarInputStream class is used to read the contents of a JAR file from any input stream.
  JarOutputStream
          The JarOutputStream class is used to write the contents of a JAR file to any output stream.
  Manifest
          The Manifest class is used to maintain Manifest entry names and their associated Attributes.
 

Methods in java.util.jar that return Object
 Object Manifest.clone()
          Returns a shallow copy of this Manifest, implemented as follows: public Object clone() { return new Manifest(this); }
 Object Attributes.get(Object name)
          Returns the value of the specified attribute name, or null if the attribute name was not found.
 Object Attributes.put(Object name, Object value)
          Associates the specified value with the specified attribute name (key) in this Map.
 Object Attributes.remove(Object name)
          Removes the attribute with the specified name (key) from this Map.
 Object Attributes.clone()
          Returns a copy of the Attributes, implemented as follows: public Object clone() { return new Attributes(this); } Since the attribute names and values are themselves immutable, the Attributes returned can be safely modified without affecting the original.
 

Methods in java.util.jar with parameters of type Object
 boolean Manifest.equals(Object o)
          Returns true if the specified Object is also a Manifest and has the same main Attributes and entries.
 Object Attributes.get(Object name)
          Returns the value of the specified attribute name, or null if the attribute name was not found.
 Object Attributes.put(Object name, Object value)
          Associates the specified value with the specified attribute name (key) in this Map.
 Object Attributes.remove(Object name)
          Removes the attribute with the specified name (key) from this Map.
 boolean Attributes.containsValue(Object value)
          Returns true if this Map maps one or more attribute names (keys) to the specified value.
 boolean Attributes.containsKey(Object name)
          Returns true if this Map contains the specified attribute name (key).
 boolean Attributes.equals(Object o)
          Compares the specified Attributes object with this Map for equality.
 boolean Attributes.Name.equals(Object o)
          Compares this attribute name to another for equality.
 

Uses of Object in java.util.mime
 

Subclasses of Object in java.util.mime
  MimeType
          A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
  MimeTypeParameterList
          An object that encapsualtes the parameter list of a MimeType as defined in RFC 2045 and 2046.
  MimeTypeParseException
          A class to encapsulate MimeType parsing related exceptions
 

Methods in java.util.mime that return Object
 Object MimeTypeParameterList.clone()
           
 Object MimeType.clone()
           
 

Uses of Object in java.util.zip
 

Subclasses of Object in java.util.zip
  Adler32
          A class that can be used to compute the Adler-32 checksum of a data stream.
  CheckedInputStream
          An input stream that also maintains a checksum of the data being read.
  CheckedOutputStream
          An output stream that also maintains a checksum of the data being written.
  CRC32
          A class that can be used to compute the CRC-32 of a data stream.
  DataFormatException
          Signals that a data format error has occurred.
  Deflater
          This class provides support for general purpose decompression using the popular ZLIB compression library.
  DeflaterOutputStream
          This class implements an output stream filter for compressing data in the "deflate" compression format.
  GZIPInputStream
          This class implements a stream filter for reading compressed data in the GZIP format.
  GZIPOutputStream
          This class implements a stream filter for writing compressed data in the GZIP file format.
  Inflater
          This class provides support for general purpose decompression using the popular ZLIB compression library.
  InflaterInputStream
          This class implements a stream filter for uncompressing data in the "deflate" compression format.
  ZipEntry
          This class is used to represent a ZIP file entry.
  ZipException
           
  ZipFile
          This class is used to read entries from a zip file.
  ZipInputStream
          This class implements an input stream filter for reading files in the ZIP file format.
  ZipOutputStream
          This class implements an output stream filter for writing files in the ZIP file format.
 

Methods in java.util.zip that return Object
 Object ZipEntry.clone()
          Returns a copy of this entry.
 

Uses of Object in org.omg.CORBA
 

Subclasses of Object in org.omg.CORBA
  Any
          Serves as a container for any data that can be described in IDL or for any IDL primitive type.
  AnyHolder
          A Holder class for Any objects that is used to store "out" and "inout" parameters in IDL methods.
  AttributeDescription
           
  AttributeMode
           
  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.
  BooleanHolder
          A Holder class for a boolean that is used to store "out" and "inout" parameters in IDL methods.
  Bounds
           
  ByteHolder
          A Holder class for a byte that is used to store "out" and "inout" parameters in IDL methods.
  CharHolder
          A Holder class for a char that is used to store "out" and "inout" parameters in IDL methods.
  COMM_FAILURE
          The CORBA COMM_FAILURE exception, which is thrown when there is a communication failure.
  CompletionStatus
          An object that indicates whether a method had completed running when a SystemException was thrown.
  ConstantDescription
           
  Context
          An object used in Request operations to specify the context object in which context strings must be resolved before being sent along with the request invocation.
  ContextList
          An object containing a modifiable list of String objects that represent property names.
  DATA_CONVERSION
          The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
  DefinitionKind
           
  DoubleHolder
          A Holder class for a double that is used to store "out" and "inout" parameters in IDL methods.
  DynamicImplementation
          The base class for all object implementations using the DSI. It defines a single abstract method, invoke, that a dynamic servant needs to implement.
  Environment
          A container (holder) for an exception that is used in Request operations to make exceptions available to the client.
  ExceptionDescription
           
  ExceptionList
          An object used in Request operations to describe the exceptions that can be thrown by a method.
  FixedHolder
          FixedHolder is a container class for values of IDL type "fixed", which is mapped to the Java class java.math.
  FloatHolder
          A Holder class for a float that is used to store "out" and "inout" parameters in IDL methods.
  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.
  Initializer
           
  InterfaceDescription
           
  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.
  IntHolder
          A Holder class for an int that is used to store "out" and "inout" parameters in IDL methods.
  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.
  LongHolder
          A Holder class for a long that is used to store "out" and "inout" parameters in IDL methods.
  MARSHAL
          The CORBA MARSHAL exception, which is thrown when the ORB has a problem marshalling or unmarshalling parameters.
  ModuleDescription
           
  NamedValue
          An object used in the DII and DSI to describe arguments and return values.
  NameValuePair
          The NameValuePair interface is used to hold names and values of IDL structs in the DynStruct APIs.
  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.
  NVList
          A modifiable list containing NamedValue objects.
  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.
  ObjectHolder
          A Holder class for a CORBA object reference (a value of type org.omg.
  OperationDescription
           
  OperationMode
           
  ORB
          A class providing APIs for the CORBA Object Request Broker features.
  ParameterDescription
           
  ParameterMode
           
  PERSIST_STORE
          The CORBA PERSIST_STORE exception, which is thrown when there is an error with the persistent storage on the server.
  PrimitiveKind
           
  Principal
          A class that contains information about the identity of the client, for access control and other purposes.
  PrincipalHolder
          A container class for values of type Principal that is used to store "out" and "inout" parameters in IDL methods.
  PRIVATE
           
  PUBLIC
           
  Request
          An object containing the information necessary for invoking a method.
  ServerRequest
          An object that captures the explicit state of a request for the Dynamic Skeleton Interface (DSI).
  ServiceDetail
           
  ServiceDetailHelper
           
  ServiceDetailHolder
           
  ServiceInformation
          ServiceInformation is an IDL struct in the CORBA module.
  ServiceInformationHelper
           
  ServiceInformationHolder
          ServiceInformationHolder is a container for values of type ServiceInformation.
  SetOverrideType
           
  ShortHolder
          A Holder class for a short that is used to store "out" and "inout" parameters in IDL operations.
  StringHolder
          A Holder class for a String that is used to store "out" and "inout" parameters in IDL operations.
  StructMember
           
  SystemException
          The root class for all CORBA standard exceptions.
  TCKind
          The Java mapping of the IDL enum TCKind, which specifies the kind of a TypeCode object.
  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.
  TypeCode
          A container for information about a specific CORBA data type.
  TypeCodeHolder
          A Holder class for a TypeCode object that is used to store "out" and "inout" parameters in IDL operations.
  TypeDescription
           
  UnionMember
           
  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.
  ValueDescription
           
  ValueMember
           
  WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

Uses of Object in org.omg.CORBA.ContainedPackage
 

Subclasses of Object in org.omg.CORBA.ContainedPackage
  Description
           
 

Uses of Object in org.omg.CORBA.InterfaceDefPackage
 

Subclasses of Object in org.omg.CORBA.InterfaceDefPackage
  FullInterfaceDescription
           
 

Uses of Object in org.omg.CORBA.ORBPackage
 

Subclasses of Object in org.omg.CORBA.ORBPackage
  InvalidName
          The InvalidName exception is raised when ORB.resolve_initial_references is passed a name for which there is no initial reference.
 

Uses of Object in org.omg.CORBA.portable
 

Subclasses of Object in org.omg.CORBA.portable
  ApplicationException
           
  Delegate
          The Delegate abstract class specifies a portable API for ORB-vendor-specific implementation of the org.omg.
  ObjectImpl
          The ObjectImpl class provides default implementations of the org.omg.
  ServantObject
           
 

Fields in org.omg.CORBA.portable declared as Object
 Object ServantObject.servant
           
 

Methods in org.omg.CORBA.portable that return Object
 Object InputStream.read_AbstractObject(Class clz)
          read_AbstractObject unmarshals and returns either a value object or a remote object reference.
 

Uses of Object in org.omg.CORBA.TypeCodePackage
 

Subclasses of Object in org.omg.CORBA.TypeCodePackage
  BadKind
          The exception BadKind is raised when trying to invoke an inappropriate operation on a TypeCode.
 

Uses of Object in org.omg.CosNaming
 

Subclasses of Object in org.omg.CosNaming
  _BindingIteratorImplBase
           
  _NamingContextImplBase
           
  Binding
           
  BindingHelper
           
  BindingHolder
           
  BindingIteratorHelper
           
  BindingIteratorHolder
           
  BindingListHelper
           
  BindingListHolder
           
  BindingType
           
  BindingTypeHelper
           
  BindingTypeHolder
           
  IstringHelper
           
  NameComponent
           
  NameComponentHelper
           
  NameComponentHolder
           
  NameHelper
           
  NameHolder
           
  NamingContextHelper
           
  NamingContextHolder
           
 

Uses of Object in org.omg.CosNaming.NamingContextPackage
 

Subclasses of Object in org.omg.CosNaming.NamingContextPackage
  AlreadyBound
           
  AlreadyBoundHelper
           
  AlreadyBoundHolder
           
  CannotProceed
           
  CannotProceedHelper
           
  CannotProceedHolder
           
  InvalidNameHelper
           
  InvalidNameHolder
           
  NotEmpty
           
  NotEmptyHelper
           
  NotEmptyHolder
           
  NotFound
           
  NotFoundHelper
           
  NotFoundHolder
           
  NotFoundReason
           
  NotFoundReasonHelper
           
  NotFoundReasonHolder
           
 


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.