class: ObjectView
authorClaus Gittinger <cg@exept.de>
Sat, 29 Nov 2014 14:11:32 +0100
changeset 5193 d583e6cc6b0f
parent 5192 1bbb6e28c971
child 5194 24c790b5d279
class: ObjectView comment/format in: #documentation
ObjectView.st
--- a/ObjectView.st	Fri Nov 28 16:41:42 2014 +0100
+++ b/ObjectView.st	Sat Nov 29 14:11:32 2014 +0100
@@ -42,8 +42,8 @@
 documentation
 "
     a View which can hold DisplayObjects, can make selections, move them around etc.
-    ObjectView is an abstract class providing common mechanisms (i.e. a blackBox framework,
-    to be used by concrete subclasses).
+    ObjectView is an abstract class providing common mechanisms 
+    (i.e. a whiteBox framework, to be used by concrete subclasses).
     Actual instances are DrawView, DirectoryView, LogicView or DocumentView.
 
     If you want to use this class, have a special look at the pluggable behavior, especially,
@@ -3532,10 +3532,10 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.143 2014-04-03 14:36:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.144 2014-11-29 13:11:32 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.143 2014-04-03 14:36:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.144 2014-11-29 13:11:32 cg Exp $'
 ! !