Property | Type | Description | |
---|---|---|---|
ClearContext | void | ||
InternalSetRawText | void | ||
IsResetContextToken | bool | ||
IsTokenSeparator | bool | ||
Normalization | string[] | ||
OnCommandTextualContextServiceStatusChanged | void | ||
OnPredictionAreaServiceStatusChanged | void | ||
OnSendKeyServiceStatusChanged | void | ||
OnSendStringServiceStatusChanged | void | ||
SetToken | void |
Method | Description | |
---|---|---|
SetRawText ( string value ) : void | ||
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void |
Method | Description | |
---|---|---|
OnKeySent ( object sender, |
||
OnOldKeySent ( object sender, |
||
OnPredictionAreaContentSent ( object sender, |
||
OnPredictionAreaServicePropertyChanged ( object sender, |
||
OnStringSent ( object sender, |
||
OnTextualContextClear ( object sender, |
Method | Description | |
---|---|---|
ClearContext ( ) : void | ||
InternalSetRawText ( string value ) : void | ||
IsResetContextToken ( string token ) : bool | ||
IsTokenSeparator ( string token ) : bool | ||
Normalization ( string context ) : string[] |
Splits the context (seperates the different words)
|
|
OnCommandTextualContextServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void | ||
OnPredictionAreaServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void | ||
OnSendKeyServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void | ||
OnSendStringServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void | ||
SetToken ( string token ) : void |
protected OnKeySent ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnOldKeySent ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnPredictionAreaContentSent ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnPredictionAreaServicePropertyChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnStringSent ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnTextualContextClear ( object sender, |
||
sender | object | |
e | ||
return | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
return | bool |