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
 

Methods in org.crosswire.common.swing.desktop that return LayoutType
static LayoutType LayoutType.fromInteger(int ordinal)
          Lookup method by ordinal value
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?
static LayoutType LayoutType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutType[] LayoutType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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-2011