public interface IlvServerSideLayout extends LayoutManager
computeBounds
should return a Map
whose
keys are the components and the values the corresponding bounding boxes
expressed as Rectangle
s.Modifier and Type | Field and Description |
---|---|
static String |
BOUNDS_PROPERTY |
Modifier and Type | Method and Description |
---|---|
Map<Component,Rectangle> |
computeBounds(Container target,
Rectangle rect)
Returns a
Map of components bounding boxes expressed as Rectangle s. |
addLayoutComponent, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
static final String BOUNDS_PROPERTY
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.