|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxApplicationAdmin
ISxApplicationAdmin interface.
Method Summary | |
---|---|
void |
getGlobalWindow(int[] hWnd)
Get the Global window. |
int |
getRecentFilesCount()
The number of recent files. |
void |
getTOCWindow(int[] hWnd)
Get the TOC window. |
void |
setRecentFilesCount(int count)
The number of recent files. |
void |
updateStatusBarMessage()
Updates status bar message when selection or view changes. |
Method Detail |
---|
int getRecentFilesCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecentFilesCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateStatusBarMessage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getTOCWindow(int[] hWnd) throws IOException, AutomationException
hWnd
- The hWnd (A COM typedef) (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getGlobalWindow(int[] hWnd) throws IOException, AutomationException
hWnd
- The hWnd (A COM typedef) (out: use single element array)
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 |