public interface IComboBox
ComboListBoxProxy
uses this interface to access
the text of the items from the proxy rather than dealing with formatting issues
on the specific host.Modifier and Type | Method and Description |
---|---|
int |
getItemCount()
Returns the number of items available in the associated ComboBox
control.
|
java.lang.String |
getItemText(int itemIndex)
Returns the text of the item at the specified index.
|
int |
getSelectedIndex()
Returns the index of the selected item in the associated ComboBox
control.
|
boolean |
needMethodSpecForPoint()
Returns
true if getMethodSpecForPoint should return a coordinate based
action for drags onto the popup. |
int getItemCount()
int getSelectedIndex()
java.lang.String getItemText(int itemIndex)
itemIndex
- The zero-based index of the desired item.boolean needMethodSpecForPoint()
true
if getMethodSpecForPoint should return a coordinate based
action for drags onto the popup.