Package org.davesag.tasktracker.client

The client package consists of a simple client application that allows a user to enter and manipulate TaskTrackerEntries via a Swing GUI.

See:
          Description

Class Summary
AbstractClientFrame The AbstractClientFrame provides a bunch of common parts to the Client's UI windows.
ClientApp This is a client aplication for entering and maintaining tasks.
EditTaskFrame The EditTaskFrame is a small window with fields appropriate to allow a user to edit task into the Cos.
ListFrame The NewTaskFrame is a small window with fields appropriate to allow a user to enter a task into the Cos.
LoginFrame The LoginPanel simply displays a small window with a field for a username and Password and a button asking you to login.
NewTaskFrame The NewTaskFrame is a small window with fields appropriate to allow a user to enter a task into the Cos.
TableMap  
TableSorter  
 

Package org.davesag.tasktracker.client Description

The client package consists of a simple client application that allows a user to enter and manipulate TaskTrackerEntries via a Swing GUI.

The main ClientApp extends COS' AbstractClientApp and will attempt to connect to the task tracker Cos Application on launch. Once connected if the background cos application is not actually running this client will start the application.

Since:
Version 0.1 pre-release 30 Mar 2002


tasktracker API version 0.1 pre-release Copyright © 2002 Dave Sag. Released under the BSD Licence.