|
Class: TimerQueueMonitor
Object
|
+--GraphicsMedium
|
+--DisplaySurface
|
+--SimpleView
|
+--SystemStatusMonitor
|
+--TimerQueueMonitor
- Package:
- stx:libtool
- Category:
- Interface-Tools-Monitors
- Version:
- rev:
1.9
date: 2023/09/07 21:28:41
- user: stefan
- file: TimerQueueMonitor.st directory: libtool
- module: stx stc-classLibrary: libtool
This view shows smalltalk's timers - a debugging tool.
[disclaimer:]
this is based on one of the oldest tools in the system, written in the early 90's.
It does in no way reflect the way GUIs are designed/written these days.
However, after all those years, they are still very very useful (and not found in many other systems)
copyrightCOPYRIGHT (c) 1997 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.
defaults
-
defaultLabel
-
menu specs
-
mainMenu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:TimerQueueMonitor andSelector:#mainMenu
(Menu new fromLiteralArrayEncoding:(TimerQueueMonitor mainMenu)) startUp
|
initialization
-
initialize
-
(comment from inherited method)
listView toggleSelect:true.
menu
-
browseAction
-
-
debugProcess
-
-
inspectProcess
-
-
inspectSemaphore
-
-
selectedEntriesDo: aBlock
-
-
statusMenu
-
return a popUpMenu
queries
-
numberOfHeadlines
-
updating
-
titleLine
-
TimeQueueMonitor open
-
updateList
-
update list of timeouts
-
updateStatus: newInfo
-
update status display of timeouts
|