Java Platform 1.2
Beta 4

Uses of Interface
java.util.EventListener

Packages that use EventListener
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.undo Provides support for undo/redo capabilities in an application such as a text editor.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
java.beans Contains classes related to Java Beans development.  
java.beans.beancontext Provides classes and interfaces relating to bean context.  
 

Uses of EventListener in com.sun.java.swing
 

Subinterfaces of EventListener in com.sun.java.swing
  Action
          The JFC Action interface provides a useful extension to the ActionListner interface in cases where the same functionality may be accessed by several controls.
 

Classes in com.sun.java.swing that implement EventListener
  AbstractAction
          This class provides default implementations for the JFC Action interface.
protected   AbstractButton.ButtonChangeListener
          Extend ChangeListener to be serializable Warning: serialized objects of this class will not be compatible with future swing releases.
protected   DefaultCellEditor.EditorDelegate
           
protected   JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
          The class used to obtain the accessible role for this object.
  JComboBox
          Swing's implementation of a ComboBox -- a combination of a text field and drop-down list that lets the user either type in a value or select it from a list that is displayed when the user asks for it.
protected   JComponent.AccessibleJComponent.AccessibleContainerHandler
          Fire PropertyChange listener, if one is registered, when children added/removed.
protected   JEditorPane.AccessibleJEditorPane
          The class used to obtain the accessible role for this object.
protected   JEditorPane.AccessibleJEditorPaneHTML
          This class provides support for AccessibleHypertext, and is used in instances where the EditorKit installed in this JEditorPane is an instance of HTMLEditorKit.
protected   JEditorPane.JEditorPaneAccesssibleHypertextSupport
          What's returned by AccessibleJEditorPaneHTML.getAccessibleText() Provides support for AccessibleHypertext in case there is an HTML document being displayed in this JEditorPane.
protected   JList.AccessibleJList
          The class used to obtain the accessible role for this object.
protected   JMenu.AccessibleJMenu
          The class used to obtain the accessible role for this object.
protected   JMenu.WinListener
          A listener class that watches for a popup window closing.
protected   JMenuItem.AccessibleJMenuItem
          The class used to obtain the accessible role for this object.
protected   JPasswordField.AccessibleJPasswordField
          The class used to obtain the accessible role for this object.
protected   JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
          The class used to obtain the accessible role for this object.
protected   JScrollPane.AccessibleJScrollPane
          The class used to obtain the accessible role for this object.
protected   JTabbedPane.AccessibleJTabbedPane
          The class used to obtain the accessible role for this object.
protected   JTabbedPane.ModelListener
          We pass ModelChanged events along to the listeners with the tabbedpane (instead of the model itself) as the event source.
  JTable
          JTable is a user-interface component that presents data in a two-dimensional table format.
protected   JTable.AccessibleJTable
          The class used to obtain the accessible role for this object.
protected   JTextArea.AccessibleJTextArea
          The class used to obtain the accessible role for this object.
protected   JTextField.AccessibleJTextField
          The class used to obtain the accessible role for this object.
protected   JTree.AccessibleJTree
          The class used to obtain the accessible role for this object.
protected   JTree.TreeModelHandler
          Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
protected   JTree.TreeSelectionRedirector
          Handles creating a new TreeSelectionEvent with the JTree as the source and passing it off to all the listeners.
protected   JViewport.ViewListener
          A listener for the view.
  ToolTipManager
          Manages all the ToolTips in the system.
protected   ToolTipManager.insideTimerAction
           
protected   ToolTipManager.outsideTimerAction
           
protected   ToolTipManager.stillInsideTimerAction
           
 

Uses of EventListener in com.sun.java.swing.event
 

