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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultListCellRenderer.java127 && !dropLocation.isInsert()
H A DJList.java352 private final boolean isInsert; field in class:JList.DropLocation
354 private DropLocation(Point p, int index, boolean isInsert) { argument
357 this.isInsert = isInsert;
369 * <code>isInsert()</code> indicates whether the index is an index
387 public boolean isInsert() { method in class:JList.DropLocation
388 return isInsert;
403 + "insert=" + isInsert + "]";
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java330 if (loc == null || !loc.isInsert()) {
2556 if (loc.isInsert()) {

Completed in 245 milliseconds