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

/openjdk7/jdk/test/javax/swing/DataTransfer/6456844/
H A Dbug6456844.java50 if (location.getBias() == null) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java1830 dropLocation.getBias());
2426 dropBias = ((JTextComponent.DropLocation)support.getDropLocation()).getBias();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java909 ((DefaultCaret)caret).setDot(textLocation.getIndex(), textLocation.getBias());
3893 public Position.Bias getBias() { method in class:JTextComponent.DropLocation

Completed in 362 milliseconds