eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Utilities':

Home

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

Class: Utilities


Inheritance:

   Object
   |
   +--Utilities

Package:
stx:libcompat
Category:
Compatibility-Squeak
Version:
rev: 1.12 date: 2017/01/28 00:00:05
user: cg
file: Utilities.st directory: libcompat
module: stx stc-classLibrary: libcompat

Description:


DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:

This is a dummy, mimicry class to allow some squeak code to be filed in.
Its protocol is neither complete, nor fully compatible with the corresponding
squeak original class.


Class protocol:

misc
o  bringFlapsToFront

o  currentWorld

o  informUser: someMessage during: aBlock
Utilities informUser:'wait two seconds' during:[Delay waitForSeconds:2]

o  keyLike: aString satisfying: aBlock
Return a key like aString that satisfies aBlock. The block should provide a test for acceptability -- typically the test is about whether the key is already in use. aBlock should return a boolean. 8/11/96 sw

miscellaneous
o  getterSelectorFor: aName
Utilities getterSelectorFor: #elvis



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 22:59:34 GMT