C# Class CK.WordPredictor.UI.TextualContextArea

Inheritance: IPlugin
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description
CreateSendKeyInSendZone void
DestroySendKey void
DisableEditor void
EnableEditor void
EnableWindowManagerSubscription void
InitializeSendKey void
OnAutonomousZoneCreated void
OnFeaturePropertyChanged void
OnFeatureServiceStatusChanged void
OnPredictionAreaContentSent void
OnTextAreaPropertyChanged void

Méthodes publiques

Méthode Description
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Private Methods

Méthode 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 méthode

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void