Method isEditable()
Return type: boolean
Member of: javax.swing.JComboBox
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (isEditable()) {
2 if (isEditable()) {
3 if (!combo.isEditable()) {
4 if(((JComboBox)getSource()).isEditable()) {
5 if(((JComboBox)getSource()).isEditable()) {
6 boolean cmbState = cmbDriverClass.isEditable();
7 if (comboBox.isEditable()) {
8 if (choiceList.isEditable())
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.