Uses of Class
bibliothek.gui.dock.facile.station.split.DefaultConflictResolver

Packages that use DefaultConflictResolver
bibliothek.gui.dock.common.layout Classes to manage how space is distributed between Dockables. 
 

Uses of DefaultConflictResolver in bibliothek.gui.dock.common.layout
 

Subclasses of DefaultConflictResolver in bibliothek.gui.dock.common.layout
 class FullLockConflictResolver
          This ConflictResolver has a alternative strategy how to handle cases where two requests collide and a satisfying solution is not possible: the two affected trees are checked for their "fully locked state" and if one is fully locked but not the other, then the request of the fully locked one is answered.