| Frames | No Frames | 
Classes derived from java.util.Vector | |
| class | |
Methods with return type java.util.Vector | |
| Vector<T> |  Encodes the raster and returns a Vector of PNGData chunks.
  | 
Fields of type java.util.Vector | |
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
| Vector<T> | A list of references to the actual component UIs.   | 
Methods with parameter type java.util.Vector | |
| ComponentUI |  Creates the UI delegates for the  target component and
 returns a multiplexing UI delegate (mui) if there are
 multiple delegates.
 | 
| ComponentUI[] |  Returns an array containing the same  ComponentUI instances as
 uis.   | 
Constructors with parameter type java.util.Vector | |
 Creates a new  JTable instance that uses data and column
 names, stored in Vectors.
 | |
Methods with parameter type java.util.Vector | |
| void | |
| void | |
Methods with parameter type java.util.Vector | |
| void | |
Methods with parameter type java.util.Vector | |
| Vector<T> |  Returns all  Positions that are in the range specified by
 offset and length within the buffer array.
 | 
| Vector<T> | |
| void |  Resets the positions in the specified vector to their original offset
 after a undo operation is performed.   | 
| void |  Resets the positions in the specified range to their original offset
 after a undo operation is performed.   | 
Methods with return type java.util.Vector | |
| Vector<T> |  Returns all  Positions that are in the range specified by
 offset and length within the buffer array.
 | 
| Vector<T> | |
Constructors with parameter type java.util.Vector | |
 Creates a new table with the specified column names and number of
 rows.    | |
 Creates a new table with the specified data values and column names.
  | |
Fields of type java.util.Vector | |
| Vector<T> |  Storage for the column identifiers.
  | 
| Vector<T> |  Storage for the rows in the table (each row is itself
 a  Vector).
 | 
Methods with parameter type java.util.Vector | |
| void |  Adds a column with the specified name and data values to the table.
  | 
| void |  Adds a new row containing the specified data to the table and sends a
 TableModelEvent to all registered listeners.
 | 
| void |  Inserts a new row into the table.
  | 
| void |  Sets the column identifiers, updates the data rows (truncating
 or padding each row with  null values) to match the
 number of columns, and sends a TableModelEvent to all
 registered listeners.
 | 
| void |  Sets the data and column identifiers for the table.    | 
Methods with return type java.util.Vector | |
| Vector<T> |  Converts the data array to a  Vector.
 | 
| Vector<T> |  Converts the data array to a  Vector of rows.
 | 
| Vector<T> |  Returns the vector containing the row data for the table.
  |