com.esri.arcgis.geodatabaseui
Interface ITableViewEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ITableViewEventsAdapter, ITableViewEventsProxy

public interface ITableViewEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'ITableViewEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to events that occur with the TableView.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDeafde0df_251d_4936_aaa7_0af6d4dbd685
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
          This event is fired when the user changes cell location.
 void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
          This event is fired when the user presses the select toggle.
 

Field Detail

IIDeafde0df_251d_4936_aaa7_0af6d4dbd685

static final int IIDeafde0df_251d_4936_aaa7_0af6d4dbd685
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onCellMove

void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
                throws java.io.IOException,
                       AutomationException
This event is fired when the user changes cell location.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onSelectToggle

void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
This event is fired when the user presses the select toggle.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.