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
Part
paint
in interface Part
parent
- das Composite.java.rmi.RemoteException
Part.paint(org.eclipse.swt.widgets.Composite)