Method setPrototypeCellValue(Object prototypeCellValue)
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 logList.setPrototypeCellValue("9999 99999999 999999");
2 logList.setPrototypeCellValue("9999 99999999 999999");
3 _choicesList.setPrototypeCellValue("123456789:123456789:123456789");
4 _list.setPrototypeCellValue(new DefaultEditableListElement(value));
5 localesList.setPrototypeCellValue("0123456789012345678901234567890123456789");
6 keyList.setPrototypeCellValue("0123456789012345678901234567890123456789");
7 lstFontNames.setPrototypeCellValue("XXXXXXXXXXXXXXXXXXX");
8 groupList.setPrototypeCellValue("XXXXXXXXXXXXXXXX");
9 _list.setPrototypeCellValue(new DefaultEditableListElement("1234567890123456789012345"));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.