|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineObjectInspector
COM Interface 'IEngineObjectInspector'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.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 |
IID1181f237_f47e_47ca_ad35_07fd08cb3d4f
|
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(IEngineEnumRow objects,
IEngineEditor editor)
Inspects the properties of the features. |
Field Detail |
---|
static final int IID1181f237_f47e_47ca_ad35_07fd08cb3d4f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getHWnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void inspect(IEngineEnumRow objects, IEngineEditor editor) throws java.io.IOException, AutomationException
objects
- A reference to a com.esri.arcgis.controls.IEngineEnumRow (in)editor
- A reference to a com.esri.arcgis.controls.IEngineEditor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void copy(IRow srcRow) throws java.io.IOException, AutomationException
srcRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |