Java プラットフォーム 1.2

javax.swing.text
クラス StyledEditorKit.ForegroundAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--javax.swing.text.TextAction
              |
              +--javax.swing.text.StyledEditorKit.StyledTextAction
                    |
                    +--javax.swing.text.StyledEditorKit.ForegroundAction

public static class StyledEditorKit.ForegroundAction
extends StyledEditorKit.StyledTextAction

フォアグラウンドカラーを設定するアクションです。このクラスは、ターゲットの JEditorPane で現在選択されている領域に使用する StyleConstants.Foreground 属性を設定します。これは、ターゲットの JEditorPane に関連付けられている書式付ドキュメントに対して StyledDocument.setCharacterAttributes を呼び出すことで行われます。

ターゲットのテキストコンポーネントが ActionEvent の発生源として指定されている場合、コマンド文字列があるときは、そのコマンド文字列がフォアグラウンドカラーとして解釈されます。解釈は Color.decode を呼び出して行われるため、コマンド文字列はこのメソッドに対する有効な入力でなければなりません。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です。

関連項目:
直列化された形式

クラス javax.swing.AbstractAction から継承したフィールド
changeSupport, enabled
 
コンストラクタの概要
StyledEditorKit.ForegroundAction(String nm, Color fg)
          新しい ForegroundAction を作成します。
 
メソッドの概要
 void actionPerformed(ActionEvent e)
          フォアグラウンドカラーを設定します。
 
クラス javax.swing.text.StyledEditorKit.StyledTextAction から継承したメソッド
getEditor, getStyledDocument, getStyledEditorKit, setCharacterAttributes, setParagraphAttributes
 
クラス javax.swing.text.TextAction から継承したメソッド
augmentList, getFocusedComponent, getTextComponent
 
クラス javax.swing.AbstractAction から継承したメソッド
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StyledEditorKit.ForegroundAction

public StyledEditorKit.ForegroundAction(String nm,
                                        Color fg)
新しい ForegroundAction を作成します。
パラメータ:
nm - アクション名
fg - フォアグラウンドカラー
メソッドの詳細

actionPerformed

public void actionPerformed(ActionEvent e)
フォアグラウンドカラーを設定します。
パラメータ:
e - アクションイベント

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.