Package | Description |
---|---|
jeb.api.ui |
This package contains classes representing parts of the graphical user interface (GUI) of JEB.
|
Modifier and Type | Method and Description |
---|---|
static JebUI.IconType |
JebUI.IconType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JebUI.IconType[] |
JebUI.IconType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
JebUI.displayMessageBox(java.lang.String caption,
java.lang.String message,
JebUI.IconType icontype,
JebUI.ButtonGroupType bgtype)
Display a message box to the user.
|