Uses of Class
edu.cmu.sun.folds.IndexRange.Overlap.Type

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

Uses of IndexRange.Overlap.Type in edu.cmu.sun.folds
 

Fields in edu.cmu.sun.folds declared as IndexRange.Overlap.Type
(package private)  IndexRange.Overlap.Type LayoutMatcher.overlapMode
          The types of overlap that will be accepted as a match when matchLayouts() is called.
protected  IndexRange.Overlap.Type IndexRange.Overlap.type
           
 

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

Constructors in edu.cmu.sun.folds with parameters of type IndexRange.Overlap.Type
IndexRange.Overlap(IndexRange.Overlap.Type type, int distance)