com.esri.arcgis.arcmapui
Class IDataWindowFactoryProxy

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

public class IDataWindowFactoryProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataWindowFactory, Serializable

Provides access to members that control the Factory for creating floating windows.

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
  IDataWindowFactoryProxy()
           
  IDataWindowFactoryProxy(Object obj)
           
protected IDataWindowFactoryProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean canCreate(Object app)
          Indicates if the window is available given the current application state.
 IDataWindow create(Object app)
          Create a new floating window.
 String getName()
          The name of objects created by this factory.
 void removeListener(String iidStr, Object theListener)
           
 
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

IDataWindowFactoryProxy

public IDataWindowFactoryProxy()

IDataWindowFactoryProxy

public IDataWindowFactoryProxy(Object obj)
                        throws IOException
Throws:
IOException

IDataWindowFactoryProxy

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

getName

public String getName()
               throws IOException,
                      AutomationException
The name of objects created by this factory.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getName in interface IDataWindowFactory
Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canCreate

public boolean canCreate(Object app)
                  throws IOException,
                         AutomationException
Indicates if the window is available given the current application state.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
canCreate in interface IDataWindowFactory
Parameters:
app - A reference to another Automation Object (IDispatch) (in)
Returns:
The canCreate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

create

public IDataWindow create(Object app)
                   throws IOException,
                          AutomationException
Create a new floating window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
create in interface IDataWindowFactory
Parameters:
app - A reference to another Automation Object (IDispatch) (in)
Returns:
A reference to a com.esri.arcgis.arcmapui.IDataWindow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.