eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'EventMonitor':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: EventMonitor


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--EventMonitor

Package:
stx:libtool
Category:
Interface-Tools-Monitors
Version:
rev: 1.52 date: 2023/07/06 15:13:12
user: cg
file: EventMonitor.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


like xev - show events.

You can use this to check your keyboard mappings, for example.
start with:
    EventMonitor open
and watch the output on the xterm/console.

copyright

COPYRIGHT (c) 1991 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

defaults
o  defaultExtent

o  defaultLabel

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

Usage example(s):

     UIPainter new openOnClass:EventMonitor andSelector:#windowSpec
     EventMonitor new openInterface:#windowSpec
     EventMonitor open

menu specs
o  mainMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:EventMonitor andSelector:#mainMenu
     (Menu new fromLiteralArrayEncoding:(EventMonitor mainMenu)) startUp


Instance protocol:

aspects
o  eventMonitorView

o  outputSelector

o  outputSelectorChanged

o  postBuildWith: aBuilder
(comment from inherited method)
this is sent after an interface is built from a spec,
but only iff the appModel is not the same as the topView's app
(i.e. if it is not a build for the same appModel again).
In the other case, postBuildAsSubcanvasWith is invoked.
Can be redefined in subclasses for additional setup after
the view has been built, but not yet opened.

o  showButtonMotionEvents

o  showButtonMotionEvents: aBoolean

o  showButtonPressReleaseEvents

o  showButtonPressReleaseEvents: aBoolean

o  showFocusEvents

o  showFocusEvents: aBoolean

o  showKeyEvents

o  showKeyEvents: aBoolean

o  showPointerEvents

o  showPointerEvents: aBoolean

o  showTimestamp

o  showTimestamp: aBoolean

menu actions
o  openAboutThisApplication
This method was generated by the Browser.
It will be invoked when the menu-item 'help-about' is selected.

o  openDocumentation
Called when <F1> is pressed

o  openModalBox


Private classes:

    EventMonitorView


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 08:27:58 GMT