JavaTM 2 Platform
Standard Ed. 6

類別 java.util.Vector
的使用

使用 Vector 的軟體套件
java.awt.image 提供創建和修改圖像的各種類別。 
java.awt.image.renderable 提供用於產生與呈現無關的圖像的類別和介面。 
java.util 包含 collection 框架、遺留的 collection 類別、事件模型、日期和時間設施、國際化和各種實用工具類別(字元串標記產生器、隨機數產生器和位元陣列)。 
javax.accessibility 定義了使用者介面元件與提供對這些元件進行存取的輔助技術之間的協定。 
javax.management 提供 Java Management Extensions 的核心類別。 
javax.management.relation 提供 Relation Service 的定義。 
javax.management.timer 提供對 Timer MBean(計時器 MBean)的定義。 
javax.naming 為存取命名服務提供類別和介面。 
javax.naming.directory 擴展 javax.naming 套件以提供存取目錄服務的功能。 
javax.sound.midi 提供用於 MIDI(音樂樂器數字介面)資料的 I/O、序列化和合成的介面和類別。 
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 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
javax.swing.text.html 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
javax.swing.text.html.parser 提供預設的 HTML 解析器以及支持類別。 
javax.swing.tree 提供處理 javax.swing.JTree 的類別和介面。 
javax.swing.undo 允許開發人員為應用程序(例如文本編輯器)中的撤消/恢復提供支持。 
 

java.awt.imageVector 的使用
 

返回 Vectorjava.awt.image 中的方法
 Vector<RenderedImage> BufferedImage.getSources()
          返回 RenderedImage 物件的 Vector,該物件是此 BufferedImage 圖像資料的直接來源,而不是這些直接來源的來源。
 Vector<RenderedImage> RenderedImage.getSources()
          返回作為此 RenderedImage 直接圖像資料源的 RenderedImage 向量。
 

java.awt.image.renderableVector 的使用
 

宣告為 Vectorjava.awt.image.renderable 中的欄位
protected  Vector<Object> ParameterBlock.parameters
          一個非源參數的 Vector,存儲為任意 Object。
protected  Vector<Object> ParameterBlock.sources
          源的 Vector,存儲為任意 Objects。
 

返回 Vectorjava.awt.image.renderable 中的方法
 Vector<Object> ParameterBlock.getParameters()
          返回參數的整個 Vector。
 Vector<Object> ParameterBlock.getSources()
          返回源的整個 Vector。
 Vector<RenderableImage> RenderableImage.getSources()
          返回作為此 RenderableImage 的圖像資料源的 RenderableImage 的向量。
 Vector<RenderableImage> RenderableImageOp.getSources()
          返回作為此 RenderableImage 圖像資料源的 RenderableImage 的向量。
 

參數型別為 Vectorjava.awt.image.renderable 中的方法
 void ParameterBlock.setParameters(Vector<Object> parameters)
          將參數的整個 Vector 設置為給定 Vector。
 void ParameterBlock.setSources(Vector<Object> sources)
          將源的整個 Vector 設置為給定 Vector。
 

參數型別為 Vectorjava.awt.image.renderable 中的建構子
ParameterBlock(Vector<Object> sources)
          使用源的給定 Vector 建構一個 ParameterBlock
ParameterBlock(Vector<Object> sources, Vector<Object> parameters)
          使用源的給定 Vector 和參數的 Vector 建構一個 ParameterBlock
ParameterBlock(Vector<Object> sources, Vector<Object> parameters)
          使用源的給定 Vector 和參數的 Vector 建構一個 ParameterBlock
 

java.utilVector 的使用
 

java.utilVector 的子類別
 class Stack<E>
          Stack 類別表示後進先出(LIFO)的物件堆疊(stack)空間。
 

javax.accessibilityVector 的使用
 

宣告為 Vectorjavax.accessibility 中的欄位
protected  Vector<AccessibleRelation> AccessibleRelationSet.relations
          Vector 中的每個項表示一個 AccessibleRelation。
