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