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 | Class and Description |
---|---|
static class |
PropertiesQuestion.BooleanConstraints
Constraints allowing a value to be either a boolean or Yes/No response.
|
static class |
PropertiesQuestion.FilenameConstraints
Constrains the response to filenames or paths, and allows chooser
widgets to be rendered for the user when appropriate.
|
static class |
PropertiesQuestion.FloatConstraints
Constraints specifying a floating point type.
|
static class |
PropertiesQuestion.IntConstraints |
static class |
PropertiesQuestion.StringConstraints
Value restrictions for string type responses.
|
Modifier and Type | Method and Description |
---|---|
PropertiesQuestion.ValueConstraints |
PropertiesQuestion.getConstraints(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesQuestion.setConstraints(java.lang.String key,
PropertiesQuestion.ValueConstraints c)
Apply constraints to a value.
|
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.