hades.utils
Interface ContextToolTip

All Known Implementing Classes:
Editor, GenericCGate, GenericFlipflop, GenericGate, JPWrapper, MRCanvas, Port, Signal, SimKernel, SimObject, StimuliGenerator

public interface ContextToolTip

get a position- and time-dependent tool-tip message.


Method Summary
 java.lang.String getToolTip(java.awt.Point position, long millis)
          get the message to display as a tool tip, depending on the current position of the cursor, and the elapsed idle time in milliseconds.
 

Method Detail

getToolTip

public java.lang.String getToolTip(java.awt.Point position,
                                   long millis)
get the message to display as a tool tip, depending on the current position of the cursor, and the elapsed idle time in milliseconds.

Naturally, both the position and millis parameters simply may be ignored by classes implementing this interface.