Searched defs:prototypeCellValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceModel.java86 public static final Line prototypeCellValue = new Line( field in class:SourceModel
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java317 private E prototypeCellValue; field in class:JList
566 * current value of prototypeCellValue (if it's non null).
605 * @return the value of the {@code prototypeCellValue} property
609 return prototypeCellValue;
613 * Sets the {@code prototypeCellValue} property, and then (if the new value
624 * While all three of the {@code prototypeCellValue},
627 * only sent when the {@code prototypeCellValue} property changes.
636 * @param prototypeCellValue the value on which to base
648 public void setPrototypeCellValue(E prototypeCellValue) { argument
649 E oldValue = this.prototypeCellValue;
[all...]

Completed in 33 milliseconds