软件包 | 描述 |
---|---|
java.awt.image |
提供创建和修改图像的类。
|
java.awt.image.renderable |
提供用于生成渲染独立图像的类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.accessibility |
定义用户界面组件和提供对这些组件的访问的辅助技术之间的一个合同。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.relation |
提供关系服务的定义。
|
javax.management.timer |
提供的定时器MBean的定义。
|
javax.naming |
提供访问命名服务的类和接口。
|
javax.naming.directory |
延伸到用于访问目录服务提供的功能的
javax.naming包。
|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
javax.sql.rowset.serial |
提供实用类允许序列化映射之间的SQL类型和数据在java编程语言的类型。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.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 |
允许开发人员在应用程序中提供支持,如文本编辑器中的撤消/重做。
|
Modifier and Type | Method and Description |
---|---|
Vector<RenderedImage> |
BufferedImage.getSources()
|
Vector<RenderedImage> |
RenderedImage.getSources()
返回一个renderedimages,对此renderedimage图像数据的直接来源的载体。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<Object> |
ParameterBlock.parameters
非源参数向量,作为任意对象存储。
|
protected Vector<Object> |
ParameterBlock.sources
一个向量的来源,作为任意对象存储。
|
Modifier and Type | Method and Description |
---|---|
Vector<Object> |
ParameterBlock.getParameters()
返回参数的整个向量。
|
Vector<RenderableImage> |
RenderableImageOp.getSources()
返回一个renderableimages,对此renderableimage图像数据的源向量。
|
Vector<Object> |
ParameterBlock.getSources()
返回源的整个向量。
|
Vector<RenderableImage> |
RenderableImage.getSources()
返回一个renderableimages,对此renderableimage图像数据的源向量。
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterBlock.setParameters(Vector<Object> parameters)
将参数的整个向量设置为一个给定的向量。
|
void |
ParameterBlock.setSources(Vector<Object> sources)
将源的整个向量设置为一个给定的向量。
|
Constructor and Description |
---|
ParameterBlock(Vector<Object> sources)
构建一个与给定的矢量源
ParameterBlock 。
|
ParameterBlock(Vector<Object> sources, Vector<Object> parameters)
构建了一个
ParameterBlock 与给定的向量和向量参数的来源。
|
ParameterBlock(Vector<Object> sources, Vector<Object> parameters)
构建一个与给定的向量和向量参数
ParameterBlock 来源。
|
Modifier and Type | Class and Description |
---|---|
class |
Stack<E>
的
Stack 类代表后进先出(LIFO)堆对象。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<AccessibleRelation> |
AccessibleRelationSet.relations
向量中的每个条目是一个accessiblerelation。
|
protected Vector<AccessibleState> |
AccessibleStateSet.states
向量中的每个条目是一个accessiblestate。
|
Modifier and Type | Method and Description |
---|---|
Vector<String> |
AttributeChangeNotificationFilter.getEnabledAttributes()
获取此筛选器的所有已启用的属性名称。
|
Vector<String> |
NotificationFilterSupport.getEnabledTypes()
获取此筛选器的所有已启用的通知类型。
|
Modifier and Type | Method and Description |
---|---|
Vector<ObjectName> |
MBeanServerNotificationFilter.getDisabledObjectNames()
得到所有的objectnames禁用。
|
Vector<ObjectName> |
MBeanServerNotificationFilter.getEnabledObjectNames()
得到所有的objectnames启用。
|
Modifier and Type | Method and Description |
---|---|
Vector<Integer> |
TimerMBean.getAllNotificationIDs()
获取已注册到通知列表中的所有计时器通知标识符。
|
Vector<Integer> |
Timer.getAllNotificationIDs()
获取已注册到通知列表中的所有计时器通知标识符。
|
Vector<Integer> |
TimerMBean.getNotificationIDs(String type)
获取对应于指定类型的定时器通知的所有标识符。
|
Vector<Integer> |
Timer.getNotificationIDs(String type)
获取对应于指定类型的定时器通知的所有标识符。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<RefAddr> |
Reference.addrs
包含此引用中包含的地址。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<Object> |
BasicAttribute.values
保存属性的值。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<Track> |
Sequence.tracks
在这个序列的MIDI音轨。
|
Constructor and Description |
---|
SQLOutputImpl(Vector<?> attributes, Map<String,?> map)
创建一个新的
SQLOutputImpl 对象初始化与给定的矢量属性和类型图。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<AbstractButton> |
ButtonGroup.buttons |
Modifier and Type | Method and Description |
---|---|
void |
JList.setListData(Vector<? extends E> listData)
构建了从
Vector 只读
ListModel 和电话
setModel 这个模型。
|
Constructor and Description |
---|
DefaultComboBoxModel(Vector<E> v)
构建了一个defaultcomboboxmodel对象与载体初始化。
|
JComboBox(Vector<E> items)
创建一个
JComboBox 包含在指定的向量元素。
|
JList(Vector<? extends E> listData)
构建了一个
JList 显示在指定的
Vector 元素。
|
JTable(Vector rowData, Vector columnNames)
构建了一个
JTable 在
Vectors ,
rowData 的
Vector 显示值,列名,
columnNames 。
|
JTable(Vector rowData, Vector columnNames)
构建了一个
JTable 在
Vectors ,
rowData 的
Vector 显示值,列名,
columnNames 。
|
JTree(Vector<?> value)
返回与指定每个元素的
Vector
JTree 作为新的根节点是不显示的孩子。
|
Modifier and Type | Method and Description |
---|---|
Vector<File> |
BasicDirectoryModel.getDirectories() |
Vector<File> |
BasicDirectoryModel.getFiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicDirectoryModel.sort(Vector<? extends File> v) |
Modifier and Type | Field and Description |
---|---|
protected Vector |
MultiFileChooserUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiComboBoxUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiToolBarUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiButtonUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiSplitPaneUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiColorChooserUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiTableUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiInternalFrameUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiTabbedPaneUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiMenuBarUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiLabelUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiMenuItemUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiTableHeaderUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiOptionPaneUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiTreeUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiDesktopPaneUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiSpinnerUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiRootPaneUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiPanelUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiSliderUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiScrollPaneUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiViewportUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiSeparatorUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiTextUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiPopupMenuUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiListUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiProgressBarUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiToolTipUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiScrollBarUI.uis
含有真正的UI矢量。
|
protected Vector |
MultiDesktopIconUI.uis
含有真正的UI矢量。
|
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
MultiLookAndFeel.createUIs(ComponentUI mui, Vector uis, JComponent target)
创建所需的呈现
target 组件的
ComponentUI 对象,将对象放置在
uis 向量并返回最能代表组件的UI
ComponentUI 对象。
|
protected static ComponentUI[] |
MultiLookAndFeel.uisToArray(Vector uis)
创建一个数组,它填充了从通过矢量UI对象,并返回数组。
|
Modifier and Type | Field and Description |
---|---|
protected Vector |
DefaultTableModel.columnIdentifiers
柱的
Vector 标识符。
|
protected Vector |
DefaultTableModel.dataVector
对
Object 值
Vectors 的
Vector 。
|
protected Vector<TableColumn> |
DefaultTableColumnModel.tableColumns
在这个模型中,tablecolumn对象数组
|
Modifier and Type | Method and Description |
---|---|
protected static Vector |
DefaultTableModel.convertToVector(Object[] anArray)
返回一个包含与数组相同的对象的向量。
|
protected static Vector |
DefaultTableModel.convertToVector(Object[][] anArray)
返回包含与数组相同的对象的向量的向量。
|
Vector |
DefaultTableModel.getDataVector()
返回
Vectors 包含表的数据值的
Vector 。
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTableModel.addColumn(Object columnName, Vector columnData)
向模型中添加一个列。
|
void |
DefaultTableModel.addRow(Vector rowData)
向模型的结尾添加一个行。
|
void |
DefaultTableModel.insertRow(int row, Vector rowData)
在模型
row 插入一行。
|
void |
DefaultTableModel.setColumnIdentifiers(Vector columnIdentifiers)
在模型中替换列标识符。
|
void |
DefaultTableModel.setDataVector(Vector dataVector, Vector columnIdentifiers)
行新的
Vector 替换当前
dataVector 实例变量,
dataVector 。
|
void |
DefaultTableModel.setDataVector(Vector dataVector, Vector columnIdentifiers)
行新的
Vector 替换当前
dataVector 实例变量,
dataVector 。
|
Constructor and Description |
---|
DefaultTableModel(Vector columnNames, int rowCount)
构建了一个
DefaultTableModel 与多列,有
columnNames 和
null 对象值
rowCount 元素。
|
DefaultTableModel(Vector data, Vector columnNames)
构建了一个
DefaultTableModel 并初始化表通过
data 和
columnNames 的
setDataVector 方法。
|
DefaultTableModel(Vector data, Vector columnNames)
构建了一个
DefaultTableModel 并初始化表通过
data 和
columnNames 的
setDataVector 方法。
|
Modifier and Type | Method and Description |
---|---|
protected Vector |
StringContent.getPositionsInRange(Vector v, int offset, int length)
返回一个向量,包含的范围
offset 位置
offset +
length 的undoposref实例。
|
protected Vector |
GapContent.getPositionsInRange(Vector v, int offset, int length)
返回一个向量,包含的范围
offset 位置
offset +
length 的undoposref实例。
|
Modifier and Type | Method and Description |
---|---|
protected Vector |
StringContent.getPositionsInRange(Vector v, int offset, int length)
返回一个向量,包含的范围
offset 位置
offset +
length 的undoposref实例。
|
protected Vector |
GapContent.getPositionsInRange(Vector v, int offset, int length)
返回一个向量,包含的范围
offset 位置
offset +
length 的undoposref实例。
|
protected void |
StringContent.updateUndoPositions(Vector positions)
在
positions 重置所有undoposref实例的位置。
|
protected void |
GapContent.updateUndoPositions(Vector positions, int offset, int length)
在
positions 重置所有undoposref实例的位置。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<DefaultStyledDocument.ElementSpec> |
HTMLDocument.HTMLReader.parseBuffer |
Modifier and Type | Field and Description |
---|---|
Vector<Element> |
DTD.elements |
Vector<?> |
AttributeList.values |
Modifier and Type | Method and Description |
---|---|
void |
ContentModel.getElements(Vector<Element> elemVec)
以是这contentmodel部分元素的列表更新elemvec。
|
Constructor and Description |
---|
AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next)
创建一个属性列表元素。
|
Modifier and Type | Field and Description |
---|---|
protected Vector |
DefaultMutableTreeNode.children
数组的子数组,如果这个节点没有子节点,则可能为空
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultTreeSelectionModel.notifyPathChange(Vector<?> changedPaths, TreePath oldLeadSelection)
过时的。
作为JDK版本1.7
|
Modifier and Type | Field and Description |
---|---|
protected Vector<UndoableEdit> |
CompoundEdit.edits
对
UndoableEdit s撤消/重做这个
CompoundEdit 全体集合。
|
protected Vector<UndoableEditListener> |
UndoableEditSupport.listeners |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.