Uses of Class
java.util.Vector
-
Packages that use Vector 软件包 描述 java.awt.image 提供用于创建和修改图像的类。java.awt.image.renderable 提供用于生成与渲染无关的图像的类和接口。java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。javax.accessibility 定义用户界面组件与提供对这些组件的访问的辅助技术之间的契约。javax.management 提供Java Management Extensions的核心类。javax.management.relation 提供Relation Service的定义。javax.management.timer 提供Timer MBean的定义。javax.naming 提供用于访问命名服务的类和接口。javax.naming.directory 扩展javax.naming程序包以提供访问目录服务的功能。javax.sound.midi 为MIDI(乐器数字接口)数据的I / O,排序和合成提供接口和类。javax.sql.rowset.serial 提供实用程序类,以允许Java类型和Java编程语言中的数据类型之间的可序列化映射。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.multi 提供组合两种或多种外观的用户界面对象。javax.swing.table 提供用于处理javax.swing.JTable类和接口。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit和用于创建HTML文本编辑器的支持类。javax.swing.text.html.parser 提供默认的HTML解析器以及支持类。javax.swing.tree 提供用于处理javax.swing.JTree类和接口。javax.swing.undo 允许开发人员在文本编辑器等应用程序中为撤消/重做提供支持。 -
-
Uses of Vector in java.awt.image
Methods in java.awt.image that return Vector 变量和类型 方法 描述 Vector<RenderedImage>BufferedImage. getSources()返回Vector的4415209138740个对象,这些对象是此BufferedImage的图像数据的直接来源,而不是这些直接来源的来源。Vector<RenderedImage>RenderedImage. getSources()返回RenderedImages的矢量,它是此RenderedImage的图像数据的直接来源。 -
Uses of Vector in java.awt.image.renderable
Fields in java.awt.image.renderable declared as Vector 变量和类型 字段 描述 protected Vector<Object>ParameterBlock. parameters非源参数的矢量,存储为任意对象。protected Vector<Object>ParameterBlock. sources源向量,存储为任意对象。Methods in java.awt.image.renderable that return Vector 变量和类型 方法 描述 Vector<Object>ParameterBlock. getParameters()返回整个参数Vector。Vector<Object>ParameterBlock. getSources()返回整个Vector数据源。Vector<RenderableImage>RenderableImage. getSources()返回RenderableImages的矢量,RenderableImages是此RenderableImage的图像数据源。Vector<RenderableImage>RenderableImageOp. getSources()返回RenderableImages的矢量,RenderableImages是此RenderableImage的图像数据源。Methods in java.awt.image.renderable with parameters of type Vector 变量和类型 方法 描述 voidParameterBlock. setParameters(Vector<Object> parameters)将整个参数Vector设置为给定的Vector。voidParameterBlock. setSources(Vector<Object> sources)将整个Vector of Source设置为给定的Vector。Constructors in java.awt.image.renderable with parameters of type Vector 构造器 描述 ParameterBlock(Vector<Object> sources)使用给定的源向量构造ParameterBlock。ParameterBlock(Vector<Object> sources, Vector<Object> parameters)使用给定的源向量和参数向量构造ParameterBlock。 -
Uses of Vector in java.util
Subclasses of Vector in java.util 变量和类型 类 描述 classStack<E>Stack类表示后进先出(LIFO)对象堆栈。 -
Uses of Vector in javax.accessibility
Fields in javax.accessibility declared as Vector 变量和类型 字段 描述 protected Vector<AccessibleRelation>AccessibleRelationSet. relationsVector每个条目代表AccessibleRelation。protected Vector<AccessibleState>AccessibleStateSet. statesVector每个条目代表AccessibleState。 -
Uses of Vector in javax.management
Methods in javax.management that return Vector 变量和类型 方法 描述 Vector<String>AttributeChangeNotificationFilter. getEnabledAttributes()获取此过滤器的所有已启用属性名称。Vector<String>NotificationFilterSupport. getEnabledTypes()获取此过滤器的所有已启用通知类型。 -
Uses of Vector in javax.management.relation
Methods in javax.management.relation that return Vector 变量和类型 方法 描述 Vector<ObjectName>MBeanServerNotificationFilter. getDisabledObjectNames()获取禁用的所有ObjectNames。Vector<ObjectName>MBeanServerNotificationFilter. getEnabledObjectNames()获取启用的所有ObjectNames。 -
Uses of Vector in javax.management.timer
Methods in javax.management.timer that return Vector 变量和类型 方法 描述 Vector<Integer>Timer. getAllNotificationIDs()获取注册到通知列表中的所有计时器通知标识符。Vector<Integer>TimerMBean. getAllNotificationIDs()获取注册到通知列表中的所有计时器通知标识符。Vector<Integer>Timer. getNotificationIDs(String type)获取与指定类型对应的计时器通知的所有标识符。Vector<Integer>TimerMBean. getNotificationIDs(String type)获取与指定类型对应的计时器通知的所有标识符。 -
Uses of Vector in javax.naming
Fields in javax.naming declared as Vector 变量和类型 字段 描述 protected Vector<RefAddr>Reference. addrs包含此Reference中包含的地址。 -
Uses of Vector in javax.naming.directory
Fields in javax.naming.directory declared as Vector 变量和类型 字段 描述 protected Vector<Object>BasicAttribute. values保存属性的值。 -
Uses of Vector in javax.sound.midi
Fields in javax.sound.midi declared as Vector 变量和类型 字段 描述 protected Vector<Track>Sequence. tracks此序列中的MIDI轨道。 -
Uses of Vector in javax.sql.rowset.serial
Constructors in javax.sql.rowset.serial with parameters of type Vector 构造器 描述 SQLOutputImpl(Vector<?> attributes, Map<String,?> map)创建使用给定的属性向量和类型映射初始化的新SQLOutputImpl对象。 -
Uses of Vector in javax.swing
Fields in javax.swing declared as Vector 变量和类型 字段 描述 protected Vector<AbstractButton>ButtonGroup. buttons参与此组的按钮列表。Methods in javax.swing with parameters of type Vector 变量和类型 方法 描述 voidJList. setListData(Vector<? extends E> listData)从Vector构造只读ListModel,并使用此模型调用setModel。Constructors in javax.swing with parameters of type Vector 构造器 描述 DefaultComboBoxModel(Vector<E> v)构造使用向量初始化的DefaultComboBoxModel对象。JComboBox(Vector<E> items)创建一个JComboBox,其中包含指定Vector中的元素。JList(Vector<? extends E> listData)构造一个JList,显示指定的Vector的元素。JTable(Vector<? extends Vector> rowData, Vector<?> columnNames)构造一个JTable以显示的值Vector的Vectors,rowData,其列名称为columnNames。JTree(Vector<?> value)返回JTree,指定的Vector每个元素Vector作为未显示的新根节点的子节点。Constructor parameters in javax.swing with type arguments of type Vector 构造器 描述 JTable(Vector<? extends Vector> rowData, Vector<?> columnNames)构造一个JTable以显示的值Vector的Vectors,rowData,其列名称为columnNames。 -
Uses of Vector in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return Vector 变量和类型 方法 描述 Vector<File>BasicDirectoryModel. getDirectories()返回目录列表。Vector<File>BasicDirectoryModel. getFiles()返回文件列表。Methods in javax.swing.plaf.basic with parameters of type Vector 变量和类型 方法 描述 protected voidBasicDirectoryModel. sort(Vector<? extends File> v)对文件列表进行排序。 -
Uses of Vector in javax.swing.plaf.multi
Fields in javax.swing.plaf.multi declared as Vector 变量和类型 字段 描述 protected Vector<ComponentUI>MultiButtonUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiColorChooserUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiComboBoxUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiDesktopIconUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiDesktopPaneUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiFileChooserUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiInternalFrameUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiLabelUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiListUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiMenuBarUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiMenuItemUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiOptionPaneUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiPanelUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiPopupMenuUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiProgressBarUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiRootPaneUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiScrollBarUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiScrollPaneUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiSeparatorUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiSliderUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiSpinnerUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiSplitPaneUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiTabbedPaneUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiTableHeaderUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiTableUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiTextUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiToolBarUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiToolTipUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiTreeUI. uis包含真实UI的向量。protected Vector<ComponentUI>MultiViewportUI. uis包含真实UI的向量。Methods in javax.swing.plaf.multi with parameters of type Vector 变量和类型 方法 描述 static ComponentUIMultiLookAndFeel. createUIs(ComponentUI mui, Vector<ComponentUI> uis, JComponent target)创建呈现target组件所需的ComponentUI对象,将对象放在uis向量中并返回最能代表组件UI的ComponentUI对象。protected static ComponentUI[]MultiLookAndFeel. uisToArray(Vector<? extends ComponentUI> uis)创建一个数组,使用传入向量中的UI对象填充它,然后返回该数组。 -
Uses of Vector in javax.swing.table
Fields in javax.swing.table declared as Vector 变量和类型 字段 描述 protected VectorDefaultTableModel. columnIdentifiers列标识符的Vector。protected Vector<Vector>DefaultTableModel. dataVectorVector的Vectors的Object值。protected Vector<TableColumn>DefaultTableColumnModel. tableColumns此模型中的TableColumn对象数组Fields in javax.swing.table with type parameters of type Vector 变量和类型 字段 描述 protected Vector<Vector>DefaultTableModel. dataVectorVector的Vectors的Object值。Methods in javax.swing.table that return Vector 变量和类型 方法 描述 protected static Vector<Object>DefaultTableModel. convertToVector(Object[] anArray)返回包含与数组相同的对象的向量。protected static Vector<Vector<Object>>DefaultTableModel. convertToVector(Object[][] anArray)返回包含与数组相同的对象的向量向量。Vector<Vector>DefaultTableModel. getDataVector()返回Vector的Vectors,其中包含表的数据值。Methods in javax.swing.table that return types with arguments of type Vector 变量和类型 方法 描述 protected static Vector<Vector<Object>>DefaultTableModel. convertToVector(Object[][] anArray)返回包含与数组相同的对象的向量向量。Vector<Vector>DefaultTableModel. getDataVector()返回包含表的数据值的Vector的Vectors。Methods in javax.swing.table with parameters of type Vector 变量和类型 方法 描述 voidDefaultTableModel. addColumn(Object columnName, Vector<?> columnData)向模型添加列。voidDefaultTableModel. addRow(Vector<?> rowData)在模型的末尾添加一行。voidDefaultTableModel. insertRow(int row, Vector<?> rowData)在模型中的row处插入一行。voidDefaultTableModel. setColumnIdentifiers(Vector<?> columnIdentifiers)替换模型中的列标识符。voidDefaultTableModel. setDataVector(Vector<? extends Vector> dataVector, Vector<?> columnIdentifiers)将当前dataVector实例变量替换为新的Vector行,dataVector。Method parameters in javax.swing.table with type arguments of type Vector 变量和类型 方法 描述 voidDefaultTableModel. setDataVector(Vector<? extends Vector> dataVector, Vector<?> columnIdentifiers)将当前dataVector实例变量替换为新的Vector行,dataVector。Constructors in javax.swing.table with parameters of type Vector 构造器 描述 DefaultTableModel(Vector<?> columnNames, int rowCount)构造DefaultTableModel,列数与columnNames和rowCount中null对象值中的元素一样多。DefaultTableModel(Vector<? extends Vector> data, Vector<?> columnNames)构造一个DefaultTableModel并通过将data和columnNames传递给setDataVector方法来初始化该表。Constructor parameters in javax.swing.table with type arguments of type Vector 构造器 描述 DefaultTableModel(Vector<? extends Vector> data, Vector<?> columnNames)构造一个DefaultTableModel并通过将data和columnNames传递给setDataVector方法来初始化该表。 -
Uses of Vector in javax.swing.text
Methods in javax.swing.text that return Vector 变量和类型 方法 描述 protected VectorGapContent. getPositionsInRange(Vector v, int offset, int length)返回包含位置的UndoPosRef实例的Vector,范围为offset到offset+length。protected VectorStringContent. getPositionsInRange(Vector v, int offset, int length)返回包含位置的UndoPosRef实例的Vector,范围为offset到offset+length。Methods in javax.swing.text with parameters of type Vector 变量和类型 方法 描述 protected VectorGapContent. getPositionsInRange(Vector v, int offset, int length)返回包含位置的UndoPosRef实例的Vector,范围为offset至offset+length。protected VectorStringContent. getPositionsInRange(Vector v, int offset, int length)返回包含位置的UndoPosRef实例的Vector,范围为offset到offset+length。protected voidGapContent. updateUndoPositions(Vector positions, int offset, int length)重置positions所有UndoPosRef实例的positions。protected voidStringContent. updateUndoPositions(Vector positions)重置positions所有UndoPosRef实例的positions。 -
Uses of Vector in javax.swing.text.html
Fields in javax.swing.text.html declared as Vector 变量和类型 字段 描述 protected Vector<DefaultStyledDocument.ElementSpec>HTMLDocument.HTMLReader. parseBuffer缓冲区以保持构建元素。 -
Uses of Vector in javax.swing.text.html.parser
Fields in javax.swing.text.html.parser declared as Vector 变量和类型 字段 描述 Vector<Element>DTD. elements元素的向量Vector<?>AttributeList. values可能的属性值Methods in javax.swing.text.html.parser with parameters of type Vector 变量和类型 方法 描述 voidContentModel. getElements(Vector<Element> elemVec)使用属于此contentModel的元素列表更新elemVec。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)创建属性列表元素。 -
Uses of Vector in javax.swing.tree
Fields in javax.swing.tree declared as Vector 变量和类型 字段 描述 protected Vector<TreeNode>DefaultMutableTreeNode. children如果此节点没有子节点,则子节点数组可以为nullMethods in javax.swing.tree with parameters of type Vector 变量和类型 方法 描述 protected voidDefaultTreeSelectionModel. notifyPathChange(Vector<?> changedPaths, TreePath oldLeadSelection)已过时。截至JDK 1.7版 -
Uses of Vector in javax.swing.undo
Fields in javax.swing.undo declared as Vector 变量和类型 字段 描述 protected Vector<UndoableEdit>CompoundEdit. edits收集UndoableEdit撤消/恢复集体通过这一CompoundEdit。protected Vector<UndoableEditListener>UndoableEditSupport. listeners听众列表。
-