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.13 date: 2021/01/20 15:01:34
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.

copyright

COPYRIGHT (c) 1999 by eXept Software AG 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:

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Tue, 22 Oct 2024 14:26:42 GMT