Method setEditable(boolean aFlag)
Return type: void
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 choiceList.setEditable(false);
2 box.setEditable(false);
3 combo.setEditable(true);
4 comboBox.setEditable(true);
5 setEditable(false);
6 pauseButton.setEditable(false); // Doesn't work very well
7 choiceList.setEditable(false);
8 comboBox.setEditable(true);
9 _columnSpecialtyCombo.setEditable(false);
10 this.setEditable(true);
11 values.setEditable(true);
12 namespaceList.setEditable(true);
13 gotoCombo.setEditable(true);
14 combo.setEditable(true);
15 setEditable( true );
16 setEditable(true);
17 this.jComboBox1.setEditable(true);
18 cbb.setEditable(true);
19 cmbType.setEditable(true);
20 sizeList.setEditable(true);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.