Uses of Class java.util.Vector

Uses in package javax.swing

Constructors with parameter type java.util.Vector

Creates a new model and initializes its item list to the values in the given vector.
Constructs JComboBox object with specified list of items.
JList.JList(Vector listData)
Creates a new JList object.
JTable.JTable(Vector data, Vector columnNames)
Creates a new JTable instance.
Creates a new JTree object.

Fields of type java.util.Vector

Vector
The buttons added to this button group.

Methods with parameter type java.util.Vector

void
Sets the model property of the list to a new anonymous AbstractListModel subclass which accesses the provided vector directly.

Uses in package javax.naming.directory

Fields of type java.util.Vector

Vector
Values for this attribute.

Uses in package javax.swing.plaf.basic

Methods with parameter type java.util.Vector

void
DOCUMENT ME!

Methods with return type java.util.Vector

Vector
DOCUMENT ME!
Vector
DOCUMENT ME!

Uses in package javax.accessibility

Fields of type java.util.Vector

Vector
The list of relations, should be instances of AccessibleRelation.
Vector
The list of states, should be instances of AccessibleState.

Uses in package javax.swing.text.html

Fields of type java.util.Vector

Vector

Uses in package javax.swing.table

Constructors with parameter type java.util.Vector

DefaultTableModel.DefaultTableModel(Vector 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
Storage for the column identifiers.
Vector
Storage for the rows in the table (each row is itself a Vector).
Vector
Columns that this model keeps track of.

Methods with parameter type java.util.Vector

void
DefaultTableModel.addColumn(Object columnName, Vector 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
DefaultTableModel.insertRow(int row, Vector rowData)
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
Converts the data array to a Vector.
Vector
Converts the data array to a Vector of rows.
Vector
Returns the vector containing the row data for the table.

Uses in package java.awt.image.renderable

Constructors with parameter type java.util.Vector

Fields of type java.util.Vector

Vector
Vector

Methods with parameter type java.util.Vector

void
void

Methods with return type java.util.Vector

Vector
Vector
Vector
Vector

Uses in package javax.swing.text

Methods with parameter type java.util.Vector

Vector
GapContent.getPositionsInRange(Vector v, int offset, int length)
Returns all Positions that are in the range specified by offset and length within the buffer array.
Vector
StringContent.getPositionsInRange(Vector v, int offset, int length)

Methods with return type java.util.Vector

Vector
GapContent.getPositionsInRange(Vector v, int offset, int length)
Returns all Positions that are in the range specified by offset and length within the buffer array.
Vector
StringContent.getPositionsInRange(Vector v, int offset, int length)

Uses in package javax.swing.undo

Fields of type java.util.Vector

Vector
The UndoableEdits being combined into a compound editing action.
Vector
The currently registered listeners.

Uses in package javax.sound.midi

Fields of type java.util.Vector

Vector
The list of MidiEvents for this track.
Vector
The MIDI tracks used by this sequence.

Uses in package javax.naming

Fields of type java.util.Vector

Vector

Uses in package javax.swing.text.html.parser

Constructors with parameter type java.util.Vector

AttributeList.AttributeList(String a_name, int a_type, int a_modifier, String a_default, Vector allowed_values, AttributeList a_next)
Creates the attribute with the given properties.

Fields of type java.util.Vector

Vector
Contains all elements in this DTD.
Vector
The explicit set of the allowed values of this attribute.

Methods with parameter type java.util.Vector

void
Adds all list elements to the given vector, ignoring the operations between the elements.

Uses in package javax.swing.plaf.multi

Fields of type java.util.Vector

Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
A list of references to the actual component UIs.
Vector
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 java.awt.image

Methods with return type java.util.Vector

Vector
Vector

Uses in package javax.swing.tree

Fields of type java.util.Vector

Vector
children

Methods with parameter type java.util.Vector

void
notifyPathChange

Uses in package java.util

Classes derived from java.util.Vector

class