GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from java.util.Vector | |
class |
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 Vector s.
|
Methods with parameter type java.util.Vector | |
void | Notify the installed listeners that the given patches have changed. |
Methods with parameter type java.util.Vector | |
Vector<T> | Returns all Position s 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 Position s 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.
|
GNU Classpath (0.95) |