Uses of Interface
net.infonode.docking.ViewSerializer

Packages that use ViewSerializer
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.util Utility classes for docking windows. 
 

Uses of ViewSerializer in net.infonode.docking
 

Methods in net.infonode.docking that return ViewSerializer
 ViewSerializer RootWindow.getViewSerializer()
          Returns the view serializer object for the views inside this root window.
 

Constructors in net.infonode.docking with parameters of type ViewSerializer
RootWindow(ViewSerializer viewSerializer)
          Creates an empty root window.
RootWindow(boolean heavyweightSupport, ViewSerializer viewSerializer)
          Creates an empty root window with support for heavyweight components inside the views.
RootWindow(ViewSerializer viewSerializer, DockingWindow window)
          Creates a root window with the given window as window inside this root window.
RootWindow(boolean heavyweightSupport, ViewSerializer viewSerializer, DockingWindow window)
          Creates a root window with support for heavyweight components inside the views and the given window inside as window inside this root window.
 

Uses of ViewSerializer in net.infonode.docking.util
 

Classes in net.infonode.docking.util that implement ViewSerializer
 class AbstractViewMap
          Base class for view maps.
 class MixedViewHandler
          The mixed view map simplifies mixing static and dynamic views inside the same root window.
 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 ViewSerializer
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 ViewSerializer
MixedViewHandler(AbstractViewMap viewMap, ViewSerializer viewSerializer)
          Constructor.
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.