UISpecificationTool.st
changeset 1386 5b562fd44e68
parent 1364 c931ea91276c
child 1401 f125c85f21e2
equal deleted inserted replaced
1385:cbe7e7763105 1386:5b562fd44e68
    11 "
    11 "
    12 
    12 
    13 
    13 
    14 
    14 
    15 
    15 
       
    16 "{ Package: 'stx:libtool2' }"
       
    17 
    16 ApplicationModel subclass:#UISpecificationTool
    18 ApplicationModel subclass:#UISpecificationTool
    17 	instanceVariableNames:'modifiedHolder aspects specification selection specChannel
    19 	instanceVariableNames:'modifiedHolder aspects specification selection specChannel
    18 		buildInView listOfSpecViews'
    20 		buildInView listOfSpecViews'
    19 	classVariableNames:''
    21 	classVariableNames:''
    20 	poolDictionaries:''
    22 	poolDictionaries:''
   205 'Aspect selector or binding for a holder on the double-clicked item.'
   207 'Aspect selector or binding for a holder on the double-clicked item.'
   206 
   208 
   207 #defaultLabel
   209 #defaultLabel
   208 'Default label (used, if nothing selected).'
   210 'Default label (used, if nothing selected).'
   209 
   211 
   210 #document
   212 #documentURL
   211 'Aspect selector or binding for a holder of the URL of the document.'
   213 'Aspect selector or binding for a holder of the URL of the document.'
       
   214 
       
   215 #documentText
       
   216 'Aspect selector or binding for a holder of the html document itself.'
   212 
   217 
   213 #doubleClickSelector
   218 #doubleClickSelector
   214 'Message sent to the application upon double click.'
   219 'Message sent to the application upon double click.'
   215 
   220 
   216 #downAction
   221 #downAction