FilenameComboBoxView.st
changeset 2110 3e7758a8ed6b
parent 2109 ef225ccb4d8c
child 3250 e016b4cd8e65
--- a/FilenameComboBoxView.st	Wed Jul 03 14:24:51 2002 +0200
+++ b/FilenameComboBoxView.st	Wed Jul 03 14:26:54 2002 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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.
+"
+
 "{ Package: 'stx:libwidg2' }"
 
 ComboBoxView subclass:#FilenameComboBoxView
@@ -7,6 +19,34 @@
 	category:'Views-Interactors'
 !
 
+!FilenameComboBoxView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+!
+
+documentation
+"
+    Like A ComboBoxView, but does fileNameCompletion when the Tab key is hit.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        ComboBoxView
+        FilenameEditField
+"
+! !
 
 !FilenameComboBoxView methodsFor:'initialization'!
 
@@ -17,5 +57,5 @@
 !FilenameComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameComboBoxView.st,v 1.1 2002-07-03 12:24:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameComboBoxView.st,v 1.2 2002-07-03 12:26:54 cg Exp $'
 ! !