com.l2fprod.common.swing
Interface TipModel.Tip

All Known Implementing Classes:
DefaultTip
Enclosing interface:
TipModel

public static interface TipModel.Tip

A tip.


Method Summary
 java.lang.Object getTip()
          The tip object to show.
 java.lang.String getTipName()
           
 

Method Detail

getTipName

java.lang.String getTipName()
Returns:
very short (optional) description for the tip

getTip

java.lang.Object getTip()
The tip object to show. See JTipOfTheDay for supported object types.

Returns:
the tip to display