All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.manager.taskManager.MetataskGroupPanel

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

public class MetataskGroupPanel
extends JPanel
implements TaskManagerProperties
MetataskGroupPanel is a JPanel that displays a tasklist page in the DisplayArea. A tasklist is a list of Metatasks and Tasks that are logically related in some manner. The name "MetataskGroup" was the historical name for a "tasklist" but we decided not to spend the time changing the class name since it is not visible to Rhino developers.


Constructor Index

 o MetataskGroupPanel(String, HostContext, UIContext, ResultListener)
Constructor.
 o MetataskGroupPanel(Vector, HostContext, UIContext)
Constructor.

Method Index

 o setTitle(Component)
Set the title of the panel.

Constructors

 o MetataskGroupPanel
 public MetataskGroupPanel(String metataskGroupName,
                           HostContext hc,
                           UIContext uic,
                           ResultListener listener)
Constructor.

Parameters:
metataskGroupName - The name of the metataskGroup, which is used to form the set of properties that list the Metatasks, Tasks, and any text to display in the metatask group Panel.
hc - The HostContext to be associated with this panel.
uic - The UIContext to be associated with this panel.
listener - The ResultListener to notify when the panel is ready to display or cannot be created.
 o MetataskGroupPanel
 public MetataskGroupPanel(Vector itemList,
                           HostContext hc,
                           UIContext uic)
Constructor. Allow TaskManagerPlugins to create Metatask group panels. For example, the SearchPanel class uses this method to create a panel that shows which Metatasks and Tasks match a particular set of keywords.

Parameters:
itemList - The list of Metatasks and Tasks to display.
hc - The HostContext to associate with this panel.
uic - The UIContext to associate with this panel.

Methods

 o setTitle
 public void setTitle(Component title)
Set the title of the panel.

Parameters:
title - The component which contains the panel title.

All Packages  Class Hierarchy  This Package  Previous  Next  Index