public final class ViewState extends Object
| Constructor and Description |
|---|
ViewState(ProjectFile file,
String viewName,
List<Integer> uniqueIdList,
int filterID)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ViewState(ProjectFile file, String viewName, List<Integer> uniqueIdList, int filterID)
file - parent project fileviewName - view nameuniqueIdList - unique ID listfilterID - filter IDpublic String getViewName()
public List<Integer> getUniqueIdList()
public Filter getFilter()
Copyright © 2000–2025 MPXJ. All rights reserved.