public final class Listeners extends Object
public static PropertyChangeListener propertyChange(Consumer<? super PropertyChangeEvent> reaction)
Consumer into a PropertyChangeListener
that reacts on a specific PropertyChangeEvent.public static ComponentListener componentResized(Consumer<? super ComponentEvent> reaction)
public static ComponentListener componentMoved(Consumer<? super ComponentEvent> reaction)
public static ComponentListener componentShown(Consumer<? super ComponentEvent> reaction)
public static ComponentListener componentHidden(Consumer<? super ComponentEvent> reaction)
public static FocusListener focusGained(Consumer<? super FocusEvent> reaction)
FocusListener.focusGained(FocusEvent)public static FocusListener focusLost(Consumer<? super FocusEvent> reaction)
FocusListener.focusLost(FocusEvent)public static HierarchyListener hierarchyChanged(Consumer<? super HierarchyEvent> reaction)
public static HierarchyBoundsListener ancestorBoundsMoved(Consumer<? super HierarchyEvent> reaction)
public static HierarchyBoundsListener ancestorBoundsResized(Consumer<? super HierarchyEvent> reaction)
public static KeyListener keyTyped(Consumer<? super KeyEvent> reaction)
KeyListener.keyTyped(KeyEvent)public static KeyListener keyPressed(Consumer<? super KeyEvent> reaction)
KeyListener.keyPressed(KeyEvent)public static KeyListener keyReleased(Consumer<? super KeyEvent> reaction)
KeyListener.keyReleased(KeyEvent)public static MouseListener mousePressed(Consumer<? super MouseEvent> reaction)
MouseListener.mousePressed(MouseEvent)public static MouseListener mouseReleased(Consumer<? super MouseEvent> reaction)
MouseListener.mouseReleased(MouseEvent)public static MouseListener mouseClicked(Consumer<? super MouseEvent> reaction)
MouseListener.mouseClicked(MouseEvent)public static MouseListener mouseExited(Consumer<? super MouseEvent> reaction)
MouseListener.mouseExited(MouseEvent)public static MouseListener mouseEntered(Consumer<? super MouseEvent> reaction)
MouseListener.mouseEntered(MouseEvent)public static MouseMotionListener mouseMoved(Consumer<? super MouseEvent> reaction)
public static MouseMotionListener mouseDragged(Consumer<? super MouseEvent> reaction)
public static MouseWheelListener mouseWheelMoved(Consumer<? super MouseWheelEvent> reaction)
public static InputMethodListener inputMethodTextChanged(Consumer<? super InputMethodEvent> reaction)
public static InputMethodListener caretPositionChanged(Consumer<? super InputMethodEvent> reaction)
public static ContainerListener componentAdded(Consumer<? super ContainerEvent> reaction)
public static ContainerListener componentRemoved(Consumer<? super ContainerEvent> reaction)
public static VetoableChangeListener vetoableChange(Consumer<? super PropertyChangeEvent> reaction)
Consumer into a VetoableChangeListener
that reacts on a specific PropertyChangeEvent.public static AncestorListener ancestorMoved(Consumer<? super AncestorEvent> reaction)
public static AncestorListener ancestorAdded(Consumer<? super AncestorEvent> reaction)
public static AncestorListener ancestorRemoved(Consumer<? super AncestorEvent> reaction)
public static CaretListener caretUpdate(Consumer<? super CaretEvent> reaction)
CaretListener.caretUpdate(CaretEvent)public static ChangeListener stateChanged(Consumer<? super ChangeEvent> reaction)
ChangeListener.stateChanged(ChangeEvent)public static ActionListener actionPerformed(Consumer<? super ActionEvent> reaction)
public static PopupMenuListener popupMenuWillBecomeVisible(Consumer<? super PopupMenuEvent> reaction)
public static PopupMenuListener popupMenuWillBecomeInvisible(Consumer<? super PopupMenuEvent> reaction)
public static PopupMenuListener popupMenuCanceled(Consumer<? super PopupMenuEvent> reaction)
public static MenuKeyListener menuKeyPressed(Consumer<? super MenuKeyEvent> reaction)
public static MenuKeyListener menuKeyReleased(Consumer<? super MenuKeyEvent> reaction)
public static MenuKeyListener menuKeyTyped(Consumer<? super MenuKeyEvent> reaction)
public static WindowListener windowOpened(Consumer<? super WindowEvent> reaction)
WindowListener.windowOpened(WindowEvent)public static WindowListener windowClosing(Consumer<? super WindowEvent> reaction)
public static WindowListener windowClosed(Consumer<? super WindowEvent> reaction)
WindowListener.windowClosed(WindowEvent)public static WindowListener windowIconified(Consumer<? super WindowEvent> reaction)
public static WindowListener windowDeiconified(Consumer<? super WindowEvent> reaction)
public static WindowListener windowActivated(Consumer<? super WindowEvent> reaction)
public static WindowListener windowDeactivated(Consumer<? super WindowEvent> reaction)
public static WindowFocusListener windowGainedFocus(Consumer<? super WindowEvent> reaction)
public static WindowFocusListener windowLostFocus(Consumer<? super WindowEvent> reaction)
public static WindowStateListener windowStateChanged(Consumer<? super WindowEvent> reaction)
public static ItemListener itemStateChanged(Consumer<? super ItemEvent> reaction)
ItemListener.itemStateChanged(ItemEvent)public static MenuDragMouseListener menuDragMouseEntered(Consumer<? super MenuDragMouseEvent> reaction)
Consumer into a MenuDragMouseListener
that reacts on a specific MenuDragMouseEvent.public static MenuDragMouseListener menuDragMouseExited(Consumer<? super MenuDragMouseEvent> reaction)
Consumer into a MenuDragMouseListener
that reacts on a specific MenuDragMouseEvent.public static MenuDragMouseListener menuDragMouseDragged(Consumer<? super MenuDragMouseEvent> reaction)
Consumer into a MenuDragMouseListener
that reacts on a specific MenuDragMouseEvent.public static MenuDragMouseListener menuDragMouseReleased(Consumer<? super MenuDragMouseEvent> reaction)
Consumer into a MenuDragMouseListener
that reacts on a specific MenuDragMouseEvent.public static TreeExpansionListener treeExpanded(Consumer<? super TreeExpansionEvent> reaction)
Consumer into a TreeExpansionListener
that reacts on a specific TreeExpansionEvent.public static TreeExpansionListener treeCollapsed(Consumer<? super TreeExpansionEvent> reaction)
Consumer into a TreeExpansionListener
that reacts on a specific TreeExpansionEvent.public static TreeWillExpandListener treeWillExpand(Consumer<? super TreeExpansionEvent> reaction)
Consumer into a TreeWillExpandListener
that reacts on a specific TreeExpansionEvent.public static TreeWillExpandListener treeWillCollapse(Consumer<? super TreeExpansionEvent> reaction)
Consumer into a TreeWillExpandListener
that reacts on a specific TreeExpansionEvent.public static TreeSelectionListener treeValueChanged(Consumer<? super TreeSelectionEvent> reaction)
Consumer into a TreeSelectionListener
that reacts on a specific TreeSelectionEvent.public static AdjustmentListener adjustmentValueChanged(Consumer<? super AdjustmentEvent> reaction)
public static ListSelectionListener listValueChanged(Consumer<? super ListSelectionEvent> reaction)
Consumer into a ListSelectionListener
that reacts on a specific ListSelectionEvent.public static InternalFrameListener internalFrameOpened(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static InternalFrameListener internalFrameClosing(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static InternalFrameListener internalFrameClosed(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static InternalFrameListener internalFrameIconified(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static InternalFrameListener internalFrameDeiconified(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static InternalFrameListener internalFrameActivated(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static InternalFrameListener internalFrameDeactivated(Consumer<? super InternalFrameEvent> reaction)
Consumer into a InternalFrameListener
that reacts on a specific InternalFrameEvent.public static HyperlinkListener hyperlinkUpdate(Consumer<? super HyperlinkEvent> reaction)
public static MenuListener menuSelected(Consumer<? super MenuEvent> reaction)
MenuListener.menuSelected(MenuEvent)public static MenuListener menuDeselected(Consumer<? super MenuEvent> reaction)
MenuListener.menuDeselected(MenuEvent)public static MenuListener menuCanceled(Consumer<? super MenuEvent> reaction)
MenuListener.menuCanceled(MenuEvent)public static DropTargetListener dropTargetDragEnter(Consumer<? super DropTargetDragEvent> reaction)
public static DropTargetListener dropTargetDragOver(Consumer<? super DropTargetDragEvent> reaction)
public static DropTargetListener dropTargetDragActionChanged(Consumer<? super DropTargetDragEvent> reaction)
public static DropTargetListener dropTargetDragExit(Consumer<? super DropTargetEvent> reaction)
public static DropTargetListener dropTargetDrop(Consumer<? super DropTargetDropEvent> reaction)
Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.