|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineEditTask
COM Interface 'IEngineEditTask'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to a task that receives notification when the sketch is complete.' 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 |
IID6d8dd859_405a_4326_be2c_be732a04c756
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
activate(IEngineEditor editor,
IEngineEditTask oldTask)
Notifies the task that the edit sketch is activated. |
void |
deactivate()
Notifies the task that the edit sketch is deactivated. |
java.lang.String |
getGroupName()
The group into which the edit task is placed. |
java.lang.String |
getName()
The name of the edit task. |
java.lang.String |
getUniqueName()
The unique name of the edit task. |
void |
onDeleteSketch()
Notifies the task that the edit sketch has been deleted. |
void |
onFinishSketch()
Notifies the task that the edit sketch is complete. |
Field Detail |
---|
static final int IID6d8dd859_405a_4326_be2c_be732a04c756
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getUniqueName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGroupName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void activate(IEngineEditor editor, IEngineEditTask oldTask) throws java.io.IOException, AutomationException
editor
- A reference to a com.esri.arcgis.controls.IEngineEditor (in)oldTask
- A reference to a com.esri.arcgis.controls.IEngineEditTask (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deactivate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onFinishSketch() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onDeleteSketch() throws java.io.IOException, AutomationException
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 |