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:
Monitors-ST/X
Version:
rev: 1.38 date: 2019/02/20 09:22:35
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.


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

o  showButtonMotion

o  showButtonMotion: aBoolean

o  showFocusEvents

o  showFocusEvents: 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

o  openModalBox


Private classes:

    EventMonitorView


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 08:54:08 GMT