Class TextViewEventsDefaultHandler

java.lang.Object
com.altova.automation.XMLSpy.TextViewEventsDefaultHandler
All Implemented Interfaces:
COMDispatchEvent, TextViewEvents

public class TextViewEventsDefaultHandler
extends java.lang.Object
implements TextViewEvents
  • Constructor Summary

    Constructors 
    Constructor Description
    TextViewEventsDefaultHandler()  
  • Method Summary

    Modifier and Type Method Description
    boolean onBeforeShowSuggestions()
    This method is called before the suggestion window is shown.
    boolean onChar​(int nChar, boolean bExistSuggestion)
    This method is called on each key stroke.
    JVariant onEvent​(int methodID, JVariant[] pDispParams)
    Distribute the event - call the appropriate handler with the converted COM parameters.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait