JavaTM 2
Platform
Std. Ed. v1.4.0

javax.swing.text.html
クラス HTMLEditorKit.HTMLTextAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--javax.swing.text.TextAction
              |
              +--javax.swing.text.StyledEditorKit.StyledTextAction
                    |
                    +--javax.swing.text.html.HTMLEditorKit.HTMLTextAction
すべての実装インタフェース:
Action, ActionListener, Cloneable, EventListener, Serializable
直系の既知のサブクラス:
HTMLEditorKit.InsertHTMLTextAction
含まれているクラス:
HTMLEditorKit

public abstract static class HTMLEditorKit.HTMLTextAction
extends StyledEditorKit.StyledTextAction

HTML を既存のドキュメントに挿入するのに便利な簡易メソッドを提供する、abstract Action です。

注 : 簡易メソッドは、ドキュメントのロックを取得しません。テキストを変更する別のスレッドがある場合、簡易メソッドは一貫性のない動作をするか、誤った内容を返す場合があります。


フィールドの概要
 
クラス javax.swing.AbstractAction から継承したフィールド
changeSupport, enabled
 
インタフェース javax.swing.Action から継承したフィールド
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
コンストラクタの概要
HTMLEditorKit.HTMLTextAction(String name)
           
 
メソッドの概要
protected  int elementCountToTag(HTMLDocument doc, int offset, HTML.Tag tag)
          一番深い葉から数えて、tag を表す要素を取得するのに必要な要素の数を返します。
protected  Element findElementMatchingTag(HTMLDocument doc, int offset, HTML.Tag tag)
          tag に一致する offset での、一番深い要素を返します。
protected  Element[] getElementsAt(HTMLDocument doc, int offset)
          offset を格納する Elements からなる配列を返します。
protected  HTMLDocument getHTMLDocument(JEditorPane e)
           
protected  HTMLEditorKit getHTMLEditorKit(JEditorPane e)
           
 
クラス javax.swing.text.StyledEditorKit.StyledTextAction から継承したメソッド
getEditor, getStyledDocument, getStyledEditorKit, setCharacterAttributes, setParagraphAttributes
 
クラス javax.swing.text.TextAction から継承したメソッド
augmentList, getFocusedComponent, getTextComponent
 
クラス javax.swing.AbstractAction から継承したメソッド
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.awt.event.ActionListener から継承したメソッド
actionPerformed
 

コンストラクタの詳細

HTMLEditorKit.HTMLTextAction

public HTMLEditorKit.HTMLTextAction(String name)
メソッドの詳細

getHTMLDocument

protected HTMLDocument getHTMLDocument(JEditorPane e)
戻り値:
e の HTMLDocument

getHTMLEditorKit

protected HTMLEditorKit getHTMLEditorKit(JEditorPane e)
戻り値:
e の HTMLEditorKit

getElementsAt

protected Element[] getElementsAt(HTMLDocument doc,
                                  int offset)
offset を格納する Elements からなる配列を返します。最初の要素はルートに対応します。


elementCountToTag

protected int elementCountToTag(HTMLDocument doc,
                                int offset,
                                HTML.Tag tag)
一番深い葉から数えて、tag を表す要素を取得するのに必要な要素の数を返します。tag を表す要素が見つからない場合は -1 を返します。offset の葉の親が tag を表す場合は 0 を返します。


findElementMatchingTag

protected Element findElementMatchingTag(HTMLDocument doc,
                                         int offset,
                                         HTML.Tag tag)
tag に一致する offset での、一番深い要素を返します。


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.