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.
-
ProductPanelTask()
- This constructor is used by the builder.
-
addRuntimeResources(Vector)
- Add the runtime class requirements to the specified vector.
-
perform()
- This method gets the products for all children of the owner
wizard state and sets them into a list indexed under
"installProductNames".
ProductPanelTask
public ProductPanelTask()
- This constructor is used by the builder.
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
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