public class ColumnLayout
extends java.lang.Object
| Constructor | Description |
|---|---|
ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns) |
ct.
|
ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns,
boolean fullSize) |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(Part part) |
Fuegt ein neues Child-Part hinzu.
|
org.eclipse.swt.widgets.Composite |
getComposite() |
Liefert das Zweispalten-Composite.
|
public ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns)
parent - das Parent.columns - Anzahl der Spalten.public ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns,
boolean fullSize)
parent - das Parent.columns - Anzahl der Spalten.fullSize - true, wenn es voelle Hoehe haben soll.public org.eclipse.swt.widgets.Composite getComposite()
public void add(Part part) throws java.rmi.RemoteException
part - java.rmi.RemoteException