com.esri.arcgis.controls
Interface IEngineNAWindowCategoryGroup2

All Superinterfaces:
IEngineNAWindowCategoryGroup, java.io.Serializable
All Known Implementing Classes:
IEngineNAWindowCategoryGroup2Proxy

public interface IEngineNAWindowCategoryGroup2
extends IEngineNAWindowCategoryGroup, java.io.Serializable

COM Interface 'IEngineNAWindowCategoryGroup2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to the window category group.' 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 IIDbd23bb6d_06bc_4d5d_b4e9_9a40235d04a7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.IEngineNAWindowCategoryGroup
IID239360ff_72e2_4f4c_8bc9_1460b46fd100
 
Method Summary
 java.lang.Object getGroupValue()
          The NAWindow category group value.
 void setGroupValue(java.lang.Object groupValue)
          The NAWindow category group value.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineNAWindowCategoryGroup
getCategory, getGroup, setCategoryByRef, setGroup
 

Field Detail

IIDbd23bb6d_06bc_4d5d_b4e9_9a40235d04a7

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

getGroupValue

java.lang.Object getGroupValue()
                               throws java.io.IOException,
                                      AutomationException
The NAWindow category group value.

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

setGroupValue

void setGroupValue(java.lang.Object groupValue)
                   throws java.io.IOException,
                          AutomationException
The NAWindow category group value.

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