|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Status form for lookup service
Field Summary | |
---|---|
System.ComponentModel.Container | components |
System.Windows.Forms.ContextMenu | contextMenu1 |
string | fileName |
System.Windows.Forms.MenuItem | menuItem1 |
System.Windows.Forms.MenuItem | miDumpFingerTable |
System.Windows.Forms.MenuItem | miDumpKeyStorage |
System.Windows.Forms.MenuItem | miDumpNodeCache |
System.Windows.Forms.MenuItem | miDumpSuccessorList |
System.Windows.Forms.MenuItem | miDumpThreads |
Naanou.LookupService.Node | node |
Naanou.Common.ILogger | redirect |
System.Windows.Forms.RichTextBox | textBox1 |
Fields inherited from class System.Windows.Forms.ScrollableControl |
---|
scrollPosition |
Fields inherited from class System.Windows.Forms.Control |
---|
window |
Constructor Summary | |
---|---|
frmChordStatus() Constructor |
Property Summary | |
---|---|
Naanou.Common.ILogger | Redirect |
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 | |
---|---|
void |
Dispose(bool disposing) Clean up any resources being used. |
void | frmStatus_Closing(object sender, System.ComponentModel.CancelEventArgs e) |
void | frmStatus_Load(object sender, System.EventArgs e) |
void |
InitializeComponent() Required method for Designer support - do not modify the contents of this method with the code editor. |
void |
Log(string msg, Naanou.Common.LogLevel level) Logs a message |
void |
LogDirect(string message) Logs a message directly |
void | miDumpFingerTable_Click(object sender, System.EventArgs e) |
void | miDumpKeyStorage_Click(object sender, System.EventArgs e) |
void | miDumpNodeCache_Click(object sender, System.EventArgs e) |
void | miDumpSuccessorList_Click(object sender, System.EventArgs e) |
void | miDumpThreads_Click(object sender, System.EventArgs e) |
void | OnNodeStateChange(object sender, System.EventArgs e) |
void | OnPredecessorChange(Naanou.LookupService.Node node, Naanou.LookupService.AddressChangeArgs args) |
void | OnSuccessorChange(Naanou.LookupService.Node node, Naanou.LookupService.AddressChangeArgs args) |
void |
SetNode(Naanou.LookupService.Node node) Set the linked node |
void | textBox1_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e) |
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 System.ComponentModel.Container components
private System.Windows.Forms.ContextMenu contextMenu1
private string fileName
private System.Windows.Forms.MenuItem menuItem1
private System.Windows.Forms.MenuItem miDumpFingerTable
private System.Windows.Forms.MenuItem miDumpKeyStorage
private System.Windows.Forms.MenuItem miDumpNodeCache
private System.Windows.Forms.MenuItem miDumpSuccessorList
private System.Windows.Forms.MenuItem miDumpThreads
private Naanou.LookupService.Node node
private Naanou.Common.ILogger redirect
private System.Windows.Forms.RichTextBox textBox1
Constructor Detail |
---|
public frmChordStatus()
Constructor
Property Detail |
---|
public Naanou.Common.ILogger Redirect
Method Detail |
---|
protected void Dispose(bool disposing)
Clean up any resources being used.
private void frmStatus_Closing(object sender, System.ComponentModel.CancelEventArgs e)
private void frmStatus_Load(object sender, System.EventArgs e)
private void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor.
public void Log(string msg, Naanou.Common.LogLevel level)
Logs a message
Parameters:
message
- Messagelevel
- Levelpublic void LogDirect(string message)
Logs a message directly
Parameters:
message
- Messageprivate void miDumpFingerTable_Click(object sender, System.EventArgs e)
private void miDumpKeyStorage_Click(object sender, System.EventArgs e)
private void miDumpNodeCache_Click(object sender, System.EventArgs e)
private void miDumpSuccessorList_Click(object sender, System.EventArgs e)
private void miDumpThreads_Click(object sender, System.EventArgs e)
private void OnNodeStateChange(object sender, System.EventArgs e)
private void OnPredecessorChange(Naanou.LookupService.Node node, Naanou.LookupService.AddressChangeArgs args)
private void OnSuccessorChange(Naanou.LookupService.Node node, Naanou.LookupService.AddressChangeArgs args)
public void SetNode(Naanou.LookupService.Node node)
Set the linked node
Parameters:
node
- Nodeprivate void textBox1_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |