パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.text |
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
|
javax.swing.text.html |
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit とサポート・クラスを提供します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
JTextPane
グラフィックで表現される属性でマークアップできるテキスト・コンポーネントです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected JEditorPane |
StyledEditorKit.StyledTextAction.getEditor(ActionEvent e)
アクションのターゲット・エディタを取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
StyledEditorKit.deinstall(JEditorPane c)
キットがJEditorPaneから削除されているときに呼び出されます。
|
void |
EditorKit.deinstall(JEditorPane c)
キットがJEditorPaneから削除されているときに呼び出されます。
|
protected StyledDocument |
StyledEditorKit.StyledTextAction.getStyledDocument(JEditorPane e)
このエディタ・ペインに関連したドキュメントを取得します。
|
protected StyledEditorKit |
StyledEditorKit.StyledTextAction.getStyledEditorKit(JEditorPane e)
このエディタ・ペインに関連したエディタ・キットを取得します。
|
void |
StyledEditorKit.install(JEditorPane c)
キットがJEditorPaneにインストールされているときに呼び出されます。
|
void |
EditorKit.install(JEditorPane c)
キットがJEditorPaneにインストールされるときに呼び出されます。
|
protected void |
StyledEditorKit.StyledTextAction.setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
指定された属性を文字コンテンツに適用します。
|
protected void |
StyledEditorKit.StyledTextAction.setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
指定された属性を段落に適用します。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
HTMLEditorKit.LinkController.activateLink(int pos, JEditorPane editor)
指定された位置がリンクを表す場合は、対応するJEditorPaneのlinkActivatedを呼び出します。
|
void |
HTMLEditorKit.deinstall(JEditorPane c)
キットがJEditorPaneから削除されているときに呼び出されます。
|
protected HTMLDocument |
HTMLEditorKit.HTMLTextAction.getHTMLDocument(JEditorPane e) |
protected HTMLEditorKit |
HTMLEditorKit.HTMLTextAction.getHTMLEditorKit(JEditorPane e) |
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
境界に挿入するときに呼び出されます。
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
非推奨。
Java 2プラットフォームv1.3においてはinsertAtBoundaryを使用してください。
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertHTML(JEditorPane editor, HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag addTag)
HTMLEditorKit.insertHTMLのためのカバーです。
|
void |
HTMLEditorKit.install(JEditorPane c)
キットがJEditorPaneにインストールされるときに呼び出されます。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.