UISpecificationTool.st
changeset 1414 1c2b4909ba3a
parent 1401 f125c85f21e2
child 1473 3a437483e5fd
equal deleted inserted replaced
1413:5c00c266107e 1414:1c2b4909ba3a
   210 'Aspect selector or binding for a holder on the double-clicked item.'
   210 'Aspect selector or binding for a holder on the double-clicked item.'
   211 
   211 
   212 #defaultLabel
   212 #defaultLabel
   213 'Default label (used, if nothing selected).'
   213 'Default label (used, if nothing selected).'
   214 
   214 
       
   215 #documentText
       
   216 'Aspect selector or binding for a holder of the html document itself.'
       
   217 
   215 #documentURL
   218 #documentURL
   216 'Aspect selector or binding for a holder of the URL of the document.'
   219 'Aspect selector or binding for a holder of the URL of the document.'
   217 
   220 
   218 #documentText
       
   219 'Aspect selector or binding for a holder of the html document itself.'
       
   220 
       
   221 #doubleClickSelector
   221 #doubleClickSelector
   222 'Message sent to the application upon double click.'
   222 'Message sent to the application upon double click.'
   223 
   223 
   224 #downAction
   224 #downAction
   225 'Name of the message sent to the application when the down(right)-button is pressed.'
   225 'Name of the message sent to the application when the down(right)-button is pressed.'
   324 'range step y'
   324 'range step y'
   325 
   325 
   326 #handlePosition
   326 #handlePosition
   327 'The postion of the handle (Default means: as specified by viewStyle).'
   327 'The postion of the handle (Default means: as specified by viewStyle).'
   328 
   328 
       
   329 #has3Dseparators
       
   330 'Enable 3D-look row/column separators.'
       
   331 
       
   332 #hasBorder
       
   333 'Draw a border around the widget - ignored in 3D view styles (ST80 compatibility).'
       
   334 
       
   335 #hierarchicalList
       
   336 'Aspect selector or binding for a root item holder.'
       
   337 
       
   338 #hierarchicalListButton
       
   339 'Opens a Hierarchical List Editor on the application class and the defined selector.'
       
   340 
       
   341 #highlightMode
       
   342 'Defines how selected items are highlighted'
       
   343 
       
   344 #horizontalLayout
       
   345 'Defines how sub components are arranged horizontally.'
       
   346 
       
   347 #horizontalMiniScroller
       
   348 'Use a mini-scroller as horizontal scrollbar.'
       
   349 
       
   350 #horizontalScroller
       
   351 'Enable horizontal scrollability.'
       
   352 
       
   353 #horizontalSpace
       
   354 'Horizontal space between sub components (in pixels).'
       
   355 
       
   356 #id
       
   357 'Unique symbolic name (ID) of the widget.'
       
   358 
       
   359 #indicatorClickSelector
       
   360 'Message sent to the application upon indicator click'
       
   361 
       
   362 #initiallyDisabled
       
   363 'Widget is initially disabled.'
       
   364 
       
   365 #initiallyInvisible
       
   366 'Widget is initially invisible.'
       
   367 
       
   368 #inputFieldGroup
       
   369 'Unique symbolic name (ID) for the group of the entry field.'
       
   370 
       
   371 #isMultiSelect
       
   372 'Enable/disable multiple selections.'
       
   373 
       
   374 #isOpaque
       
   375 'If on, the widget is displayed opaque; if off, its transparent.'
       
   376 
       
   377 #isTriggerOnDown
       
   378 'If on, the button triggers its action when pressed. If off, it triggers on release.'
       
   379 
       
   380 #itemChildrenSelector
       
   381 'Method in the application to return a block retrieveing nodes (lazy) children.'
       
   382 
       
   383 #itemContentsSelector
       
   384 'Method in the application to return a block retrieveing a nodes (lazy) contents.'
       
   385 
       
   386 #itemIconSelector
       
   387 'Method in the application to return a block retrieveing nodes (lazy) icon.'
       
   388 
       
   389 #itemLabelSelector
       
   390 'Method in the application to return a block retrieveing nodes (lazy) label.'
       
   391 
       
   392 #keepCanvasAlive
       
   393 'If on, the view is unmapped when switching; otherwise, its destroyed.'
       
   394 
       
   395 #keyboardStep
       
   396 'Defines the step used with cursor keys.'
       
   397 
       
   398 #label
       
   399 'The label of the widget.'
       
   400 
       
   401 #labelAlignment
       
   402 'Specifies how the labels logo is positioned within the Label.'
       
   403 
       
   404 #labelChannel
       
   405 'Aspect selector or binding for a labelString holder.'
       
   406 
       
   407 #labelIsImage
       
   408 'Label is actually the selector if a message providing an image-label.'
       
   409 
       
   410 #labelPositionList
       
   411 'Defines the position of the label.'
       
   412 
       
   413 #lampColor
       
   414 'Defines the lamps color.'
       
   415 
       
   416 #level
       
   417 'Level of the 3D-border (in pixels); Take widgets default, if left empty.'
       
   418 
       
   419 #listHolder
       
   420 'Aspect selector or binding for the list holder.'
       
   421 
       
   422 #majorKey
       
   423 'Name of the class which provides the window spec. If empty, the application itself is used.'
       
   424 
       
   425 #maxChars
       
   426 'Maximum number of characters in the field.'
       
   427 
       
   428 #maxSize
       
   429 'Those two fields specify the windows maximum size. The user will not be allowed to resize it to a larger size.'
       
   430 
       
   431 #maxValue
       
   432 'An optional maximum value (if fieldType = numberInRange)'
       
   433 
       
   434 #maxXField
       
   435 'The maximum width of the applications topWindow.'
       
   436 
       
   437 #maxYField
       
   438 'The maximum height of the applications topWindow.'
       
   439 
       
   440 #menuButton
       
   441 'Open a Menu Editor on the menu.'
       
   442 
       
   443 #menuId
       
   444 'Aspect selector or binding providing the menu spec.'
       
   445 
       
   446 #menuPerformer
       
   447 'Aspect selector or binding providing the receiver of menu messages.'
       
   448 
       
   449 #middleButtonPressed
       
   450 'Name of the message sent to the application when the middle button is pressed.'
       
   451 
       
   452 #minValue
       
   453 'An optional minimum value (if fieldType = numberInRange)'
       
   454 
       
   455 #minXField
       
   456 'The minimum width of the applications topWindow.'
       
   457 
       
   458 #minYField
       
   459 'The minimum height of the applications topWindow.'
       
   460 
       
   461 #minorKey
       
   462 'Message sent to the class which returns the window specification (default: windowSpec).'
       
   463 
       
   464 #model
       
   465 'Aspect selector or binding providing the model of the widget.'
       
   466 
       
   467 #modifiedChannel
       
   468 'Aspect selector or binding for a holder for the modified-flag.'
       
   469 
       
   470 #monitoring
       
   471 'Enable automatic update whenever the directory is modified.'
       
   472 
       
   473 #monitoringDelayTime
       
   474 'Time in seconds between updates (if monitoring is enabled).'
       
   475 
       
   476 #moveSelectedRow
       
   477 'Enable/disable automatic movement of the row containing the selected tab item.'
       
   478 
       
   479 #oneTabPerLine
       
   480 'Arrange tabs vertically, with only one tab item per row.'
       
   481 
       
   482 #openSubSpecGuiHelp
       
   483 'Opens a GUI Builder on the defined class and selector.'
       
   484 
       
   485 #orientation
       
   486 'Defines the orientation (horizontal or vertical).'
       
   487 
       
   488 #paramAdd
       
   489 'Adds a name-value pair to the appletParameter collection.'
       
   490 
       
   491 #paramList
       
   492 'Lists defined parameters.'
       
   493 
       
   494 #paramNameField
       
   495 'The name of the appletParameter.'
       
   496 
       
   497 #paramRemove
       
   498 'Removes that appletParameter.'
       
   499 
       
   500 #paramValueField
       
   501 'The value of the appletParameter.'
       
   502 
       
   503 #postBuildChannel
       
   504 'Callback to application; invoked after creation of this widget.'
       
   505 
       
   506 #progressValueHolder
       
   507 'Aspect selector or binding for a holder on the indicators value.'
       
   508 
       
   509 #radioButtonGroup
       
   510 'Aspect selector or binding providing the radioButton group-model.'
       
   511 
       
   512 #radioButtonValue
       
   513 'Value passed to the radioButton group-model.'
       
   514 
       
   515 #readOnly
       
   516 'Make the contents be readOnly.'
       
   517 
       
   518 #regionType
       
   519 'Defines the shape of the widget.'
       
   520 
       
   521 #resizeForLabel
       
   522 'Enable/disable automatic resize after a label change.'
       
   523 
       
   524 #resourceSelector
       
   525 'Message sent to the application to get a Directory of keys and icons to register on the device'
       
   526 
       
   527 #returnIsOKInDialog
       
   528 'If on, and the window is opened modal, the Return/Enter-Key acts like an Accept-action'
       
   529 
       
   530 #rowIfAbsent
       
   531 'Name of the message sent to the application when an empty list entry is detected.'
       
   532 
       
   533 #scrollerValueHolder
       
   534 'Aspect selector or binding for a holder on the scrollers value.'
       
   535 
       
   536 #selectConditionSelector
       
   537 'Message sent to the application to validate a selection (not selectable if false is returned).'
       
   538 
       
   539 #selectRowOnDefault
       
   540 'Select whole row, if unselectable column is selected.'
       
   541 
       
   542 #selectionHolder
       
   543 'Aspect selector or binding for a holder on the selection.'
       
   544 
       
   545 #setMaxExtent
       
   546 'Pick the maximum extent from the canvases current extent.'
       
   547 
       
   548 #setMinExtent
       
   549 'Pick the minimum extent from the canvases current extent.'
       
   550 
       
   551 #showBox
       
   552 'Display a bounding box.'
       
   553 
       
   554 #showDirectoryIndicator
       
   555 'Show/hide directory indicators for non-empty directories.'
       
   556 
       
   557 #showDirectoryIndicatorForRoot
       
   558 'Show/hide the directory indicator for the root item.'
       
   559 
       
   560 #showHandle
       
   561 'Show resize-handles (Default means: as specified by viewStyle).'
       
   562 
       
   563 #showLabels
       
   564 'Show/hide column labels.'
       
   565 
       
   566 #showLamp
       
   567 'Show/hide the colored lamp.'
       
   568 
       
   569 #showLines
       
   570 'Show/hide connecting lines between tree items.'
       
   571 
       
   572 #showNormals
       
   573 'Display normals.'
       
   574 
       
   575 #showPercentage
       
   576 'Show/hide the percentage display.'
       
   577 
       
   578 #showRoot
       
   579 'Show/hide the root item.'
       
   580 
       
   581 #showSeparatingLines
       
   582 'Show/hide separated lines.'
       
   583 
       
   584 #sizeAsDefault
       
   585 'Size the widget to include space for the default-(return) bitmap.'
       
   586 
       
   587 #sliderValueHolder
       
   588 'Aspect selector or binding for a holder on the sliders value.'
       
   589 
   329 #snapMode
   590 #snapMode
   330 'Show a quick-resize snap handle'
   591 'Show a quick-resize snap handle'
   331 
       
   332 #has3Dseparators
       
   333 'Enable 3D-look row/column separators.'
       
   334 
       
   335 #hasBorder
       
   336 'Draw a border around the widget - ignored in 3D view styles (ST80 compatibility).'
       
   337 
       
   338 #hierarchicalList
       
   339 'Aspect selector or binding for a root item holder.'
       
   340 
       
   341 #hierarchicalListButton
       
   342 'Opens a Hierarchical List Editor on the application class and the defined selector.'
       
   343 
       
   344 #highlightMode
       
   345 'Defines how selected items are highlighted'
       
   346 
       
   347 #horizontalLayout
       
   348 'Defines how sub components are arranged horizontally.'
       
   349 
       
   350 #horizontalMiniScroller
       
   351 'Use a mini-scroller as horizontal scrollbar.'
       
   352 
       
   353 #horizontalScroller
       
   354 'Enable horizontal scrollability.'
       
   355 
       
   356 #horizontalSpace
       
   357 'Horizontal space between sub components (in pixels).'
       
   358 
       
   359 #id
       
   360 'Unique symbolic name (ID) of the widget.'
       
   361 
       
   362 #initiallyDisabled
       
   363 'Widget is initially disabled.'
       
   364 
       
   365 #initiallyInvisible
       
   366 'Widget is initially invisible.'
       
   367 
       
   368 #inputFieldGroup
       
   369 'Unique symbolic name (ID) for the group of the entry field.'
       
   370 
       
   371 #isMultiSelect
       
   372 'Enable/disable multiple selections.'
       
   373 
       
   374 #isOpaque
       
   375 'If on, the widget is displayed opaque; if off, its transparent.'
       
   376 
       
   377 #isTriggerOnDown
       
   378 'If on, the button triggers its action when pressed. If off, it triggers on release.'
       
   379 
       
   380 #itemChildrenSelector
       
   381 'Method in the application to return a block retrieveing nodes (lazy) children.'
       
   382 
       
   383 #itemContentsSelector
       
   384 'Method in the application to return a block retrieveing a nodes (lazy) contents.'
       
   385 
       
   386 #itemIconSelector
       
   387 'Method in the application to return a block retrieveing nodes (lazy) icon.'
       
   388 
       
   389 #itemLabelSelector
       
   390 'Method in the application to return a block retrieveing nodes (lazy) label.'
       
   391 
       
   392 #keepCanvasAlive
       
   393 'If on, the view is unmapped when switching; otherwise, its destroyed.'
       
   394 
       
   395 #keyboardStep
       
   396 'Defines the step used with cursor keys.'
       
   397 
       
   398 #label
       
   399 'The label of the widget.'
       
   400 
       
   401 #labelAlignment
       
   402 'Specifies how the labels logo is positioned within the Label.'
       
   403 
       
   404 #labelChannel
       
   405 'Aspect selector or binding for a labelString holder.'
       
   406 
       
   407 #labelIsImage
       
   408 'Label is actually the selector if a message providing an image-label.'
       
   409 
       
   410 #labelPositionList
       
   411 'Defines the position of the label.'
       
   412 
       
   413 #lampColor
       
   414 'Defines the lamps color.'
       
   415 
       
   416 #level
       
   417 'Level of the 3D-border (in pixels); Take widgets default, if left empty.'
       
   418 
       
   419 #listHolder
       
   420 'Aspect selector or binding for the list holder.'
       
   421 
       
   422 #majorKey
       
   423 'Name of the class which provides the window spec. If empty, the application itself is used.'
       
   424 
       
   425 #maxChars
       
   426 'Maximum number of characters in the field.'
       
   427 
       
   428 #maxSize
       
   429 'Those two fields specify the windows maximum size. The user will not be allowed to resize it to a larger size.'
       
   430 
       
   431 #maxValue
       
   432 'An optional maximum value (if fieldType = numberInRange)'
       
   433 
       
   434 #maxXField
       
   435 'The maximum width of the applications topWindow.'
       
   436 
       
   437 #maxYField
       
   438 'The maximum height of the applications topWindow.'
       
   439 
       
   440 #menuButton
       
   441 'Open a Menu Editor on the menu.'
       
   442 
       
   443 #menuId
       
   444 'Aspect selector or binding providing the menu spec.'
       
   445 
       
   446 #menuPerformer
       
   447 'Aspect selector or binding providing the receiver of menu messages.'
       
   448 
       
   449 #middleButtonPressed
       
   450 'Name of the message sent to the application when the middle button is pressed.'
       
   451 
       
   452 #minValue
       
   453 'An optional minimum value (if fieldType = numberInRange)'
       
   454 
       
   455 #minXField
       
   456 'The minimum width of the applications topWindow.'
       
   457 
       
   458 #minYField
       
   459 'The minimum height of the applications topWindow.'
       
   460 
       
   461 #minorKey
       
   462 'Message sent to the class which returns the window specification (default: windowSpec).'
       
   463 
       
   464 #model
       
   465 'Aspect selector or binding providing the model of the widget.'
       
   466 
       
   467 #modifiedChannel
       
   468 'Aspect selector or binding for a holder for the modified-flag.'
       
   469 
       
   470 #monitoring
       
   471 'Enable automatic update whenever the directory is modified.'
       
   472 
       
   473 #monitoringDelayTime
       
   474 'Time in seconds between updates (if monitoring is enabled).'
       
   475 
       
   476 #moveSelectedRow
       
   477 'Enable/disable automatic movement of the row containing the selected tab item.'
       
   478 
       
   479 #oneTabPerLine
       
   480 'Arrange tabs vertically, with only one tab item per row.'
       
   481 
       
   482 #openSubSpecGuiHelp
       
   483 'Opens a GUI Builder on the defined class and selector.'
       
   484 
       
   485 #orientation
       
   486 'Defines the orientation (horizontal or vertical).'
       
   487 
       
   488 #paramAdd
       
   489 'Adds a name-value pair to the appletParameter collection.'
       
   490 
       
   491 #paramList
       
   492 'Lists defined parameters.'
       
   493 
       
   494 #paramNameField
       
   495 'The name of the appletParameter.'
       
   496 
       
   497 #paramRemove
       
   498 'Removes that appletParameter.'
       
   499 
       
   500 #paramValueField
       
   501 'The value of the appletParameter.'
       
   502 
       
   503 #postBuildChannel
       
   504 'Callback to application; invoked after creation of this widget.'
       
   505 
       
   506 #progressValueHolder
       
   507 'Aspect selector or binding for a holder on the indicators value.'
       
   508 
       
   509 #radioButtonGroup
       
   510 'Aspect selector or binding providing the radioButton group-model.'
       
   511 
       
   512 #radioButtonValue
       
   513 'Value passed to the radioButton group-model.'
       
   514 
       
   515 #readOnly
       
   516 'Make the contents be readOnly.'
       
   517 
       
   518 #regionType
       
   519 'Defines the shape of the widget.'
       
   520 
       
   521 #resizeForLabel
       
   522 'Enable/disable automatic resize after a label change.'
       
   523 
       
   524 #returnIsOKInDialog
       
   525 'If on, and the window is opened modal, the Return/Enter-Key acts like an Accept-action'
       
   526 
       
   527 #rowIfAbsent
       
   528 'Name of the message sent to the application when an empty list entry is detected.'
       
   529 
       
   530 #scrollerValueHolder
       
   531 'Aspect selector or binding for a holder on the scrollers value.'
       
   532 
       
   533 #selectConditionSelector
       
   534 'Message sent to the application to validate a selection (not selectable if false is returned).'
       
   535 
       
   536 #selectRowOnDefault
       
   537 'Select whole row, if unselectable column is selected.'
       
   538 
       
   539 #selectionHolder
       
   540 'Aspect selector or binding for a holder on the selection.'
       
   541 
       
   542 #setMaxExtent
       
   543 'Pick the maximum extent from the canvases current extent.'
       
   544 
       
   545 #setMinExtent
       
   546 'Pick the minimum extent from the canvases current extent.'
       
   547 
       
   548 #showBox
       
   549 'Display a bounding box.'
       
   550 
       
   551 #showDirectoryIndicator
       
   552 'Show/hide directory indicators for non-empty directories.'
       
   553 
       
   554 #showDirectoryIndicatorForRoot
       
   555 'Show/hide the directory indicator for the root item.'
       
   556 
       
   557 #showHandle
       
   558 'Show resize-handles (Default means: as specified by viewStyle).'
       
   559 
       
   560 #showLabels
       
   561 'Show/hide column labels.'
       
   562 
       
   563 #showLamp
       
   564 'Show/hide the colored lamp.'
       
   565 
       
   566 #showLines
       
   567 'Show/hide connecting lines between tree items.'
       
   568 
       
   569 #showNormals
       
   570 'Display normals.'
       
   571 
       
   572 #showPercentage
       
   573 'Show/hide the percentage display.'
       
   574 
       
   575 #showRoot
       
   576 'Show/hide the root item.'
       
   577 
       
   578 #showSeparatingLines
       
   579 'Show/hide separated lines.'
       
   580 
       
   581 #sizeAsDefault
       
   582 'Size the widget to include space for the default-(return) bitmap.'
       
   583 
       
   584 #sliderValueHolder
       
   585 'Aspect selector or binding for a holder on the sliders value.'
       
   586 
   592 
   587 #specHolder
   593 #specHolder
   588 'Aspect selector or binding for holding the selector returning a window specification.'
   594 'Aspect selector or binding for holding the selector returning a window specification.'
   589 
   595 
   590 #start
   596 #start