|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.ViewState
public final class ViewState
This class represents the state of a view which has been saved as part of a project file.
| Constructor Summary | |
|---|---|
ViewState(ProjectFile file,
String viewName,
List<Integer> uniqueIdList,
int filterID)
Constructor. |
|
| Method Summary | |
|---|---|
Filter |
getFilter()
Retrieve the currently applied filter. |
List<Integer> |
getUniqueIdList()
Retrieve a list of unique IDs representing the contents of this view. |
String |
getViewName()
Retrieve the name of the view associated with this state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewState(ProjectFile file,
String viewName,
List<Integer> uniqueIdList,
int filterID)
file - parent project fileviewName - view nameuniqueIdList - unique ID listfilterID - filter ID| Method Detail |
|---|
public String getViewName()
public List<Integer> getUniqueIdList()
public Filter getFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||