JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.text.FlowView
的使用

使用 FlowView 的軟體套件
javax.swing.text 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
 

javax.swing.textFlowView 的使用
 

javax.swing.textFlowView 的子類別
 class ParagraphView
          存在簡單換行的段落的視圖,其支持多種字體、顏色、元件、圖標等。
 

參數型別為 FlowViewjavax.swing.text 中的方法
protected  void FlowView.FlowStrategy.adjustRow(FlowView fv, int rowIndex, int desiredSpan, int x)
          如有可能,調整給定行以使其適合佈局區域。
 void FlowView.FlowStrategy.changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
          發出通知,通知文檔中此視圖負責的某個位置的屬性已更改。
protected  View FlowView.FlowStrategy.createView(FlowView fv, int startOffset, int spanLeft, int rowIndex)
          創建一個可用於表示串流的當前片段的視圖。
protected  View FlowView.FlowStrategy.getLogicalView(FlowView fv)
          此方法提供存取 FlowView 的邏輯視圖的串流策略。
 void FlowView.FlowStrategy.insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
          發出通知,通知在文檔中此視圖負責的某個位置已插入內容。
 void FlowView.FlowStrategy.layout(FlowView fv)
          更新給定 FlowView 的串流。
protected  int FlowView.FlowStrategy.layoutRow(FlowView fv, int rowIndex, int pos)
          創建一個符合該行佈局區域的視圖的行。
 void FlowView.FlowStrategy.removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
          發出通知,通知已從文檔中此給定串流視圖負責的某個位置移除某些內容。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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