| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.listener | |
| net.sf.mpxj.mpp | |
| net.sf.mpxj.mspdi |
| Modifier and Type | Class and Description |
|---|---|
class |
Resource
This class represents a resource used in a project.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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 | Method and Description |
|---|---|
void |
MppBitFlag.setValue(FieldContainer container,
byte[] data)
Extracts the value of this bit flag from the supplied byte array
and sets the value in the supplied container.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatatypeConverter.parseExtendedAttribute(ProjectFile file,
FieldContainer mpx,
String value,
FieldType mpxFieldID)
Parse an extended attribute value.
|
Copyright © 2013. All Rights Reserved.