|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mpp | |
| Uses of Filter in net.sf.mpxj |
|---|
| Methods in net.sf.mpxj that return Filter | |
|---|---|
Filter |
ViewState.getFilter()
Retrieve the currently applied filter. |
Filter |
ProjectFile.getFilterByID(Integer id)
Retrieve a given filter by ID. |
Filter |
ProjectFile.getFilterByName(String name)
Retrieve a given filter by name. |
| Methods in net.sf.mpxj that return types with arguments of type Filter | |
|---|---|
List<Filter> |
ProjectFile.getAllResourceFilters()
Retrieves a list of all resource filters. |
List<Filter> |
ProjectFile.getAllTaskFilters()
Retrieves a list of all task filters. |
| Methods in net.sf.mpxj with parameters of type Filter | |
|---|---|
void |
ProjectFile.addFilter(Filter filter)
Adds a filter definition to this project file. |
| Uses of Filter in net.sf.mpxj.mpp |
|---|
| Fields in net.sf.mpxj.mpp with type parameters of type Filter | |
|---|---|
protected List<Filter> |
GanttChartView.m_autoFilters
|
protected Map<FieldType,Filter> |
GanttChartView.m_autoFiltersByType
|
| Methods in net.sf.mpxj.mpp that return Filter | |
|---|---|
Filter |
GanttChartView.getAutoFilterByType(FieldType type)
Retrieves the auto filter definition associated with an individual column. |
Filter |
GanttChartView.getDefaultFilter()
Convenience method used to retrieve the default filter instance associated with this view. |
| Methods in net.sf.mpxj.mpp that return types with arguments of type Filter | |
|---|---|
List<Filter> |
GanttChartView.getAutoFilters()
Retrieves a list of all auto filters associated with this view. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||