changed: #flyByHelpSpec
authorClaus Gittinger <cg@exept.de>
Thu, 09 Aug 2012 11:01:12 +0200
changeset 2903 8470507f8cd8
parent 2902 2a7a9d68d16c
child 2904 bd6cacbab203
changed: #flyByHelpSpec
DataSetBuilder.st
--- a/DataSetBuilder.st	Thu Aug 09 10:59:40 2012 +0200
+++ b/DataSetBuilder.st	Thu Aug 09 11:01:12 2012 +0200
@@ -206,61 +206,61 @@
     ^ super helpSpec addPairsFrom:#(
 
 #addColumn
-'Adds a new column.'
+'Adds a new colum'
 
 #addNonSelectableColumn
-'Adds a new non-selectable column.'
+'Adds a new non-selectable column'
 
 #basicsEditor
-'Default widget type or a selector returning an instance of a user defined widget opened in the cell.'
+'Default widget type or a selector returning an instance of a user defined widget opened in the cell'
 
 #basicsFont
-'Sets the font of the labeled text.'
+'Sets the font of the labeled text'
 
 #basicsJustification
-'Aligns the label to the left, right, or center in the cell.'
+'Aligns the label to the left, right, or center in the cell'
 
 #basicsJustificationEditor
-'Aligns the column editor to the left, right, or center in the cell.'
+'Aligns the column editor to the left, right, or center in the cell'
 
 #basicsLabel
-'The label of the column, a String or an array of Strings.'
+'The label of the column, a String or an array of Strings'
 
 #basicsLabelId
-'Unique identifier of the column (optional).'
+'Unique identifier of the column (optional)'
 
 #basicsLabelIsImage
-'Label is actually the selector of a message providing an image-label.'
+'Label is actually the selector of a message providing an image-label'
 
 #basicsLabelTranslate
-'Translate the label via the resource mechanism to a national language string.'
+'Translate the label via the resource mechanism to a national language string'
 
 #basicsRenderer
-'Specifies displaying cell as Text, CheckToggle, ComboBox, ComboList or as a RowSelector.'
+'Specifies displaying cell as Text, CheckToggle, ComboBox, ComboList or as a RowSelector'
 
 #browseRowClass
 'Open a browser on the row class'
 
 #colorsBackgroundCellColor
-'The background color of the cell.'
+'The background color of the cell'
 
 #colorsBackgroundLabelColor
-'The background color of the label.'
+'The background color of the label'
 
 #colorsBackgroundSelector
-'Optional selector returning the background color for the cell (with optional row/column args).'
+'Optional selector returning the background color for the cell (with optional row/column args)'
 
 #colorsForegroundCellColor
-'The foreground color of the cell (with optional row/column args).'
+'The foreground color of the cell (with optional row/column args)'
 
 #colorsForegroundLabelColor
-'The foreground color of the label.'
+'The foreground color of the label'
 
 #colorsForegroundSelector
-'Optional selector returning the foreground color for a cell.'
+'Optional selector returning the foreground color for a cell'
 
 #converterSelector
-'Selector returning a TypeConverter on the model the argument or nil.'
+'Selector returning a TypeConverter on the model the argument or nil'
 
 #fileLoad
 'Specify class/selector and edit that column description'
@@ -275,58 +275,58 @@
 'Specify class/selector and install the column description'
 
 #formatFormatSelector
-'Selector sent to the row to get the format string.'
+'Selector sent to the row to get the format string'
 
 #formatInputType
-'A type converter symbol used by the input field.'
+'A type converter symbol used by the input field'
 
 #formatMaxSize
-'Maximum size of the string which can be typed in. 0 or nil means unlimited.'
+'Maximum size of the string which can be typed in. 0 or nil means unlimited'
 
 #formatTextFormat
-'Format string specifying the output format of the cell text. (printf-format - for example: %5.4f gives 0.0000).'
+'Format string specifying the output format of the cell text. (printf-format - for example: %5.4f gives 0.0000)'
 
 #frameColumnWidth
-'Width (fixed or relative) of a column (optional).'
+'Width (fixed or relative) of a column (optional)'
 
 #frameMinWidth
-'Minimum width of the column (optional).'
+'Minimum width of the column (optional)'
 
 #frameRowHeight
-'Height of the row (optional).'
+'Height of the row (optional)'
 
 #frameShowColumnSeparator
-'Turns on/off displaying column separators.'
+'Turns on/off displaying column separators'
 
 #frameShowRowSeparator
