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

/openjdk7/jdk/src/share/demo/applets/ArcTest/
H A DArcTest.java217 // Note that processTextEvent kind of eliminates the need for this
250 protected void processTextEvent(TextEvent te) { method in class:IntegerTextField
255 super.processTextEvent(te);
/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java423 // Note that processTextEvent kind of eliminates the need for this
458 protected void processTextEvent(TextEvent te) { method in class:CardinalTextField
463 super.processTextEvent(te);
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextComponent.java660 * <code>TextEvent</code>, it invokes the <code>processTextEvent</code>
670 processTextEvent((TextEvent)e);
695 protected void processTextEvent(TextEvent e) { method in class:TextComponent

Completed in 26 milliseconds