com.esri.arcgis.geodatabaseui
Class ITableViewEventsAdapter
java.lang.Object
com.esri.arcgis.geodatabaseui.ITableViewEventsAdapter
- All Implemented Interfaces:
- ITableViewEvents, Serializable, EventListener
public class ITableViewEventsAdapter
- extends Object
- implements ITableViewEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITableViewEventsAdapter
public ITableViewEventsAdapter()
onCellMove
public void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
throws IOException,
AutomationException
- This event is fired when the user changes cell location.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Specified by:
onCellMove
in interface ITableViewEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onSelectToggle
public void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
throws IOException,
AutomationException
- This event is fired when the user presses the select toggle.
Product Availability
Available with ArcGIS Desktop.
- Specified by:
onSelectToggle
in interface ITableViewEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.