Class SearchPart
- java.lang.Object
-
- de.willuhn.jameica.gui.internal.parts.SearchPart
-
-
Constructor Summary
Constructors Constructor Description SearchPart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(org.eclipse.swt.widgets.Composite parent)
Malt die Komponente in das angegebene Composite.
-
-
-
Method Detail
-
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)
-
-