| Interface | Description |
|---|---|
| SortGanttModel.ActivityComparator |
Implementations of the
ActivityComparator interface can be used to sort
the activities in a SortGanttModel. |
| Class | Description |
|---|---|
| AndFilter<T> |
A Filter that will only be true if both Filters are true.
|
| AndFilterTest | |
| AnyMatch |
Matches sub-class that matches any number of any characters.
|
| FiltersTestUtil | |
| FiltersTestUtil.BooleanFilter<T> | |
| FiltersTestUtil.CaptureListener | |
| MatchEnd |
This Matches sub-class marks the end of a series of Matches.
|
| Matches |
Class used by the LikeNode to compare the pattern to the operand.
|
| SingleMatch |
Matches sub-class that matches any single character.
|
| SKDActivityAttrFilter |
SKDActivityAttrFilter filters activities by applying a regular
expression to the activity attribute. |
| SKDResourceAttrFilter | |
| SKDResourceCostFilter | |
| SKDResourceNameContainsFilter |
Simple Resource Filter that filters based on Resource Names.
|
| SKDResourceTopLevelFilter | |
| SortGanttModel |
SortGanttModel provides a sorted view of an underlying data model's
activities. |
| SortGanttModel.ActivityEndTimeComparator |
ActivityENdTimeComparator is used to sort the activities in a
SortGanttModel according to their end times. |
| SortGanttModel.ActivityNameComparator |
ActivityNameComparator is used to sort the activities in a
SortGanttModel according to the lexical ordering of their names. |
| SortGanttModel.ActivityStartTimeComparator |
ActivityStartTimeComparator is used to sort the activities in a
SortGanttModel according to their start times. |
| SortGanttModel.CustomActivityComparator |
ActivityStartTimeComparator is used to sort the activities in a
SortGanttModel according to their start times. |
| ToggleStateFilter<T> |
A Generic Filter that can manage another Filter, disabling it if requested.
|
| ToggleStateFilterTest |