Uses of Class
edu.cmu.sun.folds.LayoutComponent.Type

Packages that use LayoutComponent.Type
edu.cmu.sun.folds Handles all of the logic level work for the folded scrolling interaction. 
 

Uses of LayoutComponent.Type in edu.cmu.sun.folds
 

Fields in edu.cmu.sun.folds declared as LayoutComponent.Type
(package private)  LayoutComponent.Type LayoutComponent.type
          The type of LayoutComponent: TOP_FOLD, FOLD, BOTTOM_FOLD, LIST, UNSPECIFIED
 

Methods in edu.cmu.sun.folds that return LayoutComponent.Type
 LayoutComponent.Type LayoutComponent.getType()
           
static LayoutComponent.Type LayoutComponent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayoutComponent.Type[] LayoutComponent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.cmu.sun.folds with parameters of type LayoutComponent.Type
private  void LayoutTransitoner.addPlanComponent(LayoutComponent.Type type, ListModel model, IndexRange range, IndexRange nextRange)
           
private  void LayoutTransitoner.addUnmatchedFoldsOfType(LayoutComponent.Type type)
           
 void LayoutComponent.setType(LayoutComponent.Type type)
          Change the type of this component (For instance, to a top fold)
 

Constructors in edu.cmu.sun.folds with parameters of type LayoutComponent.Type
LayoutComponent(ListModel model, IndexRange range, LayoutComponent.Type type)
          Create a new LayoutComponent that is backed by a model, and represents a range.