|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.parts.ExpandPart
public class ExpandPart
Ein auf- und zuklappbarer Container.
| Constructor Summary | |
|---|---|
ExpandPart()
ct. |
|
ExpandPart(java.lang.String title,
Part child)
ct. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandPart()
public ExpandPart(java.lang.String title,
Part child)
title - anzuzeigender Titel.child - Kind-Part welches angezeigt werden soll.| Method Detail |
|---|
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 Partparent - das Composite.
java.rmi.RemoteExceptionPart.paint(org.eclipse.swt.widgets.Composite)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||