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 voidadd(Box box)Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.voidadd(java.lang.String title, Part child)Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.voidpaint(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.RemoteExceptionDescription copied from interface:PartMalt die Komponente in das angegebene Composite.- Specified by:
paintin interfacePart- Parameters:
parent- das Composite.- Throws:
java.rmi.RemoteException- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
-