Method | Description | |
---|---|---|
TalkWindowContextMenu ( String panelClass, String panelTitle ) : System |
Initializes a new instance of the class.
|
Method | Description | |
---|---|---|
getTalkWindowText ( ) : String |
Returns either the selected text or the current paragraph in the talk window
|
|
handleGoogleSearch ( ) : void |
Takes text from the talk window and does a google search on it
|
|
handleQuickSearch ( ) : void |
Takes text from the talk window and goes to the first hit found when a search is done.
|
|
handleSpeechControl ( ) : void |
If text-to-speech is handled by hardware, this function can be used to send any escape sequences to control speech parameters in the hw. First checks if the speech controller supports the feature.
|
|
handleTalkWindowZoom ( ) : void |
Displays the talk window zoom menu
|
|
handleWikiSearch ( ) : void |
Does a wikipedia search on text in the talk window
|
|
showZoomMenu ( ) : void |
Displays the zoom menu for the talk window
|
public TalkWindowContextMenu ( String panelClass, String panelTitle ) : System | ||
panelClass | String | Name of the scanner |
panelTitle | String | Title of the menu |
return | System |