com.esri.arcgis.catalog
Interface IGxToolbox

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGxToolboxProxy

public interface IGxToolbox
extends java.io.Serializable

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

Description: 'Provides access to members that manage tools for the current selection.' 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 IID1b6629ef_a67d_11d2_af6c_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void execute(java.lang.String toolName, IEnumGxObject selection)
          Executes a named tool with the specified selection.
 java.lang.Object getApplicableTools(IEnumGxObject selection)
          Returns an array of names of tools that apply to the selection.
 

Field Detail

IID1b6629ef_a67d_11d2_af6c_080009ec734b

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

getApplicableTools

java.lang.Object getApplicableTools(IEnumGxObject selection)
                                    throws java.io.IOException,
                                           AutomationException
Returns an array of names of tools that apply to the selection.

Parameters:
selection - A reference to a com.esri.arcgis.catalog.IEnumGxObject (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

execute

void execute(java.lang.String toolName,
             IEnumGxObject selection)
             throws java.io.IOException,
                    AutomationException
Executes a named tool with the specified selection.

Parameters:
toolName - The toolName (in)
selection - A reference to a com.esri.arcgis.catalog.IEnumGxObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.