|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.AbstractAction javax.swing.text.TextAction javax.swing.text.StyledEditorKit.StyledTextAction
public abstract static class StyledEditorKit.StyledTextAction
假定是在安裝有 StyledEditorKit(或者子類別)的 JEditorPane 上觸發的操作。此操作具有一些便捷的方法,能導致字元或段落級的屬性更改。如果假定 StyledDocument、JEditorPane 或 StyledEditorKit 失敗為 true,則此便捷方法將拋出一個 IllegalArgumentException。
如果 ActionEvent 的源可縮小為一個 JEditorPane 型別,則事件在其上執行的元件將成為 ActionEvent 的源。如果該源不能縮小,則更改最近獲得焦點的文本元件。如果不是以上兩種情況,則不能執行該操作。
警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans
套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder
。
欄位摘要 |
---|
從類別 javax.swing.AbstractAction 繼承的欄位 |
---|
changeSupport, enabled |
從介面 javax.swing.Action 繼承的欄位 |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
建構子摘要 | |
---|---|
StyledEditorKit.StyledTextAction(String nm)
通過字元串操作名稱創建新的 StyledTextAction。 |
方法摘要 | |
---|---|
protected JEditorPane |
getEditor(ActionEvent e)
獲得操作的目標編輯器。 |
protected StyledDocument |
getStyledDocument(JEditorPane e)
獲取與編輯器窗格相關的文檔。 |
protected StyledEditorKit |
getStyledEditorKit(JEditorPane e)
獲取與編輯器窗格相關的編輯器工具套件。 |
protected void |
setCharacterAttributes(JEditorPane editor,
AttributeSet attr,
boolean replace)
對字元內容應用給定的屬性。 |
protected void |
setParagraphAttributes(JEditorPane editor,
AttributeSet attr,
boolean replace)
對段落應用給定的屬性。 |
從類別 javax.swing.text.TextAction 繼承的方法 |
---|
augmentList, getFocusedComponent, getTextComponent |
從類別 javax.swing.AbstractAction 繼承的方法 |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
從類別 java.lang.Object 繼承的方法 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
從介面 java.awt.event.ActionListener 繼承的方法 |
---|
actionPerformed |
建構子詳細資訊 |
---|
public StyledEditorKit.StyledTextAction(String nm)
nm
- 操作名稱方法詳細資訊 |
---|
protected final JEditorPane getEditor(ActionEvent e)
e
- 操作事件
protected final StyledDocument getStyledDocument(JEditorPane e)
e
- 編輯器
IllegalArgumentException
- 如果文檔型別錯誤protected final StyledEditorKit getStyledEditorKit(JEditorPane e)
e
- 編輯器窗格
IllegalArgumentException
- 如果文檔型別錯誤protected final void setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
editor
- 編輯器attr
- 屬性replace
- 如果為 true,則首先替換現有的屬性protected final void setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
editor
- 編輯器attr
- 屬性replace
- 如果為 true,則首先替換現有的屬性
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。