Uses of Class
org.apache.pivot.util.Vote

Packages that use Vote
org.apache.pivot.util Contains a collection of common utility classes. 
 

Uses of Vote in org.apache.pivot.util
 

Methods in org.apache.pivot.util that return Vote
 Vote Vote.tally(Vote vote)
           
static Vote Vote.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Vote[] Vote.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.util with parameters of type Vote
 Vote Vote.tally(Vote vote)