All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.manager.taskManager.TableOfContents

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.JPanel
                                   |
                                   +----com.sgi.sysadm.manager.taskManager.TableOfContents

public class TableOfContents
extends JPanel
implements TaskManagerProperties
The TableOfContents displays a title and list of categories along the left-hand side of the TaskManager window. When a category is selected, the icon next to the category text is changed to indicate that the category is active, and the DisplayArea is directed to display the page associated with that category.


Constructor Index

 o TableOfContents(UIContext, DisplayArea)
Constructor.

Constructors

 o TableOfContents
 public TableOfContents(UIContext uic,
                        DisplayArea displayArea)
Constructor.

Parameters:
uic - UIContext to be associated with the TableOfContents.
displayArea - The DisplayArea where pages will be displayed.
pages - The list of pages, one per category, that can be displayed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index