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

/openjdk7/jdk/src/share/classes/javax/swing/
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 + "]";

Completed in 41 milliseconds