Uses of Interface
bibliothek.gui.dock.station.screen.BoundaryRestriction

Packages that use BoundaryRestriction
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of BoundaryRestriction in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type BoundaryRestriction
static PropertyKey<BoundaryRestriction> ScreenDockStation.BOUNDARY_RESTRICTION
          a key for a property telling which boundaries a ScreenDockDialog can have
 

Uses of BoundaryRestriction in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen that implement BoundaryRestriction
 class HardBoundaryRestriction
          A restriction that ensures that each dialog is always visible, even when some screens can't be used because of that.
 

Fields in bibliothek.gui.dock.station.screen declared as BoundaryRestriction
static BoundaryRestriction BoundaryRestriction.FREE
          A restriction that allows all boundaries.
static BoundaryRestriction BoundaryRestriction.HARD
          A restriction that will ensure that every dialog is always visible, even if that means that in a multi screen environment some screens can't be used.
 

Methods in bibliothek.gui.dock.station.screen that return types with arguments of type BoundaryRestriction
 PropertyValue<BoundaryRestriction> ScreenDockDialog.getRestriction()
          Gets the restrictions of the boundaries of this dialog.