|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object WizardPage com.ibm.etools.iseries.perspective.model.ui.AbstractISVWizardPage
public abstract class AbstractISVWizardPage
This is the abstract class that ISV providers should implement if they want to contribute an additional WizardPage to any of the iSeries Perspective wizard pages. Note: Implementations of this class are only to be used as valid values for the iSeries ISV property extension point, not as regular Wizard Pages.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
AbstractISVWizardPage()
Constructor for ISVWizardPage. |
Method Summary | |
---|---|
void |
cacheProperty(String key,
String value)
This is used to cache a property and its value for later generating in the metadata file generated by this wizard. It is important to note here that both key and value are strings. |
void |
removeCachedProperty(String key)
Removes this cached property from this wizard's cached property values. |
void |
resourceCreated(AbstractISeriesResource iSeriesResource)
This method will be called when the Finish button is pressed on the wizard where this page is added. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public AbstractISVWizardPage()
Method Detail |
---|
public void cacheProperty(String key, String value)
key
- value
- public void removeCachedProperty(String key)
key
- public void resourceCreated(AbstractISeriesResource iSeriesResource)
iSeriesResource
- The AbstractISeriesResource for the resource that just
got created. It will be:
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |