Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common | |
net.sf.mpxj.listener | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldContainer<T>
Implementation of common functionality for the FieldContainer interface.
|
class |
ProjectProperties
This class represents a collection of properties relevant to the whole project.
|
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 a project file.
|
Modifier and Type | Method and Description |
---|---|
int |
GraphicalIndicator.evaluate(FieldContainer container)
This method evaluates if a graphical indicator should
be displayed, given a set of Task or Resource data.
|
int |
GraphicalIndicatorCriteria.evaluate(FieldContainer container)
Evaluate this criteria to determine if a graphical indicator should
be displayed.
|
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.
|
boolean |
GenericCriteria.evaluate(FieldContainer container,
Map<GenericCriteriaPrompt,Object> promptValues)
Evaluate the criteria and return a boolean result.
|
Modifier and Type | Class and Description |
---|---|
class |
PopulatedFields<E extends Enum<E> & FieldType,T extends FieldContainer>
Given a collection of objects containing fields, return a set representing
all of the fields which have a non-null value in any of the objects.
|
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.parseCustomField(ProjectFile file,
FieldContainer mpx,
String value,
FieldType mpxFieldID,
TimeUnit durationFormat)
Parse a custom field value.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.