| Constructor | Description |
|---|---|
ExpandPart() |
ct.
|
ExpandPart(java.lang.String title,
Part child) |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(Box box) |
Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.
|
void |
add(java.lang.String title,
Part child) |
Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.
|
void |
paint(org.eclipse.swt.widgets.Composite parent) |
Malt die Komponente in das angegebene Composite.
|
public ExpandPart()
public ExpandPart(java.lang.String title,
Part child)
title - anzuzeigender Titel.child - Kind-Part welches angezeigt werden soll.public void add(Box box)
box - eine Box.public void add(java.lang.String title,
Part child)
title - Titel.child - Kind-Element.public void paint(org.eclipse.swt.widgets.Composite parent)
throws java.rmi.RemoteException
Partpaint in interface Partparent - das Composite.java.rmi.RemoteExceptionPart.paint(org.eclipse.swt.widgets.Composite)