com.esri.arcgis.systemUI
Interface IComboBox

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IComboBoxProxy, InternalComboBox, InternalComboBoxComponentTip

public interface IComboBox
extends java.io.Serializable


Field Summary
static java.lang.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
 java.lang.String getDropDownWidth()
          The Combo box's drop down width
 java.lang.String getHintText()
          Set the hint displayed in the editbox.
 java.lang.String getWidth()
          The Combo box's width
 boolean isEditable()
          Is the combo box editable?
 boolean isShowCaption()
          Show Caption as Label?
 void onEditChange(java.lang.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 java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isEditable

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

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

getWidth

java.lang.String getWidth()
                          throws java.io.IOException,
                                 AutomationException
The Combo box's width

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

getDropDownWidth

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

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

getDropDownHeight

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

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

getHintText

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

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

onSelChange

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

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

onEditChange

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

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

onFocus

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

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

onEnter

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

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

isShowCaption

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

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