Searched refs:textComp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingAccessor.java65 TransferHandler.DropLocation dropLocationForPoint(JTextComponent textComp, Point p); argument
70 Object setDropLocation(JTextComponent textComp, TransferHandler.DropLocation location, argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java765 public TransferHandler.DropLocation dropLocationForPoint(JTextComponent textComp,
768 return textComp.dropLocationForPoint(p);
770 public Object setDropLocation(JTextComponent textComp,
774 return textComp.setDropLocation(location, state, forDrop);

Completed in 78 milliseconds