C# (CSharp) SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests Namespace

Classes

Name Description
CommitBeforeUpdateIbusCommunicator Mock IBusCommunicator implementation that shows the latest charater as a preedit. Commits last char BEFORE showing the next preedit.
CommitOnlyIbusCommunicator Mock IBusCommunicator implementation that just echos back any sent keypresses.(Doesn't show preedit)
DummyDataAccess
DummyRootBox
DummySimpleRootSite
DummyVwSelection
IbusKeyboardRetrievingAdaptorDouble
IbusRootSiteEventHandlerTests
KeyboardThatCommitsPreeditOnSpace Mock IBusCommunicatior implementation. Typing is performed in a preedit. Upon pressing Space, the preedit is committed all at once (and in upper case). (cf PreeditDummyIBusCommunicator which commits each keystroke separately.)
KeyboardThatSendsBackspacesAsForwardKeyEvents Mock IBusCommunicator implementation that deletes current word when space is pressed, by sending backspaces as ForwardKeyEvents. It then resends the word in lower case.
KeyboardThatSendsDeletesAsCommitsDummyIBusCommunicator Mock IBusCommunicator implementation that deletes current word when space is pressed, by sending backspaces. It then resends the word in lower case.
KeyboardWithGlyphSubstitution Mock IBusCommunicatior implementation. Typing is performed in a preedit. Upon pressing Space, text is committed. "abc def ghi " becomes "ADG". Similar to KeyboardThatCommitsPreeditOnSpace.
NullOpActionHandler
SimpleActionHandler
SimpleRootSiteDataProviderBaseVc The class that displays the draft view.
SimpleRootSiteDataProviderVc The class that displays the simple string view
SimpleRootSiteDataProviderVc.DisplayOptions How to display the text
SimpleRootSiteDataProviderView
SimpleRootSiteDataProviderViewBase
SimpleRootSiteDataProviderViewBase.DisplayOptions How to display the text
SimpleRootSiteDataProvider_MultiStringView
SimpleRootSiteDataProvider_MultiStringViewVc The class that displays the simple string view
SimpleRootSiteDataProvider_MultiStringViewVc.DisplayOptions How to display the text
UndoableRealDataCache
UndoableRealDataCache.CacheInfo
UndoableRealDataCache.CacheUndoAction
XkbKeyboardRetrievingAdaptorDouble