Class SearchResultPart

  • All Implemented Interfaces:
    Part

    public class SearchResultPart
    extends TreePart
    Zeigt das Ergenis einer Suche als Tree an.
    • Constructor Detail

      • SearchResultPart

        public SearchResultPart​(java.util.List<SearchResult> searchResult)
                         throws java.rmi.RemoteException,
                                de.willuhn.util.ApplicationException
        ct.
        Parameters:
        searchResult - das Suchergebnis.
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException
    • 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 interface Part
        Overrides:
        paint in class TreePart
        Parameters:
        parent - das Composite.
        Throws:
        java.rmi.RemoteException
        See Also:
        TreePart.paint(org.eclipse.swt.widgets.Composite)