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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java2190 private boolean shouldRemove; field in class:BasicTextUI.TextTransferHandler
2393 shouldRemove = true;
2409 // only remove the text if shouldRemove has not been set to
2411 if (shouldRemove && action == MOVE) {
2460 // the drag location and set shouldRemove to false so that exportDone
2463 shouldRemove = false;

Completed in 285 milliseconds