UISpecificationTool.st
changeset 1364 c931ea91276c
parent 1359 ea946edbf5fb
child 1386 5b562fd44e68
equal deleted inserted replaced
1363:0a7e7a1ade85 1364:c931ea91276c
   170 
   170 
   171 #clientHolder
   171 #clientHolder
   172 'Aspect selector or binding for a holder on the client application to be opened.'
   172 'Aspect selector or binding for a holder on the client application to be opened.'
   173 
   173 
   174 #clientKey
   174 #clientKey
   175 'Name of the message which returns an application. By default the application itself is used.'
   175 'Message send to the master application to return an application instance; Default: master application itself.'
   176 
   176 
   177 #codeBaseHolder
   177 #codeBaseHolder
   178 'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\     file:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\     http:/<host>/<relativePath>\ where relativePath is the path relative to the http''s top diretory on that host.'
   178 'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\     file:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\     http:/<host>/<relativePath>\ where relativePath is the path relative to the http''s top diretory on that host.'
   179 
   179 
   180 #codeFileEntry
   180 #codeFileEntry
   194 
   194 
   195 #converter
   195 #converter
   196 'Method in the application returning a typeconverter.'
   196 'Method in the application returning a typeconverter.'
   197 
   197 
   198 #createNewApplication
   198 #createNewApplication
   199 'Create a new appModel instance for the subCanvas (clientKey & holder must be empty).'
   199 'Create a new appModel instance for the subCanvas (Client & clientHolder must be empty).'
   200 
   200 
   201 #createNewBuilder
   201 #createNewBuilder
   202 'Create a new builder instance for the subCanvas (subAp will use its own aspects).'
   202 'Create a new builder instance for the subCanvas (subApp will use its own aspects).'
   203 
   203 
   204 #dblClickChannel
   204 #dblClickChannel
   205 'Aspect selector or binding for a holder on the double-clicked item.'
   205 'Aspect selector or binding for a holder on the double-clicked item.'
   206 
   206 
   207 #defaultLabel
   207 #defaultLabel
   443 
   443 
   444 #minYField
   444 #minYField
   445 'The minimum height of the applications topWindow.'
   445 'The minimum height of the applications topWindow.'
   446 
   446 
   447 #minorKey
   447 #minorKey
   448 'Name of the message sent to the application returning the window specification.'
   448 'Message sent to the class which returns the window specification (default: windowSpec).'
   449 
   449 
   450 #model
   450 #model
   451 'Aspect selector or binding providing the model of the widget.'
   451 'Aspect selector or binding providing the model of the widget.'
   452 
   452 
   453 #modifiedChannel
   453 #modifiedChannel
   671 
   671 
   672 #zTransChannel
   672 #zTransChannel
   673 'Aspect providing z-Translation value.'
   673 'Aspect providing z-Translation value.'
   674 
   674 
   675 )
   675 )
   676 
       
   677     "Modified: / 10.2.2000 / 00:57:17 / cg"
       
   678 ! !
   676 ! !
   679 
   677 
   680 !UISpecificationTool class methodsFor:'interface specs'!
   678 !UISpecificationTool class methodsFor:'interface specs'!
   681 
   679 
   682 windowSpec
   680 windowSpec