Package de.willuhn.jameica.gui.parts
Class ExpandPart
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.ExpandPart
-
-
Constructor Summary
Constructors Constructor Description ExpandPart()
ct.ExpandPart(java.lang.String title, Part child)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Constructor Detail
-
ExpandPart
public ExpandPart()
ct.
-
ExpandPart
public ExpandPart(java.lang.String title, Part child)
ct.- Parameters:
title
- anzuzeigender Titel.child
- Kind-Part welches angezeigt werden soll.
-
-
Method Detail
-
add
public void add(Box box)
Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.- Parameters:
box
- eine Box.
-
add
public void add(java.lang.String title, Part child)
Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.- Parameters:
title
- Titel.child
- Kind-Element.
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent) throws java.rmi.RemoteException
Description copied from interface:Part
Malt die Komponente in das angegebene Composite.- Specified by:
paint
in interfacePart
- Parameters:
parent
- das Composite.- Throws:
java.rmi.RemoteException
- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
-