UIListEditor.st
changeset 2588 2b4338afd9d5
parent 2282 cc1eded4d84d
equal deleted inserted replaced
2587:81f38cd168a7 2588:2b4338afd9d5
       
     1 "
       
     2  COPYRIGHT (c) 2008 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
     2 
    13 
     3 SimpleDialog subclass:#UIListEditor
    14 SimpleDialog subclass:#UIListEditor
     4 	instanceVariableNames:'informationLabel listTextHolder useSymbolsHolder'
    15 	instanceVariableNames:'informationLabel listTextHolder useSymbolsHolder'
     5 	classVariableNames:''
    16 	classVariableNames:''
     6 	poolDictionaries:''
    17 	poolDictionaries:''
     7 	category:'Interface-UIPainter'
    18 	category:'Interface-UIPainter'
     8 !
    19 !
     9 
    20 
       
    21 !UIListEditor class methodsFor:'documentation'!
       
    22 
       
    23 copyright
       
    24 "
       
    25  COPYRIGHT (c) 2008 by eXept Software AG
       
    26               All Rights Reserved
       
    27 
       
    28  This software is furnished under a license and may be used
       
    29  only in accordance with the terms of that license and with the
       
    30  inclusion of the above copyright notice.   This software may not
       
    31  be provided or otherwise made available to, or used by, any
       
    32  other person.  No title to or ownership of the software is
       
    33  hereby transferred.
       
    34 "
       
    35 ! !
    10 
    36 
    11 !UIListEditor class methodsFor:'help specs'!
    37 !UIListEditor class methodsFor:'help specs'!
    12 
    38 
    13 helpSpec
    39 helpSpec
    14     "This resource specification was automatically generated
    40     "This resource specification was automatically generated
   171 
   197 
   172 !UIListEditor class methodsFor:'documentation'!
   198 !UIListEditor class methodsFor:'documentation'!
   173 
   199 
   174 version
   200 version
   175     ^ '$Header$'
   201     ^ '$Header$'
   176 ! !
   202 !
       
   203 
       
   204 version_CVS
       
   205     ^ '$Header$'
       
   206 ! !