Uses of Class
java.util.Vector
Packages that useVector
Package
Description
Provides classes for creating and modifying images.
Provides classes and interfaces for producing rendering-independent images.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Defines a contract between user-interface components and an assistive technology that provides access to those components.
Provides the core classes for the Java Management Extensions.
Provides the definition of the Relation Service.
Provides the definition of the Timer MBean.
Provides the classes and interfaces for accessing naming services.
Extends the
javax.naming
package to provide functionality for accessing directory services.Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects that combine two or more look and feels.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text components.
Provides the class
HTMLEditorKit
and supporting classes for creating HTML text editors.Provides the default HTML parser, along with support classes.
Provides classes and interfaces for dealing with
javax.swing.JTree
.Allows developers to provide support for undo/redo in applications such as text editors.
Uses ofVector injava.awt.image
Methods injava.awt.image that returnVectorModifier and TypeMethodDescriptionBufferedImage.getSources()
Returns aVector
ofRenderedImage
objects that are the immediate sources, not the sources of these immediate sources, of image data for thisBufferedImage
.RenderedImage.getSources()
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage.Uses ofVector injava.awt.image.renderable
Fields injava.awt.image.renderable declared asVectorModifier and TypeFieldDescriptionParameterBlock.parameters
A Vector of non-source parameters, stored as arbitrary Objects.ParameterBlock.sources
A Vector of sources, stored as arbitrary Objects.Methods injava.awt.image.renderable that returnVectorModifier and TypeMethodDescriptionParameterBlock.getParameters()
Returns the entire Vector of parameters.ParameterBlock.getSources()
Returns the entire Vector of sources.RenderableImage.getSources()
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.RenderableImageOp.getSources()
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.Methods injava.awt.image.renderable with parameters of typeVectorModifier and TypeMethodDescriptionvoid
ParameterBlock.setParameters
(Vector<Object> parameters) Sets the entire Vector of parameters to a given Vector.void
ParameterBlock.setSources
(Vector<Object> sources) Sets the entire Vector of sources to a given Vector.Constructors injava.awt.image.renderable with parameters of typeVectorModifierConstructorDescriptionParameterBlock
(Vector<Object> sources) Constructs aParameterBlock
with a given Vector of sources.ParameterBlock
(Vector<Object> sources,Vector<Object> parameters) Constructs aParameterBlock
with a given Vector of sources and Vector of parameters.Uses ofVector injava.util
Modifier and TypeClassDescriptionclass
Stack<E>
TheStack
class represents a last-in-first-out (LIFO) stack of objects.Uses ofVector injavax.accessibility
Fields injavax.accessibility declared asVectorModifier and TypeFieldDescriptionprotectedVector
<AccessibleRelation> AccessibleRelationSet.relations
Each entry in theVector
represents anAccessibleRelation
.protectedVector
<AccessibleState> AccessibleStateSet.states
Each entry in theVector
represents anAccessibleState
.Uses ofVector injavax.management
Methods injavax.management that returnVectorModifier and TypeMethodDescriptionAttributeChangeNotificationFilter.getEnabledAttributes()
Gets all the enabled attribute names for this filter.NotificationFilterSupport.getEnabledTypes()
Gets all the enabled notification types for this filter.Uses ofVector injavax.management.relation
Methods injavax.management.relation that returnVectorModifier and TypeMethodDescriptionMBeanServerNotificationFilter.getDisabledObjectNames()
Gets all the ObjectNames disabled.MBeanServerNotificationFilter.getEnabledObjectNames()
Gets all the ObjectNames enabled.Uses ofVector injavax.management.timer
Methods injavax.management.timer that returnVectorModifier and TypeMethodDescriptionTimer.getAllNotificationIDs()
Gets all timer notification identifiers registered into the list of notifications.TimerMBean.getAllNotificationIDs()
Gets all timer notification identifiers registered into the list of notifications.Timer.getNotificationIDs
(String type) Gets all the identifiers of timer notifications corresponding to the specified type.TimerMBean.getNotificationIDs
(String type) Gets all the identifiers of timer notifications corresponding to the specified type.Uses ofVector injavax.naming
Fields injavax.naming declared asVectorUses ofVector injavax.naming.directory
Fields injavax.naming.directory declared asVectorUses ofVector injavax.sound.midi
Fields injavax.sound.midi declared asVectorUses ofVector injavax.sql.rowset.serial
Constructors injavax.sql.rowset.serial with parameters of typeVectorModifierConstructorDescriptionSQLOutputImpl
(Vector<?> attributes,Map<String, ?> map) Creates a newSQLOutputImpl
object initialized with the given vector of attributes and type map.Uses ofVector injavax.swing
Fields injavax.swing declared asVectorModifier and TypeFieldDescriptionprotectedVector
<AbstractButton> ButtonGroup.buttons
The list of buttons participating in this group.Methods injavax.swing with parameters of typeVectorModifier and TypeMethodDescriptionvoid
JList.setListData
(Vector<? extendsE> listData) Constructs a read-onlyListModel
from aVector
and callssetModel
with this model.Constructors injavax.swing with parameters of typeVectorModifierConstructorDescriptionConstructs a DefaultComboBoxModel object initialized with a vector.Creates aJComboBox
that contains the elements in the specified Vector.Constructs aJList
that displays the elements in the specifiedVector
.Constructs aJTable
to display the values in theVector
ofVectors
,rowData
, with column names,columnNames
.Returns aJTree
with each element of the specifiedVector
as the child of a new root node which is not displayed.Constructor parameters injavax.swing with type arguments of typeVectorUses ofVector injavax.swing.plaf.basic
Methods injavax.swing.plaf.basic that returnVectorModifier and TypeMethodDescriptionBasicDirectoryModel.getDirectories()
Returns a list of directories.BasicDirectoryModel.getFiles()
Returns a list of files.Methods injavax.swing.plaf.basic with parameters of typeVectorUses ofVector injavax.swing.plaf.multi
Fields injavax.swing.plaf.multi declared asVectorModifier and TypeFieldDescriptionprotectedVector
<ComponentUI> MultiButtonUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiColorChooserUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiComboBoxUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiDesktopIconUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiDesktopPaneUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiFileChooserUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiInternalFrameUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiLabelUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiListUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiMenuBarUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiMenuItemUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiOptionPaneUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiPanelUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiPopupMenuUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiProgressBarUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiRootPaneUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiScrollBarUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiScrollPaneUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiSeparatorUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiSliderUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiSpinnerUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiSplitPaneUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiTabbedPaneUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiTableHeaderUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiTableUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiTextUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiToolBarUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiToolTipUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiTreeUI.uis
The vector containing the real UIs.protectedVector
<ComponentUI> MultiViewportUI.uis
The vector containing the real UIs.Methods injavax.swing.plaf.multi with parameters of typeVectorModifier and TypeMethodDescriptionstaticComponentUI
MultiLookAndFeel.createUIs
(ComponentUI mui,Vector<ComponentUI> uis,JComponent target) Creates theComponentUI
objects required to present thetarget
component, placing the objects in theuis
vector and returning theComponentUI
object that best represents the component's UI.protected staticComponentUI[]
MultiLookAndFeel.uisToArray
(Vector<? extendsComponentUI> uis) Creates an array, populates it with UI objects from the passed-in vector, and returns the array.Uses ofVector injavax.swing.table
Fields injavax.swing.table declared asVectorModifier and TypeFieldDescriptionprotectedVector
DefaultTableModel.columnIdentifiers
TheVector
of column identifiers.DefaultTableModel.dataVector
TheVector
ofVectors
ofObject
values.protectedVector
<TableColumn> DefaultTableColumnModel.tableColumns
Array of TableColumn objects in this modelFields injavax.swing.table with type parameters of typeVectorMethods injavax.swing.table that returnVectorModifier and TypeMethodDescriptionDefaultTableModel.convertToVector
(Object[] anArray) Returns a vector that contains the same objects as the array.DefaultTableModel.convertToVector
(Object[][] anArray) Returns a vector of vectors that contains the same objects as the array.DefaultTableModel.getDataVector()
Returns theVector
ofVectors
that contains the table's data values.Methods injavax.swing.table that return types with arguments of typeVectorModifier and TypeMethodDescriptionDefaultTableModel.convertToVector
(Object[][] anArray) Returns a vector of vectors that contains the same objects as the array.DefaultTableModel.getDataVector()
Returns theVector
ofVectors
that contains the table's data values.Methods injavax.swing.table with parameters of typeVectorModifier and TypeMethodDescriptionvoid
Adds a column to the model.void
Adds a row to the end of the model.void
Inserts a row atrow
in the model.void
DefaultTableModel.setColumnIdentifiers
(Vector<?> columnIdentifiers) Replaces the column identifiers in the model.void
DefaultTableModel.setDataVector
(Vector<? extendsVector> dataVector,Vector<?> columnIdentifiers) Replaces the currentdataVector
instance variable with the newVector
of rows,dataVector
.Method parameters injavax.swing.table with type arguments of typeVectorModifier and TypeMethodDescriptionvoid
DefaultTableModel.setDataVector
(Vector<? extendsVector> dataVector,Vector<?> columnIdentifiers) Replaces the currentdataVector
instance variable with the newVector
of rows,dataVector
.Constructors injavax.swing.table with parameters of typeVectorModifierConstructorDescriptionDefaultTableModel
(Vector<?> columnNames, int rowCount) Constructs aDefaultTableModel
with as many columns as there are elements incolumnNames
androwCount
ofnull
object values.DefaultTableModel
(Vector<? extendsVector> data,Vector<?> columnNames) Constructs aDefaultTableModel
and initializes the table by passingdata
andcolumnNames
to thesetDataVector
method.Constructor parameters injavax.swing.table with type arguments of typeVectorModifierConstructorDescriptionDefaultTableModel
(Vector<? extendsVector> data,Vector<?> columnNames) Constructs aDefaultTableModel
and initializes the table by passingdata
andcolumnNames
to thesetDataVector
method.Uses ofVector injavax.swing.text
Methods injavax.swing.text that returnVectorModifier and TypeMethodDescriptionprotectedVector
GapContent.getPositionsInRange
(Vector v, int offset, int length) Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffset
tooffset
+length
.protectedVector
StringContent.getPositionsInRange
(Vector v, int offset, int length) Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffset
tooffset
+length
.Methods injavax.swing.text with parameters of typeVectorModifier and TypeMethodDescriptionprotectedVector
GapContent.getPositionsInRange
(Vector v, int offset, int length) Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffset
tooffset
+length
.protectedVector
StringContent.getPositionsInRange
(Vector v, int offset, int length) Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffset
tooffset
+length
.protected void
GapContent.updateUndoPositions
(Vector positions, int offset, int length) Resets the location for all the UndoPosRef instances inpositions
.protected void
StringContent.updateUndoPositions
(Vector positions) Resets the location for all the UndoPosRef instances inpositions
.Uses ofVector injavax.swing.text.html
Fields injavax.swing.text.html declared asVectorModifier and TypeFieldDescriptionprotectedVector
<DefaultStyledDocument.ElementSpec> HTMLDocument.HTMLReader.parseBuffer
Buffer to keep building elements.Uses ofVector injavax.swing.text.html.parser
Fields injavax.swing.text.html.parser declared asVectorModifier and TypeFieldDescriptionDTD.elements
The vector of elementsVector
<?> AttributeList.values
The possible attribute valuesMethods injavax.swing.text.html.parser with parameters of typeVectorModifier and TypeMethodDescriptionvoid
ContentModel.getElements
(Vector<Element> elemVec) Update elemVec with the list of elements that are part of the this contentModel.Constructors injavax.swing.text.html.parser with parameters of typeVectorModifierConstructorDescriptionAttributeList
(String name, int type, int modifier,String value,Vector<?> values,AttributeList next) Create an attribute list element.Uses ofVector injavax.swing.tree
Fields injavax.swing.tree declared asVectorModifier and TypeFieldDescriptionDefaultMutableTreeNode.children
array of children, may be null if this node has no childrenMethods injavax.swing.tree with parameters of typeVectorModifier and TypeMethodDescriptionprotected void
DefaultTreeSelectionModel.notifyPathChange
(Vector<?> changedPaths,TreePath oldLeadSelection) Deprecated.As of JDK version 1.7Uses ofVector injavax.swing.undo
Fields injavax.swing.undo declared asVectorModifier and TypeFieldDescriptionprotectedVector
<UndoableEdit> CompoundEdit.edits
The collection ofUndoableEdit
s undone/redone en masse by thisCompoundEdit
.protectedVector
<UndoableEditListener> UndoableEditSupport.listeners
The list of listeners.