Subinterfaces of EventListener in com.sun.java.swing.event
  AncestorListener
          AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors.
  CaretListener
          Listener for changes in the caret position of a text component.
  CellEditorListener
          CellEditorListener defines the interface for an object that listens to changes in a CellEditor
  ChangeListener
          ChangeListener
  DocumentListener
          Interface for an observer to register to receive notifications of changes to a text document.
  HyperlinkListener
          HyperlinkListener
  InternalFrameListener
          The listener interface for receiving internal frame events.
  ListDataListener
          ListDataListener
  ListSelectionListener
          The listener that's notified when a lists selection value changes.
  MenuDragMouseListener
          MenuMouseDragListener
  MenuKeyListener
          MenuKeyListener
  MenuListener
          MenuListener
  MouseInputListener
          A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.
  PopupMenuListener
          A popup menu listener
  TableColumnModelListener
          TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
  TableModelListener
          TableModelListener defines the interface for an object that listens to changes in a TableModel.
  TreeExpansionListener
          The listener that's notified when a tree expands or collapses a node.
  TreeModelListener
          TreeChangeListener defines the interface for an object that listens to changes in a TreeModel.
  TreeSelectionListener
          The listener that's notified when the selection in a TreeSelectionModel changes.
  TreeWillExpandListener
          The listener that's notified when a tree expands or collapses a node.
  UndoableEditListener
          Interface implemented by a class interested in hearing about undoable operations.
 

Classes in com.sun.java.swing.event that implement EventListener
  InternalFrameAdapter
          An abstract adapter class for receiving internal frame events.
  MouseInputAdapter
          The adapter which receives mouse events and mouse motion events.
 

Methods in com.sun.java.swing.event with parameters of type EventListener
 void EventListenerList.add(Class t, EventListener l)
          Add the listener as a listener of the specified type.
 void EventListenerList.remove(Class t, EventListener l)
          Remove the listener as a listener of the specified type.
 

Uses of EventListener in com.sun.java.swing.table
 

Classes in com.sun.java.swing.table that implement EventListener
  DefaultTableColumnModel
          The standard column-handler for a JTable.
  JTableHeader
          This is the column header part of a JTable.
 

Uses of EventListener in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement EventListener
  DefaultCaret
          An implementation of Caret for a view that maps over the entire portion of the model represented (i.e. there are no holes in the area represented) and renders the insert position as a vertical line.
static  DefaultEditorKit.BeepAction
          Creates a beep.
static  DefaultEditorKit.CopyAction
          Coies the selected region and place its contents into the system clipboard.
static  DefaultEditorKit.CutAction
          Cuts the selected region and place its contents into the system clipboard.
static  DefaultEditorKit.DefaultKeyTypedAction
          The action that is executed by default if a key typed event is received and there is no keymap entry.
static  DefaultEditorKit.InsertBreakAction
          Places a line/paragraph break into the document.
static  DefaultEditorKit.InsertContentAction
          Places content into the associated document.
static  DefaultEditorKit.InsertTabAction
          Places a tab character into the document.
static  DefaultEditorKit.PasteAction
          Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
  JTextComponent.AccessibleJTextComponent
          Accessibility implementation for JTextComponent.
static  StyledEditorKit.AlignmentAction
          An action to set paragraph alignment.
static  StyledEditorKit.BoldAction
          An action to toggle the bold attribute.
static  StyledEditorKit.FontFamilyAction
          An action to set the font family in the associated JEditorPane.
static  StyledEditorKit.FontSizeAction
          An action to set the font size in the associated JEditorPane.
static  StyledEditorKit.ForegroundAction
          An action to set the foreground color in the focused JEditorPane by calling its setForeground method.
static  StyledEditorKit.ItalicAction
          An action to toggle the italic attribute.
static  StyledEditorKit.StyledTextAction
          An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.
static  StyledEditorKit.UnderlineAction
          An action to toggle the underline attribute.
  TextAction
          An Action implementation useful for key bindings that are shared across a number of different text components.
 

Uses of EventListener in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement EventListener
static  HTMLEditorKit.LinkController
          Class to watch the associated component and fire hyperlink events on it when appropriate.
 

Uses of EventListener in com.sun.java.swing.tree
 

Classes in com.sun.java.swing.tree that implement EventListener
  DefaultTreeCellEditor
          A TreeCellEditor.
 

Uses of EventListener in com.sun.java.swing.undo
 

Classes in com.sun.java.swing.undo that implement EventListener
  UndoManager
          Concrete subclass of CompoundEdit which can serve as an UndoableEditListener, consolidating the UndoableEditEvents from a variety of sources, and undoing or redoing them one at a time.
 

Uses of EventListener in java.awt
 

Classes in java.awt that implement EventListener
  AWTEventMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
 

Fields in java.awt declared as EventListener
protected  EventListener AWTEventMulticaster.a
           
protected  EventListener AWTEventMulticaster.b
           
 

