|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractViewMap | |
net.infonode.docking.util | Utility classes for docking windows. |
Uses of AbstractViewMap in net.infonode.docking.util |
Subclasses of AbstractViewMap in net.infonode.docking.util | |
class |
StringViewMap
A map of views that handles view serialization by assigning a string id to each view. |
class |
ViewMap
A map of views that handles view serialization by assigning an integer id to each view. |
Methods in net.infonode.docking.util with parameters of type AbstractViewMap | |
static RootWindow |
DockingUtil.createRootWindow(AbstractViewMap views,
boolean createWindowPopupMenu)
Creates a root window with support for view serialization and popup menues. |
static RootWindow |
DockingUtil.createHeavyweightSupportedRootWindow(AbstractViewMap views,
boolean createWindowPopupMenu)
Creates a root window with support for view serialization, popup menues and support for heavy weight components inside the views. |
static RootWindow |
DockingUtil.createRootWindow(AbstractViewMap views,
ViewSerializer viewSerializer,
boolean createWindowPopupMenu)
Creates a root window with support for view serialization and popup menues. |
static RootWindow |
DockingUtil.createHeavyweightSupportedRootWindow(AbstractViewMap views,
ViewSerializer viewSerializer,
boolean createWindowPopupMenu)
Creates a root window with support for view serialization, popup menues and support for heavyweight components inside the views. |
Constructors in net.infonode.docking.util with parameters of type AbstractViewMap | |
MixedViewHandler(AbstractViewMap viewMap,
ViewSerializer viewSerializer)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |