Uses of Interface
java.awt.event.TextListener
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of TextListener in java.awt
Modifier and TypeClassDescriptionclass
AWTEventMulticaster
implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in thejava.awt.event
package.protected class
This class implements accessibility support for theTextArea
class.protected class
This class implements accessibility support for theTextComponent
class.protected class
This class implements accessibility support for theTextField
class.Modifier and TypeFieldDescriptionprotected TextListener
TextComponent.textListener
A list of listeners that will receive events from this object.Modifier and TypeMethodDescriptionstatic TextListener
AWTEventMulticaster.add
(TextListener a, TextListener b) Adds text-listener-a with text-listener-b and returns the resulting multicast listener.TextComponent.getTextListeners()
Returns an array of all the text listeners registered on this text component.static TextListener
AWTEventMulticaster.remove
(TextListener l, TextListener oldl) Removes the old text-listener from text-listener-l and returns the resulting multicast listener.Modifier and TypeMethodDescriptionstatic TextListener
AWTEventMulticaster.add
(TextListener a, TextListener b) Adds text-listener-a with text-listener-b and returns the resulting multicast listener.void
TextComponent.addTextListener
(TextListener l) Adds the specified text event listener to receive text events from this text component.static TextListener
AWTEventMulticaster.remove
(TextListener l, TextListener oldl) Removes the old text-listener from text-listener-l and returns the resulting multicast listener.void
TextComponent.removeTextListener
(TextListener l) Removes the specified text event listener so that it no longer receives text events from this text component Ifl
isnull
, no exception is thrown and no action is performed.