The net.guttershark.ui.controls package contains base classes for generic user interface elements.
Interfaces
| | Interface | Description |
| | IToolTip |
The IToolTip interface is an interace sprites must
conform too when implementing tool tips with the ToolTipManager. |
| | IToolTipDataProvider |
The IToolTipDataProvider interface allows for polymorphism with the data
that is provided to an IToolTip instance. |
Classes
| | Class | Description |
| | ToolTipDataProvider |
The ToolTipDataProvider class is the base class for
any tool tip data provider. |