Method setListData(Vector listData)
Return type: void
Member of: javax.swing.JList
[api documentation ] [ main menu]

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

1 listbox.setListData(configs);
2 defDbxrefList.setListData(defDbxList);
3 referenceList.setListData(references);
4 itemList.setListData (itemsVector);
5 sequencesList.setListData( bindings );
6 _rulesList.setListData(Converter.convert(np.getSubTreeModels()));
7 sectionsList.setListData(listEntries);
8 valueList.setListData(data);
9 tracks.setListData(listData);
10 _persList.setListData(Converter.convert(NavPerspective.getRegisteredPerspectives()));
11 vList.setListData(vAdressenVector);
12 this.setListData(listData);
13 listbox.setListData(configVector);
14 agentList.setListData(agentNames);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.