de.willuhn.jameica.gui.parts
Class ExpandPart

java.lang.Object
  extended by de.willuhn.jameica.gui.parts.ExpandPart
All Implemented Interfaces:
Part

public class ExpandPart
extends java.lang.Object
implements Part

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

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