Tools_ClassGeneratorList.st
changeset 6179 182d948dcf05
parent 5592 d9730a8d7c52
child 6653 345866c91fec
equal deleted inserted replaced
6178:2944e95c6eda 6179:182d948dcf05
       
     1 "
       
     2  COPYRIGHT (c) 2004 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 "
       
    12 
     1 "{ Package: 'stx:libtool' }"
    13 "{ Package: 'stx:libtool' }"
     2 
    14 
     3 "{ NameSpace: Tools }"
    15 "{ NameSpace: Tools }"
     4 
    16 
     5 BrowserList subclass:#ClassGeneratorList
    17 BrowserList subclass:#ClassGeneratorList
    10 	poolDictionaries:''
    22 	poolDictionaries:''
    11 	category:'Interface-Browsers-New'
    23 	category:'Interface-Browsers-New'
    12 !
    24 !
    13 
    25 
    14 !ClassGeneratorList class methodsFor:'documentation'!
    26 !ClassGeneratorList class methodsFor:'documentation'!
       
    27 
       
    28 copyright
       
    29 "
       
    30  COPYRIGHT (c) 2004 by eXept Software AG
       
    31               All Rights Reserved
       
    32 
       
    33  This software is furnished under a license and may be used
       
    34  only in accordance with the terms of that license and with the
       
    35  inclusion of the above copyright notice.   This software may not
       
    36  be provided or otherwise made available to, or used by, any
       
    37  other person.  No title to or ownership of the software is
       
    38  hereby transferred.
       
    39 "
       
    40 !
    15 
    41 
    16 documentation
    42 documentation
    17 "
    43 "
    18     embeddable application displaying the class-categories.
    44     embeddable application displaying the class-categories.
    19     Provides an outputGenerator, which enumerates the classes in
    45     Provides an outputGenerator, which enumerates the classes in
   515 ! !
   541 ! !
   516 
   542 
   517 !ClassGeneratorList class methodsFor:'documentation'!
   543 !ClassGeneratorList class methodsFor:'documentation'!
   518 
   544 
   519 version
   545 version
   520     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassGeneratorList.st,v 1.2 2004-02-26 19:03:55 cg Exp $'
   546     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassGeneratorList.st,v 1.3 2005-02-02 11:03:15 cg Exp $'
   521 ! !
   547 ! !