com.esri.arcgis.systemUI
Interface IComboBox

All Superinterfaces:
Serializable
All Known Implementing Classes:
IComboBoxProxy, InternalComboBox, InternalComboBoxComponentTip

public interface IComboBox
extends Serializable


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 key is pressed in the edit box (if editable)
 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

IIDb3cf6f42_40b5_42c4_8714_0b6fd2de8c85

static final int IIDb3cf6f42_40b5_42c4_8714_0b6fd2de8c85
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isEditable

boolean isEditable()
                   throws IOException,
                          AutomationException
Is the combo box editable?

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

getWidth

String getWidth()
                throws IOException,
                       AutomationException
The Combo box's width

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

getDropDownWidth

String getDropDownWidth()
                        throws IOException,
                               AutomationException
The Combo box's drop down width

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

getDropDownHeight

int getDropDownHeight()
                      throws IOException,
                             AutomationException
The Combo box's drop down height

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

getHintText

String getHintText()
                   throws IOException,
                          AutomationException
Set the hint displayed in the editbox.

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

onSelChange

void onSelChange(int cookie)
                 throws IOException,
                        AutomationException
Called by system when a selection changes

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

onEditChange

void onEditChange(String editString)
                  throws IOException,
                         AutomationException
Called by system when the edit box is typed into (if editable)

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

onFocus

void onFocus(boolean set)
             throws IOException,
                    AutomationException
Called by system when the gets or loses focus

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

onEnter

void onEnter()
             throws IOException,
                    AutomationException
Called by system when an key is pressed in the edit box (if editable)

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

isShowCaption

boolean isShowCaption()
                      throws IOException,
                             AutomationException
Show Caption as Label?

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