Serialized Form


Package org.davesag.tasktracker

Class org.davesag.tasktracker.ListEntry implements Serializable

Serialized Fields

mListname

String mListname
the name of this list

mList

Vector mList
the list.

Class org.davesag.tasktracker.ProjectList implements Serializable

Class org.davesag.tasktracker.TaskTrackerEntry implements Serializable

Serialized Fields

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

Class org.davesag.tasktracker.UserListEntry implements Serializable

Serialized Fields

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

Class org.davesag.tasktracker.client.AbstractClientFrame implements Serializable

Serialized Fields

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

Class org.davesag.tasktracker.client.EditTaskFrame implements Serializable

Class org.davesag.tasktracker.client.ListFrame implements Serializable

Class org.davesag.tasktracker.client.ListFrame.TaskTableModel implements Serializable

Serialized Fields

this$0

ListFrame this$0

columnnames

String[] columnnames

maxRows

int maxRows

tasks

Vector tasks

Class org.davesag.tasktracker.client.LoginFrame implements Serializable

Serialized Fields

mLoginButton

JButton mLoginButton

mPasswordField

JPasswordField mPasswordField
where the user types in her password

mUsernameField

JTextField mUsernameField
where the user types in her username

Class org.davesag.tasktracker.client.NewTaskFrame implements Serializable

Serialized Fields

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

Class org.davesag.tasktracker.client.TableMap implements Serializable

Serialized Fields

model

TableModel model

Class org.davesag.tasktracker.client.TableSorter implements Serializable

Serialized Fields

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.