Uses of Class
org.peace_tools.workspace.Filter.FilterType

Packages that use Filter.FilterType
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of Filter.FilterType in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as Filter.FilterType
private  Filter.FilterType Filter.filterType
          The name/type of this filter.
 

Methods in org.peace_tools.workspace that return Filter.FilterType
static Filter.FilterType Filter.FilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.FilterType[] Filter.FilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.peace_tools.workspace with parameters of type Filter.FilterType
Filter(Filter.FilterType filterType)
          The only constructor for this class.