bill.util.gui
Interface ToolTipInterface

All Known Implementing Classes:
ErrorFrame, HelpAboutFrame, AddKeyValueFrame, ConfigurationGUI, CSVGUI

public interface ToolTipInterface

Interface to be implemented by any frames that have tool tips that can be turned on and off.


Method Summary
 void displayToolTips(boolean display)
          Method to turn the tool tips on or off.
 

Method Detail

displayToolTips

public void displayToolTips(boolean display)
Method to turn the tool tips on or off. The implementing class should contain logic here to set or unset all the tool tips contained on the frame.
Parameters:
display - Indicates if tool tips should be displayed, true indicates to display them, false indicates to not display them.