com.ibm.commons.swt.layouts
Class ResizingStackLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
org.eclipse.swt.custom.StackLayout
com.ibm.commons.swt.layouts.ResizingStackLayout
public class ResizingStackLayout
- extends org.eclipse.swt.custom.StackLayout
A stack layout which does not care about the size of it's hidden children. Very useful
in complex UIs where controls need to be hidden.
An extension of org.eclipse.swt.custom.StackLayout
Fields inherited from class org.eclipse.swt.custom.StackLayout |
marginHeight, marginWidth, topControl |
Method Summary |
protected org.eclipse.swt.graphics.Point |
computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
Methods inherited from class org.eclipse.swt.custom.StackLayout |
flushCache, layout, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResizingStackLayout
public ResizingStackLayout()
computeSize
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flushCache)
- Overrides:
computeSize
in class org.eclipse.swt.custom.StackLayout