Methods in java.awt that return EventListener
protected  EventListener AWTEventMulticaster.remove(EventListener oldl)
          Removes a listener from this multicaster and returns the resulting multicast listener.
protected static EventListener AWTEventMulticaster.addInternal(EventListener a, EventListener b)
          Returns the resulting multicast listener from adding listener-a and listener-b together.
protected static EventListener AWTEventMulticaster.removeInternal(EventListener l, EventListener oldl)
          Returns the resulting multicast listener after removing the old listener from listener-l.
 

Methods in java.awt with parameters of type EventListener
protected  EventListener AWTEventMulticaster.remove(EventListener oldl)
          Removes a listener from this multicaster and returns the resulting multicast listener.
protected static EventListener AWTEventMulticaster.addInternal(EventListener a, EventListener b)
          Returns the resulting multicast listener from adding listener-a and listener-b together.
protected static EventListener AWTEventMulticaster.removeInternal(EventListener l, EventListener oldl)
          Returns the resulting multicast listener after removing the old listener from listener-l.
protected static void AWTEventMulticaster.save(ObjectOutputStream s, String k, EventListener l)
           
 

Constructors in java.awt with parameters of type EventListener
AWTEventMulticaster.AWTEventMulticaster(EventListener a, EventListener b)
          Creates an event multicaster instance which chains listener-a with listener-b.
 

Uses of EventListener in java.awt.dnd
 

Subinterfaces of EventListener in java.awt.dnd
  DragGestureListener
           This interface is sourced from a DragGestureRecognizer and is invoked when an object of that (sub)class detects a Drag and Drop initiating gesture.
  DragSourceListener
           The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the users gesture to provide the appropriate feedback to the user.
  DropTargetListener
           The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
 

Classes in java.awt.dnd that implement EventListener
  DragSourceContext
           The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
  DropTarget
           The DropTarget is associated with a Component, when that Component wishes to accept Drops during Drag and Drop operations.
protected static  DropTarget.DropTargetAutoScroller
          this protected nested class implements autoscrolling
  MouseDragGestureRecognizer
           This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for Mouse based gestures.
 

Uses of EventListener in java.awt.event
 

Subinterfaces of EventListener in java.awt.event
  ActionListener
          The listener interface for receiving action events.
  AdjustmentListener
          The listener interface for receiving adjustment events.
  ComponentListener
          The listener interface for receiving component events.
  ContainerListener
          The listener interface for receiving container events.
  EventQueueListener
          The listener interface for receiving notification of events posted to the EventQueue.
  FocusListener
          The listener interface for receiving keyboard focus events on a component.
  InputMethodListener
          The listener interface for receiving input method events.
  ItemListener
          The listener interface for receiving item events.
  KeyListener
          The listener interface for receiving keyboard events (keystrokes).
  MouseListener
          The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
  MouseMotionListener
          The listener interface for receiving mouse motion events on a component.
  TextListener
          The listener interface for receiving text events.
  WindowListener
          The listener interface for receiving window events.
 

Classes in java.awt.event that implement EventListener
  ComponentAdapter
          An abstract adapter class for receiving component events.
  ContainerAdapter
          An abstract adapter class for receiving container events.
  FocusAdapter
          An abstract adapter class for receiving keyboard focus events.
  KeyAdapter
          An abstract adapter class for receiving keyboard events.
  MouseAdapter
          An abstract adapter class for receiving mouse events.
  MouseMotionAdapter
          An abstract adapter class for receiving mouse motion events.
  WindowAdapter
          An abstract adapter class for receiving window events.
 

Uses of EventListener in java.beans
 

Subinterfaces of EventListener in java.beans
  PropertyChangeListener
          A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
  VetoableChangeListener
          A VetoableChange event gets fired whenever a bean changes a "constrained" property.
 

Uses of EventListener in java.beans.beancontext
 

Subinterfaces of EventListener in java.beans.beancontext
  BeanContextMembershipListener
           Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
  BeanContextServiceRevokedListener
           
  BeanContextServices
           The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
  BeanContextServicesListener
           
 

Classes in java.beans.beancontext that implement EventListener
  BeanContextChildSupport
           This is a general support class to provide support for implementing the BeanContextChild protocol.
  BeanContextServicesSupport
           This helper class provides a utility implementation of the java.beans.beancontext.
  BeanContextSupport
           This helper class provides a utility implementation of the java.beans.beancontext.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.