com.ibm.rational.test.lt.testeditor.wizard

Class WizardPageProvider

    • Constructor Detail

      • WizardPageProvider

        public WizardPageProvider()
        Default constructor, called by extension point loader.
    • Method Detail

      • testCreated

        protected void testCreated(LTTest testSuite)
        This method is called for each active wizardPageContributor after the test has been created, so protocol-specific initialization can be made. The by this time, the test already has the correct features added.
        Parameters:
        testSuite - LTTest
      • getSummaryText

        public String getSummaryText()
        Returns text summarizing the outcome of the initialization that this contributor provides. This text will be displayed inside summary page.
        Returns:
        String text. Must not be null. Can be an empty string if there is no summary.
      • getFeatureID

        public final String getFeatureID()
        Returns feature ID defined by wizardPageForFeature attribute.
        Returns:
        String. feature ID.
      • getFeatureDescription

        public String getFeatureDescription()
        Returns the name of the feature. This name is taken from FeatureManager. Subclasses may override.
        Returns:
        String. The ame of the feature as defined in the com.ibm.rational.test.lt.licensing.feature extension point.
        See Also:
        Feature, FeatureManager
      • isRequired

        public final boolean isRequired()
        Returns the value of required attribute. The required is used to decide if the Finish button can be enabled right at the SelectFeaturePage, in other words, whether this WizardPageProvider is complete by default.
        Returns:
      • setActive

        public void setActive(boolean b)
        Sets active flag. When page is active, it will be displayed in the wizard. Page becomes active when the feature it represents is selected in the SelectFeaturePage. If active is false, then page state is set to complete, to allow for Finish button enablement.
        Parameters:
        active. -
        Since:
        7.0.1
        See Also:
        #isPageComplete()}
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.