|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector | |
java.awt.image | Provides classes for creating and modifying images. |
java.awt.image.renderable | Provides classes and interfaces for producing rendering-independent images. |
java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
javax.accessibility | Defines a contract between user-interface components and an assistive technology that provides access to those components. |
javax.naming | Provides the classes and interfaces for accessing naming services. |
javax.naming.directory | Extends the javax.naming package to provide functionality for accessing directory services. |
javax.sound.midi | Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
javax.swing.plaf.multi | Provides user interface objects that combine two or more look and feels. |
javax.swing.table | Provides classes and interfaces for dealing with
javax.swing.JTable . |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
javax.swing.text.html.parser | Provides the default HTML parser, along with support classes. |
javax.swing.tree | Provides classes and interfaces for dealing with
javax.swing.JTree . |
javax.swing.undo | Allows developers to provide support for undo/redo in applications such as text editors. |
Uses of Vector in java.awt.image |
Methods in java.awt.image that return Vector | |
Vector |
RenderedImage.getSources()
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage. |
Vector |
BufferedImage.getSources()
Returns a Vector of RenderedImage objects that are
the immediate sources, not the sources of these immediate sources,
of image data for this BufferedImage . |
Uses of Vector in java.awt.image.renderable |
Fields in java.awt.image.renderable declared as Vector | |
protected Vector |
ParameterBlock.sources
A Vector of sources, stored as arbitrary Objects. |
protected Vector |
ParameterBlock.parameters
A Vector of non-source parameters, stored as arbitrary Objects. |
Methods in java.awt.image.renderable that return Vector | |
Vector |
RenderableImageOp.getSources()
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage. |
Vector |
ParameterBlock.getSources()
Returns the entire Vector of sources. |
Vector |
ParameterBlock.getParameters()
Returns the entire Vector of parameters. |
Vector |
RenderableImage.getSources()
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage. |
Methods in java.awt.image.renderable with parameters of type Vector | |
void |
ParameterBlock.setSources(Vector sources)
Sets the entire Vector of sources to a given Vector. |
void |
ParameterBlock.setParameters(Vector parameters)
Sets the entire Vector of parameters to a given Vector. |
Constructors in java.awt.image.renderable with parameters of type Vector | |
ParameterBlock(Vector sources)
Constructs a ParameterBlock with a given Vector
of sources. |
|
ParameterBlock(Vector sources,
Vector parameters)
Constructs a ParameterBlock with a given Vector of sources and
Vector of parameters. |
Uses of Vector in java.util |
Subclasses of Vector in java.util | |
class |
Stack
The Stack class represents a last-in-first-out
(LIFO) stack of objects. |
Uses of Vector in javax.accessibility |
Fields in javax.accessibility declared as Vector | |
protected Vector |
AccessibleRelationSet.relations
Each entry in the Vector represents an AccessibleRelation. |
protected Vector |
AccessibleStateSet.states
Each entry in the Vector represents an AccessibleState. |
Uses of Vector in javax.naming |
Fields in javax.naming declared as Vector | |
protected Vector |
Reference.addrs
Contains the addresses contained in this Reference. |
Uses of Vector in javax.naming.directory |
Fields in javax.naming.directory declared as Vector | |
protected Vector |
BasicAttribute.values
Holds the attribute's values. |
Uses of Vector in javax.sound.midi |
Fields in javax.sound.midi declared as Vector | |
protected Vector |
Track.events
The list of MidiEvents contained in this track. |
protected Vector |
Sequence.tracks
The MIDI tracks in this sequence. |
Uses of Vector in javax.swing |
Fields in javax.swing declared as Vector | |
protected Vector |
ButtonGroup.buttons
|
Methods in javax.swing with parameters of type Vector | |
void |
JList.setListData(Vector listData)
Constructs a ListModel from a Vector and then
applies setModel to it. |
Constructors in javax.swing with parameters of type Vector | |
DefaultComboBoxModel(Vector v)
Constructs a DefaultComboBoxModel object initialized with a vector. |
|
JList(Vector listData)
Constructs a JList that displays the elements in
the specified Vector . |
|
JTree(Vector value)
Returns a JTree with each element of the specified
Vector as the
child of a new root node which is not displayed. |
|
JComboBox(Vector items)
Creates a JComboBox that contains the elements
in the specified Vector. |
|
JTable(Vector rowData,
Vector columnNames)
Constructs a JTable to display the values in the
Vector of Vectors , rowData ,
with column names, columnNames . |
Uses of Vector in javax.swing.plaf.basic |
Methods in javax.swing.plaf.basic that return Vector | |
Vector |
BasicDirectoryModel.getDirectories()
|
Vector |
BasicDirectoryModel.getFiles()
|
Methods in javax.swing.plaf.basic with parameters of type Vector | |
protected void |
BasicDirectoryModel.sort(Vector v)
|
Uses of Vector in javax.swing.plaf.multi |
Fields in javax.swing.plaf.multi declared as Vector | |
protected Vector |
MultiViewportUI.uis
The vector containing the real UIs. |
protected Vector |
MultiTreeUI.uis
The vector containing the real UIs. |
protected Vector |
MultiToolTipUI.uis
The vector containing the real UIs. |
protected Vector |
MultiToolBarUI.uis
The vector containing the real UIs. |
protected Vector |
MultiTextUI.uis
The vector containing the real UIs. |
protected Vector |
MultiTableUI.uis
The vector containing the real UIs. |
protected Vector |
MultiTableHeaderUI.uis
The vector containing the real UIs. |
protected Vector |
MultiTabbedPaneUI.uis
The vector containing the real UIs. |
protected Vector |
MultiSplitPaneUI.uis
The vector containing the real UIs. |
protected Vector |
MultiSpinnerUI.uis
The vector containing the real UIs. |
protected Vector |
MultiSliderUI.uis
The vector containing the real UIs. |
protected Vector |
MultiSeparatorUI.uis
The vector containing the real UIs. |
protected Vector |
MultiScrollPaneUI.uis
The vector containing the real UIs. |
protected Vector |
MultiScrollBarUI.uis
The vector containing the real UIs. |
protected Vector |
MultiRootPaneUI.uis
The vector containing the real UIs. |
protected Vector |
MultiProgressBarUI.uis
The vector containing the real UIs. |
protected Vector |
MultiPopupMenuUI.uis
The vector containing the real UIs. |
protected Vector |
MultiPanelUI.uis
The vector containing the real UIs. |
protected Vector |
MultiOptionPaneUI.uis
The vector containing the real UIs. |
protected Vector |
MultiMenuItemUI.uis
The vector containing the real UIs. |
protected Vector |
MultiMenuBarUI.uis
The vector containing the real UIs. |
protected Vector |
MultiListUI.uis
The vector containing the real UIs. |
protected Vector |
MultiLabelUI.uis
The vector containing the real UIs. |
protected Vector |
MultiInternalFrameUI.uis
The vector containing the real UIs. |
protected Vector |
MultiFileChooserUI.uis
The vector containing the real UIs. |
protected Vector |
MultiDesktopPaneUI.uis
The vector containing the real UIs. |
protected Vector |
MultiDesktopIconUI.uis
The vector containing the real UIs. |
protected Vector |
MultiComboBoxUI.uis
The vector containing the real UIs. |
protected Vector |
MultiColorChooserUI.uis
The vector containing the real UIs. |
protected Vector |
MultiButtonUI.uis
The vector containing the real UIs. |
Methods in javax.swing.plaf.multi with parameters of type Vector | |
static ComponentUI |
MultiLookAndFeel.createUIs(ComponentUI mui,
Vector uis,
JComponent target)
Creates the ComponentUI objects
required to present
the target component,
placing the objects in the uis vector and
returning the
ComponentUI object
that best represents the component's UI. |
protected static ComponentUI[] |
MultiLookAndFeel.uisToArray(Vector uis)
Creates an array, populates it with UI objects from the passed-in vector, and returns the array. |
Uses of Vector in javax.swing.table |
Fields in javax.swing.table declared as Vector | |
protected Vector |
DefaultTableModel.dataVector
The Vector of Vectors of
Object values. |
protected Vector |
DefaultTableModel.columnIdentifiers
The Vector of column identifiers. |
protected Vector |
DefaultTableColumnModel.tableColumns
Array of TableColumn objects in this model |
Methods in javax.swing.table that return Vector | |
Vector |
DefaultTableModel.getDataVector()
Returns the Vector of Vectors
that contains the table's
data values. |
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. |
Methods in javax.swing.table with parameters of type Vector | |
void |
DefaultTableModel.setDataVector(Vector dataVector,
Vector columnIdentifiers)
Replaces the current dataVector instance variable
with the new Vector of rows, dataVector . |
void |
DefaultTableModel.addRow(Vector rowData)
Adds a row to the end of the model. |
void |
DefaultTableModel.insertRow(int row,
Vector rowData)
Inserts a row at row in the model. |
void |
DefaultTableModel.setColumnIdentifiers(Vector columnIdentifiers)
Replaces the column identifiers in the model. |
void |
DefaultTableModel.addColumn(Object columnName,
Vector columnData)
Adds a column to the model. |
Constructors in javax.swing.table with parameters of type Vector | |
DefaultTableModel(Vector columnNames,
int rowCount)
Constructs a DefaultTableModel with as many columns
as there are elements in columnNames
and rowCount of null
object values. |
|
DefaultTableModel(Vector data,
Vector columnNames)
Constructs a DefaultTableModel and initializes the table
by passing data and columnNames
to the setDataVector method. |
Uses of Vector in javax.swing.text |
Methods in javax.swing.text that return Vector | |
protected Vector |
StringContent.getPositionsInRange(Vector v,
int offset,
int length)
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length . |
protected Vector |
GapContent.getPositionsInRange(Vector v,
int offset,
int length)
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length . |
Methods in javax.swing.text with parameters of type Vector | |
protected Vector |
StringContent.getPositionsInRange(Vector v,
int offset,
int length)
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length . |
protected void |
StringContent.updateUndoPositions(Vector positions)
Resets the location for all the UndoPosRef instances in positions . |
protected Vector |
GapContent.getPositionsInRange(Vector v,
int offset,
int length)
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length . |
protected void |
GapContent.updateUndoPositions(Vector positions,
int offset,
int length)
Resets the location for all the UndoPosRef instances in positions . |
Uses of Vector in javax.swing.text.html |
Fields in javax.swing.text.html declared as Vector | |
protected Vector |
HTMLDocument.HTMLReader.parseBuffer
|
Uses of Vector in javax.swing.text.html.parser |
Fields in javax.swing.text.html.parser declared as Vector | |
Vector |
DTD.elements
|
Vector |
AttributeList.values
|
Methods in javax.swing.text.html.parser with parameters of type Vector | |
void |
ContentModel.getElements(Vector elemVec)
Update elemVec with the list of elements that are part of the this contentModel. |
Constructors in javax.swing.text.html.parser with parameters of type Vector | |
AttributeList(String name,
int type,
int modifier,
String value,
Vector values,
AttributeList next)
Create an attribute list element. |
Uses of Vector in javax.swing.tree |
Fields in javax.swing.tree declared as Vector | |
protected Vector |
DefaultMutableTreeNode.children
array of children, may be null if this node has no children |
Methods in javax.swing.tree with parameters of type Vector | |
protected void |
DefaultTreeSelectionModel.notifyPathChange(Vector changedPaths,
TreePath oldLeadSelection)
Notifies listeners of a change in path. |
Uses of Vector in javax.swing.undo |
Fields in javax.swing.undo declared as Vector | |
protected Vector |
UndoableEditSupport.listeners
|
protected Vector |
CompoundEdit.edits
The collection of UndoableEdit s
undone/redone en masse by this CompoundEdit . |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.