com.esri.arcgis.editor
Interface IObjectInspector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationInspector, DimensionInspector, FeatureInspector, IObjectInspectorProxy, RepresentationInspector

public interface IObjectInspector
extends java.io.Serializable

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

Description: 'Provides access to members that control a custom feature's property inspector.' 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 IID014ee841_a498_11d1_846b_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clear()
          Clear the inspector before inspecting another object.
 void copy(IRow srcRow)
          Copies the values from srcRow to the row being edited.
 int getHWND()
          The window handle for the inspector.
 void inspect(IEnumRow objects, IEditor editor)
          Inspects the properties of the features.
 

Field Detail

IID014ee841_a498_11d1_846b_0000f875b9c6

static final int IID014ee841_a498_11d1_846b_0000f875b9c6
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

getHWND

int getHWND()
            throws java.io.IOException,
                   AutomationException
The window handle for the inspector.

Returns:
The hWND (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

inspect

void inspect(IEnumRow objects,
             IEditor editor)
             throws java.io.IOException,
                    AutomationException
Inspects the properties of the features.

Parameters:
objects - A reference to a com.esri.arcgis.editor.IEnumRow (in)
editor - A reference to a com.esri.arcgis.editor.IEditor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Clear the inspector before inspecting another object.

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

copy

void copy(IRow srcRow)
          throws java.io.IOException,
                 AutomationException
Copies the values from srcRow to the row being edited.

Parameters:
srcRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.