ObjectView.st
changeset 2653 441d15cf7fba
parent 2635 7698ab17b146
child 2658 1d3f90424bcf
--- a/ObjectView.st	Wed Oct 30 14:46:21 2002 +0100
+++ b/ObjectView.st	Thu Oct 31 13:22:50 2002 +0100
@@ -43,8 +43,12 @@
 documentation
 "
     a View which can hold DisplayObjects, can make selections, move them around etc.
-    this is an abstract class providing common mechanisms - actual instances are
-    DrawView, DirectoryView, LogicView or DocumentView.
+    ObjectView is an abstract class providing common mechanisms (i.e. a blackBox 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,
+    pressAction, releaseAction etc.:
 
     [Instance variables:]
 
@@ -3249,5 +3253,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.91 2002-10-14 15:47:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.92 2002-10-31 12:22:50 cg Exp $'
 ! !