C# Class CK.WordPredictor.UI.TextualContextArea

Inheritance: IPlugin
Show file Open project: Invenietis/ck-certified

Private Properties

Property Type Description
CreateSendKeyInSendZone void
DestroySendKey void
DisableEditor void
EnableEditor void
EnableWindowManagerSubscription void
InitializeSendKey void
OnAutonomousZoneCreated void
OnFeaturePropertyChanged void
OnFeatureServiceStatusChanged void
OnPredictionAreaContentSent void
OnTextAreaPropertyChanged void

Public Methods

Method Description
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Private Methods

Method Description
CreateSendKeyInSendZone ( IKeyboard keyboard ) : void
DestroySendKey ( ) : void
DisableEditor ( ) : void
EnableEditor ( ) : void
EnableWindowManagerSubscription ( ) : void

If the skin is registered when we are launched before it, listen to to its registration and auto-attach

InitializeSendKey ( IZone predictionZone ) : void
OnAutonomousZoneCreated ( object sender, ZoneEventArgs e ) : void
OnFeaturePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnFeatureServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void
OnPredictionAreaContentSent ( object sender, PredictionAreaContentEventArgs e ) : void
OnTextAreaPropertyChanged ( PropertyChangedEventArgs e ) : void

Method Details

Setup() public method

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Teardown() public method

public Teardown ( ) : void
return void