protected class SoapUISplitPaneUI.SoapUIDivider.SoapUIDividerLayout extends Object implements LayoutManager
| Constructor and Description | 
|---|
| SoapUIDividerLayout() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addLayoutComponent(String string,
                  Component c) | 
| void | layoutContainer(Container c) | 
| Dimension | minimumLayoutSize(Container parent) | 
| Dimension | preferredLayoutSize(Container c) | 
| void | removeLayoutComponent(Component c) | 
public void layoutContainer(Container c)
layoutContainer in interface LayoutManagerpublic Dimension preferredLayoutSize(Container c)
preferredLayoutSize in interface LayoutManagerpublic void removeLayoutComponent(Component c)
removeLayoutComponent in interface LayoutManagerpublic void addLayoutComponent(String string, Component c)
addLayoutComponent in interface LayoutManagerpublic Dimension minimumLayoutSize(Container parent)
minimumLayoutSize in interface LayoutManagerCopyright © 2019. All Rights Reserved.