| Interface | Description |
|---|---|
| Model |
Defines the interface, a class, which implements the model of a
TabSwitcher must
implement. |
| Model.Listener |
Defines the interface, a class, which should be notified about the model's events, must
implement.
|
| Restorable |
Defines the interface, a class, whose state should be stored and restored, must implement.
|
| Class | Description |
|---|---|
| AbstractItem |
An item, which contains information about a child view of a
TabSwitcher. |
| AddTabItem |
An item, which contains information about a button a
TabSwitcher, which allows to add a
new tab. |
| ItemComparator |
A comparator, which allows to compare two instances of the class
AbstractItem. |
| TabItem |
An item, which contains information about a tab of a
TabSwitcher. |
| TabSwitcherModel |
The model of a
TabSwitcher. |
| TabSwitcherStyle |
Allows to retrieve the style attributes of a
TabSwitcher. |
| Tag |
A tag, which allows to store the properties of the tabs of a
TabSwitcher. |
| Enum | Description |
|---|---|
| State |
Contains all possible states of a tab, while the switcher is shown.
|