|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.DisplayParamsStruct
Holds parameters used to tailor the display.
| Field Summary | |
protected long |
currPlan
The Plan we are currently working with. |
protected int |
displayMode
What should be displayed in the tree overview. |
protected long |
previousRoot
Used to distinguish between a new root being set, and a new root being cancelled. |
protected long |
rootPlan
The uniqueID of the Plan to be used as the current root. |
protected int |
viewMode
Whether we are working from the point of view of projected completion or deadline. |
| Constructor Summary | |
DisplayParamsStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long currPlan
protected int displayMode
enumerated constant values:
_ALL = 0_NORMAL = 1_HIDEDONE = 2_TIMEONLY = 3_LEVEL2 = 4_LEVEL3 = 5_LEVEL4 = 6_SUBROOT = 7protected long rootPlan
protected long previousRoot
So if the user clicks for a new SUBROOT, then switches back to NORMAL, then they will have to switch back to SUBROOT manually or click a different item.
protected int viewMode
enumerated constant values:
_PROJALL = 0_PROJREM = 1_PROJTTL = 2_PROJECTED = 3_DEADALL = 4_DEADREM = 5_DEADTTL = 6_DEADLINE = 7| Constructor Detail |
public DisplayParamsStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||