Uses of Interface
bibliothek.gui.dock.facile.station.split.ConflictResolver
Packages that use ConflictResolver
Package
Description
A set of classes that can be used to create basic applications.
Contains the
CommonDockStation, various implementations of CommonDockStation and supporting classes.Classes to manage how space is distributed between
Dockables.Support classes for
SplitDockStation.-
Uses of ConflictResolver in bibliothek.gui.dock.common
Fields in bibliothek.gui.dock.common with type parameters of type ConflictResolverModifier and TypeFieldDescriptionstatic final PropertyKey<ConflictResolver<RequestDimension>>CControl.RESIZE_LOCK_CONFLICT_RESOLVERConflictResolverused to determine what happens when there is a conflict between two resize requests on aSplitDockStationlikeCGridArea,CWorkingAreaorCContentArea. -
Uses of ConflictResolver in bibliothek.gui.dock.common.intern.station
Methods in bibliothek.gui.dock.common.intern.station that return ConflictResolver -
Uses of ConflictResolver in bibliothek.gui.dock.common.layout
Classes in bibliothek.gui.dock.common.layout that implement ConflictResolverModifier and TypeClassDescriptionclassThisConflictResolverhas 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. -
Uses of ConflictResolver in bibliothek.gui.dock.facile.station.split
Classes in bibliothek.gui.dock.facile.station.split that implement ConflictResolverModifier and TypeClassDescriptionclassA conflict resolver that tries to distribute space in conflicts equally to all partiesMethods in bibliothek.gui.dock.facile.station.split that return ConflictResolverModifier and TypeMethodDescriptionLockedResizeLayoutManager.getConflictResolver()Gets the policy that tells how twoResizeRequests are merged.Methods in bibliothek.gui.dock.facile.station.split with parameters of type ConflictResolverModifier and TypeMethodDescriptionvoidLockedResizeLayoutManager.setConflictResolver(ConflictResolver<T> conflictResolver) Sets theConflictResolverthat will determine how to mergeResizeRequests and how to resolve conflicts.