Uses of Class
bibliothek.gui.dock.station.screen.ScreenDockProperty

Packages that use ScreenDockProperty
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 ScreenDockProperty in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ScreenDockProperty
 ScreenDockProperty ScreenDockStation.getLocation(Dockable dockable, Dockable target)
          Gets the location of dockable and its current state.
 

Methods in bibliothek.gui.dock with parameters of type ScreenDockProperty
 boolean ScreenDockStation.drop(Dockable dockable, ScreenDockProperty property)
          Tries to add the dockable to this station, and uses the property to determine its location.
 boolean ScreenDockStation.drop(Dockable dockable, ScreenDockProperty property, boolean boundsIncludeWindow)
          Tries to add the dockable to this station, and uses the property to determine its location.
 

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

Methods in bibliothek.gui.dock.station.screen that return ScreenDockProperty
 ScreenDockProperty ScreenDockStationExtension.DropArguments.getProperty()
          Gets the location at which the element will be dropped
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockProperty
 void ScreenDockStationExtension.DropArguments.setProperty(ScreenDockProperty property)
          Sets the location at which the element is to be dropped.