org.shiftone.memento.view
Interface FunctionPanel

All Known Implementing Classes:
BrowsePanel, ExportPanel, ImportPanel, OptionsPanel, SearchPanel

public interface FunctionPanel

Interface FunctionPanel

Author:
Neville Kadwa

Method Summary
 void initialize()
          Initialize components on panel
 boolean isInitialUsable()
          Return whether data is available for panel to be meaningful.
 void refresh()
          Called when switching to panel
 

Method Detail

initialize

public void initialize()
Initialize components on panel


refresh

public void refresh()
Called when switching to panel


isInitialUsable

public boolean isInitialUsable()
Return whether data is available for panel to be meaningful.