protected  Vector<AccessibleState> AccessibleStateSet.states
          Vector 中的每個項表示一個 AccessibleState。
 

javax.managementVector 的使用
 

返回 Vectorjavax.management 中的方法
 Vector<String> AttributeChangeNotificationFilter.getEnabledAttributes()
          獲得此過濾器的所有已啟用屬性名稱。
 Vector<String> NotificationFilterSupport.getEnabledTypes()
          獲得此過濾器的所有允許通知型別。
 

javax.management.relationVector 的使用
 

返回 Vectorjavax.management.relation 中的方法
 Vector<ObjectName> MBeanServerNotificationFilter.getDisabledObjectNames()
          獲取禁用的所有 ObjectName。
 Vector<ObjectName> MBeanServerNotificationFilter.getEnabledObjectNames()
          獲取所有已啟用的 ObjectName。
 

javax.management.timerVector 的使用
 

返回 Vectorjavax.management.timer 中的方法
 Vector<Integer> Timer.getAllNotificationIDs()
          獲得所有在通知列表中註冊的計時器通知標識符。
 Vector<Integer> TimerMBean.getAllNotificationIDs()
          獲得所有在通知的列表中註冊的計時器通知標識符。
 Vector<Integer> Timer.getNotificationIDs(String type)
          獲得所有與指定型別對應的計時器通知的標識符。
 Vector<Integer> TimerMBean.getNotificationIDs(String type)
          獲得所有與指定型別對應的計時器通知的標識符。
 

javax.namingVector 的使用
 

宣告為 Vectorjavax.naming 中的欄位
protected  Vector<RefAddr> Reference.addrs
          包含此 Reference 中所包含的位址。
 

javax.naming.directoryVector 的使用
 

宣告為 Vectorjavax.naming.directory 中的欄位
protected  Vector<Object> BasicAttribute.values
          保存屬性的值。
 

javax.sound.midiVector 的使用
 

宣告為 Vectorjavax.sound.midi 中的欄位
protected  Vector<Track> Sequence.tracks
          此 sequence 中的 MIDI 軌道。
 

javax.sql.rowset.serialVector 的使用
 

參數型別為 Vectorjavax.sql.rowset.serial 中的建構子
SQLOutputImpl(Vector<?> attributes, Map<String,?> map)
          創建一個新的 SQLOutputImpl 物件,並使用給定的屬性向量和型別映射表進行初始化。
 

javax.swingVector 的使用
 

宣告為 Vectorjavax.swing 中的欄位
protected  Vector<AbstractButton> ButtonGroup.buttons
           
 

參數型別為 Vectorjavax.swing 中的方法
 void JList.setListData(Vector<?> listData)
          根據一個 Vector 建構只讀 ListModel,然後對此模型調用 setModel
 

參數型別為 Vectorjavax.swing 中的建構子
DefaultComboBoxModel(Vector<?> v)
          建構一個用向量初始化的 DefaultComboBoxModel 物件。
JComboBox(Vector<?> items)
          創建包含指定 Vector 中的元素的 JComboBox
JList(Vector<?> listData)
          建構一個 JList,使其顯示指定 Vector 中的元素。
JTable(Vector rowData, Vector columnNames)
          建構一個 JTable 來顯示 Vector 所組成的 Vector rowData 中的值,其列名稱為 columnNames
JTable(Vector rowData, Vector columnNames)
          建構一個 JTable 來顯示 Vector 所組成的 Vector rowData 中的值,其列名稱為 columnNames
JTree(Vector<?> value)
          返回 JTree,指定 Vector 的每個元素作為不被顯示的新根節點的子節點。
 

javax.swing.plaf.basicVector 的使用
 

返回 Vectorjavax.swing.plaf.basic 中的方法
 Vector<File> BasicDirectoryModel.getDirectories()
           
 Vector<File> BasicDirectoryModel.getFiles()
           
 

參數型別為 Vectorjavax.swing.plaf.basic 中的方法
protected  void BasicDirectoryModel.sort(Vector<? extends File> v)
           
 

