C# 클래스 ACAT.Extensions.Default.AppAgents.TalkWindowAgent.TalkWindowContextMenu

상속: ACAT.Lib.Extension.MenuPanel
파일 보기 프로젝트 열기: brlima94/acat-localization 1 사용 예제들

공개 메소드들

메소드 설명
TalkWindowContextMenu ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
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

메소드 상세

TalkWindowContextMenu() 공개 메소드

Initializes a new instance of the class.
public TalkWindowContextMenu ( String panelClass, String panelTitle ) : System
panelClass String Name of the scanner
panelTitle String Title of the menu
리턴 System