public class XBayaComboBox extends Object implements XBayaComponent
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COLUMNS
DEFAULT_COLUMNS
|
| Constructor and Description |
|---|
XBayaComboBox(ComboBoxModel model)
Constructs a XBayaTextArea.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addItemListener(ItemListener listener) |
JComboBox |
getJComboBox() |
JComboBox |
getSwingComponent()
Returns the swing component.
|
String |
getText() |
void |
setEditable(boolean editable) |
void |
setModel(ComboBoxModel model) |
void |
setSelectedItem(String str) |
public static final int DEFAULT_COLUMNS
public XBayaComboBox(ComboBoxModel model)
model - public JComboBox getSwingComponent()
XBayaComponentgetSwingComponent in interface XBayaComponentpublic String getText()
public void setSelectedItem(String str)
str - public void setModel(ComboBoxModel model)
model - public JComboBox getJComboBox()
public void setEditable(boolean editable)
editable - public void addItemListener(ItemListener listener)
listener - Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.