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 View.Type |
View.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static View.Type[] |
View.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JebUI.focusView(View.Type viewtype)
Bring a specific view into focus.
|
View |
JebUI.getView(View.Type viewtype)
Retrieve a handle on a specific view.
|
boolean |
JebUI.isViewVisible(View.Type viewtype)
Determine if the view is visible.
|