|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Displays search interface and results
Field Summary | |
---|---|
Naanou.Search.ResultAggregator | aggregator |
System.Windows.Forms.Button | btnClear |
System.Windows.Forms.Button | btnFilter |
System.Windows.Forms.Button | btnSearch |
System.Windows.Forms.ComboBox | comboBox1 |
System.ComponentModel.IContainer | components |
int | currentColumn |
System.Windows.Forms.Control | currentQueryCon |
Naanou.Search.Filters | filters |
System.Windows.Forms.ImageList | il |
System.Windows.Forms.Label | label1 |
Naanou.LookupService.Node | node |
System.Windows.Forms.ListView | resultsList |
System.Windows.Forms.Panel | resultsPanel |
System.Windows.Forms.SaveFileDialog | saveFD |
System.Windows.Forms.Panel | searchPanel |
System.Windows.Forms.Splitter | splitter1 |
System.Windows.Forms.ToolTip | tt |
Fields inherited from class System.Windows.Forms.ScrollableControl |
---|
scrollPosition |
Fields inherited from class System.Windows.Forms.Control |
---|
window |
Constructor Summary | |
---|---|
frmSearch(Naanou.Search.Filters filters, Naanou.LookupService.Node node) Constructor |
Properties inherited from class System.Windows.Forms.Form |
---|
AcceptButton, ActiveMdiChild, AllowTransparency, AutoScale, AutoScaleBaseSize, AutoScroll, BackColor, CancelButton, ClientSize, ControlBox, CreateParams, DefaultImeMode, DefaultSize, DesktopBounds, DesktopLocation, DialogResult, FormBorderStyle, HelpButton, Icon, IsMdiChild, IsMdiContainer, IsRestrictedWindow, KeyPreview, MaximizeBox, MaximizedBounds, MaximumSize, MdiChildren, MdiParent, Menu, MergedMenu, MinimizeBox, MinimumSize, Modal, Opacity, OwnedForms, Owner, ShowInTaskbar, Size, SizeGripStyle, StartPosition, TabIndex, TopLevel, TopMost, TransparencyKey, WindowState |
Properties inherited from class System.Windows.Forms.ContainerControl |
---|
ActiveControl, BindingContext, ParentForm |
Properties inherited from class System.Windows.Forms.ScrollableControl |
---|
AutoScrollMargin, AutoScrollMinSize, AutoScrollPosition, DisplayRectangle, DockPadding, HScroll, VScroll |
Properties inherited from class System.Windows.Forms.Control |
---|
AccessibilityObject, AccessibleDefaultActionDescription, AccessibleDescription, AccessibleName, AccessibleRole, AllowDrop, Anchor, BackgroundImage, Bottom, Bounds, CanFocus, CanSelect, Capture, CausesValidation, ClientRectangle, CompanyName, ContainsFocus, ContextMenu, Controls, Created, Cursor, DataBindings, Disposing, Dock, Enabled, Focused, Font, FontHeight, ForeColor, Handle, HasChildren, Height, ImeMode, InvokeRequired, IsAccessible, IsDisposed, IsHandleCreated, Left, Location, Name, Parent, ProductName, ProductVersion, RecreatingHandle, Region, RenderRightToLeft, ResizeRedraw, Right, RightToLeft, ShowFocusCues, ShowKeyboardCues, Site, TabStop, Tag, Text, Top, TopLevelControl, Visible, Width, WindowTarget |
Properties inherited from class System.ComponentModel.Component |
---|
Container, DesignMode, Events |
Method Summary | |
---|---|
bool | AllowDownload(System.Windows.Forms.Form form, string saveDestination, bool checkExisting) |
void | btnClear_Click(object sender, System.EventArgs e) |
void | btnFilter_Click(object sender, System.EventArgs e) |
void | btnSearch_Click(object sender, System.EventArgs args) |
void | comboBox1_SelectionChangeCommitted(object sender, System.EventArgs e) |
void | Dispose(bool disposing) |
void | Download(Naanou.Search.ResultAggregate ra) |
void | Download(Naanou.Search.ResultAggregate ra, string saveTo, bool checkExisting) |
void | HandleResultSet(Naanou.Common.Search.SearchResultSet rs) |
void | InitializeComponent() |
void | OnBrowseUserFiles(object sender, System.EventArgs e) |
void | OnFilterOutUser(object sender, System.EventArgs e) |
void | OnQueryProgress(Naanou.Common.Search.SearchResultSet result, bool isCompleted) |
void | resultsList_ColumnClick(object sender, System.Windows.Forms.ColumnClickEventArgs e) |
void | resultsList_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e) |
void | SetupColumns() |
Methods inherited from class System.Windows.Forms.ContainerControl |
---|
IContainerControl.ActivateControl, OnControlRemoved, ProcessDialogChar, ProcessMnemonic, Validate |
Methods inherited from class System.Windows.Forms.ScrollableControl |
---|
GetScrollState, OnLayout, OnMouseWheel, ScrollControlIntoView, SetAutoScrollMargin, SetDisplayRectLocation, SetScrollState |
Methods inherited from class System.ComponentModel.Component |
---|
Dispose, Finalize, GetService |
Methods inherited from class System.MarshalByRefObject |
---|
CreateObjRef, GetLifetimeService, InitializeLifetimeService |
Methods inherited from class System.Object |
---|
Equals, GetHashCode, GetType, MemberwiseClone |
Events inherited from class System.Windows.Forms.Form |
---|
Activated, Closed, Closing, Deactivate, InputLanguageChanged, InputLanguageChanging, Load, MaximizedBoundsChanged, MaximumSizeChanged, MdiChildActivate, MenuComplete, MenuStart, MinimumSizeChanged |
Events inherited from class System.Windows.Forms.Control |
---|
BackColorChanged, BackgroundImageChanged, BindingContextChanged, CausesValidationChanged, ChangeUICues, Click, ContextMenuChanged, ControlAdded, ControlRemoved, CursorChanged, DockChanged, DoubleClick, DragDrop, DragEnter, DragLeave, DragOver, EnabledChanged, Enter, FontChanged, ForeColorChanged, GiveFeedback, GotFocus, HandleCreated, HandleDestroyed, HelpRequested, ImeModeChanged, Invalidated, KeyDown, KeyPress, KeyUp, Layout, Leave, LocationChanged, LostFocus, MouseDown, MouseEnter, MouseHover, MouseLeave, MouseMove, MouseUp, MouseWheel, Move, Paint, ParentChanged, QueryAccessibilityHelp, QueryContinueDrag, Resize, RightToLeftChanged, SizeChanged, StyleChanged, SystemColorsChanged, TabIndexChanged, TabStopChanged, TextChanged, Validated, Validating, VisibleChanged |
Events inherited from class System.ComponentModel.Component |
---|
Disposed |
Field Detail |
---|
private Naanou.Search.ResultAggregator aggregator
private System.Windows.Forms.Button btnClear
private System.Windows.Forms.Button btnFilter
private System.Windows.Forms.Button btnSearch
private System.Windows.Forms.ComboBox comboBox1
private System.ComponentModel.IContainer components
private int currentColumn
private System.Windows.Forms.Control currentQueryCon
private Naanou.Search.Filters filters
private System.Windows.Forms.ImageList il
private System.Windows.Forms.Label label1
private Naanou.LookupService.Node node
private System.Windows.Forms.ListView resultsList
private System.Windows.Forms.Panel resultsPanel
private System.Windows.Forms.SaveFileDialog saveFD
private System.Windows.Forms.Panel searchPanel
private System.Windows.Forms.Splitter splitter1
private System.Windows.Forms.ToolTip tt
Constructor Detail |
---|
public frmSearch(Naanou.Search.Filters filters, Naanou.LookupService.Node node)
Constructor
Parameters:
node
- NodeMethod Detail |
---|
internal bool AllowDownload(System.Windows.Forms.Form form, string saveDestination, bool checkExisting)
private void btnClear_Click(object sender, System.EventArgs e)
private void btnFilter_Click(object sender, System.EventArgs e)
private void btnSearch_Click(object sender, System.EventArgs args)
private void comboBox1_SelectionChangeCommitted(object sender, System.EventArgs e)
protected void Dispose(bool disposing)
private void Download(Naanou.Search.ResultAggregate ra)
private void Download(Naanou.Search.ResultAggregate ra, string saveTo, bool checkExisting)
private void HandleResultSet(Naanou.Common.Search.SearchResultSet rs)
private void InitializeComponent()
private void OnBrowseUserFiles(object sender, System.EventArgs e)
private void OnFilterOutUser(object sender, System.EventArgs e)
private void OnQueryProgress(Naanou.Common.Search.SearchResultSet result, bool isCompleted)
private void resultsList_ColumnClick(object sender, System.Windows.Forms.ColumnClickEventArgs e)
private void resultsList_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e)
private void SetupColumns()
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |