Searched refs:setPrototypeCellValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/swing/JList/6823603/
H A Dbug6823603.java63 rawTestList.setPrototypeCellValue(TEST_ELEMENT);
141 stringTestList.setPrototypeCellValue(TEST_ELEMENT);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceTool.java84 list.setPrototypeCellValue(SourceModel.prototypeCellValue);
99 list.setPrototypeCellValue(SourceModel.prototypeCellValue);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java216 * bigDataList.setPrototypeCellValue("Index 1234567890");
564 * This method is called by setPrototypeCellValue and setCellRenderer
571 * @see #setPrototypeCellValue
606 * @see #setPrototypeCellValue
648 public void setPrototypeCellValue(E prototypeCellValue) { method in class:JList
685 * @see #setPrototypeCellValue
721 * @see #setPrototypeCellValue
2428 * @see #setPrototypeCellValue

Completed in 63 milliseconds