| Interface | Description |
|---|---|
| ViewFactory |
A factory that creates a view.
|
| ViewFactoryManager |
Manages the factories for views.
|
| Class | Description |
|---|---|
| AbstractViewMap |
Base class for view maps.
|
| DeveloperUtil |
Utility methods to make certain tasks easier during the development of an application using IDW.
|
| DockingUtil |
Class that contains utility methods for docking windows.
|
| MixedViewHandler |
The mixed view map simplifies mixing static and dynamic views inside the same root window.
|
| PropertiesUtil |
Utility functions for manipulating properties.
|
| StringViewMap |
A map of views that handles view serialization by assigning a string id to each view.
|
| ViewMap |
A map of views that handles view serialization by assigning an integer id to each view.
|
| WindowMenuUtil |
Class containing utility methods for creating window popup menues.
|