|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.DisplayParamsStruct
public class 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()
|
|
| Method Summary |
|---|
| 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("show hidden") = 0NORMAL("normal") = 1HIDEDONE("hide completed tasks") = 2TIMEONLY("remaining time only") = 3LEVEL2("level 2 and higher") = 4LEVEL3("level 3 and higher") = 5LEVEL4("level 4 and higher") = 6SUBROOT("selected plan") = 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("projected + rem/ttl") = 0PROJREM("projected + remaining") = 1PROJTTL("projected + total") = 2PROJECTED("projected") = 3DEADALL("deadline + rem/ttl") = 4DEADREM("deadline + remaining") = 5DEADTTL("deadline + total") = 6DEADLINE("deadline") = 7| Constructor Detail |
|---|
public DisplayParamsStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||