Uses of Interface
bibliothek.gui.dock.station.support.CombinerTarget

Packages that use CombinerTarget
bibliothek.extension.gui.dock.station Contains extensions to the DockStations. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
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.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of CombinerTarget in bibliothek.extension.gui.dock.station
 

Methods in bibliothek.extension.gui.dock.station that return CombinerTarget
 CombinerTarget SplitCombiner.prepare(CombinerSource source, Enforcement force)
           
 

Methods in bibliothek.extension.gui.dock.station with parameters of type CombinerTarget
 Dockable SplitCombiner.combine(CombinerSource source, CombinerTarget target)
           
 

Uses of CombinerTarget in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return CombinerTarget
 CombinerTarget FlapDockStation.FlapDropOperation.getCombination()
           
 CombinerTarget StackDockStation.StackDropOperation.getCombination()
           
 

Methods in bibliothek.gui.dock with parameters of type CombinerTarget
protected  boolean SplitDockStation.dropOver(Leaf leaf, Dockable dockable, CombinerSource source, CombinerTarget target)
          Combines the Dockable of leaf and dockable to a new child of this station.
protected  boolean SplitDockStation.dropOver(Leaf leaf, Dockable dockable, DockableProperty property, CombinerSource source, CombinerTarget target)
          Combines the Dockable of leaf and dockable to a new child of this station.
 

Uses of CombinerTarget in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station that return CombinerTarget
 CombinerTarget NoStationDropOperation.getCombination()
           
 CombinerTarget StationDropOperation.getCombination()
          Most DockStations will use a Combiner to merge two Dockables into one.
 CombinerTarget Combiner.prepare(CombinerSource source, Enforcement force)
          Prepares information telling how two Dockables may be combined.
 

Methods in bibliothek.gui.dock.station with parameters of type CombinerTarget
 Dockable Combiner.combine(CombinerSource source, CombinerTarget target)
          Merges two Dockables into a new Dockable.
 

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

Methods in bibliothek.gui.dock.station.flap that return CombinerTarget
 CombinerTarget FlapDropInfo.getCombineTarget()
          Tells how to combine FlapDropInfo.getDockable() with the existing Dockable.
 

Methods in bibliothek.gui.dock.station.flap with parameters of type CombinerTarget
 void FlapDropInfo.setCombineTarget(CombinerTarget combineTarget)
          Sets how to combine FlapDropInfo.getDockable() with the existing Dockable.
 

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

Methods in bibliothek.gui.dock.station.screen with parameters of type CombinerTarget
 void ScreenDockWindow.setPaintCombining(CombinerTarget target)
          Sets whether this window should paint some additional markings which indicate that a Dockable is about to be dropped onto it.
Subclasses should use ScreenDockStation.getPaint() to get an algorithm that paints.
 

Uses of CombinerTarget in bibliothek.gui.dock.station.screen.window
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type CombinerTarget
 void AbstractScreenDockWindow.setPaintCombining(CombinerTarget target)
           
 

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

Methods in bibliothek.gui.dock.station.split that return CombinerTarget
 CombinerTarget SplitDropOperation.getCombination()
           
 CombinerTarget PutInfo.getCombinerTarget()
          Gets information about how to merge the two Dockables.
 

Methods in bibliothek.gui.dock.station.split with parameters of type CombinerTarget
 void PutInfo.setCombination(CombinerSource source, CombinerTarget target)
          Sets combination information that can be used for Combiner.combine(CombinerSource, CombinerTarget).
 

Uses of CombinerTarget in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return CombinerTarget
 CombinerTarget StationCombinerValue.prepare(CombinerSource source, Enforcement force)
           
 CombinerTarget ThemeCombiner.prepare(CombinerSource source, Enforcement force)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type CombinerTarget
 Dockable StationCombinerValue.combine(CombinerSource source, CombinerTarget target)
           
 Dockable ThemeCombiner.combine(CombinerSource source, CombinerTarget target)
           
 

Uses of CombinerTarget in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return CombinerTarget
 CombinerTarget BasicCombiner.prepare(CombinerSource source, Enforcement force)
           
 

Methods in bibliothek.gui.dock.themes.basic with parameters of type CombinerTarget
 Dockable BasicCombiner.combine(CombinerSource source, CombinerTarget target)