com.esri.arcgis.arcmapui
Interface IGenericWindow

All Superinterfaces:
IDataWindow, java.io.Serializable
All Known Implementing Classes:
GenericWindow, IGenericWindowProxy

public interface IGenericWindow
extends IDataWindow, java.io.Serializable

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

Description: 'Provides access to members that control a data window with a particular hWnd.' 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 IID4b043fa0_7906_11d2_a084_0000f8775bf9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow
IID04dbd416_aee2_11d1_8750_0000f8751720
 
Method Summary
 IGenericWindow getFindWindow(java.lang.String windowName)
          Find an already displayed window.
 java.lang.String getName()
          Name of data window.
 void setActiveXUID(IUID rhs1)
          UID of ActiveX component to place in data window.
 void setName(java.lang.String pWindowName)
          Name of data window.
 void setTitle(java.lang.String rhs1)
          Name displayed on form.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Field Detail

IID4b043fa0_7906_11d2_a084_0000f8775bf9

static final int IID4b043fa0_7906_11d2_a084_0000f8775bf9
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

setTitle

void setTitle(java.lang.String rhs1)
              throws java.io.IOException,
                     AutomationException
Name displayed on form.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String pWindowName)
             throws java.io.IOException,
                    AutomationException
Name of data window.

Parameters:
pWindowName - The pWindowName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of data window.

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

setActiveXUID

void setActiveXUID(IUID rhs1)
                   throws java.io.IOException,
                          AutomationException
UID of ActiveX component to place in data window.

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFindWindow

IGenericWindow getFindWindow(java.lang.String windowName)
                             throws java.io.IOException,
                                    AutomationException
Find an already displayed window.

Parameters:
windowName - The windowName (in)
Returns:
A reference to a com.esri.arcgis.arcmapui.IGenericWindow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.