| Package | Description |
|---|---|
| com.izforge.izpack.api.handler |
| Modifier and Type | Method and Description |
|---|---|
Prompt.Option |
AbstractPrompt.confirm(Prompt.Type type,
String message,
Prompt.Options options)
Displays a confirmation message.
|
Prompt.Option |
Prompt.confirm(Prompt.Type type,
String message,
Prompt.Options options)
Displays a confirmation message.
|
Prompt.Option |
AbstractPrompt.confirm(Prompt.Type type,
String message,
Prompt.Options options,
Prompt.Option defaultOption)
Displays a confirmation message.
|
Prompt.Option |
Prompt.confirm(Prompt.Type type,
String message,
Prompt.Options options,
Prompt.Option defaultOption)
Displays a confirmation message.
|
Prompt.Option |
AbstractPrompt.confirm(Prompt.Type type,
String title,
String message,
Prompt.Options options)
Displays a confirmation message.
|
Prompt.Option |
Prompt.confirm(Prompt.Type type,
String title,
String message,
Prompt.Options options)
Displays a confirmation message.
|
Prompt.Option |
Prompt.confirm(Prompt.Type type,
String title,
String message,
Prompt.Options options,
Prompt.Option defaultOption)
Displays a confirmation message.
|
static Prompt.Option |
Prompt.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Prompt.Option[] |
Prompt.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Prompt.Option |
AbstractPrompt.confirm(Prompt.Type type,
String message,
Prompt.Options options,
Prompt.Option defaultOption)
Displays a confirmation message.
|
Prompt.Option |
Prompt.confirm(Prompt.Type type,
String message,
Prompt.Options options,
Prompt.Option defaultOption)
Displays a confirmation message.
|
Prompt.Option |
Prompt.confirm(Prompt.Type type,
String title,
String message,
Prompt.Options options,
Prompt.Option defaultOption)
Displays a confirmation message.
|
Copyright © 2001–2025. All rights reserved.