edu.cmu.hcii.calo.view.task.support.TaskFilter Class Reference

List of all members.

Detailed Description

A functor that defines which tasks should be shown in a TaskSubpaneView.

Author:
Brian Ellis


Public Member Functions

abstract boolean shouldShowTask (Task t)
 The filter function to be called on each task that might be added to a subpane view.


Member Function Documentation

abstract boolean edu.cmu.hcii.calo.view.task.support.TaskFilter.shouldShowTask ( Task  t  )  [pure virtual]

The filter function to be called on each task that might be added to a subpane view.

If this returns true, the given task will be shown in the maximized view of the subpane view; otherwise, it will not.

Parameters:
t the task to consider
Returns:
true if the task should be shown, false otherwise


The documentation for this class was generated from the following file:
Generated on Mon Aug 13 15:06:28 2007 for CALO by  doxygen 1.5.2