Namespaces | |
namespace | edu.cmu.hcii.calo.view.task |
Classes | |
class | edu.cmu.hcii.calo.view.task.TaskSubpaneView |
A view that shows some subset of TaskViews in an list, ordered by priority. More... | |
class | edu.cmu.hcii.calo.view.task.TaskSubpaneView.TaskViewDragListener |
A ComponentListener that listens for moving TaskViews when a drag is in progress, and determines what the drop target would be if the user were to drop the TaskView. More... | |
class | edu.cmu.hcii.calo.view.task.TaskSubpaneView.TaskViewDropListener |
A PropertyChangeListener that listens for TaskViewPropertyNames.DRAGGING_PROPERTY_NAME events coming from a task view that indicate that the view is no longer being dragged, and performs the drop operation on the appropriate component. More... | |
class | edu.cmu.hcii.calo.view.task.TaskSubpaneView.TaskViewExpansionListener |
A PropertyChangeListener that listens for TaskViewPropertyNames.EXPANDED_PROPERTY_NAME property change events coming from task views and causes the subpane to redo its layout. More... | |
class | edu.cmu.hcii.calo.view.task.TaskSubpaneView.TaskWatcher |
A helper class that remembers the previous state of the TaskManager and the mappings between Tasks and TaskViews. More... |