Naanou.Search
Interface ISearchPanel

Search panel

Todo: A dynamic panel plug-in loading system

Property Summary
Naanou.Common.FileCategory Filter

Method Summary
void Clear()
         Clear panel and results
void ColumnSetup(System.Windows.Forms.ListView list)
         Creates columns in list view
Naanou.Common.Search.SearchQuery GetQuery()
         Gets the query user has entered
System.Windows.Forms.ListViewItem.ListViewSubItem[] GetSubItems(System.Windows.Forms.ListViewItem parent, Naanou.Common.Search.SearchResult r, Naanou.Common.IEntry entry)
         Creates list view item subitems for a result


Property Detail

Filter

public Naanou.Common.FileCategory Filter

Method Detail

Clear

public void Clear()

Clear panel and results


ColumnSetup

public void ColumnSetup(System.Windows.Forms.ListView list)

Creates columns in list view

Parameters:
list - ListView to use

GetQuery

public Naanou.Common.Search.SearchQuery GetQuery()

Gets the query user has entered


GetSubItems

public System.Windows.Forms.ListViewItem.ListViewSubItem[] GetSubItems(System.Windows.Forms.ListViewItem parent,
                                                                 Naanou.Common.Search.SearchResult r,
                                                                 Naanou.Common.IEntry entry)

Creates list view item subitems for a result