|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComboBox
Field Summary | |
---|---|
static String |
IID
Deprecated. Internal use only |
static int |
IIDb3cf6f42_40b5_42c4_8714_0b6fd2de8c85
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getDropDownHeight()
The Combo box's drop down height |
String |
getDropDownWidth()
The Combo box's drop down width |
String |
getHintText()
Set the hint displayed in the editbox. |
String |
getWidth()
The Combo box's width |
boolean |
isEditable()
Is the combo box editable? |
boolean |
isShowCaption()
Show Caption as Label? |
void |
onEditChange(String editString)
Called by system when the edit box is typed into (if editable) |
void |
onEnter()
Called by system when an |
void |
onFocus(boolean set)
Called by system when the gets or loses focus |
void |
onSelChange(int cookie)
Called by system when a selection changes |
Field Detail |
---|
static final int IIDb3cf6f42_40b5_42c4_8714_0b6fd2de8c85
static final int xxDummy
static final String IID
Method Detail |
---|
boolean isEditable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDropDownWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDropDownHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHintText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onSelChange(int cookie) throws IOException, AutomationException
cookie
- The cookie (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onEditChange(String editString) throws IOException, AutomationException
editString
- The editString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onFocus(boolean set) throws IOException, AutomationException
set
- The set (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onEnter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowCaption() throws IOException, AutomationException
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 |