Package | Description |
---|---|
com.sun.interview |
This package provides a means for creating a set of questions
to be asked by a "wizard".
|
Modifier and Type | Method and Description |
---|---|
int |
ListQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String[] |
StringListQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String |
ChoiceQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.net.InetAddress |
InetAddressQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
float |
FloatQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.util.Properties |
PropertiesQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String |
StringQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String[] |
TreeQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.io.File |
FileQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
int |
IntQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
java.io.File[] |
FileListQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
boolean[] |
ChoiceArrayQuestion.getValueOnPath()
Verify this question is on the current path, and if it is,
return the current value.
|
void |
Interview.verifyPathContains(Question q)
Verify that the current path contains a specified question,
and throw an exception if it does not.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.