Package com.sun.javatest.interview
Class TestsInterview.TreeOrFileChoiceQuestion
java.lang.Object
com.sun.interview.Question
com.sun.interview.ChoiceQuestion
com.sun.javatest.interview.TestsInterview.TreeOrFileChoiceQuestion
- Enclosing class:
TestsInterview
Represents Tests Selection Choice Question. Extracted to separate class
for extensibility purposes
-
Field Summary
Fields inherited from class com.sun.interview.ChoiceQuestion
value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.interview.ChoiceQuestion
clear, getChoices, getDefaultValue, getDisplayChoices, getDisplayValue, getStringValue, getValue, getValueOnPath, isValueAlwaysValid, isValueValid, save, setChoices, setChoices, setChoices, setDefaultValue, setI18NChoices
Methods inherited from class com.sun.interview.Question
addMarker, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getResourceString, getResourceString, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, load, reload, removeMarker, setHelpID, setImage, setImage, setSummary, setText
-
Constructor Details
-
TreeOrFileChoiceQuestion
-
-
Method Details
-
getTestSelectionChoices
Should be overridden if more selection choices are needed- Returns:
- array of test selection choices
-
setValue
Description copied from class:ChoiceQuestion
Set the current value.- Overrides:
setValue
in classChoiceQuestion
- Parameters:
newValue
- The value to be set. It must be one of the valid choices for this question, as distinct from the display choices.- See Also:
-
getNext
Description copied from class:Question
Get the next question to be asked.
-