Tools__BrowserListWithFilter.st
branchjv
changeset 12128 a7ff7d66ee85
parent 12125 0c49a3b13e43
child 12146 80af7eef372f
equal deleted inserted replaced
12127:2cd2752646a7 12128:a7ff7d66ee85
       
     1 "
       
     2  COPYRIGHT (c) 2006 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:libtool' }"
    12 "{ Package: 'stx:libtool' }"
     2 
    13 
     3 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
     4 
    15 
     5 BrowserList subclass:#BrowserListWithFilter
    16 BrowserList subclass:#BrowserListWithFilter
     8 	poolDictionaries:''
    19 	poolDictionaries:''
     9 	category:'Interface-Browsers-New'
    20 	category:'Interface-Browsers-New'
    10 !
    21 !
    11 
    22 
    12 !BrowserListWithFilter class methodsFor:'documentation'!
    23 !BrowserListWithFilter class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 2006 by eXept Software AG
       
    28               All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 !
    13 
    38 
    14 documentation
    39 documentation
    15 "
    40 "
    16     Abstract superclass for a browser list with user filter.
    41     Abstract superclass for a browser list with user filter.
    17     Currently used only ChangeList and ChangeSetDiffList, but
    42     Currently used only ChangeList and ChangeSetDiffList, but
   190 ! !
   215 ! !
   191 
   216 
   192 !BrowserListWithFilter class methodsFor:'documentation'!
   217 !BrowserListWithFilter class methodsFor:'documentation'!
   193 
   218 
   194 version
   219 version
   195     ^ '$Header: /cvs/stx/stx/libtool/Tools__BrowserListWithFilter.st,v 1.3 2011/12/01 10:53:42 vrany Exp $'
   220     ^ '$Id: Tools__BrowserListWithFilter.st 7854 2012-01-30 17:49:41Z vranyj1 $'
   196 !
   221 !
   197 
   222 
   198 version_CVS
   223 version_CVS
   199     ^ '§Header: /cvs/stx/stx/libtool/Tools__BrowserListWithFilter.st,v 1.3 2011/12/01 10:53:42 vrany Exp §'
   224     ^ '§Header: /cvs/stx/stx/libtool/Tools__BrowserListWithFilter.st,v 1.3 2011/12/01 10:53:42 vrany Exp §'
   200 ! !
   225 !
       
   226 
       
   227 version_SVN
       
   228     ^ '$Id: Tools__BrowserListWithFilter.st 7854 2012-01-30 17:49:41Z vranyj1 $'
       
   229 ! !