Uses of Interface
bibliothek.gui.dock.layout.LocationEstimationMap

Packages that use LocationEstimationMap
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of LocationEstimationMap in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type LocationEstimationMap
 void DockFactory.estimateLocations(L layout, LocationEstimationMap children)
          Tries to estimate the DockablePropertys of the children of the station which is represented by layout.
 

Uses of LocationEstimationMap in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with parameters of type LocationEstimationMap
 void CommonMultipleDockableFactory.estimateLocations(CommonMultipleDockableLayout layout, LocationEstimationMap children)
           
 void CommonSingleDockableFactory.estimateLocations(CommonSingleDockableLayout layout, LocationEstimationMap children)
           
 

Uses of LocationEstimationMap in bibliothek.gui.dock.common.intern.layout
 

Methods in bibliothek.gui.dock.common.intern.layout with parameters of type LocationEstimationMap
 void ReplacementDockFactory.estimateLocations(MultipleCDockable layout, LocationEstimationMap children)
           
 

Uses of LocationEstimationMap in bibliothek.gui.dock.dockable
 

Methods in bibliothek.gui.dock.dockable with parameters of type LocationEstimationMap
 void DefaultDockableFactory.estimateLocations(java.lang.Object layout, LocationEstimationMap children)
           
 

Uses of LocationEstimationMap in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend with parameters of type LocationEstimationMap
 void RegisteringDockFactory.estimateLocations(BackupFactoryData<L> layout, LocationEstimationMap children)
           
 

Uses of LocationEstimationMap in bibliothek.gui.dock.layout
 

Classes in bibliothek.gui.dock.layout that implement LocationEstimationMap
 class DefaultLocationEstimationMap
          This default implementation of a LocationEstimationMap works directly with the tree built by DockLayoutCompositions.
 

Uses of LocationEstimationMap in bibliothek.gui.dock.station.flap
 

Methods in bibliothek.gui.dock.station.flap with parameters of type LocationEstimationMap
 void FlapDockStationFactory.estimateLocations(FlapDockStationLayout layout, LocationEstimationMap children)
           
 

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

Methods in bibliothek.gui.dock.station.screen with parameters of type LocationEstimationMap
 void ScreenDockStationFactory.estimateLocations(ScreenDockStationLayout layout, LocationEstimationMap children)
           
 

Uses of LocationEstimationMap in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split with parameters of type LocationEstimationMap
 void SplitDockStationFactory.estimateLocations(SplitDockStationLayout layout, LocationEstimationMap children)
           
 

Uses of LocationEstimationMap in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack with parameters of type LocationEstimationMap
 void StackDockStationFactory.estimateLocations(StackDockStationLayout layout, LocationEstimationMap children)