C# Class SIL.FieldWorks.IText.StatisticsView

Inheritance: System.Windows.Forms.UserControl, IxCoreContentControl, IFWDisposable
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
CheckDisposed ( ) : void

This method throws an ObjectDisposedException if IsDisposed returns true. This is the case where a method or property in an object is being used but the object itself is no longer valid. This method should be added to all public properties and methods of this object and all other objects derived from it (extensive).

GetMessageTargets ( ) : IxCoreColleague[]
OnAddTexts ( object args ) : bool
OnDisplayAddTexts ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control

Gather up suitable targets to Cntrl-(Shift-)Tab into.

PrepareToGoAway ( ) : bool
StatisticsView ( ) : System

Private Methods

Method Description
Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
RebuildStatisticsTable ( ) : void
mi_Copy ( object sender, EventArgs e ) : void

Method Details

CheckDisposed() public method

This method throws an ObjectDisposedException if IsDisposed returns true. This is the case where a method or property in an object is being used but the object itself is no longer valid. This method should be added to all public properties and methods of this object and all other objects derived from it (extensive).
public CheckDisposed ( ) : void
return void

GetMessageTargets() public method

public GetMessageTargets ( ) : IxCoreColleague[]
return IxCoreColleague[]

OnAddTexts() public method

public OnAddTexts ( object args ) : bool
args object
return bool

OnDisplayAddTexts() public method

public OnDisplayAddTexts ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
return bool

PopulateCtrlTabTargetCandidateList() public method

Gather up suitable targets to Cntrl-(Shift-)Tab into.
public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List List of places to move to.
return System.Windows.Forms.Control

PrepareToGoAway() public method

public PrepareToGoAway ( ) : bool
return bool

StatisticsView() public method

public StatisticsView ( ) : System
return System