public class StepSelectorResults
extends java.lang.Object
Constructor and Description |
---|
StepSelectorResults(java.lang.String step,
Assrt[] refArray,
java.lang.String[] selectionArray)
Constructor for StepSelectorResults
|
public StepSelectorResults(java.lang.String step, Assrt[] refArray, java.lang.String[] selectionArray)
step
- for which the Step Selector was run.refArray
- parallel array of the candidates plus a null entry at the
end of the array.selectionArray
- preformatted strings for the dialog display
including a final item containing either "***MORE***" or
"***END***".