All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.manager.taskManager.TaskManagerTitleRenderer

public interface TaskManagerTitleRenderer
extends TaskManagerPlugin
TaskManagerTitleRenderer is a TaskManagerPlugin that allows clients to keep the title of the TaskManager frame up to date. Once startRendering() has been called, the title renderer has full control over the frame title. The renderer may monitor TaskData or product atttributes or even system state and update the frame title as desired.


Method Index

 o startRendering(RFrame)
Tell the title renderer to set the TaskManager window title and to keep the title current.

Methods

 o startRendering
 public abstract void startRendering(RFrame frame)
Tell the title renderer to set the TaskManager window title and to keep the title current.


All Packages  Class Hierarchy  This Package  Previous  Next  Index