Package com.altova.automation.XMLSpy
Interface TextViewEvents
- All Superinterfaces:
COMDispatchEvent
- All Known Implementing Classes:
TextViewEventsDefaultHandler
public interface TextViewEvents extends COMDispatchEvent
-
Method Summary
Modifier and Type Method Description booleanonBeforeShowSuggestions()This method is called before the suggestion window is shown.booleanonChar(int nChar, boolean bExistSuggestion)This method is called on each key stroke.
-
Method Details
-
onBeforeShowSuggestions
This method is called before the suggestion window is shown.- Throws:
AutomationException
-
onChar
This method is called on each key stroke.- Throws:
AutomationException
-