Class ExpandPart

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

public class ExpandPart extends Object implements Part
Ein auf- und zuklappbarer Container.
  • Constructor Details

    • ExpandPart

      public ExpandPart()
      ct.
    • ExpandPart

      public ExpandPart(String title, Part child)
      ct.
      Parameters:
      title - anzuzeigender Titel.
      child - Kind-Part welches angezeigt werden soll.
  • Method Details

    • add

      public void add(Box box)
      Fuegt der Expand-Bar ein weiteres Kind-Element hinzu.
      Parameters:
      box - eine Box.
    • add

      public void add(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 RemoteException
      Description copied from interface: Part
      Malt die Komponente in das angegebene Composite.
      Specified by:
      paint in interface Part
      Parameters:
      parent - das Composite.
      Throws:
      RemoteException
      See Also: