|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.text.EditorKit javax.swing.text.DefaultEditorKit javax.swing.text.StyledEditorKit
public class StyledEditorKit
這是文本元件針對某些型別 的文本文檔要成為合理發揮編輯器功能所需的實作集合。此實作提供了一個預設實作,該預設實作把文本當做樣式化文本,並提供編輯樣式化文本的最小操作集合。
巢狀類別摘要 | |
---|---|
static class |
StyledEditorKit.AlignmentAction
設置段落對齊的操作。 |
static class |
StyledEditorKit.BoldAction
切換粗體屬性的操作。 |
static class |
StyledEditorKit.FontFamilyAction
在相關的 JEditorPane 中設置字體系列的操作。 |
static class |
StyledEditorKit.FontSizeAction
設置關聯的 JEditorPane 中字體大小的操作。 |
static class |
StyledEditorKit.ForegroundAction
設置前景色的操作。 |
static class |
StyledEditorKit.ItalicAction
切換斜體屬性的一種操作。 |
static class |
StyledEditorKit.StyledTextAction
假定是在安裝有 StyledEditorKit(或者子類別)的 JEditorPane 上觸發的操作。 |
static class |
StyledEditorKit.UnderlineAction
切換下劃線屬性的操作。 |
欄位摘要 |
---|
建構子摘要 | |
---|---|
StyledEditorKit()
創建供樣式化文檔使用新的 EditorKit。 |
方法摘要 | |
---|---|
Object |
clone()
創建此編輯器工具套件的一個副本。 |
Document |
createDefaultDocument()
創建一個適合此編輯器型別的未初始化文本存儲模型。 |
protected void |
createInputAttributes(Element element,
MutableAttributeSet set)
將 element 的 AttributeSet 鍵/值複製到 set 中。 |
void |
deinstall(JEditorPane c)
工具套件從 JEditorPane 移除時調用。 |
Action[] |
getActions()
獲取編輯器的命令列表。 |
Element |
getCharacterAttributeRun()
獲取表示該插入符處當前運行的字元屬性的元素。 |
MutableAttributeSet |
getInputAttributes()
獲取該窗格的輸入屬性。 |
ViewFactory |
getViewFactory()
獲取一個適合供由此套件所產生的任何模型來產生視圖的處理器。 |
void |
install(JEditorPane c)
工具套件安裝到 JEditorPane 時調用。 |
從類別 javax.swing.text.DefaultEditorKit 繼承的方法 |
---|
createCaret, getContentType, read, read, write, write |
從類別 java.lang.Object 繼承的方法 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public StyledEditorKit()
方法詳細資訊 |
---|
public MutableAttributeSet getInputAttributes()
public Element getCharacterAttributeRun()
public Action[] getActions()
DefaultEditorKit
中的 getActions
public Document createDefaultDocument()
DefaultEditorKit
中的 createDefaultDocument
public void install(JEditorPane c)
EditorKit
中的 install
c
- 該 JEditorPanepublic void deinstall(JEditorPane c)
EditorKit
中的 deinstall
c
- 該 JEditorPanepublic ViewFactory getViewFactory()
DefaultEditorKit
中的 getViewFactory
public Object clone()
EditorKit
中的 clone
Cloneable
protected void createInputAttributes(Element element, MutableAttributeSet set)
element
的 AttributeSet 鍵/值複製到 set
中。這操作不複製元件、圖標或者元素名稱屬性。子類別可能希望修改此處要複製什麼,不複製什麼。確保首先移除 set
中的所有屬性。這在插入符移到一個不同位置時調用。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。