Generated by
JDiff

Package javax.swing.event

Changed Classes and Interfaces
AncestorEvent An event reported to a child component that originated from an ancestor in the component hierarchy.
AncestorListener AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors.
CaretEvent CaretEvent is used to notify interested parties that the text caret has changed in the event source.
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
ChangeEvent ChangeEvent is used to notify interested parties that state has changed in the event source.
ChangeListener Defines an object which listens for ChangeEvents.
DocumentEvent Interface for document change notifications.
DocumentListener Interface for an observer to register to receive notifications of changes to a text document.
EventListenerList A class that holds a list of EventListeners.
HyperlinkEvent HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.
HyperlinkListener HyperlinkListener
InternalFrameAdapter An abstract adapter class for receiving internal frame events.
InternalFrameEvent InternalFrameEvent: an AWTEvent which adds support for JInternalFrame objects as the event source.
InternalFrameListener The listener interface for receiving internal frame events.
ListDataEvent Defines an event that encapsulates changes to a list.
ListDataListener ListDataListener
ListSelectionEvent An event that characterizes a change in the current selection.
ListSelectionListener The listener that's notified when a lists selection value changes.
MenuDragMouseEvent MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
MenuDragMouseListener Defines a menu mouse-drag listener.
MenuEvent MenuEvent is used to notify interested parties that the menu which is the event source has been posted selected or canceled.
MenuKeyEvent MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
MenuKeyListener MenuKeyListener
MenuListener Defines a listener for menu events.
MouseInputAdapter The adapter which receives mouse events and mouse motion events.
MouseInputListener A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.
PopupMenuEvent PopupMenuEvent only contains the source of the event which is the JPoupMenu sending the event
PopupMenuListener A popup menu listener
SwingPropertyChangeSupport This subclass of java.beans.PropertyChangeSupport is identical in functionality -- it sacrifices thread-safety (not a Swing concern) for reduce memory consumption which helps performance (both big Swing concerns).
TableColumnModelEvent TableColumnModelEvent is used to notify listeners that a table column model has changed such as a column was added removed or moved.
TableColumnModelListener TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
TableModelEvent TableModelEvent is used to notify listeners that a table model has changed.
TableModelListener TableModelListener defines the interface for an object that listens to changes in a TableModel.
TreeExpansionEvent An event used to identify a single path in a tree.
TreeExpansionListener The listener that's notified when a tree expands or collapses a node.
TreeModelEvent Encapsulates information describing changes to a tree model and used to notify tree model listeners of the change.
TreeModelListener Defines the interface for an object that listens to changes in a TreeModel.
TreeSelectionEvent An event that characterizes a change in the current selection.
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.
UndoableEditEvent An event indicating that an operation which can be undone has occurred.
UndoableEditListener Interface implemented by a class interested in hearing about undoable operations.