DirectoryView.st
changeset 2351 ac44cbdf95c7
parent 2101 11e04dde2975
child 2439 9f6c2575f2b1
equal deleted inserted replaced
2350:3421f548e14a 2351:ac44cbdf95c7
     7  inclusion of the above copyright notice. This software may not
     7  inclusion of the above copyright notice. This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person. No title to or ownership of the software is
     9  other person. No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 
       
    14 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
    15 
    13 
    16 ApplicationModel subclass:#DirectoryView
    14 ApplicationModel subclass:#DirectoryView
    17 	instanceVariableNames:'directory selectedFileFilter readTask monitoring
    15 	instanceVariableNames:'directory selectedFileFilter readTask monitoring
    18 		monitoringTimeBlock fileDoubleClickAction fileSelectAction
    16 		monitoringTimeBlock fileDoubleClickAction fileSelectAction
    47 
    45 
    48 !
    46 !
    49 
    47 
    50 documentation
    48 documentation
    51 "
    49 "
    52     documentation to be added.
    50     this is somewhat outdated. However, it is still used by the image editor and
       
    51     some other resource editors.
       
    52     It has the advantage of showing the file-contents...
       
    53     ...but the disabdvantage of having an ugly layout and user interface.
    53 
    54 
    54     [author:]
    55     [author:]
    55         Thomas Zwick
    56         Thomas Zwick
    56 "
    57 "
    57 ! !
    58 ! !