com.esri.arcgis.arcscene
Class ISxContentsView2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcscene.ISxContentsViewProxy
          extended by com.esri.arcgis.arcscene.ISxContentsView2Proxy
All Implemented Interfaces:
ISxContentsView, ISxContentsView2, Externalizable, Serializable

public class ISxContentsView2Proxy
extends ISxContentsViewProxy
implements ISxContentsView2, Serializable

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
  ISxContentsView2Proxy()
           
  ISxContentsView2Proxy(Object obj)
           
protected ISxContentsView2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getBitmap()
          getBitmap
 String getTooltip()
          getTooltip
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.arcscene.ISxContentsViewProxy
activate, addToSelectedItems, deactivate, getContextItem, getHWnd, getName, getSelectedItem, isShowLines, isVisible, refresh, removeFromSelectedItems, setContextItem, setProcessEvents, setSelectedItem, setShowLines, setVisible
 
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
 
Methods inherited from interface com.esri.arcgis.arcscene.ISxContentsView
activate, addToSelectedItems, deactivate, getContextItem, getHWnd, getName, getSelectedItem, isShowLines, isVisible, refresh, removeFromSelectedItems, setContextItem, setProcessEvents, setSelectedItem, setShowLines, setVisible
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISxContentsView2Proxy

public ISxContentsView2Proxy()

ISxContentsView2Proxy

public ISxContentsView2Proxy(Object obj)
                      throws IOException
Throws:
IOException

ISxContentsView2Proxy

protected ISxContentsView2Proxy(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 ISxContentsViewProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class ISxContentsViewProxy
Throws:
IOException

getBitmap

public int getBitmap()
              throws IOException,
                     AutomationException
getBitmap

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
getBitmap in interface ISxContentsView2
Returns:
The bitmap (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTooltip

public String getTooltip()
                  throws IOException,
                         AutomationException
getTooltip

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
getTooltip in interface ISxContentsView2
Returns:
The tooltip
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.