Uses of Class
org.peace_tools.workspace.ClassifierList

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

Uses of ClassifierList in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as ClassifierList
private  ClassifierList Workspace.classifierList
          The list of data base classifiers that are used to classify and group ESTs obtained from different data bases.
 

Methods in org.peace_tools.workspace that return ClassifierList
static ClassifierList ClassifierList.create(org.w3c.dom.Element dbClassListNode)
          Helper method to utilize data from a DOM tree to create a suitable ClassifierList entry.
 ClassifierList Workspace.getClassifierList()
          Obtain the classifier list set for this work space.
 

Constructors in org.peace_tools.workspace with parameters of type ClassifierList
WorkspaceEvent(ClassifierList list)
          Constructor to create an event that can be used to report change to the list of DB classifiers.