Uses of Interface
net.sf.mpxj.FieldContainer

Packages that use FieldContainer
net.sf.mpxj   
net.sf.mpxj.listener   
net.sf.mpxj.mspdi   
 

Uses of FieldContainer in net.sf.mpxj
 

Classes in net.sf.mpxj that implement FieldContainer
 class Resource
          This class represents the Resource record as found in an MPX file.
 class ResourceAssignment
          This class represents a resource assignment record from an MPX file.
 class Task
          This class represents a task record from an project file.
 

Methods in net.sf.mpxj with parameters of type FieldContainer
 int GraphicalIndicatorCriteria.evaluate(FieldContainer container)
          Evaluate this criteria to determine if a graphical indicator should be displayed.
 int GraphicalIndicator.evaluate(FieldContainer container)
          This method evaluates a if a graphical indicator should be displayed, given a set of Task or Resource data.
 boolean GenericCriteria.evaluate(FieldContainer container, Map<GenericCriteriaPrompt,Object> promptValues)
          Evaluate the criteria and return a boolean result.
 boolean Filter.evaluate(FieldContainer container, Map<GenericCriteriaPrompt,Object> promptValues)
          Evaluates the filter, returns true if the supplied Task or Resource instance matches the filter criteria.
 

Uses of FieldContainer in net.sf.mpxj.listener
 

Methods in net.sf.mpxj.listener with parameters of type FieldContainer
 void FieldListener.fieldChange(FieldContainer container, FieldType type, Object oldValue, Object newValue)
          Called when a field value is changed.
 

Uses of FieldContainer in net.sf.mpxj.mspdi
 

Methods in net.sf.mpxj.mspdi with parameters of type FieldContainer
static void DatatypeConverter.parseExtendedAttribute(ProjectFile file, FieldContainer mpx, String value, FieldType mpxFieldID)
          Parse an extended attribute value.
 



Copyright © 2012. All Rights Reserved.