Uses of Class
java.util.Vector
Packages that useVector Package Description 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, 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.javax.accessibility Defines a contract between user-interface components and an assistive technology that provides access to those components.javax.management Provides the core classes for the Java Management Extensions.javax.management.relation Provides the definition of the Relation Service.javax.management.timer Provides the definition of the Timer MBean.javax.naming Provides the classes and interfaces for accessing naming services.javax.naming.directory Extends thejavax.namingpackage to provide functionalityfor accessing directory services.javax.sound.midi Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.javax.sql.rowset.serial Provides utility classes to allow serializable mappings between SQL typesand data types in the Java programming language.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 withjavax.swing.JTable.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.text.html Provides the classHTMLEditorKitand 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 withjavax.swing.JTree.javax.swing.undo Allows developers to provide support for undo/redo in applications such as text editors.Uses ofVector injava.awt.image
Methods injava.awt.image that returnVector Modifier and Type Method Description Vector<RenderedImage>BufferedImage. getSources()Returns aVectorofRenderedImageobjects that are the immediate sources, not the sources of these immediate sources, of image data for thisBufferedImage.Vector<RenderedImage>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 asVector Modifier and Type Field Description protectedVector<Object>ParameterBlock. parametersA Vector of non-source parameters, stored as arbitrary Objects.protectedVector<Object>ParameterBlock. sourcesA Vector of sources, stored as arbitrary Objects.Methods injava.awt.image.renderable that returnVector Modifier and Type Method Description Vector<Object>ParameterBlock. getParameters()Returns the entire Vector of parameters.Vector<Object>ParameterBlock. getSources()Returns the entire Vector of sources.Vector<RenderableImage>RenderableImage. getSources()Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.Vector<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 typeVector Modifier and Type Method Description voidParameterBlock. setParameters(Vector<Object> parameters)Sets the entire Vector of parameters to a given Vector.voidParameterBlock. setSources(Vector<Object> sources)Sets the entire Vector of sources to a given Vector.Constructors injava.awt.image.renderable with parameters of typeVector Constructor Description ParameterBlock(Vector<Object> sources)Constructs aParameterBlockwith a given Vector of sources.ParameterBlock(Vector<Object> sources,Vector<Object> parameters)Constructs aParameterBlockwith a given Vector of sources and Vector of parameters.Uses ofVector injava.util
Subclasses ofVector injava.util Modifier and Type Class Description classStack<E>TheStackclass represents a last-in-first-out (LIFO) stack of objects.Uses ofVector injavax.accessibility
Fields injavax.accessibility declared asVector Modifier and Type Field Description protectedVector<AccessibleRelation>AccessibleRelationSet. relationsEach entry in theVectorrepresents anAccessibleRelation.protectedVector<AccessibleState>AccessibleStateSet. statesEach entry in theVectorrepresents anAccessibleState.Uses ofVector injavax.management
Methods injavax.management that returnVector Modifier and Type Method Description Vector<String>AttributeChangeNotificationFilter. getEnabledAttributes()Gets all the enabled attribute names for this filter.Vector<String>NotificationFilterSupport. getEnabledTypes()Gets all the enabled notification types for this filter.Uses ofVector injavax.management.relation
Methods injavax.management.relation that returnVector Modifier and Type Method Description Vector<ObjectName>MBeanServerNotificationFilter. getDisabledObjectNames()Gets all the ObjectNames disabled.Vector<ObjectName>MBeanServerNotificationFilter. getEnabledObjectNames()Gets all the ObjectNames enabled.Uses ofVector injavax.management.timer
Methods injavax.management.timer that returnVector Modifier and Type Method Description Vector<Integer>Timer. getAllNotificationIDs()Gets all timer notification identifiers registered into the list of notifications.Vector<Integer>TimerMBean. getAllNotificationIDs()Gets all timer notification identifiers registered into the list of notifications.Vector<Integer>Timer. getNotificationIDs(String type)Gets all the identifiers of timer notifications corresponding to the specified type.Vector<Integer>TimerMBean. getNotificationIDs(String type)Gets all the identifiers of timer notifications corresponding to the specified type.Uses ofVector injavax.naming
Fields injavax.naming declared asVector Modifier and Type Field Description protectedVector<RefAddr>Reference. addrsContains the addresses contained in this Reference.Uses ofVector injavax.naming.directory
Fields injavax.naming.directory declared asVector Modifier and Type Field Description protectedVector<Object>BasicAttribute. valuesHolds the attribute's values.Uses ofVector injavax.sound.midi
Fields injavax.sound.midi declared asVector Modifier and Type Field Description protectedVector<Track>Sequence. tracksThe MIDI tracks in this sequence.Uses ofVector injavax.sql.rowset.serial
Constructors injavax.sql.rowset.serial with parameters of typeVector Constructor Description SQLOutputImpl(Vector<?> attributes,Map<String,?> map)Creates a newSQLOutputImplobject initialized with the given vector of attributes and type map.Uses ofVector injavax.swing
Fields injavax.swing declared asVector Modifier and Type Field Description protectedVector<AbstractButton>ButtonGroup. buttonsThe list of buttons participating in this group.Methods injavax.swing with parameters of typeVector Modifier and Type Method Description voidJList. setListData(Vector<? extendsE> listData)Constructs a read-onlyListModelfrom aVectorand callssetModelwith this model.Constructors injavax.swing with parameters of typeVector Constructor Description DefaultComboBoxModel(Vector<E> v)Constructs a DefaultComboBoxModel object initialized with a vector.JComboBox(Vector<E> items)Creates aJComboBoxthat contains the elements in the specified Vector.JList(Vector<? extendsE> listData)Constructs aJListthat displays the elements in the specifiedVector.JTable(Vector<? extendsVector> rowData,Vector<?> columnNames)Constructs aJTableto display the values in theVectorofVectors,rowData, with column names,columnNames.JTree(Vector<?> value)Returns aJTreewith each element of the specifiedVectoras the child of a new root node which is not displayed.Constructor parameters injavax.swing with type arguments of typeVector Constructor Description JTable(Vector<? extendsVector> rowData,Vector<?> columnNames)Constructs aJTableto display the values in theVectorofVectors,rowData, with column names,columnNames.Uses ofVector injavax.swing.plaf.basic
Methods injavax.swing.plaf.basic that returnVector Modifier and Type Method Description Vector<File>BasicDirectoryModel. getDirectories()Returns a list of directories.Vector<File>BasicDirectoryModel. getFiles()Returns a list of files.Methods injavax.swing.plaf.basic with parameters of typeVector Modifier and Type Method Description protected voidBasicDirectoryModel. sort(Vector<? extendsFile> v)Sorts a list of files.Uses ofVector injavax.swing.plaf.multi
Fields injavax.swing.plaf.multi declared asVector Modifier and Type Field Description protectedVector<ComponentUI>MultiButtonUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiColorChooserUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiComboBoxUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiDesktopIconUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiDesktopPaneUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiFileChooserUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiInternalFrameUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiLabelUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiListUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiMenuBarUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiMenuItemUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiOptionPaneUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiPanelUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiPopupMenuUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiProgressBarUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiRootPaneUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiScrollBarUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiScrollPaneUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiSeparatorUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiSliderUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiSpinnerUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiSplitPaneUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiTabbedPaneUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiTableHeaderUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiTableUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiTextUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiToolBarUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiToolTipUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiTreeUI. uisThe vector containing the real UIs.protectedVector<ComponentUI>MultiViewportUI. uisThe vector containing the real UIs.Methods injavax.swing.plaf.multi with parameters of typeVector Modifier and Type Method Description staticComponentUIMultiLookAndFeel. createUIs(ComponentUI mui,Vector<ComponentUI> uis,JComponent target)Creates theComponentUIobjects required to present thetargetcomponent, placing the objects in theuisvector and returning theComponentUIobject 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 asVector Modifier and Type Field Description protectedVectorDefaultTableModel. columnIdentifiersTheVectorof column identifiers.protectedVector<Vector>DefaultTableModel. dataVectorTheVectorofVectorsofObjectvalues.protectedVector<TableColumn>DefaultTableColumnModel. tableColumnsArray of TableColumn objects in this modelFields injavax.swing.table with type parameters of typeVector Modifier and Type Field Description protectedVector<Vector>DefaultTableModel. dataVectorTheVectorofVectorsofObjectvalues.Methods injavax.swing.table that returnVector Modifier and Type Method Description protected staticVector<Object>DefaultTableModel. convertToVector(Object[] anArray)Returns a vector that contains the same objects as the array.protected staticVector<Vector<Object>>DefaultTableModel. convertToVector(Object[][] anArray)Returns a vector of vectors that contains the same objects as the array.Vector<Vector>DefaultTableModel. getDataVector()Returns theVectorofVectorsthat contains the table's data values.Methods injavax.swing.table that return types with arguments of typeVector Modifier and Type Method Description protected staticVector<Vector<Object>>DefaultTableModel. convertToVector(Object[][] anArray)Returns a vector of vectors that contains the same objects as the array.Vector<Vector>DefaultTableModel. getDataVector()Returns theVectorofVectorsthat contains the table's data values.Methods injavax.swing.table with parameters of typeVector Modifier and Type Method Description voidDefaultTableModel. addColumn(Object columnName,Vector<?> columnData)Adds a column to the model.voidDefaultTableModel. addRow(Vector<?> rowData)Adds a row to the end of the model.voidDefaultTableModel. insertRow(int row,Vector<?> rowData)Inserts a row atrowin the model.voidDefaultTableModel. setColumnIdentifiers(Vector<?> columnIdentifiers)Replaces the column identifiers in the model.voidDefaultTableModel. setDataVector(Vector<? extendsVector> dataVector,Vector<?> columnIdentifiers)Replaces the currentdataVectorinstance variable with the newVectorof rows,dataVector.Method parameters injavax.swing.table with type arguments of typeVector Modifier and Type Method Description voidDefaultTableModel. setDataVector(Vector<? extendsVector> dataVector,Vector<?> columnIdentifiers)Replaces the currentdataVectorinstance variable with the newVectorof rows,dataVector.Constructors injavax.swing.table with parameters of typeVector Constructor Description DefaultTableModel(Vector<?> columnNames, int rowCount)Constructs aDefaultTableModelwith as many columns as there are elements incolumnNamesandrowCountofnullobject values.DefaultTableModel(Vector<? extendsVector> data,Vector<?> columnNames)Constructs aDefaultTableModeland initializes the table by passingdataandcolumnNamesto thesetDataVectormethod.Constructor parameters injavax.swing.table with type arguments of typeVector Constructor Description DefaultTableModel(Vector<? extendsVector> data,Vector<?> columnNames)Constructs aDefaultTableModeland initializes the table by passingdataandcolumnNamesto thesetDataVectormethod.Uses ofVector injavax.swing.text
Methods injavax.swing.text that returnVector Modifier and Type Method Description protectedVectorGapContent. getPositionsInRange(Vector v, int offset, int length)Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffsettooffset+length.protectedVectorStringContent. getPositionsInRange(Vector v, int offset, int length)Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffsettooffset+length.Methods injavax.swing.text with parameters of typeVector Modifier and Type Method Description protectedVectorGapContent. getPositionsInRange(Vector v, int offset, int length)Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffsettooffset+length.protectedVectorStringContent. getPositionsInRange(Vector v, int offset, int length)Returns a Vector containing instances of UndoPosRef for the Positions in the rangeoffsettooffset+length.protected voidGapContent. updateUndoPositions(Vector positions, int offset, int length)Resets the location for all the UndoPosRef instances inpositions.protected voidStringContent. updateUndoPositions(Vector positions)Resets the location for all the UndoPosRef instances inpositions.Uses ofVector injavax.swing.text.html
Fields injavax.swing.text.html declared asVector Modifier and Type Field Description protectedVector<DefaultStyledDocument.ElementSpec>HTMLDocument.HTMLReader. parseBufferBuffer to keep building elements.Uses ofVector injavax.swing.text.html.parser
Fields injavax.swing.text.html.parser declared asVector Modifier and Type Field Description Vector<Element>DTD. elementsThe vector of elementsVector<?>AttributeList. valuesThe possible attribute valuesMethods injavax.swing.text.html.parser with parameters of typeVector Modifier and Type Method Description voidContentModel. 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 typeVector Constructor Description AttributeList(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 asVector Modifier and Type Field Description protectedVector<TreeNode>DefaultMutableTreeNode. childrenarray of children, may be null if this node has no childrenMethods injavax.swing.tree with parameters of typeVector Modifier and Type Method Description protected voidDefaultTreeSelectionModel. notifyPathChange(Vector<?> changedPaths,TreePath oldLeadSelection)Deprecated.As of JDK version 1.7Uses ofVector injavax.swing.undo
Fields injavax.swing.undo declared asVector Modifier and Type Field Description protectedVector<UndoableEdit>CompoundEdit. editsThe collection ofUndoableEdits undone/redone en masse by thisCompoundEdit.protectedVector<UndoableEditListener>UndoableEditSupport. listenersThe list of listeners.