JavaTM 2 Platform
Standard Ed. 6

介面 javax.swing.text.Style
的使用

使用 Style 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
javax.swing.text 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
javax.swing.text.html 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
 

javax.swingStyle 的使用
 

返回 Stylejavax.swing 中的方法
 Style JTextPane.addStyle(String nm, Style parent)
          將一個新樣式添加到邏輯樣式層次結構中。
 Style JTextPane.getLogicalStyle()
          獲取分派給由當前插入符號位置表示的段落的邏輯樣式,或者 null
 Style JTextPane.getStyle(String nm)
          獲取以前添加的已命名的非 null 樣式。
 

參數型別為 Stylejavax.swing 中的方法
 Style JTextPane.addStyle(String nm, Style parent)
          將一個新樣式添加到邏輯樣式層次結構中。
 void JTextPane.setLogicalStyle(Style s)
          設置在當前插入符號位置用於段落的邏輯樣式。
 

javax.swing.textStyle 的使用
 

實作 Stylejavax.swing.text 中的類別
 class StyleContext.NamedStyle
          通常用於表示字元和段落樣式的屬性集合。
 

返回 Stylejavax.swing.text 中的方法
 Style DefaultStyledDocument.addStyle(String nm, Style parent)
          向邏輯樣式層次結構中添加新樣式。
 Style StyledDocument.addStyle(String nm, Style parent)
          向邏輯樣式層次中添加新樣式。
 Style StyleContext.addStyle(String nm, Style parent)
          將新的樣式添加到樣式層次中。
 Style DefaultStyledDocument.getLogicalStyle(int p)
          獲取表示給定位置處分派給段落的邏輯樣式。
 Style StyledDocument.getLogicalStyle(int p)
          獲取段落中給定位置的邏輯樣式。
 Style DefaultStyledDocument.getStyle(String nm)
          獲取以前添加的已命名的樣式。
 Style StyledDocument.getStyle(String nm)
          獲取以前添加的指定樣式。
 Style StyleContext.getStyle(String nm)
          獲取以前添加到文檔中的已命名樣式
 

參數型別為 Stylejavax.swing.text 中的方法
 Style DefaultStyledDocument.addStyle(String nm, Style parent)
          向邏輯樣式層次結構中添加新樣式。
 Style StyledDocument.addStyle(String nm, Style parent)
          向邏輯樣式層次中添加新樣式。
 Style StyleContext.addStyle(String nm, Style parent)
          將新的樣式添加到樣式層次中。
 void DefaultStyledDocument.setLogicalStyle(int pos, Style s)
          設置給定位置處用於段落的邏輯樣式。
 void StyledDocument.setLogicalStyle(int pos, Style s)
          設置給定位置的段落所用的邏輯樣式。
protected  void DefaultStyledDocument.styleChanged(Style style)
          此文檔樣式有任何改變時調用。
 

參數型別為 Stylejavax.swing.text 中的建構子
StyleContext.NamedStyle(String name, Style parent)
          創建新的命名樣式。
StyleContext.NamedStyle(Style parent)
          創建新的命名樣式。
 

javax.swing.text.htmlStyle 的使用
 

返回 Stylejavax.swing.text.html 中的方法
 Style StyleSheet.getRule(HTML.Tag t, Element e)
          獲取用來呈現給定型別的 HTML 標記的樣式。
 Style StyleSheet.getRule(String selector)
          獲取最能比對以字元串形式表示的選擇器的規則。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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