クラスStyledEditorKit.BoldAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
javax.swing.text.StyledEditorKit.StyledTextAction
javax.swing.text.StyledEditorKit.BoldAction
- すべての実装されたインタフェース:
ActionListener, Serializable, Cloneable, EventListener, Action
- 含まれているクラス:
StyledEditorKit
public static class StyledEditorKit.BoldAction extends StyledEditorKit.StyledTextAction
太字属性を切り替えるアクションです。
警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースと互換ではなくなる予定です。 現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。 1.4では、すべてのJavaBeansの長期ストレージのサポートがjava.beansパッケージに追加されました。 XMLEncoderを参照してください。
-
フィールドのサマリー
クラスで宣言されたフィールド AbstractAction
changeSupport, enabled -
コンストラクタのサマリー
コンストラクタ -
メソッドのサマリー
クラスで宣言されたメソッド StyledEditorKit.StyledTextAction
getEditor, getStyledDocument, getStyledEditorKit, setCharacterAttributes, setParagraphAttributesクラスで宣言されたメソッド TextAction
augmentList, getFocusedComponent, getTextComponentクラスで宣言されたメソッド AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
コンストラクタの詳細
-
BoldAction
public BoldAction()新しいBoldActionを構築します。
-
-
メソッドの詳細
-
actionPerformed
-