| Package | Description |
|---|---|
| com.sshtools.ui | |
| com.sshtools.ui.awt |
General AWT user interface utilities.
|
| com.sshtools.ui.swing |
General Swing user interface utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static Option |
Option.CHOICE_CANCEL |
static Option |
Option.CHOICE_CLOSE |
static Option |
Option.CHOICE_HIDE |
static Option |
Option.CHOICE_NO |
static Option |
Option.CHOICE_OK |
static Option |
Option.CHOICE_SHOW |
static Option |
Option.CHOICE_YES |
static Option |
Option.CHOICE_YES_TO_ALL |
static Option[] |
Option.CHOICES_CLOSE |
static Option[] |
Option.CHOICES_OK |
static Option[] |
Option.CHOICES_OK_CANCEL |
static Option[] |
Option.CHOICES_YES_NO |
| Modifier and Type | Method and Description |
|---|---|
Option |
FileSelect.showDialog(Component parent,
String title) |
Option |
FileSelector.showDialog(Component parent,
String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OptionCallback.canClose(OptionChooser chooser,
Option smallchoice) |
void |
OptionListener.choiceMade(Option smallchoice) |
| Modifier and Type | Method and Description |
|---|---|
Option |
OptionDialog.dialogPrompt(Component parent,
String title) |
static Option |
OptionDialog.error(Component parent,
String title,
String mesg,
Throwable exception,
Option[] options)
Show an error message with toggable detail
|
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
OptionCallback callback) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
OptionCallback callback,
Component buttonBarAccesory) |
Option |
AWTFileSelector.showDialog(Component parent,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionDialog.choice(Option choice) |
static Option |
OptionDialog.error(Component parent,
String title,
String mesg,
Throwable exception,
Option[] options)
Show an error message with toggable detail
|
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
OptionCallback callback) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
OptionCallback callback,
Component buttonBarAccesory) |
| Constructor and Description |
|---|
OptionDialog(int type,
Object text,
Option[] choices,
OptionCallback callback) |
OptionDialog(int type,
Object text,
Option[] choices,
OptionCallback callback,
Component buttonBarAccessory) |
| Modifier and Type | Method and Description |
|---|---|
Option |
OptionDialog.dialogPrompt(Component parent,
String title) |
Option |
OptionDialog.dialogPrompt(Component parent,
String title,
Dimension size) |
Option |
OptionDialog.dialogPrompt(Component parent,
String title,
Image frameImage,
int position) |
Option |
OptionDialog.dialogPrompt(Component parent,
String title,
Image frameImage,
int position,
Dimension size) |
static Option |
OptionDialog.error(Component parent,
String title,
String mesg,
Throwable exception,
Option[] options,
Option defaultChoice)
Show an error message with toggle-able detail
|
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Component buttonBarAccesory,
Icon icon,
boolean selectInitialValue,
Dimension size) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon,
Dimension size) |
Option |
SwingFileSelector.showDialog(Component parent,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionDialog.choice(Option choice) |
static Option |
OptionDialog.error(Component parent,
String title,
String mesg,
Throwable exception,
Option[] options,
Option defaultChoice)
Show an error message with toggle-able detail
|
static Option |
OptionDialog.error(Component parent,
String title,
String mesg,
Throwable exception,
Option[] options,
Option defaultChoice)
Show an error message with toggle-able detail
|
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Component buttonBarAccesory,
Icon icon,
boolean selectInitialValue,
Dimension size) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Component buttonBarAccesory,
Icon icon,
boolean selectInitialValue,
Dimension size) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon,
Dimension size) |
static Option |
OptionDialog.prompt(Component parent,
int type,
String title,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon,
Dimension size) |
| Constructor and Description |
|---|
OptionDialog(int type,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback) |
OptionDialog(int type,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback) |
OptionDialog(int type,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Component buttonBarAccessory,
Icon icon) |
OptionDialog(int type,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Component buttonBarAccessory,
Icon icon) |
OptionDialog(int type,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon) |
OptionDialog(int type,
Object text,
Option[] choices,
Option defaultChoice,
OptionCallback callback,
Icon icon) |
Copyright © 2021. All rights reserved.