com.isti.util.gui
Interface ToolTipInformation


public interface ToolTipInformation

Class ToolTipInformation defines methods for handling tool tip information.


Method Summary
 boolean isToolTipEnabled()
          Determines if the tool tip is enabled or not.
 void setToolTipEnabled(boolean b)
          Enables or disables the tool tip.
 

Method Detail

isToolTipEnabled

boolean isToolTipEnabled()
Determines if the tool tip is enabled or not.

Returns:
true if the tool tip is enabled, false otherwise.

setToolTipEnabled

void setToolTipEnabled(boolean b)
Enables or disables the tool tip.

Parameters:
b - true if the tool tip is enabled, false otherwise.