|
Interface Summary |
| AbstractImage |
This is especially for an Image Widget |
| AbstractList<Item extends Widget> |
Any List implementation must implement this interface for common usage. |
| AbstractTextList<T extends TextWidget> |
This a simple AbstractList extension,
that adds methods for adding items as String. |
| AdvancedTextWidget |
An AdvancedTextWidget merges TextWidget and BackgroundTexturable. |
| BackgroundSettable |
Any Widget class implementing this interface is able to receive and display
background Textures. |
| BackgroundSettableWidget |
Any Widget class implementing this interface is able to receive and display
background Textures. |
| Border |
This is an interface for the most basic methods of a Border. |
| BorderSettable |
A Widget implementing this interface can get a Border. |
| ContentPaneWrapper |
An implementation of the interface is able to hold a WidgetContainer,
but is not a Container itself. |
| PaddingSettable |
A Widget implementing this interface can get a padding. |
| PopUpable |
A PopUpable Widget is a Widget, that contains a pop-up-able part. |
| TextWidget |
A TextWidget is a Widget type, that can hold a text. |
| Widget |
All Widgets to be added to a HUD must implement this interface. |
| WidgetContainer |
A WidgetContainer is a Widget, that can hold arbitrary Widgets. |
| WidgetWrapper |
An implementation of the interface is able to hold a Widget and provides
a getter to retrieve the held Widget instance. |