Uses of Class
net.sf.mpxj.GenericCriteria

Packages that use GenericCriteria
net.sf.mpxj   
net.sf.mpxj.mpp   
 

Uses of GenericCriteria in net.sf.mpxj
 

Subclasses of GenericCriteria in net.sf.mpxj
 class GraphicalIndicatorCriteria
          This class represents the criteria used to determine if a graphical indicator is displayed in place of an attribute value.
 

Methods in net.sf.mpxj that return GenericCriteria
 GenericCriteria Filter.getCriteria()
          Retrieve the criteria used to define this filter.
 

Methods in net.sf.mpxj that return types with arguments of type GenericCriteria
 List<GenericCriteria> GenericCriteria.getCriteriaList()
          Retrieves the list of child criteria associated with the current criteria.
 

Methods in net.sf.mpxj with parameters of type GenericCriteria
 void GenericCriteria.addCriteria(GenericCriteria criteria)
          Adds a an item to the list of child criteria.
 void Filter.setCriteria(GenericCriteria criteria)
          Sets the criteria associted with this filter.
 

Uses of GenericCriteria in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return GenericCriteria
 GenericCriteria CriteriaReader.process(ProjectFile file, byte[] data, int dataOffset, int entryOffset, List<GenericCriteriaPrompt> prompts, List<FieldType> fields, boolean[] criteriaType)
          Main entry point to read criteria data.
 



Copyright © 2012. All Rights Reserved.