org.gnu.gtk
public class ComboBoxEntry extends ComboBox
| Constructor Summary | |
|---|---|
| ComboBoxEntry(Handle hndl) | |
| ComboBoxEntry()
Construct a new ComboBoxEntry that will contain only Strings. | |
| ComboBoxEntry(TreeModel model, int textColumn)
Create a new ComboBoxEntry with the provided model. | |
| Method Summary | |
|---|---|
| static ComboBoxEntry | getComboBoxEntry(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| int | getTextColumn()
Returns the column from the model used by this widget. |
| void | setTextColumn(int textColumn)
Set the model column which the ComboBoxEntry should use to get the
strings.
|
Parameters: model textColumn
Parameters: textColumn