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