|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.interview.Question
com.sun.interview.ChoiceQuestion
com.sun.javatest.interview.TestsInterview.TreeOrFileChoiceQuestion
public class TestsInterview.TreeOrFileChoiceQuestion
Represents Tests Selection Choice Question. Exctracted to separate class for extensibility purposes
Field Summary |
---|
Fields inherited from class com.sun.interview.ChoiceQuestion |
---|
value |
Fields inherited from class com.sun.interview.Question |
---|
interview, key, tag |
Constructor Summary | |
---|---|
TestsInterview.TreeOrFileChoiceQuestion(Interview interview,
java.lang.String tag)
|
Method Summary | |
---|---|
protected Question |
getNext()
Get the next question to be asked. |
protected java.lang.String[] |
getTestSelectionChoices()
Should be overriden if more selection choices are needed |
Methods inherited from class com.sun.interview.ChoiceQuestion |
---|
clear, getChoices, getDefaultValue, getDisplayChoices, getDisplayValue, getStringValue, getValue, getValueOnPath, isValueAlwaysValid, isValueValid, load, save, setChoices, setChoices, setChoices, setDefaultValue, setI18NChoices, setValue |
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, reload, removeMarker, setImage, setImage, setSummary, setText |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestsInterview.TreeOrFileChoiceQuestion(Interview interview, java.lang.String tag)
Method Detail |
---|
protected java.lang.String[] getTestSelectionChoices()
protected Question getNext()
Question
getNext
in class Question
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |