C# Class SIL.FieldWorks.IText.FocusBoxControllerForDisplay

This is a subclass of FocusBoxController. I (JohnT) am not sure why it was extracted, but it appears to be responsible for the menu commands that move the focus box. Or at least the part of the class in this file is.
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
FocusBoxControllerForDisplay ( XCore.Mediator mediator, IVwStylesheet stylesheet, SIL.FieldWorks.IText.InterlinLineChoices lineChoices, bool rightToLeft ) : System
GetMessageTargets ( ) : IxCoreColleague[]
Init ( XCore.Mediator mediator, System configurationParameters ) : void

Method Details

FocusBoxControllerForDisplay() public method

public FocusBoxControllerForDisplay ( XCore.Mediator mediator, IVwStylesheet stylesheet, SIL.FieldWorks.IText.InterlinLineChoices lineChoices, bool rightToLeft ) : System
mediator XCore.Mediator
stylesheet IVwStylesheet
lineChoices SIL.FieldWorks.IText.InterlinLineChoices
rightToLeft bool
return System

GetMessageTargets() public method

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

Init() public method

public Init ( XCore.Mediator mediator, System configurationParameters ) : void
mediator XCore.Mediator
configurationParameters System
return void