Uses of Interface
bibliothek.gui.dock.common.location.CLocationExpandStrategy

Packages that use CLocationExpandStrategy
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.location Various implementations of CLocation
 

Uses of CLocationExpandStrategy in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CLocationExpandStrategy
 CLocation CLocation.expandProperty(DockableProperty property, CLocationExpandStrategy strategy)
          Tries to create a location that resembles property.
 

Uses of CLocationExpandStrategy in bibliothek.gui.dock.common.location
 

Classes in bibliothek.gui.dock.common.location that implement CLocationExpandStrategy
 class DefaultExpandStrategy
          The default implementation of CLocationExpandStrategy.
 

Methods in bibliothek.gui.dock.common.location with parameters of type CLocationExpandStrategy
 CLocation CBaseLocation.expandProperty(DockableProperty property, CLocationExpandStrategy strategy)
           
 CLocation CExtendedModeLocation.expandProperty(DockableProperty property, CLocationExpandStrategy strategy)