クラス
javax.swing.text.StyledEditorKit.StyledTextActionの使用
| パッケージ | 説明 | 
|---|---|
| javax.swing.text | 編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。 | 
| javax.swing.text.html | HTMLテキスト・エディタを作成するためのクラス HTMLEditorKitとサポート・クラスを提供します。 | 
- 
javax.swing.textでのStyledEditorKit.StyledTextActionの使用javax.swing.text内のStyledEditorKit.StyledTextActionのサブクラス 修飾子と型 クラス 説明 static classStyledEditorKit.AlignmentAction段落の配置方法を設定するアクションです。static classStyledEditorKit.BoldActionボールド属性を切り替えるアクションです。static classStyledEditorKit.FontFamilyAction関連するJEditorPaneのフォント・ファミリを設定するアクションです。static classStyledEditorKit.FontSizeAction関連するJEditorPaneのフォント・サイズを設定するアクションです。static classStyledEditorKit.ForegroundActionフォアグラウンド・カラーを設定するアクションです。static classStyledEditorKit.ItalicActionイタリック属性を切り替えるアクションです。static classStyledEditorKit.UnderlineAction下線属性を切り替えるアクションです。
- 
javax.swing.text.htmlでのStyledEditorKit.StyledTextActionの使用javax.swing.text.html内のStyledEditorKit.StyledTextActionのサブクラス 修飾子と型 クラス 説明 static classHTMLEditorKit.HTMLTextActionHTMLを既存のドキュメントに挿入するのに便利ないくつかの簡易メソッドを提供するabstractアクションです。static classHTMLEditorKit.InsertHTMLTextActionInsertHTMLTextActionは、既存のHTMLドキュメントに任意のHTML文字列を挿入するために使用できます。