All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.install.tasks.ProductPanelTask

java.lang.Object
   |
   +----com.sun.wizards.core.Task
           |
           +----com.sun.install.tasks.ProductPanelTask

public class ProductPanelTask
extends Task
implements Serializable
ProductPanelTask will set the list of child product names into the WizardState. This should be done any time the ProductPanel is added to the client panel tree. The ProductPanel object will look at the list generated by this task to display its contents.


Constructor Index

 o ProductPanelTask()
This constructor is used by the builder.

Method Index

 o addRuntimeResources(Vector)
Add the runtime class requirements to the specified vector.
 o perform()
This method gets the products for all children of the owner wizard state and sets them into a list indexed under "installProductNames".

Constructors

 o ProductPanelTask
 public ProductPanelTask()
This constructor is used by the builder.

Methods

 o perform
 public void perform()
This method gets the products for all children of the owner wizard state and sets them into a list indexed under "installProductNames".

Overrides:
perform in class Task
 o addRuntimeResources
 public void addRuntimeResources(Vector resourceVector)
Add the runtime class requirements to the specified vector.

Parameters:
resourceVector - The vector containing all the required resources for this wizard.
Overrides:
addRuntimeResources in class Task

All Packages  Class Hierarchy  This Package  Previous  Next  Index