クラス
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 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.UnderlineAction
下線属性を切り替えるアクションです。 -
javax.swing.text.htmlでのStyledEditorKit.StyledTextActionの使用
javax.swing.text.htmlのStyledEditorKit.StyledTextActionのサブクラス 修飾子と型 クラス 説明 static class
HTMLEditorKit.HTMLTextAction
HTMLを既存のドキュメントに挿入するのに便利ないくつかの簡易メソッドを提供するabstractアクションです。static class
HTMLEditorKit.InsertHTMLTextAction
InsertHTMLTextActionは、既存のHTMLドキュメントに任意のHTML文字列を挿入するために使用できます。