Uses of Class
net.infonode.docking.View

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

Uses of View in net.infonode.docking
 

Methods in net.infonode.docking that return View
 View ViewSerializer.readView(ObjectInputStream in)
          Reads and returns a view.
 View RootWindow.getFocusedView()
          Returns the view that currently contains the focus.
 

Methods in net.infonode.docking with parameters of type View
 void ViewSerializer.writeView(View view, ObjectOutputStream out)
          Writes a view to a stream.
 void RootWindow.removeView(View view)
          Removes all internal references to a view.
 void DockingWindowListener.viewFocusChanged(View previouslyFocusedView, View focusedView)
          Called when the focus moves from one view to another view.
 void DockingWindowAdapter.viewFocusChanged(View previouslyFocusedView, View focusedView)
           
 

Uses of View in net.infonode.docking.util
 

Methods in net.infonode.docking.util that return View
 View ViewMap.getView(int id)
          Returns the view with a specific id.
 View ViewFactory.createView()
          Creates a view.
 View StringViewMap.getView(String id)
          Returns the view with a specific id.
 View MixedViewHandler.readView(ObjectInputStream in)
           
 View AbstractViewMap.getViewAtIndex(int index)
          Returns the view at a specific index.
 View AbstractViewMap.readView(ObjectInputStream in)
           
 

Methods in net.infonode.docking.util with parameters of type View
 void ViewMap.addView(int id, View view)
          Adds a view to the map.
 void StringViewMap.addView(View view)
          Adds a view to the map.
 void StringViewMap.addView(String id, View view)
          Adds a view to the map.
 void MixedViewHandler.writeView(View view, ObjectOutputStream out)
           
 boolean AbstractViewMap.contains(View view)
          Returns true if this view map contains the view.
 void AbstractViewMap.writeView(View view, ObjectOutputStream out)
           
 

Constructors in net.infonode.docking.util with parameters of type View
ViewMap(View[] views)
          Utility constructor that creates a map with a number of views.
StringViewMap(View[] views)
          Utility constructor that creates a map with a number of views.
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.