|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditTask
COM Interface 'IEditTask'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.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 |
IID6d3a6f62_9115_11d1_8461_0000f875b9c6
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
activate(IEditor editor,
IEditTask oldTask)
Called by the editor when the task becomes active. |
void |
deactivate()
Called by the editor when the task becomes inactive. |
java.lang.String |
getName()
The 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 IID6d3a6f62_9115_11d1_8461_0000f875b9c6
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.void activate(IEditor editor, IEditTask oldTask) throws java.io.IOException, AutomationException
editor
- A reference to a com.esri.arcgis.editor.IEditor (in)oldTask
- A reference to a com.esri.arcgis.editor.IEditTask (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 |