| Modifier and Type | Field and Description |
|---|---|
static Channel<AbstractButton,ActionEvent> |
Channel.ACTION_PERFORMED
Represents an event that can occur on
AbstractButtons. |
static Channel<JScrollBar,AdjustmentEvent> |
Channel.ADJUSTMENT_VALUE_CHANGED
Represents an event that can occur on
JScrollBars. |
static Channel<JComponent,AncestorEvent> |
Channel.ANCESTOR_ADDED
Represents an event that can occur on
JComponents. |
static Channel<Component,HierarchyEvent> |
Channel.ANCESTOR_BOUNDS_MOVED
Represents an event that can occur on
Components. |
static Channel<Component,HierarchyEvent> |
Channel.ANCESTOR_BOUNDS_RESIZED
Represents an event that can occur on
Components. |
static Channel<JComponent,AncestorEvent> |
Channel.ANCESTOR_MOVED
Represents an event that can occur on
JComponents. |
static Channel<JComponent,AncestorEvent> |
Channel.ANCESTOR_REMOVED
Represents an event that can occur on
JComponents. |
static Channel<Component,InputMethodEvent> |
Channel.CARET_POSITION_CHANGED
Represents an event that can occur on
Components. |
static Channel<JTextComponent,CaretEvent> |
Channel.CARET_UPDATE
Represents an event that can occur on
JTextComponents. |
static Channel<Container,ContainerEvent> |
Channel.COMPONENT_ADDED
Represents an event that can occur on
Containers. |
static Channel<Component,ComponentEvent> |
Channel.COMPONENT_HIDDEN
Represents an event that can occur on
Components. |
static Channel<Component,ComponentEvent> |
Channel.COMPONENT_MOVED
Represents an event that can occur on
Components. |
static Channel<Container,ContainerEvent> |
Channel.COMPONENT_REMOVED
Represents an event that can occur on
Containers. |
static Channel<Component,ComponentEvent> |
Channel.COMPONENT_RESIZED
Represents an event that can occur on
Components. |
static Channel<Component,ComponentEvent> |
Channel.COMPONENT_SHOWN
Represents an event that can occur on
Components. |
static Channel<Component,DropTargetDragEvent> |
Channel.DROP_TARGET_DRAG_ACTION_CHANGED
Represents an event that can occur on a
Component's DropTarget. |
static Channel<Component,DropTargetDragEvent> |
Channel.DROP_TARGET_DRAG_ENTER
Represents an event that can occur on a
Component's DropTarget. |
static Channel<Component,DropTargetEvent> |
Channel.DROP_TARGET_DRAG_EXIT
Represents an event that can occur on a
Component's DropTarget. |
static Channel<Component,DropTargetDragEvent> |
Channel.DROP_TARGET_DRAG_OVER
Represents an event that can occur on a
Component's DropTarget. |
static Channel<Component,DropTargetDropEvent> |
Channel.DROP_TARGET_DROP
Represents an event that can occur on a
Component's DropTarget. |
static Channel<Component,FocusEvent> |
Channel.FOCUS_GAINED
Represents an event that can occur on
Components. |
static Channel<Component,FocusEvent> |
Channel.FOCUS_LOST
Represents an event that can occur on
Components. |
static Channel<Component,HierarchyEvent> |
Channel.HIERARCHY_CHANGED
Represents an event that can occur on
Components. |
static Channel<JEditorPane,HyperlinkEvent> |
Channel.HYPERLINK_UPDATE
Represents an event that can occur on
JEditorPanes. |
static Channel<Component,InputMethodEvent> |
Channel.INPUT_METHOD_TEXT_CHANGED
Represents an event that can occur on
Components. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_ACTIVATED
Represents an event that can occur on
JInternalFrames. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_CLOSED
Represents an event that can occur on
JInternalFrames. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_CLOSING
Represents an event that can occur on
JInternalFrames. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_DEACTIVATED
Represents an event that can occur on
JInternalFrames. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_DEICONIFIED
Represents an event that can occur on
JInternalFrames. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_ICONIFIED
Represents an event that can occur on
JInternalFrames. |
static Channel<JInternalFrame,InternalFrameEvent> |
Channel.INTERNAL_FRAME_OPENED
Represents an event that can occur on
JInternalFrames. |
static Channel<AbstractButton,ItemEvent> |
Channel.ITEM_STATE_CHANGED
Represents an event that can occur on
AbstractButtons. |
static Channel<JComboBox<?>,ActionEvent> |
Channel.JCB_ACTION_PERFORMED
Represents an event that can occur on
JComboBoxs. |
static Channel<JComboBox<?>,ItemEvent> |
Channel.JCB_ITEM_STATE_CHANGED
Represents an event that can occur on
JComboBoxs. |
static Channel<JComboBox<?>,PopupMenuEvent> |
Channel.JCB_POPUP_CANCELED
Represents an event that can occur on
JComboBoxs. |
static Channel<JComboBox<?>,PopupMenuEvent> |
Channel.JCB_POPUP_WILL_BECOME_INVISIBLE
Represents an event that can occur on
JComboBoxs. |
static Channel<JComboBox<?>,PopupMenuEvent> |
Channel.JCB_POPUP_WILL_BECOME_VISIBLE
Represents an event that can occur on
JComboBoxs. |
static Channel<JFileChooser,ActionEvent> |
Channel.JFC_ACTION_PERFORMED
Represents an event that can occur on
JFileChoosers. |
static Channel<JProgressBar,ChangeEvent> |
Channel.JPB_STATE_CHANGED
Represents an event that can occur on
JProgressBars. |
static Channel<JSlider,ChangeEvent> |
Channel.JSL_STATE_CHANGED
Represents an event that can occur on
JSliders. |
static Channel<JSpinner,ChangeEvent> |
Channel.JSP_STATE_CHANGED
Represents an event that can occur on
JSpinners. |
static Channel<JTextField,ActionEvent> |
Channel.JTF_ACTION_PERFORMED
Represents an event that can occur on
JTextFields. |
static Channel<JTabbedPane,ChangeEvent> |
Channel.JTP_STATE_CHANGED
Represents an event that can occur on
JTabbedPanes. |
static Channel<JViewport,ChangeEvent> |
Channel.JVP_STATE_CHANGED
Represents an event that can occur on
JViewports. |
static Channel<Component,KeyEvent> |
Channel.KEY_PRESSED
Represents an event that can occur on
Components. |
static Channel<Component,KeyEvent> |
Channel.KEY_RELEASED
Represents an event that can occur on
Components. |
static Channel<Component,KeyEvent> |
Channel.KEY_TYPED
Represents an event that can occur on
Components. |
static Channel<JList<?>,ListSelectionEvent> |
Channel.LIST_VALUE_CHANGED
Represents an event that can occur on
JLists. |
static Channel<JMenu,MenuEvent> |
Channel.MENU_CANCELED
Represents an event that can occur on
JMenus. |
static Channel<JMenu,MenuEvent> |
Channel.MENU_DESELECTED
Represents an event that can occur on
JMenus. |
static Channel<JMenuItem,MenuDragMouseEvent> |
Channel.MENU_DRAG_MOUSE_DRAGGED
Represents an event that can occur on
JMenuItems. |
static Channel<JMenuItem,MenuDragMouseEvent> |
Channel.MENU_DRAG_MOUSE_ENTERED
Represents an event that can occur on
JMenuItems. |
static Channel<JMenuItem,MenuDragMouseEvent> |
Channel.MENU_DRAG_MOUSE_EXITED
Represents an event that can occur on
JMenuItems. |
static Channel<JMenuItem,MenuDragMouseEvent> |
Channel.MENU_DRAG_MOUSE_RELEASED
Represents an event that can occur on
JMenuItems. |
static Channel<JMenuItem,MenuKeyEvent> |
Channel.MENU_ITEM_KEY_PRESSED
Represents an event that can occur on
JMenuItems. |
static Channel<JMenuItem,MenuKeyEvent> |
Channel.MENU_ITEM_KEY_RELEASED
Represents an event that can occur on
JMenuItems. |
static Channel<JMenuItem,MenuKeyEvent> |
Channel.MENU_ITEM_KEY_TYPED
Represents an event that can occur on
JMenuItems. |
static Channel<JPopupMenu,MenuKeyEvent> |
Channel.MENU_KEY_PRESSED
Represents an event that can occur on
JPopupMenus. |
static Channel<JPopupMenu,MenuKeyEvent> |
Channel.MENU_KEY_RELEASED
Represents an event that can occur on
JPopupMenus. |
static Channel<JPopupMenu,MenuKeyEvent> |
Channel.MENU_KEY_TYPED
Represents an event that can occur on
JPopupMenus. |
static Channel<JMenu,MenuEvent> |
Channel.MENU_SELECTED
Represents an event that can occur on
JMenus. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_CLICKED
Represents an event that can occur on
Components. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_DRAGGED
Represents an event that can occur on
Components. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_ENTERED
Represents an event that can occur on
Components. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_EXITED
Represents an event that can occur on
Components. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_MOVED
Represents an event that can occur on
Components. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_PRESSED
Represents an event that can occur on
Components. |
static Channel<Component,MouseEvent> |
Channel.MOUSE_RELEASED
Represents an event that can occur on
Components. |
static Channel<Component,MouseWheelEvent> |
Channel.MOUSE_WHEEL_MOVED
Represents an event that can occur on
Components. |
static Channel<JPopupMenu,PopupMenuEvent> |
Channel.POPUP_MENU_CANCELED
Represents an event that can occur on
JPopupMenus. |
static Channel<JPopupMenu,PopupMenuEvent> |
Channel.POPUP_MENU_WILL_BECOME_INVISIBLE
Represents an event that can occur on
JPopupMenus. |
static Channel<JPopupMenu,PopupMenuEvent> |
Channel.POPUP_MENU_WILL_BECOME_VISIBLE
Represents an event that can occur on
JPopupMenus. |
static Channel<Component,PropertyChangeEvent> |
Channel.PROPERTY_CHANGE
Represents an event that can occur on
Components. |
static Channel<AbstractButton,ChangeEvent> |
Channel.STATE_CHANGED
Represents an event that can occur on
AbstractButtons. |
static Channel<JTree,TreeExpansionEvent> |
Channel.TREE_COLLAPSED
Represents an event that can occur on
JTrees. |
static Channel<JTree,TreeExpansionEvent> |
Channel.TREE_EXPANDED
Represents an event that can occur on
JTrees. |
static Channel<JTree,TreeSelectionEvent> |
Channel.TREE_VALUE_CHANGED
Represents an event that can occur on
JTrees. |
static Channel<JTree,TreeExpansionEvent> |
Channel.TREE_WILL_COLLAPSE
Represents an event that can occur on
JTrees. |
static Channel<JTree,TreeExpansionEvent> |
Channel.TREE_WILL_EXPAND
Represents an event that can occur on
JTrees. |
static Channel<JComponent,PropertyChangeEvent> |
Channel.VETOABLE_CHANGE
Represents an event that can occur on
JComponents. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_ACTIVATED
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_CLOSED
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_CLOSING
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_DEACTIVATED
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_DEICONIFIED
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_GAINED_FOCUS
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_ICONIFIED
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_LOST_FOCUS
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_OPENED
Represents an event that can occur on
Windows. |
static Channel<Window,WindowEvent> |
Channel.WINDOW_STATE_CHANGED
Represents an event that can occur on
Windows. |
| Modifier and Type | Method and Description |
|---|---|
static Channel<Component,PropertyChangeEvent> |
Channel.propertyChange(String propertyName) |
Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.