|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.arcmapui.IMxApplication3Proxy
public class IMxApplication3Proxy
Provides access to members that control the Mx Application.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IMxApplication3Proxy()
|
|
IMxApplication3Proxy(Object obj)
|
protected |
IMxApplication3Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
copyToClipboard()
Copies the current view to the clipboard. |
void |
export()
Exports the current document. |
IAppDisplay |
getDisplay()
The application display. |
IPaper |
getPaper()
The current paper settings. |
IPrinter |
getPrinter()
The current printer settings. |
ISelectionEnvironment |
getSelectionEnvironment()
The selection environment. |
boolean |
isPauseDrawing()
Pause display updates. |
boolean |
isShowStatusBar()
Show or hide the status bar. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setPauseDrawing(boolean flag)
Pause display updates. |
void |
setPrinterByRef(IPrinter printer)
The current printer settings. |
void |
setShowStatusBar(boolean flag)
Show or hide the status bar. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IMxApplication3Proxy()
public IMxApplication3Proxy(Object obj) throws IOException
IOException
protected IMxApplication3Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setPrinterByRef(IPrinter printer) throws IOException, AutomationException
setPrinterByRef
in interface IMxApplication3
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPrinter getPrinter() throws IOException, AutomationException
getPrinter
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPaper getPaper() throws IOException, AutomationException
getPaper
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAppDisplay getDisplay() throws IOException, AutomationException
getDisplay
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionEnvironment getSelectionEnvironment() throws IOException, AutomationException
getSelectionEnvironment
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void export() throws IOException, AutomationException
export
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void copyToClipboard() throws IOException, AutomationException
copyToClipboard
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPauseDrawing(boolean flag) throws IOException, AutomationException
setPauseDrawing
in interface IMxApplication3
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPauseDrawing() throws IOException, AutomationException
isPauseDrawing
in interface IMxApplication3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowStatusBar(boolean flag) throws IOException, AutomationException
setShowStatusBar
in interface IMxApplication3
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowStatusBar() throws IOException, AutomationException
isShowStatusBar
in interface IMxApplication3
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 |