クラス
javax.swing.text.StyledEditorKitの使用
パッケージ
説明
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit
とサポート・クラスを提供します。Rich-Text-Formatテキスト・エディタを作成するためのクラス(
RTFEditorKit
)を提供します。-
javax.swingでのStyledEditorKitの使用
-
javax.swing.textでのStyledEditorKitの使用
修飾子と型メソッド説明protected final StyledEditorKit
StyledEditorKit.StyledTextAction.getStyledEditorKit
(JEditorPane e) このエディタ・ペインに関連したエディタ・キットを取得します。 -
javax.swing.text.htmlでのStyledEditorKitの使用
修飾子と型クラス説明class
SwingのJEditorPaneテキスト・コンポーネントは、EditorKitと呼ばれるプラグイン・メカニズムにより、さまざまな種類のコンテンツをサポートしています。 -
javax.swing.text.rtfでのStyledEditorKitの使用