public interface IWorkspaceEdit
extends java.io.Serializable
Description: 'Provides access to members that control Workspace Editing.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID995d5c92_15c6_11d2_89ed_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
abortEditOperation()
Aborts an edit operation.
|
void |
disableUndoRedo()
Disables Undo and Redo of edit operations.
|
void |
enableUndoRedo()
Enables Undo and Redo of edit operations.
|
void |
hasEdits(boolean[] hasEdits)
True if there are any completed edit operations that need to be saved .
|
void |
hasRedos(boolean[] hasRedos)
True if there are any completed undos that can be redone.
|
void |
hasUndos(boolean[] hasUndos)
True if there are any completed edit operations that can be undone.
|
boolean |
isBeingEdited()
True if the workspace is being edited.
|
void |
redoEditOperation()
Causes a Redo to be performed on the last undo.
|
void |
startEditing(boolean withUndoRedo)
Starts editing the workspace.
|
void |
startEditOperation()
Begins an edit operation.
|
void |
stopEditing(boolean saveEdits)
Stops editing the workspace.
|
void |
stopEditOperation()
Ends an edit operation.
|
void |
undoEditOperation()
Causes an Undo to be performed on the last edit operation.
|
static final int IID995d5c92_15c6_11d2_89ed_006097aff44e
static final int xxDummy
static final java.lang.String IID
void startEditing(boolean withUndoRedo) throws java.io.IOException, AutomationException
withUndoRedo
- The withUndoRedo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void stopEditing(boolean saveEdits) throws java.io.IOException, AutomationException
saveEdits
- The saveEdits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBeingEdited() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void startEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void stopEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void abortEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hasUndos(boolean[] hasUndos) throws java.io.IOException, AutomationException
hasUndos
- The hasUndos (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void undoEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hasRedos(boolean[] hasRedos) throws java.io.IOException, AutomationException
hasRedos
- The hasRedos (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void redoEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void enableUndoRedo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void disableUndoRedo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hasEdits(boolean[] hasEdits) throws java.io.IOException, AutomationException
hasEdits
- The hasEdits (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.