Class ExpandPart

  • All Implemented Interfaces:
    Part

    public class ExpandPart
    extends java.lang.Object
    implements Part
    Ein auf- und zuklappbarer Container.
    • 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.
      • 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)