Uses of Class
bibliothek.gui.dock.common.layout.RequestDimension
Packages that use RequestDimension
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
Contains the
CommonDockStation, various implementations of CommonDockStation and supporting classes.Classes to manage how space is distributed between
Dockables.-
Uses of RequestDimension in bibliothek.gui.dock.common
Fields in bibliothek.gui.dock.common with type parameters of type RequestDimensionModifier 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 RequestDimension in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return RequestDimensionModifier and TypeMethodDescriptionAbstractCDockable.getAndClearResizeRequest()CDockable.getAndClearResizeRequest()Gets the preferred size of thisCDockable.Methods in bibliothek.gui.dock.common.intern with parameters of type RequestDimensionModifier and TypeMethodDescriptionvoidAbstractCDockable.setResizeRequest(RequestDimension size, boolean process) Tells thisCDockablewhich size it should have. -
Uses of RequestDimension in bibliothek.gui.dock.common.intern.station
Methods in bibliothek.gui.dock.common.intern.station that return RequestDimensionModifier and TypeMethodDescriptionprotected RequestDimensionAbstractResizeRequestHandler.getAndClearResizeRequest(Dockable dockable) Searches the size request ofdockable.CLockedResizeLayoutManager.prepareResize(Leaf leaf) Methods in bibliothek.gui.dock.common.intern.station that return types with arguments of type RequestDimensionMethods in bibliothek.gui.dock.common.intern.station with parameters of type RequestDimensionModifier and TypeMethodDescriptionCLockedResizeLayoutManager.getRequest(RequestDimension size, Leaf leaf) -
Uses of RequestDimension in bibliothek.gui.dock.common.layout
Methods in bibliothek.gui.dock.common.layout that return RequestDimensionModifier and TypeMethodDescriptionRequestDimension.clone()static RequestDimensionRequestDimension.request(int width, int height) Creates aRequestDimensionaffecting the width and height of aDockable.static RequestDimensionRequestDimension.requestHeight(int height) Creates aRequestDimensiononly affecting the height of aDockable.static RequestDimensionRequestDimension.requestWidth(int width) Creates aRequestDimensiononly affecting the width of aDockable.Method parameters in bibliothek.gui.dock.common.layout with type arguments of type RequestDimensionModifier and TypeMethodDescriptionprotected booleanFullLockConflictResolver.checkHorizontalFullLock(ResizeElement<RequestDimension> element) Checks whetherelementis fully locked in its horizontal dimension.protected booleanFullLockConflictResolver.checkVerticalFullLock(ResizeElement<RequestDimension> element) Checks whetherelementis fully locked in its vertical dimension.doubleFullLockConflictResolver.resolveHorizontal(ResizeNode<RequestDimension> node, ResizeRequest left, double deltaLeft, ResizeRequest right, double deltaRight) doubleFullLockConflictResolver.resolveVertical(ResizeNode<RequestDimension> node, ResizeRequest top, double deltaTop, ResizeRequest bottom, double deltaBottom) Constructors in bibliothek.gui.dock.common.layout with parameters of type RequestDimensionModifierConstructorDescriptionRequestDimension(RequestDimension original) Creates a new request dimension copying all fields fromoriginal.