Package com.altova.automation.XMLSpy
Class GridViewEventsDefaultHandler
java.lang.Object
com.altova.automation.XMLSpy.GridViewEventsDefaultHandler
- All Implemented Interfaces:
COMDispatchEvent,GridViewEvents
public class GridViewEventsDefaultHandler extends java.lang.Object implements GridViewEvents
-
Constructor Summary
Constructors Constructor Description GridViewEventsDefaultHandler() -
Method Summary
Modifier and Type Method Description booleanonBeforeDrag()method OnBeforeDragbooleanonBeforeDrop(XMLData i_ipXMLData)method OnBeforeDropbooleanonBeforeStartEditing(XMLData i_ipXMLData, boolean i_bEditingName)method OnBeforeStartEditingvoidonEditingFinished(XMLData i_ipXMLData, boolean i_bEditingName)method OnEditingFinishedJVariantonEvent(int methodID, JVariant[] pDispParams)Distribute the event - call the appropriate handler with the converted COM parameters.voidonFocusChanged(XMLData i_ipXMLData, boolean i_bFocusSet, boolean i_bEditingName)method OnFocusChanged
-
Constructor Details
-
GridViewEventsDefaultHandler
public GridViewEventsDefaultHandler()
-
-
Method Details
-
onEditingFinished
public void onEditingFinished(XMLData i_ipXMLData, boolean i_bEditingName) throws AutomationExceptionmethod OnEditingFinished- Specified by:
onEditingFinishedin interfaceGridViewEvents- Throws:
AutomationException
-
onBeforeStartEditing
public boolean onBeforeStartEditing(XMLData i_ipXMLData, boolean i_bEditingName) throws AutomationExceptionmethod OnBeforeStartEditing- Specified by:
onBeforeStartEditingin interfaceGridViewEvents- Throws:
AutomationException
-
onFocusChanged
public void onFocusChanged(XMLData i_ipXMLData, boolean i_bFocusSet, boolean i_bEditingName) throws AutomationExceptionmethod OnFocusChanged- Specified by:
onFocusChangedin interfaceGridViewEvents- Throws:
AutomationException
-
onBeforeDrag
method OnBeforeDrag- Specified by:
onBeforeDragin interfaceGridViewEvents- Throws:
AutomationException
-
onBeforeDrop
method OnBeforeDrop- Specified by:
onBeforeDropin interfaceGridViewEvents- Throws:
AutomationException
-
onEvent
Distribute the event - call the appropriate handler with the converted COM parameters.- Specified by:
onEventin interfaceCOMDispatchEvent- Parameters:
methodID- ID of the event method as defined in the COM event interface.pDispParams- parameters to the event- Returns:
- result value of the event call
- Throws:
AutomationException
-