javax.swing.plaf.multiVector 的使用
 

宣告為 Vectorjavax.swing.plaf.multi 中的欄位
protected  Vector MultiButtonUI.uis
          包含實際 UI 的向量。
protected  Vector MultiColorChooserUI.uis
          包含實際 UI 的向量。
protected  Vector MultiComboBoxUI.uis
          包含實際 UI 的向量。
protected  Vector MultiDesktopIconUI.uis
          包含實際 UI 的向量。
protected  Vector MultiDesktopPaneUI.uis
          包含實際 UI 的向量。
protected  Vector MultiFileChooserUI.uis
          包含實際 UI 的向量。
protected  Vector MultiInternalFrameUI.uis
          包含實際 UI 的向量。
protected  Vector MultiLabelUI.uis
          包含實際 UI 的向量。
protected  Vector MultiListUI.uis
          包含實際 UI 的向量。
protected  Vector MultiMenuBarUI.uis
          包含實際 UI 的向量。
protected  Vector MultiMenuItemUI.uis
          包含實際 UI 的向量。
protected  Vector MultiOptionPaneUI.uis
          包含實際 UI 的向量。
protected  Vector MultiPanelUI.uis
          包含實際 UI 的向量。
protected  Vector MultiPopupMenuUI.uis
          包含實際 UI 的向量。
protected  Vector MultiProgressBarUI.uis
          包含實際 UI 的向量。
protected  Vector MultiRootPaneUI.uis
          包含實際 UI 的向量。
protected  Vector MultiScrollBarUI.uis
          包含實際 UI 的向量。
protected  Vector MultiScrollPaneUI.uis
          包含實際 UI 的向量。
protected  Vector MultiSeparatorUI.uis
          包含實際 UI 的向量。
protected  Vector MultiSliderUI.uis
          包含實際 UI 的向量。
protected  Vector MultiSpinnerUI.uis
          包含實際 UI 的向量。
protected  Vector MultiSplitPaneUI.uis
          包含實際 UI 的向量。
protected  Vector MultiTabbedPaneUI.uis
          包含實際 UI 的向量。
protected  Vector MultiTableHeaderUI.uis
          包含實際 UI 的向量。
protected  Vector MultiTableUI.uis
          包含實際 UI 的向量。
protected  Vector MultiTextUI.uis
          包含實際 UI 的向量。
protected  Vector MultiToolBarUI.uis
          包含實際 UI 的向量。
protected  Vector MultiToolTipUI.uis
          包含實際 UI 的向量。
protected  Vector MultiTreeUI.uis
          包含實際 UI 的向量。
protected  Vector MultiViewportUI.uis
          包含實際 UI 的向量。
 

參數型別為 Vectorjavax.swing.plaf.multi 中的方法
static ComponentUI MultiLookAndFeel.createUIs(ComponentUI mui, Vector uis, JComponent target)
          創建表示 target 元件所需的 ComponentUI 物件,將物件放入 uis 向量中,並返回最能表示該元件 UI 的 ComponentUI 物件。
protected static ComponentUI[] MultiLookAndFeel.uisToArray(Vector uis)
          創建一個陣列,使用來自傳入向量的 UI 物件填充它並返回該陣列。
 

javax.swing.tableVector 的使用
 

宣告為 Vectorjavax.swing.table 中的欄位
protected  Vector DefaultTableModel.columnIdentifiers
          Vector,由多個列標識符組成。
protected  Vector DefaultTableModel.dataVector
          Vector,由包含多個 Object 值的 Vector 組成。
protected  Vector<TableColumn> DefaultTableColumnModel.tableColumns
          此模型中 TableColumn 物件組成的陣列
 

返回 Vectorjavax.swing.table 中的方法
protected static Vector DefaultTableModel.convertToVector(Object[] anArray)
          返回一個套件含與該陣列相同的物件的向量。
protected static Vector DefaultTableModel.convertToVector(Object[][] anArray)
          返回一個 vector,該 vector 由包含與該陣列相同的物件的多個 vector 組成。
 Vector DefaultTableModel.getDataVector()
          返回由多個包含表資料值的 Vector 組成的 Vector
 

