cvj2.app.gui.widgets
クラス ListPanelFocusHistory

java.lang.Object
  上位を拡張 cvj2.app.gui.widgets.ListPanelFocusHistory

public class ListPanelFocusHistory
extends java.lang.Object

ディレクトリを移動しても、リスト内のフォーカス位置とスクロール位置を覚えておく


コンストラクタの概要
ListPanelFocusHistory()
           
 
メソッドの概要
 void restore(ListPanel lp, boolean restoreFocus, boolean restoreSelection)
          状態復元
 void save(ListPanel lp, FileListModel model)
          状態保存
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ListPanelFocusHistory

public ListPanelFocusHistory()
メソッドの詳細

save

public void save(ListPanel lp,
                 FileListModel model)
状態保存


restore

public void restore(ListPanel lp,
                    boolean restoreFocus,
                    boolean restoreSelection)
状態復元