| Package | Description |
|---|---|
| com.izforge.izpack.api.exception | |
| com.izforge.izpack.api.handler |
| Modifier and Type | Method and Description |
|---|---|
Prompt.Type |
IzPackException.getPromptType() |
| Constructor and Description |
|---|
IzPackException(String message,
Prompt.Type promptType) |
IzPackException(String message,
Throwable cause,
Prompt.Type promptType) |
IzPackException(Throwable cause,
Prompt.Type promptType) |
| Modifier and Type | Method and Description |
|---|---|
static Prompt.Type |
Prompt.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Prompt.Type[] |
Prompt.Type.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)
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.
|
protected String |
AbstractPrompt.getTitle(Prompt.Type type)
Returns the dialog title based on the type of the message.
|
void |
AbstractPrompt.message(Prompt.Type type,
String message) |
void |
Prompt.message(Prompt.Type type,
String message)
Displays a message.
|
void |
AbstractPrompt.message(Prompt.Type type,
String title,
String message) |
void |
Prompt.message(Prompt.Type type,
String title,
String message)
Displays a message.
|
void |
Prompt.message(Prompt.Type type,
String title,
String message,
Throwable throwable)
Displays a message.
|
Copyright © 2001–2025. All rights reserved.