Uses of Class
edu.cmu.sun.controller.FoldViewController.Position

Packages that use FoldViewController.Position
edu.cmu.sun.controller The controller package is responsible for handling user actions. 
 

Uses of FoldViewController.Position in edu.cmu.sun.controller
 

Fields in edu.cmu.sun.controller declared as FoldViewController.Position
private  FoldViewController.Position FoldViewController.position
          The detected position for the fold of interest for a click.
 

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