com.esri.arcgis.controls
Interface IEngineNAWindow2

All Superinterfaces:
IEngineNAWindow, java.io.Serializable
All Known Implementing Classes:
IEngineNAWindow2Proxy

public interface IEngineNAWindow2
extends IEngineNAWindow, java.io.Serializable

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

Description: 'Provides access to the network analysis window.' 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 IID56ac44f5_813d_4db5_aaac_34650d82b2d1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.IEngineNAWindow
IIDcc384577_67f8_4b16_af7f_67c3de386209
 
Method Summary
 IEngineNAWindowCategoryGroup getActiveCategoryGroup()
          The current category group shown in the window.
 void setActiveCategoryGroup(IEngineNAWindowCategoryGroup group)
          The current category group shown in the window.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineNAWindow
abortOperation, delayEvents, delayWindowUpdates, getActiveAnalysis, getActiveCategory, getCategoryByNAClassName, getHWnd, getItemSelectionColor, getSelection, setActiveAnalysis, setActiveCategory, setItemSelectionColor, setMessage, startOperation, stopOperation, updateContent
 

Field Detail

IID56ac44f5_813d_4db5_aaac_34650d82b2d1

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

getActiveCategoryGroup

IEngineNAWindowCategoryGroup getActiveCategoryGroup()
                                                    throws java.io.IOException,
                                                           AutomationException
The current category group shown in the window.

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

setActiveCategoryGroup

void setActiveCategoryGroup(IEngineNAWindowCategoryGroup group)
                            throws java.io.IOException,
                                   AutomationException
The current category group shown in the window.

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