|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
public interface UndoManagerInstall
インストールメソッドを含むUndoManager
TextManager| メソッドの概要 | |
|---|---|
void |
install(JTextComponent tc)
初期化. |
void |
uninstall(JTextComponent tc)
終了. |
| メソッドの詳細 |
|---|
void install(JTextComponent tc)
JTextComponentに当UndoManagerを登録する。
tc - テキストコンポーネント(JEditorPane・JTextField・JTextArea等)void uninstall(JTextComponent tc)
JTextComponentから当UndoManagerを削除する。
tc - テキストコンポーネント(JEditorPane・JTextField・JTextArea等)
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||