Inheritance diagram for edu.cmu.hcii.calo.view.task.viewer.TaskViewerPanel:
This should be added to a generic frame when it is shown.
Public Member Functions | |
TaskViewerPanel () | |
Constructs a TaskViewerPanel. | |
TaskViewerTaskList | getTaskList () |
Gets the task list for this panel. | |
void | setup () |
Sets up the visual appearance of this panel. | |
Static Public Member Functions | |
static void | main (String[] args) |
Tests whether TaskViewerPanel works correctly. | |
Private Attributes | |
TaskViewerTaskList | taskList |
The task list contained within this panel. |
edu.cmu.hcii.calo.view.task.viewer.TaskViewerPanel.TaskViewerPanel | ( | ) |
Constructs a TaskViewerPanel.
static void edu.cmu.hcii.calo.view.task.viewer.TaskViewerPanel.main | ( | String[] | args | ) | [static] |
Tests whether TaskViewerPanel works correctly.
args | command-line args, will be cheerfully eaten |
TaskViewerTaskList edu.cmu.hcii.calo.view.task.viewer.TaskViewerPanel.getTaskList | ( | ) |
Gets the task list for this panel.
void edu.cmu.hcii.calo.view.task.viewer.TaskViewerPanel.setup | ( | ) |
Sets up the visual appearance of this panel.
The task list contained within this panel.