| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.listener | |
| net.sf.mpxj.mpp | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.utility |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldListener.fieldChange(FieldContainer container,
FieldType type,
Object oldValue,
Object newValue)
Called when a field value is changed.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<FieldType,Filter> |
GanttChartView.m_autoFiltersByType |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
GanttChartView.getAutoFilterByType(FieldType type)
Retrieves the auto filter definition associated with an
individual column.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
MppBitFlag(FieldType type,
int offset,
int mask,
Object zeroValue,
Object nonZeroValue)
Constructor.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatatypeConverter.parseExtendedAttribute(ProjectFile file,
FieldContainer mpx,
String value,
FieldType mpxFieldID)
Parse an extended attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.