Uses of Class
org.crosswire.common.swing.desktop.ViewLayout

Packages that use ViewLayout
org.crosswire.common.swing.desktop Events used to communicate changes to Views. 
 

Uses of ViewLayout in org.crosswire.common.swing.desktop
 

Subclasses of ViewLayout in org.crosswire.common.swing.desktop
 class MDIViewLayout
          MDI (Multiple documet interface) manager of how we layout views as sub-windows.
 class TDIViewLayout
          TDI (Tabbed Document Interface) manager of how we layout views as tabs.
 

Fields in org.crosswire.common.swing.desktop declared as ViewLayout
protected  ViewLayout LayoutType.layout
          The actual layout
 

Methods in org.crosswire.common.swing.desktop that return ViewLayout
abstract  ViewLayout LayoutType.createLayout()
          Create the appropriate kind of view layout
 ViewLayout LayoutType.getLayout()
          Return the layout
 ViewLayout ViewManager.getViewLayout()
          What is the current layout?
 

Methods in org.crosswire.common.swing.desktop with parameters of type ViewLayout
 void Viewable.moveTo(ViewLayout other)
          Copies all the views from the one layout to the other
 void ViewManager.moveTo(ViewLayout other)
           
 void ViewLayout.moveTo(ViewLayout other)
          Copies all the views from the one layout to the other
 


Copyright ? 2003-2004