UISpecificationTool.st
changeset 1495 d26c7d654003
parent 1473 3a437483e5fd
child 1505 1577ee65ddc7
equal deleted inserted replaced
1494:115ae5972b27 1495:d26c7d654003
   139 
   139 
   140 #beDefault
   140 #beDefault
   141 'Show a default (-return) bitmap after the label.'
   141 'Show a default (-return) bitmap after the label.'
   142 
   142 
   143 #beDependentOfRows
   143 #beDependentOfRows
   144 'Make the widget dependent on each row (ie rows send change messages).'
   144 'Make the widget dependent on each row (i.e. rows send change messages).'
   145 
   145 
   146 #booleanHolder
   146 #booleanHolder
   147 'Aspect selector or binding for a boolean holder which enables the widget.'
   147 'Aspect selector or binding for a boolean holder which enables the widget.'
   148 
   148 
   149 #booleanModel
   149 #booleanModel
   178 
   178 
   179 #clientHolder
   179 #clientHolder
   180 'Aspect selector or binding for a holder on the client application to be opened.'
   180 'Aspect selector or binding for a holder on the client application to be opened.'
   181 
   181 
   182 #clientKey
   182 #clientKey
   183 'Message send to the master application to return an application instance; Default: master application itself.'
   183 'Message sent to the master application to return an application instance; Default: master application itself.'
   184 
   184 
   185 #codeBaseHolder
   185 #codeBaseHolder
   186 '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.'
   186 '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.'
   187 
   187 
   188 #codeFileEntry
   188 #codeFileEntry
   226 
   226 
   227 #downAction
   227 #downAction
   228 'Name of the message sent to the application when the down(right)-button is pressed.'
   228 'Name of the message sent to the application when the down(right)-button is pressed.'
   229 
   229 
   230 #dragDisplayObjects
   230 #dragDisplayObjects
   231 'Message with one argument the DropSource, to get the list of Objects displayed during dragging'
   231 '1-arg (the dropSource) message, to get the list of Objects displayed during dragging'
   232 
   232 
   233 #dragDropObjects
   233 #dragDropObjects
   234 'Message with one argument the DropSource, to get the list of DropObjects'
   234 '1-arg (the dropSource) message, to get the list of DropObjects'
   235 
   235 
   236 #dragFeedBack
   236 #dragFeedBack
   237 'Optional Message with one argument, the DropContext, to give a feedBack of the finished operation'
   237 'Optional 1-arg (dropContext) message, to give feedBack of a finished drag operation'
   238 
   238 
   239 #dragStart
   239 #dragStart
   240 'Optional Message with two arguments, the DropSource and the view, called to start your own handler'
   240 'Optional 2-arg (dropSource and view) message, called to start your own drag handler'
   241 
   241 
   242 #dragStartArgument
   242 #dragStartArgument
   243 'Optional user defined argument stored in the DropSource'
   243 'Optional user defined argument stored in the DropSource'
   244 
   244 
   245 #drawBoxChannel
   245 #drawBoxChannel
   250 
   250 
   251 #dropArgument
   251 #dropArgument
   252 'Optional user defined argument stored in the DropTarget'
   252 'Optional user defined argument stored in the DropTarget'
   253 
   253 
   254 #dropCanCheck
   254 #dropCanCheck
   255 'Message with one argument, the DropContext, to asked if the context could be dropped'
   255 '1-arg (dropContext) message, to ask if drop is allowed'
   256 
   256 
   257 #dropEnter
   257 #dropEnter
   258 'Optional Message with one argument, the DropContext, send the first time when entering the widget'
   258 'Optional 1-arg (dropContext) message, sent when entering the widget'
   259 
   259 
   260 #dropLeave
   260 #dropLeave
   261 'Optional Message with one argument, the DropContext, send the last time when leaving the widget'
   261 'Optional 1-arg (dropContext) message, sent when leaving the widget'
   262 
   262 
   263 #dropOver
   263 #dropOver
   264 'Optional Message with one argument, the DropContext, send all the time when moveing over the widget'
   264 'Optional 1-arg (dropContext) message, sent while moving over the widget'
   265 
   265 
   266 #dropSelector
   266 #dropSelector
   267 'Message with one argument, the DropContext, to drop the collection of objects'
   267 '1-arg (dropContext) message, to drop the collection of DropObjects'
   268 
   268 
   269 #enableChannel
   269 #enableChannel
   270 'Aspect selector or binding for a boolean holder which enables the widget.'
   270 'Aspect selector or binding for a boolean holder which enables the widget.'
   271 
   271 
   272 #endMotionCallBack
   272 #endMotionCallBack