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. |
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.
t | the task to consider |
true
if the task should be shown, false
otherwise