com.esri.arcgis.arcmapui
Class IUngroupLayerOperationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IUngroupLayerOperationProxy
All Implemented Interfaces:
IUngroupLayerOperation, Externalizable, Serializable

public class IUngroupLayerOperationProxy
extends com.esri.arcgis.interop.Dispatch
implements IUngroupLayerOperation, Serializable

Provides access to members that control the Ungroup layers operation.

Product Availability

Available with ArcGIS Desktop.

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
  IUngroupLayerOperationProxy()
           
  IUngroupLayerOperationProxy(Object obj)
           
protected IUngroupLayerOperationProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 void setGroupLayer(IGroupLayer rhs1)
          Group layer that needs to be ungrouped.
 void setParentGroupLayer(IGroupLayer rhs1)
          Parent group layer, if any to which the layer that needs to be ungrouped belongs to.
 void setParentMap(IMap rhs1)
          Parent map to which the group layer or parent group layer belongs to.
 
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

IUngroupLayerOperationProxy

public IUngroupLayerOperationProxy()

IUngroupLayerOperationProxy

public IUngroupLayerOperationProxy(Object obj)
                            throws IOException
Throws:
IOException

IUngroupLayerOperationProxy

protected IUngroupLayerOperationProxy(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

setParentGroupLayer

public void setParentGroupLayer(IGroupLayer rhs1)
                         throws IOException,
                                AutomationException
Parent group layer, if any to which the layer that needs to be ungrouped belongs to.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setParentGroupLayer in interface IUngroupLayerOperation
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentMap

public void setParentMap(IMap rhs1)
                  throws IOException,
                         AutomationException
Parent map to which the group layer or parent group layer belongs to.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setParentMap in interface IUngroupLayerOperation
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupLayer

public void setGroupLayer(IGroupLayer rhs1)
                   throws IOException,
                          AutomationException
Group layer that needs to be ungrouped.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setGroupLayer in interface IUngroupLayerOperation
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.