|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceEditInfo
Provides access to members that control Workspace Editing Information.
Method Summary | |
---|---|
boolean |
isCanEdit()
Indicates if the workspace supports edit sessions with the ability to discard edits on save. |
boolean |
isCanRedo()
Indicates if the workspace supports edit sessions with the ability to redo undone operations. |
boolean |
isCanUndo()
Indicates if the workspace supports edit sessions with the ability to undo individual edit operations. |
Method Detail |
---|
boolean isCanEdit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanUndo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanRedo() throws IOException, AutomationException
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 |