Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
ActionPopupSuppressor |
DockController.getPopupSuppressor()
Gets the guard which decides, which popups should be allowed.
|
Modifier and Type | Method and Description |
---|---|
void |
DockController.setPopupSuppressor(ActionPopupSuppressor popupSuppressor)
Sets the guard which decides, which popups with
DockActions
are allowed to show up, and which popups will be suppressed. |
Modifier and Type | Field and Description |
---|---|
static ActionPopupSuppressor |
ActionPopupSuppressor.ALLOW_ALWAYS
Allows every popup to appear.
|
static ActionPopupSuppressor |
ActionPopupSuppressor.BALANCED
Allows a popup only to appear if there are no titles for a
Dockable
or if more than one action would be shown. |
static ActionPopupSuppressor |
ActionPopupSuppressor.SUPPRESS_ALWAYS
Never allows a popup to appear.
|
Modifier and Type | Method and Description |
---|---|
ActionPopupSuppressor |
PopupController.getPopupSuppressor()
Gets the guard which decides, which popups should be allowed.
|
Modifier and Type | Method and Description |
---|---|
void |
PopupController.setPopupSuppressor(ActionPopupSuppressor popupSuppressor)
Sets the guard which decides, which popups with
DockActions
are allowed to show up, and which popups will be suppressed. |