com.esri.arcgis.systemUI
Interface IToolControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ControlsEditingTargetToolControl, ControlsEditingTaskToolControl, ControlsFlickerRateToolControl, ControlsGlobeLayerListToolControl, ControlsLayerListToolControl, ControlsMapZoomToolControl, ControlsNetworkAnalystLayerToolControl, ControlsPageZoomToolControl, ControlsSchematicEditTargetControl, ControlsSchematicLayoutToolControl, IToolControlProxy, ToolControl

public interface IToolControl
extends java.io.Serializable

COM Interface 'IToolControl'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members that define a toolcontrol.' 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 IIDe2287753_940f_11d0_835b_080009b996cc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getHWnd()
          The handle of the control.
 boolean onDrop(int barType)
          Indicates if the drag-drop operation is valid.
 void onFocus(ICompletionNotify complete)
          Occurs when the control gains focus.
 

Field Detail

IIDe2287753_940f_11d0_835b_080009b996cc

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

getHWnd

int getHWnd()
            throws java.io.IOException,
                   AutomationException
The handle of the control.

Returns:
The hWnd (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onFocus

void onFocus(ICompletionNotify complete)
             throws java.io.IOException,
                    AutomationException
Occurs when the control gains focus.

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

onDrop

boolean onDrop(int barType)
               throws java.io.IOException,
                      AutomationException
Indicates if the drag-drop operation is valid.

Parameters:
barType - A com.esri.arcgis.systemUI.esriCmdBarType constant (in)
Returns:
The bValid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.