Uses of Interface
net.sf.mpxj.FieldType

Packages that use FieldType
net.sf.mpxj   
net.sf.mpxj.listener   
net.sf.mpxj.mpp   
net.sf.mpxj.mspdi   
net.sf.mpxj.utility   
 

Uses of FieldType in net.sf.mpxj
 

Classes in net.sf.mpxj that implement FieldType
 class AssignmentField
          Instances of this type represent Assignment fields.
 class ResourceField
          Instances of this type represent Resource fields.
 class TaskField
          Instances of this type represent Task fields.
 

Methods in net.sf.mpxj that return FieldType
 FieldType GroupClause.getField()
          Retrieve the grouping field.
 FieldType GraphicalIndicator.getFieldType()
          Retrieves the field type to which this indicator applies.
 FieldType Column.getFieldType()
          Retrieves the type data displayed in the column.
 FieldType GenericCriteria.getLeftValue()
          Retrieves the LHS of the expression.
 FieldType TaskField.getUnitsType()
          Retrieve the associated units field, if any.
 FieldType ResourceField.getUnitsType()
          Retrieve the associated units field, if any.
 FieldType FieldType.getUnitsType()
          Retrieve the associated units field, if any.
 FieldType AssignmentField.getUnitsType()
          Retrieve the associated units field, if any.
 

Methods in net.sf.mpxj with parameters of type FieldType
 void ProjectFile.addGraphicalIndicator(FieldType field, GraphicalIndicator indicator)
          Adds the definition of a graphical indicator for a field type.
 Object Task.getCachedValue(FieldType field)
          Retrieve a field value.
 Object ResourceAssignment.getCachedValue(FieldType field)
          Retrieve a field value.
 Object Resource.getCachedValue(FieldType field)
          Retrieve a field value.
 Object FieldContainer.getCachedValue(FieldType field)
          Retrieve a field value.
 Object Task.getCurrentValue(FieldType field)
          Retrieve a field value.
 Object ResourceAssignment.getCurrentValue(FieldType field)
          Retrieve a field value.
 Object Resource.getCurrentValue(FieldType field)
          Retrieve a field value.
 Object FieldContainer.getCurrentValue(FieldType field)
          Retrieve a field value.
 GraphicalIndicator ProjectFile.getGraphicalIndicator(FieldType field)
          Retrieves the definition of any graphical indicators used for the given field type.
 void Task.set(FieldType field, Object value)
          Set a field value.
 void ResourceAssignment.set(FieldType field, Object value)
          Set a field value.
 void Resource.set(FieldType field, Object value)
          Set a field value.
 void FieldContainer.set(FieldType field, Object value)
          Set a field value.
 void GroupClause.setField(FieldType field)
          Set the grouping field.
 void GraphicalIndicator.setFieldType(FieldType fieldType)
          Sets the field type to which this indicator applies.
 void Column.setFieldType(FieldType type)
          Sets the type data displayed in the column.
 void GenericCriteria.setLeftValue(FieldType value)
          Sets the LHS of the expression.
 

Uses of FieldType in net.sf.mpxj.listener
 

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

Uses of FieldType in net.sf.mpxj.mpp
 

Fields in net.sf.mpxj.mpp with type parameters of type FieldType
protected  Map<FieldType,Filter> GanttChartView.m_autoFiltersByType
           
 

Methods in net.sf.mpxj.mpp that return FieldType
 FieldType TableFontStyle.getFieldType()
          Retrieve the field type of the column to which this style applies.
protected  FieldType FilterCriteriaReader9.getFieldType(byte[] block)
          Retrieves a field type value.
protected  FieldType FilterCriteriaReader14.getFieldType(byte[] block)
          Retrieves a field type value.
protected  FieldType FilterCriteriaReader12.getFieldType(byte[] block)
          Retrieves a field type value.
protected abstract  FieldType CriteriaReader.getFieldType(byte[] block)
          Retrieves a field type value.
 

Methods in net.sf.mpxj.mpp with parameters of type FieldType
 Filter GanttChartView.getAutoFilterByType(FieldType type)
          Retrieves the auto filter definition associated with an individual column.
 

Method parameters in net.sf.mpxj.mpp with type arguments of type FieldType
 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.
 

Constructors in net.sf.mpxj.mpp with parameters of type FieldType
TableFontStyle(int rowUniqueID, FieldType fieldType, FontBase fontBase, boolean italic, boolean bold, boolean underline, boolean strikethrough, Color color, Color backgroundColor, BackgroundPattern backgroundPattern, boolean italicChanged, boolean boldChanged, boolean underlineChanged, boolean strikethroughChanged, boolean colorChanged, boolean fontChanged, boolean backgroundColorChanged, boolean backgroundPatternChanged)
          Constructor.
 

Uses of FieldType in net.sf.mpxj.mspdi
 

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

Uses of FieldType in net.sf.mpxj.utility
 

Methods in net.sf.mpxj.utility that return FieldType
static FieldType FieldTypeUtility.getInstance(int fieldID)
          Retrieve a FieldType instance based on an ID value from an MPP9 or MPP12 file.
static FieldType FieldTypeUtility.getInstance14(int fieldID)
          Retrieve a FieldType instance based on an ID value from an MPP14 field, mapping the START_TEXT, FINISH_TEXT, and DURATION_TEXT values to START, FINISH, and DURATION respectively.
static FieldType FieldTypeUtility.getInstance14Unmapped(int fieldID)
          Retrieve a FieldType instance based on an ID value from an MPP14 field, without any additional mapping.
static FieldType FieldTypeUtility.getInstanceUnmapped(int fieldID)
          Retrieve a FieldType instance based on an ID value from an MPP9 or MPP12 file.
 



Copyright © 2012. All Rights Reserved.