| パッケージ | 説明 | 
|---|---|
| javax.swing | すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。 | 
| javax.swing.plaf | Swingがプラグイン可能なLook & Feel機能を提供するために使用する、1つのインタフェースおよび多くのabstractクラスを提供します。 | 
| javax.swing.plaf.basic | 基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。 | 
| javax.swing.plaf.multi | 複数のLook & Feelを結合するユーザー・インタフェース・オブジェクトを提供します。 | 
| javax.swing.text | 編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。 | 
| javax.swing.text.html | HTMLテキスト・エディタを作成するためのクラス HTMLEditorKitとサポート・クラスを提供します。 | 
| javax.swing.text.rtf | Rich-Text-Formatテキスト・エディタを作成するためのクラス( RTFEditorKit)を提供します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| protected EditorKit | JTextPane. createDefaultEditorKit()デフォルトで使う EditorKitを作成します。 | |
| protected EditorKit | JEditorPane. createDefaultEditorKit()コンポーネントがはじめて生成されるときに、デフォルトのエディタ・キット( PlainEditorKit)を生成します。 | |
| static EditorKit | JEditorPane. createEditorKitForContentType(String type)エディタ・キットのデフォルトのレジストリから、指定されたコンテンツ型のハンドラを生成します。 | |
| EditorKit | JEditorPane. getEditorKit()コンテンツの処理のために現在インストールされているキットを返します。 | |
| EditorKit | JEditorPane. getEditorKitForContentType(String type)指定されたコンテンツ型で使用するエディタ・キットを取り出します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| void | JTextPane. setEditorKit(EditorKit kit)コンテンツを処理するために現在インストールされているキットを設定します。 | |
| void | JEditorPane. setEditorKit(EditorKit kit)コンテンツを処理するために現在インストールされているキットを設定します。 | |
| void | JEditorPane. setEditorKitForContentType(String type, EditorKit k)指定されたコンテンツ型で使用できるようにエディタ・キットを直接設定します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| abstract EditorKit | TextUI. getEditorKit(JTextComponent t)編集中のドキュメントのタイプで使用するポリシーを設定するサービスのバインディングを取得します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| EditorKit | BasicEditorPaneUI. getEditorKit(JTextComponent tc)UIのEditorKitを取得します。 | |
| EditorKit | BasicTextUI. getEditorKit(JTextComponent tc)UIのEditorKitを取得します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| EditorKit | MultiTextUI. getEditorKit(JTextComponent a)このオブジェクトで処理されている各UIで getEditorKitメソッドを呼び出します。 | 
| 修飾子と型 | クラス | 説明 | 
|---|---|---|
| class  | DefaultEditorKit特定のタイプのテキスト・ドキュメントに対して適切なエディタとして機能するために、テキスト・コンポーネントに必要なセットです。 | |
| class  | StyledEditorKit特定のタイプのテキスト・ドキュメントに対して適切なエディタとして機能するために、テキスト・コンポーネントに必要なセットです。 | 
| 修飾子と型 | クラス | 説明 | 
|---|---|---|
| class  | HTMLEditorKitSwingのJEditorPaneテキスト・コンポーネントは、EditorKitと呼ばれるプラグイン・メカニズムにより、さまざまな種類のコンテンツをサポートしています。 | 
| 修飾子と型 | クラス | 説明 | 
|---|---|---|
| class  | RTFEditorKitRTF編集機能のデフォルトの実装です。 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。 そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。 
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved.  Use is subject to license terms.  Documentation Redistribution Policyも参照してください。