com.esri.arcgis.systemUI
Interface IComboBoxHook

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

public interface IComboBoxHook
extends java.io.Serializable

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

Description: 'Provides methods to program system provided combo boxes.' 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 DISPID_1610743808_GET_NAME
           
static java.lang.String DISPID_1610743809_NAME
           
static java.lang.String DISPID_1610743810_NAME
           
static java.lang.String DISPID_1610743811_GET_NAME
           
static java.lang.String DISPID_1610743811_PUT_NAME
           
static java.lang.String DISPID_1610743813_NAME
           
static java.lang.String DISPID_1610743814_NAME
           
static java.lang.String DISPID_1610743815_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID457fa6e9_2b50_4335_9990_b321ff228daf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int add(java.lang.String str)
          Add an element to the combo box.
 void clear()
          Clear the combo box of all items.
 java.lang.Object getHook()
          Get Application hook.
 int getSelected()
          GetThe currently selected item in the combo box.
 java.lang.String getValue()
          Set the value for the edit control.
 void remove(int cookie)
          Remove an element from the combo box.
 void select(int cookie)
          Select an Item in the combo box.
 void setValue(java.lang.String value)
          Set the value for the edit control.
 

Field Detail

IID457fa6e9_2b50_4335_9990_b321ff228daf

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

DISPID_1610743808_GET_NAME

static final java.lang.String DISPID_1610743808_GET_NAME
See Also:
Constant Field Values

DISPID_1610743809_NAME

static final java.lang.String DISPID_1610743809_NAME
See Also:
Constant Field Values

DISPID_1610743810_NAME

static final java.lang.String DISPID_1610743810_NAME
See Also:
Constant Field Values

DISPID_1610743811_PUT_NAME

static final java.lang.String DISPID_1610743811_PUT_NAME
See Also:
Constant Field Values

DISPID_1610743811_GET_NAME

static final java.lang.String DISPID_1610743811_GET_NAME
See Also:
Constant Field Values

DISPID_1610743813_NAME

static final java.lang.String DISPID_1610743813_NAME
See Also:
Constant Field Values

DISPID_1610743814_NAME

static final java.lang.String DISPID_1610743814_NAME
See Also:
Constant Field Values

DISPID_1610743815_GET_NAME

static final java.lang.String DISPID_1610743815_GET_NAME
See Also:
Constant Field Values
Method Detail

getHook

java.lang.Object getHook()
                         throws java.io.IOException,
                                AutomationException
Get Application hook.

Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

int add(java.lang.String str)
        throws java.io.IOException,
               AutomationException
Add an element to the combo box.

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

remove

void remove(int cookie)
            throws java.io.IOException,
                   AutomationException
Remove an element from the combo box.

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

setValue

void setValue(java.lang.String value)
              throws java.io.IOException,
                     AutomationException
Set the value for the edit control.

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

getValue

java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
Set the value for the edit control.

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

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Clear the combo box of all items.

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

select

void select(int cookie)
            throws java.io.IOException,
                   AutomationException
Select an Item in the combo box.

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

getSelected

int getSelected()
                throws java.io.IOException,
                       AutomationException
GetThe currently selected item in the combo box.

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