Uses of Interface
bibliothek.gui.dock.action.ActionPopupSuppressor

Packages that use ActionPopupSuppressor
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 DockActions. 
 

Uses of ActionPopupSuppressor in bibliothek.gui
 

Methods in bibliothek.gui that return ActionPopupSuppressor
 ActionPopupSuppressor DockController.getPopupSuppressor()
          Gets the guard which decides, which popups should be allowed.
 

Methods in bibliothek.gui with parameters of type ActionPopupSuppressor
 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.
 

Uses of ActionPopupSuppressor in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action declared as ActionPopupSuppressor
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.