JavaTM 2 Platform
Standard Ed. 6

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

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

javax.swing.textTextAction 的使用
 

javax.swing.textTextAction 的子類別
static class DefaultEditorKit.BeepAction
          創建蜂鳴聲。
static class DefaultEditorKit.CopyAction
          複製選定的區域並將其內容放入系統剪貼板中。
static class DefaultEditorKit.CutAction
          剪切選定的區域並將其內容放入系統剪貼板中。
static class DefaultEditorKit.DefaultKeyTypedAction
          如果接收到鍵輸入事件 並且無 keymap 輸入,則預設執行該動作。
static class DefaultEditorKit.InsertBreakAction
          在文檔中放置行/段落中斷。
static class DefaultEditorKit.InsertContentAction
          將內容置於關聯的文檔中。
static class DefaultEditorKit.InsertTabAction
          將一個製表符置於文檔中。
static class DefaultEditorKit.PasteAction
          將系統剪貼板內容粘貼到選定區域,如果未選中任何內容,則粘貼到插入符前面。
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
          切換下劃線屬性的操作。
 

javax.swing.text.htmlTextAction 的使用
 

javax.swing.text.htmlTextAction 的子類別
static class HTMLEditorKit.HTMLTextAction
          提供某些便捷方法的抽象 Action,這些便捷方法對於將 HTML 插入現有文檔可能很有用。
static class HTMLEditorKit.InsertHTMLTextAction
          InsertHTMLTextAction 可用於將任意 HTML 字元串插入現有 HTML 文檔。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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