| java.lang.Object org.eclipse.ui.internal.layout.LayoutUtil
LayoutUtil | public class LayoutUtil (Code) | | Contains various methods for manipulating layouts
since: 3.0 |
Method Summary | |
public static void | resize(Control changedControl) Should be called whenever a control's contents have changed. |
resize | public static void resize(Control changedControl)(Code) | | Should be called whenever a control's contents have changed. Will
trigger a layout parent controls if necessary.
Parameters: changedControl - |
|
|