All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.manager.taskManager.TaskManagerPanel
- public interface TaskManagerPanel
- extends TaskManagerPlugin
TaskManagerPanel is the interface that must be implemented by objects that
want to be displayed in the DisplayArea of the TaskManager window.
-
taskManagerGetPanel(ResultListener)
- Get the JPanel to display on the right hand side of TaskManager.
-
taskManagerSetDisplayArea(DisplayArea)
- Tell the panel about the DisplayArea.
taskManagerGetPanel
public abstract void taskManagerGetPanel(ResultListener listener)
- Get the JPanel to display on the right hand side of TaskManager.
- Parameters:
- listener - Listener to be notified when panel is ready for
display. The ResultEvent result will be the JPanel.
- Returns:
- The JPanel to display.
taskManagerSetDisplayArea
public abstract void taskManagerSetDisplayArea(DisplayArea displayArea)
- Tell the panel about the DisplayArea. TaskManagerPanels must
call displayArea.revalidate() to get redrawn if their
contents changes after taskManagerGetPanel() is called.
- Parameters:
- displayArea - The DisplayArea in which this panel will be
displayed.
All Packages Class Hierarchy This Package Previous Next Index