Method getItemAt(int index)
Return type:
java.lang.Object
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
noProfileSelectedLabel.equals(configCombo.getItemAt(0)));
2
Object selectedObject = box.getItemAt(0);
3
Object selectedObject = box.getItemAt(0);
4
Object selectedObject = box.getItemAt(0);
5
String docBase = (String)jComboBox1.getItemAt(0);
6
items[i] = (String) choiceList.getItemAt(i);
7
String colname = (String) chooseableColumnsChoice.getItemAt(i);
8
if ( name.equals( regServerList.getItemAt(i) ) ) return ;
9
if (comboBoxFindText.getItemAt(FIND_TEXT_MAX_ITEM_SIZE) != null) {
10
v.add(historyBox.getItemAt(i));
11
if( comboBox.getItemAt(i).equals( item )){
12
if (id.equals((String)locoBox.getItemAt(i))) locoBox.setSelectedIndex(i);
13
String size = (String) sizeList.getItemAt(i);
14
ActionCode code = (ActionCode) cmbActions.getItemAt(curIndex);
15
item = (EnumeratedItem)this.combobox.getItemAt(i);
16
if ( ((String)cbox.getItemAt(j)).equals(entry) ) break;
17
KeyNamePair kn = (KeyNamePair)pickWarehouse.getItemAt(i);
18
((JComboBox)getSource()).getItemAt(i).toString() != null) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.