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

Packages that use BoundaryRestriction
bibliothek.gui.dock   
bibliothek.gui.dock.station.screen   
 

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 ScreenDockWindow can have
 

Methods in bibliothek.gui.dock that return BoundaryRestriction
 BoundaryRestriction ScreenDockStation.getBoundaryRestriction()
          Gets the currently used BoundaryRestriction.
 

Methods in bibliothek.gui.dock with parameters of type BoundaryRestriction
 void ScreenDockStation.setBoundaryRestriction(BoundaryRestriction restriction)
          Changes the boundary restriction used to check the boundaries of the windows of this station.
 

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.