Uses of Class java.util.Vector

Uses in package javax.swing.plaf.multi

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.

Uses in package javax.swing

Constructors with parameter type java.util.Vector

JTable.JTable(Vector<T> data, Vector<T> columnNames)
Creates a new JTable instance that uses data and column names, stored in Vectors.

Uses in package javax.swing.text

Methods with parameter type java.util.Vector

Vector<T>
GapContent.getPositionsInRange(Vector<T> v, int offset, int length)
Returns all Positions that are in the range specified by offset and length within the buffer array.
Vector<T>
StringContent.getPositionsInRange(Vector<T> v, int offset, int length)
void
Resets the positions in the specified vector to their original offset after a undo operation is performed.
void
GapContent.updateUndoPositions(Vector<T> positions, int offset, int length)
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>
GapContent.getPositionsInRange(Vector<T> v, int offset, int length)
Returns all Positions that are in the range specified by offset and length within the buffer array.
Vector<T>
StringContent.getPositionsInRange(Vector<T> v, int offset, int length)

Uses in package javax.swing.table

Constructors with parameter type java.util.Vector

DefaultTableModel.DefaultTableModel(Vector<T> columnNames, int numRows)
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
DefaultTableModel.addColumn(Object columnName, Vector<T> columnData)
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.

Uses in package java.util

Classes derived from java.util.Vector

class

Uses in package gnu.javax.imageio.png

Methods with return type java.util.Vector

Vector<T>
Encodes the raster and returns a Vector of PNGData chunks.

Uses in package gnu.java.awt.image

Methods with parameter type java.util.Vector

void
void

Uses in package gnu.java.awt.peer.gtk

Methods with parameter type java.util.Vector

void