Uses of Class
de.matthiasmann.twl.Event

Packages that use Event
de.matthiasmann.twl   
 

Uses of Event in de.matthiasmann.twl
 

Methods in de.matthiasmann.twl with parameters of type Event
 int[] Widget.OffscreenMouseAdjustments.adjustMouseCoordinates(Widget widget, Event evt)
          Called when mouse events are routed for the widget.
 boolean ScrollPane.checkAutoScroll(Event evt)
          Checks for an auto scroll event.
 MouseCursor TableBase.DragListener.dragged(Event evt)
          Mouse dragging in progress
 boolean TableBase.DragListener.dragStarted(int row, int col, Event evt)
          Signals the start of the drag operation
 void TableBase.DragListener.dragStopped(Event evt)
          Mouse dragging stopped
protected  void PopupWindow.escapePressed(Event evt)
          Called when the escape key was pressed.
static KeyStroke KeyStroke.fromEvent(Event event, java.lang.String action)
          Creates a KeyStroke from the KEY_PRESSED event.
protected  int ScrollPane.getAutoScrollDirection(Event evt)
           
 int ScrollPane.AutoScrollable.getAutoScrollDirection(Event evt, int autoScrollArea)
          Returns the auto scroll direction for the specified mouse event.
 int TableBase.getAutoScrollDirection(Event evt, int autoScrollArea)
           
 MouseCursor ResizableFrame.getMouseCursor(Event evt)
           
 MouseCursor TableBase.getMouseCursor(Event evt)
           
 MouseCursor Widget.getMouseCursor(Event evt)
          Returns the mouse cursor which should be used for the given mouse coordinates and modifiers.
protected  boolean TableBase.handleDragEvent(Event evt)
           
 boolean AnimatedWindow.handleEvent(Event evt)
           
protected  boolean Button.handleEvent(Event evt)
           
protected  boolean ComboBox.handleEvent(Event evt)
           
 boolean DraggableButton.handleEvent(Event evt)
           
 boolean EditField.handleEvent(Event evt)
           
protected  boolean EditFieldAutoCompletionWindow.handleEvent(Event evt)
           
 boolean FolderBrowser.handleEvent(Event evt)
           
protected  boolean Label.handleEvent(Event evt)
           
 boolean ListBox.handleEvent(Event evt)
           
protected  boolean ListBox.ListBoxLabel.handleEvent(Event evt)
           
protected  boolean PopupWindow.handleEvent(Event evt)
          This method is final to ensure correct event handling for pop-ups.
protected  boolean ResizableFrame.handleEvent(Event evt)
           
protected  boolean ScrollPane.handleEvent(Event evt)
           
 boolean Scrollbar.handleEvent(Event evt)
           
protected  boolean TableBase.handleEvent(Event evt)
           
protected  boolean TableBase.ColumnHeader.handleEvent(Event evt)
           
protected  boolean TextArea.handleEvent(Event evt)
           
protected  boolean ValueAdjuster.handleEvent(Event evt)
           
protected  boolean WheelWidget.handleEvent(Event evt)
           
protected  boolean Widget.handleEvent(Event evt)
          Called when an event occurred that this widget could be interested in.
protected  boolean MenuManager.handleEventPopup(Event evt)
           
protected  boolean PopupWindow.handleEventPopup(Event evt)
          This method can be overriden to customize the event handling of a pop-up window.
 boolean TableBase.KeyboardSearchHandler.handleKeyEvent(Event evt)
          Update search with this key event
 boolean TableSearchWindow.handleKeyEvent(Event evt)
           
protected  boolean TableBase.handleKeyStrokeAction(java.lang.String action, Event event)
           
 boolean TableRowSelectionManager.handleKeyStrokeAction(java.lang.String action, Event event)
           
 boolean TableSelectionManager.handleKeyStrokeAction(java.lang.String action, Event event)
           
protected  boolean Widget.handleKeyStrokeAction(java.lang.String action, Event event)
          Called when a key stroke was found in the inputMap.
protected  boolean ListBox.ListBoxLabel.handleListBoxEvent(Event evt)
           
 void TextArea.Callback2.handleMouseButton(Event evt, TextAreaModel.Element element)
          Called for MOUSE_BTNDOWN, MOUSE_BTNUP and MOUSE_CLICKED events performed over elements.
protected  boolean TableBase.handleMouseEvent(Event evt)
           
 boolean TableRowSelectionManager.handleMouseEvent(int row, int column, Event event)
           
 boolean TableSelectionManager.handleMouseEvent(int row, int column, Event event)
           
protected  void DatePickerComboBox.ComboboxLabel.handleMouseHover(Event evt)
           
protected  void TextWidget.handleMouseHover(Event evt)
           
 boolean ActionMap.invoke(java.lang.String action, Event event)
          Invoke the mapping for the given action if one is defined and it's flags match the passed event.
protected  boolean PopupWindow.isMouseInside(Event evt)
           
protected  boolean Widget.isMouseInside(Event evt)
          Checks whether the mouse is inside the widget or not.
 java.lang.String InputMap.mapEvent(Event event)
          Maps the given key event to an action.
protected  void PopupWindow.mouseClickedOutside(Event evt)
          Called when a mouse click happened outside the pop-up window area.
 void TableBase.Callback.mouseRightClick(int row, int column, Event evt)
           
 boolean RadialPopupMenu.openPopup(Event evt)
          Opens the radial popup menu around the current mouse position and uses the event's mouse button as button activator.
protected  void ComboBox.popupEscapePressed(Event evt)
           
protected  void ComboBoxBase.popupEscapePressed(Event evt)
          Called when the escape key is pressed in the open popup.
 boolean TableBase.setDropMarker(Event evt)
           
protected  void EditField.showPopupMenu(Event evt)