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