org.jorion.balboa.common
Interface ITabPanel

All Known Implementing Classes:
AbstractTabPanel, GuiPanel, GuiPanel

public interface ITabPanel

Interface to be implemented by all tabs in the main GUI.

Author:
Bernard Jorion, www.jorion.org

Method Summary
 void reloadConfig(Config cfg)
          Reload information from the given configuration object.
 void retrieveData()
          Refresh the configuration file with data from the panel.
 

Method Detail

reloadConfig

void reloadConfig(Config cfg)
Reload information from the given configuration object.

Parameters:
cfg - The configuration object.

retrieveData

void retrieveData()
Refresh the configuration file with data from the panel.