jp.hishidama.swing.undo
インタフェース UndoManagerInstall

既知の実装クラスの一覧:
TextUndoManager

public interface UndoManagerInstall

インストールメソッドを含むUndoManager

導入されたバージョン:
2009.04.12
作成者:
ひしだま
関連項目:
TextManager

メソッドの概要
 void install(JTextComponent tc)
          初期化.
 void uninstall(JTextComponent tc)
          終了.
 

メソッドの詳細

install

void install(JTextComponent tc)
初期化.

JTextComponentに当UndoManagerを登録する。

パラメータ:
tc - テキストコンポーネント(JEditorPane・JTextField・JTextArea等)

uninstall

void uninstall(JTextComponent tc)
終了.

JTextComponentから当UndoManagerを削除する。

パラメータ:
tc - テキストコンポーネント(JEditorPane・JTextField・JTextArea等)