Uses of Class
net.jalbum.filterManager.FilterProperties.FilterCategory

Packages that use FilterProperties.FilterCategory
net.jalbum.filterManager   
 

Uses of FilterProperties.FilterCategory in net.jalbum.filterManager
 

Methods in net.jalbum.filterManager that return FilterProperties.FilterCategory
 FilterProperties.FilterCategory FilterProperties.getCategory()
           
static FilterProperties.FilterCategory FilterProperties.FilterCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterProperties.FilterCategory[] FilterProperties.FilterCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jalbum.filterManager with parameters of type FilterProperties.FilterCategory
 void FilterProperties.setCategory(FilterProperties.FilterCategory category)