com.jgoodies.metamorphosis
Class TasksPanel

java.lang.Object
  extended by com.jgoodies.metamorphosis.TasksPanel

final class TasksPanel
extends Object

This class provides the model and layout for an emulation of an Eclipse JDT project/packages tree and panel.

Author:
Karsten Lentzsch

Nested Class Summary
private static class TasksPanel.MyDefaultTableCellRenderer
           
 
Constructor Summary
TasksPanel()
           
 
Method Summary
(package private)  Component build()
          Builds and answers the task panel component.
private  TableModel createTasksTableModel()
          Creates and answers the model for the tasks table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksPanel

TasksPanel()
Method Detail

build

Component build()
Builds and answers the task panel component.


createTasksTableModel

private TableModel createTasksTableModel()
Creates and answers the model for the tasks table.



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.