參數型別為 Vectorjavax.swing.table 中的方法
 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)
          用新的行 VectordataVector)替換當前的 dataVector 實例變數。
 void DefaultTableModel.setDataVector(Vector dataVector, Vector columnIdentifiers)
          用新的行 VectordataVector)替換當前的 dataVector 實例變數。
 

參數型別為 Vectorjavax.swing.table 中的建構子
DefaultTableModel(Vector columnNames, int rowCount)
          建構一個 DefaultTableModel,它的列數與 columnNames 中元素的數量相同,並具有 rowCountnull 物件值。
DefaultTableModel(Vector data, Vector columnNames)
          建構一個 DefaultTableModel,並通過將 datacolumnNames 傳遞到 setDataVector 方法來初始化該表。
DefaultTableModel(Vector data, Vector columnNames)
          建構一個 DefaultTableModel,並通過將 datacolumnNames 傳遞到 setDataVector 方法來初始化該表。
 

javax.swing.textVector 的使用
 

返回 Vectorjavax.swing.text 中的方法
protected  Vector StringContent.getPositionsInRange(Vector v, int offset, int length)
          返回一個套件含 UndoPosRef 實例的 Vector,其 Position 的範圍從 offsetoffset + length
protected  Vector GapContent.getPositionsInRange(Vector v, int offset, int length)
          返回一個套件含 UndoPosRef 實例的 Vector,其 Position 的範圍從 offsetoffset + length
 

參數型別為 Vectorjavax.swing.text 中的方法
protected  Vector StringContent.getPositionsInRange(Vector v, int offset, int length)
          返回一個套件含 UndoPosRef 實例的 Vector,其 Position 的範圍從 offsetoffset + length
protected  Vector GapContent.getPositionsInRange(Vector v, int offset, int length)
          返回一個套件含 UndoPosRef 實例的 Vector,其 Position 的範圍從 offsetoffset + length
protected  void StringContent.updateUndoPositions(Vector positions)
          在 positions 處重新設置所有 UndoPosRef 實例的位置。
protected  void GapContent.updateUndoPositions(Vector positions, int offset, int length)
          重新設置處在 positions 的所有 UndoPosRef 實例的位置。
 

javax.swing.text.htmlVector 的使用
 

宣告為 Vectorjavax.swing.text.html 中的欄位
protected  Vector<DefaultStyledDocument.ElementSpec> HTMLDocument.HTMLReader.parseBuffer
           
 

javax.swing.text.html.parserVector 的使用
 

宣告為 Vectorjavax.swing.text.html.parser 中的欄位
 Vector<Element> DTD.elements
           
 Vector<?> AttributeList.values
           
 

參數型別為 Vectorjavax.swing.text.html.parser 中的方法
 void ContentModel.getElements(Vector<Element> elemVec)
          使用作為此 contentModel 一部分的元素列表更新 elemVec。
 

參數型別為 Vectorjavax.swing.text.html.parser 中的建構子
AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next)
          創建一個屬性列表元素。
 

javax.swing.treeVector 的使用
 

宣告為 Vectorjavax.swing.tree 中的欄位
protected  Vector DefaultMutableTreeNode.children
          子節點的陣列,如果此節點沒有子節點,則可以為 null
 

參數型別為 Vectorjavax.swing.tree 中的方法
protected  void DefaultTreeSelectionModel.notifyPathChange(Vector<javax.swing.tree.PathPlaceHolder> changedPaths, TreePath oldLeadSelection)
          通知偵聽器路徑中的更改。
 

javax.swing.undoVector 的使用
 

宣告為 Vectorjavax.swing.undo 中的欄位
protected  Vector<UndoableEdit> CompoundEdit.edits
          由此 CompoundEdit 全部撤消/恢復的 UndoableEdit 的集合。
protected  Vector<UndoableEditListener> UndoableEditSupport.listeners
           
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only