|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComboBoxHook
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 |
---|
static final int IID457fa6e9_2b50_4335_9990_b321ff228daf
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1610743808_GET_NAME
static final java.lang.String DISPID_1610743809_NAME
static final java.lang.String DISPID_1610743810_NAME
static final java.lang.String DISPID_1610743811_PUT_NAME
static final java.lang.String DISPID_1610743811_GET_NAME
static final java.lang.String DISPID_1610743813_NAME
static final java.lang.String DISPID_1610743814_NAME
static final java.lang.String DISPID_1610743815_GET_NAME
Method Detail |
---|
java.lang.Object getHook() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int add(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int cookie) throws java.io.IOException, AutomationException
cookie
- The cookie (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void select(int cookie) throws java.io.IOException, AutomationException
cookie
- The cookie (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |