Serialized Form
Package org.davesag.tasktracker |
mListname
String mListname
- the name of this list
mList
Vector mList
- the list.
mProjectName
String mProjectName
- All tasks can be part of a project. This is the name of the project.
mTaskNumber
Integer mTaskNumber
- a User Supplied task number. This number is not guaranteed to be unique within a project
although it aught to be. It most certainly is not going to be unique between
multiple projects.
mReplaces
Long mReplaces
- the unique id of the task this task replaces. It can be null
Note that users should never be required to enter the full unique id of a task.
The GUI should deal with that for the user.
NOTE this is only here for future development. It's not used in the V1 release.
mDependencies
Vector mDependencies
- the a Vector of unique ids of task this task is dependent on.
Note that users should never be required to enter the full unique id of a task.
The GUI should deal with that for the user.
NOTE this is only here for future development. It's not used in the V1 release.
mSeeAlso
Vector mSeeAlso
- the a Vector of unique ids of tasks this task somehow relates to.
Note that users should never be required to enter the full unique id of a task.
The GUI should deal with that for the user.
NOTE this is only here for future development. It's not used in the V1 release.
mName
String mName
- the short name of this task.
mPriority
Integer mPriority
- the priority of this task. see PRIORITIES.
Note: This may become an automagically set
field based on acombination of Urgency, Severity and Imperative.
We'll dream up some formular in excel :-)
mUrgency
Integer mUrgency
- the urgency of this task. 1 (yesterday) to 5 (at your leisure)
mCategory
String mCategory
- the category for this task. unconstrained string right now.
mSubCategory
String mSubCategory
- the sub category for this task. unconstrained string right now.
mStatus
Integer mStatus
- the status of this task. constrained according to the static STATUS_* above.
- See Also:
TaskTrackerEntry.setStatus(java.lang.Integer)
mCurrentOwner
String mCurrentOwner
- the username of the person who is looking after the task.
mManager
String mManager
- the username of the person who reported the task.
mPastOwners
Vector mPastOwners
- a vector of previous people who had a hand in this task.
mBlurb
String mBlurb
- a fuller description of the task.
mTestDescription
String mTestDescription
- an informal description of the test a tester needs to do to test this task.
mMessages
Vector mMessages
- a user can add a message to a task.
mFinalised
Date mFinalised
- record the date the task was signed off.
mEtc
Date mEtc
- Estimated time of completion. when does the tasks's owner think they'll have the task completed
mUsername
String mUsername
- the unique id of the task this task replaces. can be null and many to 1. currently unused
Package org.davesag.tasktracker.client |
mMyFrame
AbstractClientFrame mMyFrame
mBackgroundColour
Color mBackgroundColour
mDisplayTextColour
Color mDisplayTextColour
mTitleColour
Color mTitleColour
mDisplayFont
Font mDisplayFont
mTitleLabel
JLabel mTitleLabel
mCautionLabel
JLabel mCautionLabel
mLabelFont
Font mLabelFont
mGridbag
GridBagLayout mGridbag
mConstraints
GridBagConstraints mConstraints
mShown
boolean mShown
mApplicationContext
ClientApp mApplicationContext
this$0
ListFrame this$0
columnnames
String[] columnnames
maxRows
int maxRows
tasks
Vector tasks
mLoginButton
JButton mLoginButton
mPasswordField
JPasswordField mPasswordField
- where the user types in her password
mUsernameField
JTextField mUsernameField
- where the user types in her username
mEnterButton
JButton mEnterButton
mName
JTextField mName
mPriorityCombo
JComboBox mPriorityCombo
mUrgencyCombo
JComboBox mUrgencyCombo
mAssignCombo
JComboBox mAssignCombo
mCategoryCombo
JComboBox mCategoryCombo
mProjectCombo
JComboBox mProjectCombo
mMessage
JTextPane mMessage
mTest
JTextPane mTest
mDescription
JTextPane mDescription
model
TableModel model
indexes
int[] indexes
sortingColumns
Vector sortingColumns
ascending
boolean ascending
compares
int compares
tasktracker API version 0.1 pre-release Copyright © 2002 Dave Sag. Released under the BSD Licence.