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 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 AbstractBoundaryRestriction
          This abstract class offers methods to ensure a reasonable maximum size for ScreenDockWindows.
 class HardBoundaryRestriction
          A restriction that ensures that each dialog is always visible on exactly one screen.
 class InternalBoundaryRestriction
          This boundary restriction is based on a JDesktopPane.
 class MediumBoundaryRestriction
          A restriction that ensures that the title of each dialog is always visible.
 

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 on exactly one screen.
static BoundaryRestriction BoundaryRestriction.MEDIUM
          A restriction that will ensure that the title of a dialog cannot be moved away from the screens.