com.esri.arcgis.controls
Interface IEngineNAWindowCategoryGroup

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IEngineNAWindowCategoryGroup2
All Known Implementing Classes:
IEngineNAWindowCategoryGroup2Proxy, IEngineNAWindowCategoryGroupProxy

public interface IEngineNAWindowCategoryGroup
extends java.io.Serializable

COM Interface 'IEngineNAWindowCategoryGroup'. 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 IID239360ff_72e2_4f4c_8bc9_1460b46fd100
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEngineNAWindowCategory getCategory()
          The NAWindow category associated with this category group.
 java.lang.String getGroup()
          The NAWindow category group name.
 void setCategoryByRef(IEngineNAWindowCategory category)
          The NAWindow category associated with this category group.
 void setGroup(java.lang.String group)
          The NAWindow category group name.
 

Field Detail

IID239360ff_72e2_4f4c_8bc9_1460b46fd100

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

setCategoryByRef

void setCategoryByRef(IEngineNAWindowCategory category)
                      throws java.io.IOException,
                             AutomationException
The NAWindow category associated with this category group.

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

getCategory

IEngineNAWindowCategory getCategory()
                                    throws java.io.IOException,
                                           AutomationException
The NAWindow category associated with this category group.

Returns:
A reference to a com.esri.arcgis.controls.IEngineNAWindowCategory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGroup

java.lang.String getGroup()
                          throws java.io.IOException,
                                 AutomationException
The NAWindow category group name.

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

setGroup

void setGroup(java.lang.String group)
              throws java.io.IOException,
                     AutomationException
The NAWindow category group name.

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