All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.taskData.StringTaskLaunchComponentBinder

java.lang.Object
   |
   +----com.sgi.sysadm.ui.taskData.TaskDataBinder
           |
           +----com.sgi.sysadm.ui.taskData.StringTaskLaunchComponentBinder

public class StringTaskLaunchComponentBinder
extends TaskDataBinder
A class that binds a piece of TaskData to the status message of a TaskLaunchComponent


Constructor Index

 o StringTaskLaunchComponentBinder(TaskLaunchComponent)
Construct a StringTaskLaunchComponentBinder

Method Index

 o bind(TaskData, String, TaskLaunchComponent)
Bind tlc to the Attribute name in taskData so that when the Attribute changes the status of the TaskLaunchComponent is set Deprecated.
 o taskDataChanged(TaskDataEvent)
Called when our task data changes.

Constructors

 o StringTaskLaunchComponentBinder
 public StringTaskLaunchComponentBinder(TaskLaunchComponent tlc)
Construct a StringTaskLaunchComponentBinder

Parameters:
tlc - The TaskLaunchComponent to be bound.

Methods

 o taskDataChanged
 public void taskDataChanged(TaskDataEvent event)
Called when our task data changes. Set the status to the task data.

Parameters:
event - The taskData changed event
Overrides:
taskDataChanged in class TaskDataBinder
 o bind
 public static void bind(TaskData taskData,
                         String name,
                         TaskLaunchComponent tlc)
Note: bind() is deprecated. Use taskData.addTaskDataBinder(name, new StringTaskLaunchComponentBinder(tlc))

Bind tlc to the Attribute name in taskData so that when the Attribute changes the status of the TaskLaunchComponent is set

Parameters:
taskData - TaskData to bind.
name - Attribute to bind.
tlc - The TaskLaunchComponent to bind.

All Packages  Class Hierarchy  This Package  Previous  Next  Index