Class FilterPanelLayout

java.lang.Object
docking.widgets.table.constraint.dialog.FilterPanelLayout
All Implemented Interfaces:
LayoutManager

public class FilterPanelLayout extends Object implements LayoutManager
Specialized layout for the TableFilterDialog panels. It is intended for a container with exactly three components. The first two components are sized to the width specified and the last component gets its preferred width. When laying out the components, the first two are always sized to the specified width and the 3rd component gets all remaining size;