| Interface | Description |
|---|---|
| ScreenDriver<O extends OutputManager<?>> |
Common interface for all screen drivers.
|
| ScreenWebDriver |
Common interface for all web screen drivers.
|
| WidgetFactory<O extends OutputManager<?>> |
This interface provides access to driver-specific widget factory necessary to
hide from client-level code implementations of driver-specific widgets.
|
| Class | Description |
|---|---|
| AbstractDriver<P extends OutputPrimitives,O extends OutputManager<P>> |
Simple base class for common screen driver implementation features.
|
| KeyCode |
Holds key code and extended key state.
|
| WidgetFactoryAdapter<O extends OutputManager<?>> |
Provide default implementations for
WidgetFactory interface. |
| Enum | Description |
|---|---|
| ScreenDriver.UriPathAnchor |
Directs how to resolve a resource relative path.
|