类的用途
java.util.Vector
使用 Vector 的包
包
描述
提供用于创建和修改图像的类。
提供用于生成与渲染无关的图像的类和接口。
包含集合框架、一些国际化支持类、服务加载器、属性、随机数生成、字符串解析和扫描类、base64 编码和解码、位数组和几个杂项实用程序类。
定义用户界面组件和提供对这些组件的访问的辅助技术之间的契约。
为 Java 管理扩展提供核心类。
提供关系服务的定义。
提供 Timer MBean 的定义。
提供访问命名服务的类和接口。
扩展
javax.naming 包以提供访问目录服务的功能。
为 MIDI(乐器数字接口)数据的 I/O、排序和合成提供接口和类。
提供实用程序类以允许在 Java 编程语言中的 SQL 类型和数据类型之间进行可序列化映射。
提供一组“轻量级”(全 Java 语言)组件,尽可能在所有平台上以相同的方式工作。
提供根据基本外观构建的用户界面对象。
提供组合了两种或多种外观的用户界面对象。
提供用于处理
javax.swing.JTable 的类和接口。
提供处理可编辑和不可编辑文本组件的类和接口。
提供用于创建 HTML 文本编辑器的类
HTMLEditorKit 和支持类。
提供默认的 HTML 解析器以及支持类。
提供用于处理
javax.swing.JTree 的类和接口。
允许开发人员在文本编辑器等应用程序中提供对撤消/重做的支持。
-
Vector 在 java.awt.image 中的用法
java.awt.image 中返回 Vector 的方法修饰符和类型方法描述BufferedImage.getSources()RenderedImage.getSources()返回 RenderedImages 的向量,这些 RenderedImages 是此 RenderedImage 的图像数据的直接来源。 -
Vector 在 java.awt.image.renderable 中的用法
java.awt.image.renderable 中的字段声明为 Vectorjava.awt.image.renderable 中返回 Vector 的方法修饰符和类型方法描述ParameterBlock.getParameters()返回整个参数向量。ParameterBlock.getSources()返回源的整个向量。RenderableImage.getSources()返回作为此 RenderableImage 的图像数据源的 RenderableImages 的向量。RenderableImageOp.getSources()返回作为此 RenderableImage 的图像数据源的 RenderableImages 的向量。java.awt.image.renderable 中的方法,参数类型为 Vector修饰符和类型方法描述voidParameterBlock.setParameters(Vector<Object> parameters) 将整个参数 Vector 设置为给定 Vector。voidParameterBlock.setSources(Vector<Object> sources) 将整个 Vector of sources 设置为给定的 Vector。java.awt.image.renderable 中的构造函数,参数类型为 Vector修饰符构造方法描述ParameterBlock(Vector<Object> sources) 使用给定的源向量构造一个ParameterBlock。ParameterBlock(Vector<Object> sources, Vector<Object> parameters) 使用给定的源向量和参数向量构造一个ParameterBlock。 -
Vector 在 java.util 中的用法
-
Vector 在 javax.accessibility 中的用法
javax.accessibility 中的字段声明为 Vector修饰符和类型Field描述protected Vector<AccessibleRelation>AccessibleRelationSet.relationsVector中的每个条目代表一个AccessibleRelation。protected Vector<AccessibleState>AccessibleStateSet.statesVector中的每个条目代表一个AccessibleState。 -
Vector 在 javax.management 中的用法
javax.management 中返回 Vector 的方法修饰符和类型方法描述AttributeChangeNotificationFilter.getEnabledAttributes()获取此过滤器的所有启用属性名称。NotificationFilterSupport.getEnabledTypes()获取此筛选器的所有已启用通知类型。 -
Vector 在 javax.management.relation 中的用法
javax.management.relation 中返回 Vector 的方法修饰符和类型方法描述MBeanServerNotificationFilter.getDisabledObjectNames()获取禁用的所有 ObjectNames。MBeanServerNotificationFilter.getEnabledObjectNames()获取所有启用的 ObjectNames。 -
Vector 在 javax.management.timer 中的用法
javax.management.timer 中返回 Vector 的方法修饰符和类型方法描述Timer.getAllNotificationIDs()获取注册到通知列表中的所有计时器通知标识符。TimerMBean.getAllNotificationIDs()获取注册到通知列表中的所有计时器通知标识符。Timer.getNotificationIDs(String type) 获取指定类型对应的所有定时器通知的标识。TimerMBean.getNotificationIDs(String type) 获取指定类型对应的所有定时器通知的标识。 -
Vector 在 javax.naming 中的用法
javax.naming 中的字段声明为 Vector -
Vector 在 javax.naming.directory 中的用法
javax.naming.directory 中的字段声明为 Vector -
Vector 在 javax.sound.midi 中的用法
javax.sound.midi 中的字段声明为 Vector -
Vector 在 javax.sql.rowset.serial 中的用法
javax.sql.rowset.serial 中的构造函数,参数类型为 Vector修饰符构造方法描述SQLOutputImpl(Vector<?> attributes, Map<String, ?> map) 创建一个新的SQLOutputImpl对象,该对象使用给定的属性向量和类型映射进行初始化。 -
Vector 在 javax.swing 中的用法
javax.swing 中的字段声明为 Vectorjavax.swing 中的方法,参数类型为 Vector修饰符和类型方法描述voidJList.setListData(Vector<? extends E> listData) 从Vector构造一个只读的ListModel并使用此模型调用setModel。javax.swing 中的构造函数,参数类型为 Vector修饰符构造方法描述构造一个用向量初始化的 DefaultComboBoxModel 对象。创建一个包含指定 Vector 中的元素的JComboBox。构造一个JList以显示指定Vector中的元素。构造一个JTable以显示Vectors、rowData的Vector中的值,列名称为columnNames。返回一个JTree,其中指定Vector的每个元素作为未显示的新根节点的子节点。javax.swing 中的构造函数参数,类型参数为 Vector -
Vector 在 javax.swing.plaf.basic 中的用法
javax.swing.plaf.basic 中返回 Vector 的方法javax.swing.plaf.basic 中的方法,参数类型为 Vector -
Vector 在 javax.swing.plaf.multi 中的用法
javax.swing.plaf.multi 中的字段声明为 Vector修饰符和类型Field描述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 的向量。javax.swing.plaf.multi 中的方法,参数类型为 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 对象填充它,然后返回该数组。 -
Vector 在 javax.swing.table 中的用法
javax.swing.table 中的字段声明为 Vector修饰符和类型Field描述protected VectorDefaultTableModel.columnIdentifiers列标识符的Vector。DefaultTableModel.dataVectorObject的Vectors的Vector值。protected Vector<TableColumn>DefaultTableColumnModel.tableColumns此模型中的 TableColumn 对象数组javax.swing.table 中具有 Vector 类型参数的字段javax.swing.table 中返回 Vector 的方法修饰符和类型方法描述DefaultTableModel.convertToVector(Object[] anArray) 返回包含与数组相同对象的向量。DefaultTableModel.convertToVector(Object[][] anArray) 返回包含与数组相同对象的向量向量。DefaultTableModel.getDataVector()返回包含表数据值的Vectors的Vector。返回类型中包含 Vector 类型参数的 javax.swing.table 中的方法修饰符和类型方法描述DefaultTableModel.convertToVector(Object[][] anArray) 返回包含与数组相同对象的向量向量。DefaultTableModel.getDataVector()返回包含表数据值的Vectors的Vector。javax.swing.table 中的方法,参数类型为 Vector修饰符和类型方法描述void向模型添加一列。void在模型末尾添加一行。void在模型中的row处插入一行。voidDefaultTableModel.setColumnIdentifiers(Vector<?> columnIdentifiers) 替换模型中的列标识符。voidDefaultTableModel.setDataVector(Vector<? extends Vector> dataVector, Vector<?> columnIdentifiers) 用新的Vector行dataVector替换当前的dataVector实例变量。javax.swing.table 中的方法参数,类型参数为 Vector修饰符和类型方法描述voidDefaultTableModel.setDataVector(Vector<? extends Vector> dataVector, Vector<?> columnIdentifiers) 用新的Vector行dataVector替换当前的dataVector实例变量。javax.swing.table 中的构造函数,参数类型为 Vector修饰符构造方法描述DefaultTableModel(Vector<?> columnNames, int rowCount) 构造一个DefaultTableModel,其列数与null对象值的columnNames和rowCount中的元素数一样多。DefaultTableModel(Vector<? extends Vector> data, Vector<?> columnNames) 构造一个DefaultTableModel并通过将data和columnNames传递给setDataVector方法来初始化表。javax.swing.table 中的构造函数参数,类型参数为 Vector修饰符构造方法描述DefaultTableModel(Vector<? extends Vector> data, Vector<?> columnNames) 构造一个DefaultTableModel并通过将data和columnNames传递给setDataVector方法来初始化表。 -
Vector 在 javax.swing.text 中的用法
javax.swing.text 中返回 Vector 的方法修饰符和类型方法描述protected VectorGapContent.getPositionsInRange(Vector v, int offset, int length) 返回包含offset到offset+length范围内位置的 UndoPosRef 实例的向量。protected VectorStringContent.getPositionsInRange(Vector v, int offset, int length) 返回包含offset到offset+length范围内位置的 UndoPosRef 实例的向量。javax.swing.text 中的方法,参数类型为 Vector修饰符和类型方法描述protected VectorGapContent.getPositionsInRange(Vector v, int offset, int length) 返回包含offset到offset+length范围内位置的 UndoPosRef 实例的向量。protected VectorStringContent.getPositionsInRange(Vector v, int offset, int length) 返回包含offset到offset+length范围内位置的 UndoPosRef 实例的向量。protected voidGapContent.updateUndoPositions(Vector positions, int offset, int length) 重置positions中所有 UndoPosRef 实例的位置。protected voidStringContent.updateUndoPositions(Vector positions) 重置positions中所有 UndoPosRef 实例的位置。 -
Vector 在 javax.swing.text.html 中的用法
javax.swing.text.html 中的字段声明为 Vector修饰符和类型Field描述protected Vector<DefaultStyledDocument.ElementSpec>HTMLDocument.HTMLReader.parseBuffer缓冲区以保留构建元素。 -
Vector 在 javax.swing.text.html.parser 中的用法
javax.swing.text.html.parser 中的字段声明为 Vectorjavax.swing.text.html.parser 中的方法,参数类型为 Vector修饰符和类型方法描述voidContentModel.getElements(Vector<Element> elemVec) 使用属于此 contentModel 的元素列表更新 elemVec。javax.swing.text.html.parser 中的构造函数,参数类型为 Vector修饰符构造方法描述AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next) 创建属性列表元素。 -
Vector 在 javax.swing.tree 中的用法
javax.swing.tree 中的字段声明为 Vectorjavax.swing.tree 中的方法,参数类型为 Vector修饰符和类型方法描述protected voidDefaultTreeSelectionModel.notifyPathChange(Vector<?> changedPaths, TreePath oldLeadSelection) 已弃用。从 JDK 版本 1.7 开始 -
Vector 在 javax.swing.undo 中的用法
javax.swing.undo 中的字段声明为 Vector修饰符和类型Field描述protected Vector<UndoableEdit>CompoundEdit.editsUndoableEdit的集合被这个CompoundEdit集体撤消/重做。protected Vector<UndoableEditListener>UndoableEditSupport.listeners听众名单。