com.esri.arcgis.arcscene
Class ISxApplicationAdminProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcscene.ISxApplicationAdminProxy
All Implemented Interfaces:
ISxApplicationAdmin, Externalizable, Serializable

public class ISxApplicationAdminProxy
extends com.esri.arcgis.interop.Dispatch
implements ISxApplicationAdmin, Serializable

ISxApplicationAdmin interface.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ISxApplicationAdminProxy()
           
  ISxApplicationAdminProxy(Object obj)
           
protected ISxApplicationAdminProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void getGlobalWindow(int[] hWnd)
          Get the Global window.
 int getRecentFilesCount()
          The number of recent files.
 void getTOCWindow(int[] hWnd)
          Get the TOC window.
 void removeListener(String iidStr, Object theListener)
           
 void setRecentFilesCount(int count)
          The number of recent files.
 void updateStatusBarMessage()
          Updates status bar message when selection or view changes.
 
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

noncastable

public boolean noncastable
Constructor Detail

ISxApplicationAdminProxy

public ISxApplicationAdminProxy()

ISxApplicationAdminProxy

public ISxApplicationAdminProxy(Object obj)
                         throws IOException
Throws:
IOException

ISxApplicationAdminProxy

protected ISxApplicationAdminProxy(Object obj,
                                   String iid)
                            throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getRecentFilesCount

public int getRecentFilesCount()
                        throws IOException,
                               AutomationException
The number of recent files.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
getRecentFilesCount in interface ISxApplicationAdmin
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecentFilesCount

public void setRecentFilesCount(int count)
                         throws IOException,
                                AutomationException
The number of recent files.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
setRecentFilesCount in interface ISxApplicationAdmin
Parameters:
count - The count (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateStatusBarMessage

public void updateStatusBarMessage()
                            throws IOException,
                                   AutomationException
Updates status bar message when selection or view changes.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
updateStatusBarMessage in interface ISxApplicationAdmin
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTOCWindow

public void getTOCWindow(int[] hWnd)
                  throws IOException,
                         AutomationException
Get the TOC window.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
getTOCWindow in interface ISxApplicationAdmin
Parameters:
hWnd - The hWnd (A COM typedef) (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobalWindow

public void getGlobalWindow(int[] hWnd)
                     throws IOException,
                            AutomationException
Get the Global window.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
getGlobalWindow in interface ISxApplicationAdmin
Parameters:
hWnd - The hWnd (A COM typedef) (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.