| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| 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 | The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. | 
| 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 HTMLEditorKitand 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 | Provides support for undo/redo capabilities in an application such as a text editor. | 
| 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 VectorofRenderedImageobjects that are
 the immediate sources, not the sources of these immediate sources, 
 of image data for thisBufferedImage. | 
| Uses of Vector in java.awt.image.renderable | 
| Fields in java.awt.image.renderable declared as Vector | |
| protected  Vector | ParameterBlock.sourcesA Vector of sources, stored as arbitrary Objects. | 
| protected  Vector | ParameterBlock.parametersA 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 | RenderableImage.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. | 
| 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 ParameterBlockwith a given Vector 
 of sources. | |
| ParameterBlock(Vector sources,
               Vector parameters)Constructs a ParameterBlockwith a given Vector of sources and
 Vector of parameters. | |
| Uses of Vector in java.util | 
| Subclasses of Vector in java.util | |
|  class | StackThe Stackclass 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 | AccessibleStateSet.statesEach entry in the Vector represents an AccessibleState. | 
| protected  Vector | AccessibleRelationSet.relationsEach entry in the Vector represents an AccessibleRelation. | 
| Uses of Vector in javax.naming | 
| Fields in javax.naming declared as Vector | |
| protected  Vector | Reference.addrsContains the addresses contained in this Reference. | 
| Uses of Vector in javax.naming.directory | 
| Fields in javax.naming.directory declared as Vector | |
| protected  Vector | BasicAttribute.valuesHolds the attribute's values. | 
| Uses of Vector in javax.sound.midi | 
| Fields in javax.sound.midi declared as Vector | |
| protected  Vector | Sequence.tracksThe MIDI tracks in this sequence. | 
| protected  Vector | Track.eventsThe list of MidiEventscontained in this track. | 
| 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 ListModelfrom aVectorand then
 appliessetModelto it. | 
| Constructors in javax.swing with parameters of type Vector | |
| DefaultComboBoxModel(Vector v)Constructs a DefaultComboBoxModel object initialized with a vector. | |
| JComboBox(Vector items)Creates a JComboBoxthat contains the elements
 in the specified Vector. | |
| JList(Vector listData)Constructs a JListthat displays the elements in the specifiedVector. | |
| JTree(Vector value)Returns a JTreewith each element of the specifiedVectoras the
 child of a new root node which is not displayed. | |
| JTable(Vector rowData,
       Vector columnNames)Constructs a JTableto display the values in theVectorofVectors,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 | MultiListUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiSeparatorUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiLabelUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiPopupMenuUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiPanelUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiScrollBarUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiTextUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiComboBoxUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiTableHeaderUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiFileChooserUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiColorChooserUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiTreeUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiViewportUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiTabbedPaneUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiProgressBarUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiScrollPaneUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiOptionPaneUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiSplitPaneUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiButtonUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiToolBarUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiSliderUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiDesktopPaneUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiTableUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiDesktopIconUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiMenuItemUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiInternalFrameUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiToolTipUI.uisThe Vector containing the real UI's. | 
| protected  Vector | MultiMenuBarUI.uisThe Vector containing the real UI's. | 
| Methods in javax.swing.plaf.multi with parameters of type Vector | |
| static ComponentUI | MultiLookAndFeel.createUIs(ComponentUI mui,
          Vector uis,
          JComponent target)Create the real UI's from the default and auxiliary look and feels, placing the results in the uis vector passed in. | 
| protected static ComponentUI[] | MultiLookAndFeel.uisToArray(Vector uis)Turn the Vector of UI's into an array. | 
| Uses of Vector in javax.swing.table | 
| Fields in javax.swing.table declared as Vector | |
| protected  Vector | DefaultTableModel.dataVectorThe VectorofVectorsofObjectvalues. | 
| protected  Vector | DefaultTableModel.columnIdentifiersThe Vectorof column identifiers. | 
| protected  Vector | DefaultTableColumnModel.tableColumnsArray of TableColumn objects in this model | 
| Methods in javax.swing.table that return Vector | |
|  Vector | DefaultTableModel.getDataVector()Returns the VectorofVectorsthat 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 newData,
              Vector columnNames)Replaces the current dataVectorinstance variable with the
  new Vector of rows,newData. | 
|  void | DefaultTableModel.setColumnIdentifiers(Vector newIdentifiers)Replaces the column identifiers in the model. | 
|  void | DefaultTableModel.addColumn(Object columnName,
          Vector columnData)Adds a column to the model. | 
|  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 rowin the model. | 
| Constructors in javax.swing.table with parameters of type Vector | |
| DefaultTableModel(Vector columnNames,
                  int numRows)Constructs a DefaultTableModelwith as many columns
  as there are elements incolumnNamesandnumRowsofnullobject values. | |
| DefaultTableModel(Vector data,
                  Vector columnNames)Constructs a DefaultTableModeland initializes the table
  by passingdataandcolumnNamesto thesetDataVectormethod. | |
| 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 offsettooffset+length. | 
| protected  Vector | GapContent.getPositionsInRange(Vector v,
                    int offset,
                    int length)Returns a Vector containing instances of UndoPosRef for the Positions in the range offsettooffset+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 offsettooffset+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 offsettooffset+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 | AttributeList.values | 
|  Vector | DTD.elements | 
| 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.childrenarray 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 | CompoundEdit.editsThe collection of UndoableEdits undone/redone en masse by this CompoundEdit | 
| protected  Vector | UndoableEditSupport.listeners | 
| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.