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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java218 private boolean showDropLocation; field in class:TransferHandler.TransferSupport
391 * @param showDropLocation whether or not to indicate the drop location
395 public void setShowDropLocation(boolean showDropLocation) { argument
398 this.showDropLocation = showDropLocation;
1468 support.showDropLocation :
1528 support.showDropLocation :

Completed in 37 milliseconds