public class SwingListener extends Object
| Constructor and Description |
|---|
SwingListener() |
| Modifier and Type | Method and Description |
|---|---|
static xyz.cofe.common.Reciver<ActionEvent> |
consumeActionEvent(Object reciver,
String method,
Object... args) |
static xyz.cofe.common.Reciver<ActionEvent> |
consumeActionEvent(Runnable reciver) |
static Closeable |
onActionPerformed(AbstractButton button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onActionPerformed(ButtonModel button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onActionPerformed(ComboBoxEditor button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onActionPerformed(JComboBox button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onActionPerformed(JFileChooser button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onActionPerformed(JTextField button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onActionPerformed(Timer button,
xyz.cofe.common.Reciver<ActionEvent> consumer) |
static Closeable |
onAdjustmentValueChanged(JScrollBar component,
xyz.cofe.common.Reciver<AdjustmentEvent> consumer) |
static Closeable |
onAncestorAdded(JComponent component,
xyz.cofe.common.Reciver<AncestorEvent> consumer) |
static Closeable |
onAncestorMoved(Component component,
xyz.cofe.common.Reciver<HierarchyEvent> consumer) |
static Closeable |
onAncestorMoved(JComponent component,
xyz.cofe.common.Reciver<AncestorEvent> consumer) |
static Closeable |
onAncestorRemoved(JComponent component,
xyz.cofe.common.Reciver<AncestorEvent> consumer) |
static Closeable |
onAncestorResized(Component component,
xyz.cofe.common.Reciver<HierarchyEvent> consumer) |
static Closeable |
onCaretPositionChanged(Component component,
xyz.cofe.common.Reciver<InputMethodEvent> consumer) |
static Closeable |
onCellMouseClicked(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellMouseDragged(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellMouseEntered(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellMouseExited(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellMouseMoved(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellMousePressed(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellMouseReleased(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onCellWheelMoved(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer) |
static Closeable |
onComponentAdded(Container component,
xyz.cofe.common.Reciver<ContainerEvent> consumer) |
static Closeable |
onComponentHidden(Component component,
xyz.cofe.common.Reciver<ComponentEvent> consumer) |
static Closeable |
onComponentMoved(Component component,
xyz.cofe.common.Reciver<ComponentEvent> consumer) |
static Closeable |
onComponentRemoved(Container component,
xyz.cofe.common.Reciver<ContainerEvent> consumer) |
static Closeable |
onComponentResized(Component component,
xyz.cofe.common.Reciver<ComponentEvent> consumer) |
static Closeable |
onComponentShown(Component component,
xyz.cofe.common.Reciver<ComponentEvent> consumer) |
static Closeable |
onContentsChanged(ListModel component,
xyz.cofe.common.Reciver<ListDataEvent> consumer) |
static Closeable |
onEditingCanceled(CellEditor component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onEditingStopped(CellEditor component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onFocusGained(Component component,
xyz.cofe.common.Reciver<FocusEvent> consumer) |
static Closeable |
onFocusLost(Component component,
xyz.cofe.common.Reciver<FocusEvent> consumer) |
static Closeable |
onHierarchyChanged(Component component,
xyz.cofe.common.Reciver<HierarchyEvent> consumer) |
static Closeable |
onHyperlinkUpdate(JEditorPane component,
xyz.cofe.common.Reciver<HyperlinkEvent> consumer) |
static Closeable |
onInputMethodTextChanged(Component component,
xyz.cofe.common.Reciver<InputMethodEvent> consumer) |
static Closeable |
onInternalFrameActivated(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onInternalFrameClosed(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onInternalFrameClosing(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onInternalFrameDeactivated(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onInternalFrameDeiconified(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onInternalFrameIconified(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onInternalFrameOpened(JInternalFrame component,
xyz.cofe.common.Reciver<InternalFrameEvent> consumer) |
static Closeable |
onIntervalAdded(ListModel component,
xyz.cofe.common.Reciver<ListDataEvent> consumer) |
static Closeable |
onIntervalRemoved(ListModel component,
xyz.cofe.common.Reciver<ListDataEvent> consumer) |
static Closeable |
onItemStateChanged(AbstractButton component,
xyz.cofe.common.Reciver<ItemEvent> consumer) |
static Closeable |
onItemStateChanged(JComboBox component,
xyz.cofe.common.Reciver<ItemEvent> consumer) |
static Closeable |
onKeyPressed(Component component,
xyz.cofe.common.Reciver<KeyEvent> consumer) |
static Closeable |
onKeyReleased(Component component,
xyz.cofe.common.Reciver<KeyEvent> consumer) |
static Closeable |
onKeyTyped(Component component,
xyz.cofe.common.Reciver<KeyEvent> consumer) |
static Closeable |
onMenuCanceled(JMenu component,
xyz.cofe.common.Reciver<MenuEvent> consumer) |
static Closeable |
onMenuDeselected(JMenu component,
xyz.cofe.common.Reciver<MenuEvent> consumer) |
static Closeable |
onMenuDragMouseDragged(JMenuItem component,
xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer) |
static Closeable |
onMenuDragMouseEntered(JMenuItem component,
xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer) |
static Closeable |
onMenuDragMouseExited(JMenuItem component,
xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer) |
static Closeable |
onMenuDragMouseReleased(JMenuItem component,
xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer) |
static Closeable |
onMenuKeyPressed(JMenuItem component,
xyz.cofe.common.Reciver<MenuKeyEvent> consumer) |
static Closeable |
onMenuKeyReleased(JMenuItem component,
xyz.cofe.common.Reciver<MenuKeyEvent> consumer) |
static Closeable |
onMenuKeyTyped(JMenuItem component,
xyz.cofe.common.Reciver<MenuKeyEvent> consumer) |
static Closeable |
onMenuSelected(JMenu component,
xyz.cofe.common.Reciver<MenuEvent> consumer) |
static Closeable |
onMouseClicked(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMouseDragged(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMouseEntered(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMouseExited(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMouseMoved(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMousePressed(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMouseReleased(Component component,
xyz.cofe.common.Reciver<MouseEvent> consumer) |
static Closeable |
onMouseWheelMoved(Component component,
xyz.cofe.common.Reciver<MouseWheelEvent> consumer) |
static Closeable |
onPopupMenuCanceled(JComboBox component,
xyz.cofe.common.Reciver<PopupMenuEvent> consumer) |
static Closeable |
onPopupMenuCanceled(JPopupMenu component,
xyz.cofe.common.Reciver<PopupMenuEvent> consumer) |
static Closeable |
onPopupMenuWillBecomeInvisible(JComboBox component,
xyz.cofe.common.Reciver<PopupMenuEvent> consumer) |
static Closeable |
onPopupMenuWillBecomeInvisible(JPopupMenu component,
xyz.cofe.common.Reciver<PopupMenuEvent> consumer) |
static Closeable |
onPopupMenuWillBecomeVisible(JComboBox component,
xyz.cofe.common.Reciver<PopupMenuEvent> consumer) |
static Closeable |
onPopupMenuWillBecomeVisible(JPopupMenu component,
xyz.cofe.common.Reciver<PopupMenuEvent> consumer) |
static Closeable |
onStateChanged(AbstractButton component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(AbstractSpinnerModel component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(BoundedRangeModel component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(ButtonModel component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(DefaultBoundedRangeModel component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(JProgressBar component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(JSlider component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(JSpinner component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(JTabbedPane component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(JViewport component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(MenuSelectionManager component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(SingleSelectionModel component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onStateChanged(SpinnerModel component,
xyz.cofe.common.Reciver<ChangeEvent> consumer) |
static Closeable |
onTextChanged(Document textDocument,
Runnable runn) |
static Closeable |
onTextChanged(JTextComponent textComponent,
Runnable runn) |
static Closeable |
onTreeCollapsed(JTree component,
xyz.cofe.common.Reciver<TreeExpansionEvent> consumer) |
static Closeable |
onTreeExpanded(JTree component,
xyz.cofe.common.Reciver<TreeExpansionEvent> consumer) |
static Closeable |
onTreeWillCollapse(JTree component,
xyz.cofe.common.Reciver<TreeExpansionEvent> consumer) |
static Closeable |
onTreeWillExpand(JTree component,
xyz.cofe.common.Reciver<TreeExpansionEvent> consumer) |
static Closeable |
onValueChanged(JList component,
xyz.cofe.common.Reciver<ListSelectionEvent> consumer) |
static Closeable |
onValueChanged(JTree component,
xyz.cofe.common.Reciver<TreeSelectionEvent> consumer) |
static Closeable |
onValueChanged(ListSelectionModel component,
xyz.cofe.common.Reciver<ListSelectionEvent> consumer) |
static Closeable |
onWindowActivated(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowClosed(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowClosing(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowDeactivated(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowDeiconified(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowGainedFocus(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowIconified(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowLostFocus(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowOpened(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
static Closeable |
onWindowStateChanged(Window component,
xyz.cofe.common.Reciver<WindowEvent> consumer) |
public static Closeable onKeyPressed(Component component, xyz.cofe.common.Reciver<KeyEvent> consumer)
public static Closeable onKeyReleased(Component component, xyz.cofe.common.Reciver<KeyEvent> consumer)
public static Closeable onKeyTyped(Component component, xyz.cofe.common.Reciver<KeyEvent> consumer)
public static Closeable onActionPerformed(AbstractButton button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static Closeable onActionPerformed(ButtonModel button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static Closeable onActionPerformed(JComboBox button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static Closeable onActionPerformed(JFileChooser button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static Closeable onActionPerformed(JTextField button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static Closeable onActionPerformed(Timer button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static Closeable onActionPerformed(ComboBoxEditor button, xyz.cofe.common.Reciver<ActionEvent> consumer)
public static xyz.cofe.common.Reciver<ActionEvent> consumeActionEvent(Object reciver, String method, Object... args)
public static xyz.cofe.common.Reciver<ActionEvent> consumeActionEvent(Runnable reciver)
public static Closeable onStateChanged(AbstractButton component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(AbstractSpinnerModel component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(BoundedRangeModel component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(ButtonModel component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(SingleSelectionModel component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(SpinnerModel component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(DefaultBoundedRangeModel component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(JProgressBar component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(JSlider component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(JSpinner component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(JTabbedPane component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(JViewport component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onStateChanged(MenuSelectionManager component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onCellMouseClicked(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onCellMousePressed(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onCellMouseReleased(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onCellMouseEntered(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onCellMouseExited(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onMouseClicked(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onMousePressed(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onMouseReleased(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onMouseEntered(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onMouseExited(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onCellMouseDragged(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onCellMouseMoved(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onMouseDragged(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onMouseMoved(Component component, xyz.cofe.common.Reciver<MouseEvent> consumer)
public static Closeable onCellWheelMoved(JTable component, xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
public static Closeable onMouseWheelMoved(Component component, xyz.cofe.common.Reciver<MouseWheelEvent> consumer)
public static Closeable onTextChanged(JTextComponent textComponent, Runnable runn)
public static Closeable onFocusGained(Component component, xyz.cofe.common.Reciver<FocusEvent> consumer)
public static Closeable onFocusLost(Component component, xyz.cofe.common.Reciver<FocusEvent> consumer)
public static Closeable onAncestorAdded(JComponent component, xyz.cofe.common.Reciver<AncestorEvent> consumer)
public static Closeable onAncestorRemoved(JComponent component, xyz.cofe.common.Reciver<AncestorEvent> consumer)
public static Closeable onAncestorMoved(JComponent component, xyz.cofe.common.Reciver<AncestorEvent> consumer)
public static Closeable onComponentAdded(Container component, xyz.cofe.common.Reciver<ContainerEvent> consumer)
public static Closeable onComponentRemoved(Container component, xyz.cofe.common.Reciver<ContainerEvent> consumer)
public static Closeable onComponentResized(Component component, xyz.cofe.common.Reciver<ComponentEvent> consumer)
public static Closeable onComponentMoved(Component component, xyz.cofe.common.Reciver<ComponentEvent> consumer)
public static Closeable onComponentShown(Component component, xyz.cofe.common.Reciver<ComponentEvent> consumer)
public static Closeable onComponentHidden(Component component, xyz.cofe.common.Reciver<ComponentEvent> consumer)
public static Closeable onAncestorMoved(Component component, xyz.cofe.common.Reciver<HierarchyEvent> consumer)
public static Closeable onAncestorResized(Component component, xyz.cofe.common.Reciver<HierarchyEvent> consumer)
public static Closeable onHierarchyChanged(Component component, xyz.cofe.common.Reciver<HierarchyEvent> consumer)
public static Closeable onInputMethodTextChanged(Component component, xyz.cofe.common.Reciver<InputMethodEvent> consumer)
public static Closeable onCaretPositionChanged(Component component, xyz.cofe.common.Reciver<InputMethodEvent> consumer)
public static Closeable onWindowGainedFocus(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowLostFocus(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowOpened(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowClosing(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowClosed(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowIconified(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowDeiconified(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowActivated(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowDeactivated(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onWindowStateChanged(Window component, xyz.cofe.common.Reciver<WindowEvent> consumer)
public static Closeable onMenuSelected(JMenu component, xyz.cofe.common.Reciver<MenuEvent> consumer)
public static Closeable onMenuDeselected(JMenu component, xyz.cofe.common.Reciver<MenuEvent> consumer)
public static Closeable onMenuCanceled(JMenu component, xyz.cofe.common.Reciver<MenuEvent> consumer)
public static Closeable onItemStateChanged(AbstractButton component, xyz.cofe.common.Reciver<ItemEvent> consumer)
public static Closeable onItemStateChanged(JComboBox component, xyz.cofe.common.Reciver<ItemEvent> consumer)
public static Closeable onMenuDragMouseEntered(JMenuItem component, xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer)
public static Closeable onMenuDragMouseExited(JMenuItem component, xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer)
public static Closeable onMenuDragMouseDragged(JMenuItem component, xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer)
public static Closeable onMenuDragMouseReleased(JMenuItem component, xyz.cofe.common.Reciver<MenuDragMouseEvent> consumer)
public static Closeable onMenuKeyTyped(JMenuItem component, xyz.cofe.common.Reciver<MenuKeyEvent> consumer)
public static Closeable onMenuKeyPressed(JMenuItem component, xyz.cofe.common.Reciver<MenuKeyEvent> consumer)
public static Closeable onMenuKeyReleased(JMenuItem component, xyz.cofe.common.Reciver<MenuKeyEvent> consumer)
public static Closeable onTreeExpanded(JTree component, xyz.cofe.common.Reciver<TreeExpansionEvent> consumer)
public static Closeable onTreeCollapsed(JTree component, xyz.cofe.common.Reciver<TreeExpansionEvent> consumer)
public static Closeable onValueChanged(JTree component, xyz.cofe.common.Reciver<TreeSelectionEvent> consumer)
public static Closeable onTreeWillExpand(JTree component, xyz.cofe.common.Reciver<TreeExpansionEvent> consumer)
public static Closeable onTreeWillCollapse(JTree component, xyz.cofe.common.Reciver<TreeExpansionEvent> consumer)
public static Closeable onAdjustmentValueChanged(JScrollBar component, xyz.cofe.common.Reciver<AdjustmentEvent> consumer)
public static Closeable onPopupMenuWillBecomeVisible(JPopupMenu component, xyz.cofe.common.Reciver<PopupMenuEvent> consumer)
public static Closeable onPopupMenuWillBecomeInvisible(JPopupMenu component, xyz.cofe.common.Reciver<PopupMenuEvent> consumer)
public static Closeable onPopupMenuCanceled(JPopupMenu component, xyz.cofe.common.Reciver<PopupMenuEvent> consumer)
public static Closeable onPopupMenuWillBecomeVisible(JComboBox component, xyz.cofe.common.Reciver<PopupMenuEvent> consumer)
public static Closeable onPopupMenuWillBecomeInvisible(JComboBox component, xyz.cofe.common.Reciver<PopupMenuEvent> consumer)
public static Closeable onPopupMenuCanceled(JComboBox component, xyz.cofe.common.Reciver<PopupMenuEvent> consumer)
public static Closeable onValueChanged(JList component, xyz.cofe.common.Reciver<ListSelectionEvent> consumer)
public static Closeable onInternalFrameOpened(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onInternalFrameClosing(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onInternalFrameClosed(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onInternalFrameIconified(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onInternalFrameDeiconified(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onInternalFrameActivated(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onInternalFrameDeactivated(JInternalFrame component, xyz.cofe.common.Reciver<InternalFrameEvent> consumer)
public static Closeable onHyperlinkUpdate(JEditorPane component, xyz.cofe.common.Reciver<HyperlinkEvent> consumer)
public static Closeable onIntervalAdded(ListModel component, xyz.cofe.common.Reciver<ListDataEvent> consumer)
public static Closeable onIntervalRemoved(ListModel component, xyz.cofe.common.Reciver<ListDataEvent> consumer)
public static Closeable onContentsChanged(ListModel component, xyz.cofe.common.Reciver<ListDataEvent> consumer)
public static Closeable onValueChanged(ListSelectionModel component, xyz.cofe.common.Reciver<ListSelectionEvent> consumer)
public static Closeable onEditingStopped(CellEditor component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
public static Closeable onEditingCanceled(CellEditor component, xyz.cofe.common.Reciver<ChangeEvent> consumer)
Copyright © 2018. All rights reserved.