com.esri.arcgis.arcmapui
Interface IDataWindowFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDataWindowFactoryProxy, MapInsetWindowFactory, MapViewerWindowFactory, OverviewWindowFactory

public interface IDataWindowFactory
extends java.io.Serializable

COM Interface 'IDataWindowFactory'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Factory for creating floating windows.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID04dbd417_aee2_11d1_8750_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canCreate(java.lang.Object app)
          Indicates if the window is available given the current application state.
 IDataWindow create(java.lang.Object app)
          Create a new floating window.
 java.lang.String getName()
          The name of objects created by this factory.
 

Field Detail

IID04dbd417_aee2_11d1_8750_0000f8751720

static final int IID04dbd417_aee2_11d1_8750_0000f8751720
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

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

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canCreate

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

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

create

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

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