Uses of Class
net.infonode.docking.util.AbstractViewMap

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.
 

Fields in net.infonode.docking.util declared as AbstractViewMap
private  AbstractViewMap MixedViewHandler.viewMap
           
 

Methods in net.infonode.docking.util with parameters of type AbstractViewMap
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.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.
static RootWindow DockingUtil.createRootWindow(AbstractViewMap views, boolean createWindowPopupMenu)
          Creates a root window with support for view serialization and popup menues.
static RootWindow DockingUtil.createRootWindow(AbstractViewMap views, ViewSerializer viewSerializer, boolean createWindowPopupMenu)
          Creates a root window with support for view serialization and popup menues.
private static RootWindow DockingUtil.createRootWindow(boolean heavyweightSupport, AbstractViewMap views, ViewSerializer viewSerializer, boolean createWindowPopupMenu)
           
 

Constructors in net.infonode.docking.util with parameters of type AbstractViewMap
MixedViewHandler(AbstractViewMap viewMap, ViewSerializer viewSerializer)
          Constructor.