|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOperationStack
COM Interface 'IOperationStack'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description: 'Provides access to members that control the Operation Stack.' 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 |
IID303ee675_3087_11d2_94c9_080009eebecb
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
esri_do(IOperation operation)
Performs the given operation and places it on the stack. |
int |
getCount()
The number of operations on the stack. |
IOperation |
getItem(int index)
The operation at the specified index. |
IOperation |
getRedoOperation()
Redoes a specified operation. |
IOperation |
getUndoOperation()
Undoes a specified operation. |
void |
redo()
Redoes the next operation on the stack. |
void |
remove(int index)
Removes an operation from the stack. |
void |
reset()
Removes all operations from the stack. |
void |
undo()
Undoes the previous operation on the stack. |
| Field Detail |
|---|
static final int IID303ee675_3087_11d2_94c9_080009eebecb
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IOperation getItem(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void esri_do(IOperation operation)
throws java.io.IOException,
AutomationException
operation - A reference to a com.esri.arcgis.systemUI.IOperation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void undo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void redo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IOperation getUndoOperation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IOperation getRedoOperation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws java.io.IOException,
AutomationException
index - The index (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 | ||||||||