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

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

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

Fields in org.crosswire.common.swing.desktop declared as LayoutType
private  LayoutType ViewManager.current
          The current way the views are laid out
private static LayoutType ViewManager.initial
          The initial layout state
static LayoutType LayoutType.MDI
          Multiple Document View
static LayoutType LayoutType.TDI
          Tabbed View
private static LayoutType[] LayoutType.VALUES
           
 

Methods in org.crosswire.common.swing.desktop that return LayoutType
static LayoutType LayoutType.fromInteger(int i)
          Lookup method to convert from an integer
static LayoutType LayoutType.fromString(String name)
          Lookup method to convert from a String
private static LayoutType ViewManager.getInitialViewLayoutType()
          Get the initial layout type.
private  LayoutType ViewManager.getViewLayoutType()
          What is the current layout type?
 

Methods in org.crosswire.common.swing.desktop with parameters of type LayoutType
 void ViewManager.setLayoutType(LayoutType next)
          Setup the current view
private  void ViewManager.setViewLayoutType(LayoutType newLayoutType)
          Set the current layout type
 


Copyright ? 2003-2006