-'Turns on/off displaying row separators.'
+'Turns on/off displaying row separators'
 
 #frameShowRowSeparatorSelector
-'Message selector to test if the bottom separator is shown.'
+'Message selector to test if the bottom separator is shown'
 
 #generateCode
-'Generate code and install in the selected class/selector.'
+'Generate code and install in the selected class/selector'
 
 #isResizable
-'Column can be resized by user.'
+'Column can be resized by user'
 
 #isSortable
-'Adds indicator to allow user to sort rows based on this column.'
+'Adds indicator to allow user to sort rows based on this column'
 
 #pickColumns
-'Select an open view and readOut the column specification from it.'
+'Select an open view and readOut the column specification from it'
 
 #selectedBackgroundCellColor
-'Optional background color of a selected cell.'
+'Optional background color of a selected cell'
 
 #selectedBackgroundCellColorSelector
-'Optional selector returning the background color for a selected cell.'
+'Optional selector returning the background color for a selected cell'
 
 #selectedForegroundCellColor
-'Optional foreground color of a selected cell.'
+'Optional foreground color of a selected cell'
 
 #selectedForegroundCellColorSelector
-'Optional selector returning the foreground color for a selected cell.'
+'Optional selector returning the foreground color for a selected cell'
 
 #selectionCellClickSelector
 'Message sent if cell is about to be selected - return boolean to en/disable editing'
@@ -335,59 +335,59 @@
 'Message sent if cell is double clicked'
 
 #selectionCellSelector
-'Name of the message sent to the row to validate a selection.'
+'Name of the message sent to the row to validate a selection'
 
 #selectionIsSelectable
-'Turns on/off selection behavior of a column.'
+'Turns on/off selection behavior of a column'
 
 #selectionLabelClickSelector
 'Message sent if a columns label was clicked on'
 
 #selectionLabelSelectorArgument
-'An optional argument passed with the message above.'
+'An optional argument passed with the message above'
 
 #showComboFieldSelector
-'Selector which returns true if the editor on the ComboBox/List has an input field.'
+'Selector which returns true if the editor on the ComboBox/List has an input field'
 
 #showSelectionHighLighted
-'Show selected cell highligthened (change fg/bg color).'
+'Show selected cell highligthened (change fg/bg color)'
 
 #sortBlockSelector
-'Sent to the row to retrieve a selector which is sent to the application to provide a block for sorting.'
+'Sent to the row to retrieve a selector which is sent to the application to provide a block for sorting'
 
 #sortSelector
-'Sent to the row to extract the value used for sorting. If a block is returned, that one is used as sortBlock.'
+'Sent to the row to extract the value used for sorting. If a block is returned, that one is used as sortBlock'
 
 #usePreferredWidth
-'Compute width from first 10 row items.'
+'Compute width from first 10 row items'
 
 #valuesChoicesSelector
-'Selector to get a collection of choices for a cell having a ComboBox or a ComboList widget.'
+'Selector to get a collection of choices for a cell having a ComboBox or a ComboList widget'
 
 #valuesMenuFromApplication
 'Fetch the menu from the application (instead of the row)'
 
 #valuesMenuSelector
-'Selector to retrieve the middle button menu.'
+'Selector to retrieve the middle button menu'
 
 #valuesPrintSelector
-'Selector used to register images on a DSVColumnView (the arg). For more detailed info see #register... methods in DSVColumnView.'
+'Selector used to register images on a DSVColumnView (the arg). For more detailed info see #register... methods in DSVColumnView'
 
 #valuesReadSelector
-'Selector returning the label to be displayed (string, bitmap or a collection).'
+'Selector returning the label to be displayed (string, bitmap or a collection)'
 
 #valuesVisibilitySelector
-'Boolean message selector controlling the columns visibility.'
+'Boolean message selector controlling the columns visibility'
 
 #valuesWriteSelector
-'Selector used to set the value derived from the editor.'
+'Selector used to set the value derived from the editor'
 
 #valuesXChoicesSelector
-'Selector to get a collection of translated choices for a cell having a ComboBox or a ComboList widget.'
+'Selector to get a collection of translated choices for a cell having a ComboBox or a ComboList widget'
 
 )
 
-    "Modified: / 01-04-2011 / 16:23:39 / cg"
+    "Modified: / 09-08-2012 / 09:36:06 / cg"
 ! !
 
 !DataSetBuilder class methodsFor:'image specs'!