public abstract static class StyledEditorKit.StyledTextAction extends TextAction
ソースが JEditorPane 型にナロー変換される場合、このアクションの影響を受けるコンポーネントは ActionEvent のソースになります。ソースがナロー変換できない場合は、最後にフォーカスのあったテキストコンポーネントが変更されます。どちらでもない場合、アクションは実行されません。
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースとの互換性がなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。1.4 以降、すべての JavaBeansTM 用の長期間の格納サポートが java.beans
パッケージに追加されています。XMLEncoder
を参照してください。
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
コンストラクタと説明 |
---|
StyledEditorKit.StyledTextAction(String nm)
文字列であるアクション名から、新しい StyledTextAction を作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
protected JEditorPane |
getEditor(ActionEvent e)
アクションのターゲットエディタを取得します。
|
protected StyledDocument |
getStyledDocument(JEditorPane e)
このエディタペインに関連したドキュメントを取得します。
|
protected StyledEditorKit |
getStyledEditorKit(JEditorPane e)
このエディタペインに関連したエディタキットを取得します。
|
protected void |
setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
指定された属性を文字コンテンツに適用します。
|
protected void |
setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
指定された属性を段落に適用します。
|
augmentList, getFocusedComponent, getTextComponent
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actionPerformed
public StyledEditorKit.StyledTextAction(String nm)
nm
- アクションの名前protected final JEditorPane getEditor(ActionEvent e)
e
- アクションイベントprotected final StyledDocument getStyledDocument(JEditorPane e)
e
- エディタIllegalArgumentException
- 不正なドキュメント型の場合protected final StyledEditorKit getStyledEditorKit(JEditorPane e)
e
- エディタペインIllegalArgumentException
- 不正なドキュメント型の場合protected final void setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
editor
- エディタattr
- 属性replace
- true の場合、既存の属性が最初に置き換えられるprotected final void setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
editor
- エディタattr
- 属性replace
- true の場合、既存の属性が最初に置き換えられる バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.