DataSetBuilder.st
changeset 1064 1a9bbca19e25
parent 1036 26ebad245428
child 1069 7196ca547f5d
equal deleted inserted replaced
1063:9e710dbc7c92 1064:1a9bbca19e25
   149 'Sets the font of the labeled text.'
   149 'Sets the font of the labeled text.'
   150 
   150 
   151 #basicsJustification
   151 #basicsJustification
   152 'Aligns the label to the left, right, or center in the cell.'
   152 'Aligns the label to the left, right, or center in the cell.'
   153 
   153 
       
   154 #basicsJustificationEditor
       
   155 'Aligns the column editor to the left, right, or center in the cell.'
       
   156 
   154 #basicsLabel
   157 #basicsLabel
   155 'The label of the column (String or StringCollection) or a selector returning the label.'
   158 'The label of the column (String or StringCollection) or a selector returning the label.'
   156 
   159 
   157 #basicsLabelId
   160 #basicsLabelId
   158 'Unique identifier of the column (optional).'
   161 'Unique identifier of the column (optional).'
   159 
   162 
   160 #basicsLabelIsImage
   163 #basicsLabelIsImage
   161 'Label is actually the selector if a message providing an image-label.'
   164 'Label is actually the selector of a message providing an image-label.'
   162 
   165 
   163 #basicsLabelTranslate
   166 #basicsLabelTranslate
   164 'Translate the label via the resource mechanism to a national language string.'
   167 'Translate the label via the resource mechanism to a national language string.'
   165 
   168 
   166 #basicsRenderer
   169 #basicsRenderer
   249 
   252 
   250 #selectionLabelClickSelector
   253 #selectionLabelClickSelector
   251 'A selector called if a cell was clicked.'
   254 'A selector called if a cell was clicked.'
   252 
   255 
   253 #selectionLabelSelectorArgument
   256 #selectionLabelSelectorArgument
   254 'An argument passed to the label selection selector.'
   257 'An optional argument passed with the message above.'
   255 
   258 
   256 #showComboFieldSelector
   259 #showComboFieldSelector
   257 'Selector which returns true if the editor on the ComboBox/List has an input field.'
   260 'Selector which returns true if the editor on the ComboBox/List has an input field.'
   258 
   261 
   259 #showSelectionHighLighted
   262 #showSelectionHighLighted
   354                               #model: #label
   357                               #model: #label
   355                               #type: #smalltalkObject
   358                               #type: #smalltalkObject
   356                               #immediateAccept: true
   359                               #immediateAccept: true
   357                               #acceptOnLeave: true
   360                               #acceptOnLeave: true
   358                               #acceptOnLostFocus: true
   361                               #acceptOnLostFocus: true
       
   362                               #modifiedChannel: #modifiedChannel
       
   363                               #acceptChannel: #acceptChannel
   359                           )
   364                           )
   360                            #(#LabelSpec
   365                            #(#LabelSpec
   361                               #name: 'LabelFont'
   366                               #name: 'LabelFont'
   362                               #layout: #(#AlignmentOrigin 94 0 68 0 1 0.5)
   367                               #layout: #(#AlignmentOrigin 94 0 68 0 1 0.5)
   363                               #label: 'Font:'
   368                               #label: 'Font:'
   415                               #name: 'idField'
   420                               #name: 'idField'
   416                               #layout: #(#LayoutFrame 97 0 0 0 2 1.0 22 0)
   421                               #layout: #(#LayoutFrame 97 0 0 0 2 1.0 22 0)
   417                               #activeHelpKey: #basicsLabelId
   422                               #activeHelpKey: #basicsLabelId
   418                               #tabable: true
   423                               #tabable: true
   419                               #model: #id
   424                               #model: #id
       
   425                               #modifiedChannel: #modifiedChannel
       
   426                               #acceptChannel: #acceptChannel
       
   427                               #acceptOnLostFocus: true
   420                           )
   428                           )
   421                         )
   429                         )
   422                     )
   430                     )
   423                     #label: 'Header:'
   431                     #label: 'Header:'
   424                     #labelPosition: #topLeft
   432                     #labelPosition: #topLeft
   458                               #tabable: true
   466                               #tabable: true
   459                               #model: #editorType
   467                               #model: #editorType
   460                               #type: #symbolOrNil
   468                               #type: #symbolOrNil
   461                               #comboList: #editorTypeList
   469                               #comboList: #editorTypeList
   462                               #useIndex: false
   470                               #useIndex: false
       
   471                               #modifiedChannel: #modifiedChannel
       
   472                               #acceptChannel: #acceptChannel
       
   473                               #acceptOnLostFocus: true
   463                           )
   474                           )
   464                            #(#LabelSpec
   475                            #(#LabelSpec
   465                               #name: 'JustificationC'
   476                               #name: 'JustificationC'
   466                               #layout: #(#AlignmentOrigin 140 0 69 0 1 0.5)
   477                               #layout: #(#AlignmentOrigin 140 0 69 0 1 0.5)
   467                               #label: 'Justification:'
   478                               #label: 'Justification:'
   469                               #adjust: #left
   480                               #adjust: #left
   470                           )
   481                           )
   471                            #(#PopUpListSpec
   482                            #(#PopUpListSpec
   472                               #name: 'AlignmentC'
   483                               #name: 'AlignmentC'
   473                               #layout: #(#LayoutFrame 142 0 58 0 2 1.0 80 0)
   484                               #layout: #(#LayoutFrame 142 0 58 0 2 1.0 80 0)
   474                               #activeHelpKey: #basicsJustification
   485                               #activeHelpKey: #basicsJustificationEditor
   475                               #label: 'Alignment'
   486                               #label: 'Alignment'
   476                               #model: #columnAlignment
   487                               #model: #columnAlignment
   477                               #menu: 
   488                               #menu: 
   478                                #(#left
   489                                #(#left
   479                                   #right #center
   490                                   #right #center
   608                               #layout: #(#LayoutFrame 115 0 79 0 0 1.0 101 0)
   619                               #layout: #(#LayoutFrame 115 0 79 0 0 1.0 101 0)
   609                               #activeHelpKey: #colorsForegroundSelector
   620                               #activeHelpKey: #colorsForegroundSelector
   610                               #tabable: true
   621                               #tabable: true
   611                               #model: #foregroundSelector
   622                               #model: #foregroundSelector
   612                               #type: #symbolOrNil
   623                               #type: #symbolOrNil
       
   624                               #modifiedChannel: #modifiedChannel
       
   625                               #acceptChannel: #acceptChannel
       
   626                               #acceptOnLostFocus: true
   613                           )
   627                           )
   614                            #(#LabelSpec
   628                            #(#LabelSpec
   615                               #name: 'bgSelLabel'
   629                               #name: 'bgSelLabel'
   616                               #layout: #(#AlignmentOrigin 112 0 115 0 1 0.5)
   630                               #layout: #(#AlignmentOrigin 112 0 115 0 1 0.5)
   617                               #label: 'BG-Selector:'
   631                               #label: 'BG-Selector:'
   623                               #layout: #(#LayoutFrame 115 0 104 0 0 1.0 126 0)
   637                               #layout: #(#LayoutFrame 115 0 104 0 0 1.0 126 0)
   624                               #activeHelpKey: #colorsBackgroundSelector
   638                               #activeHelpKey: #colorsBackgroundSelector
   625                               #tabable: true
   639                               #tabable: true
   626                               #model: #backgroundSelector
   640                               #model: #backgroundSelector
   627                               #type: #symbolOrNil
   641                               #type: #symbolOrNil
       
   642                               #modifiedChannel: #modifiedChannel
       
   643                               #acceptChannel: #acceptChannel
       
   644                               #acceptOnLostFocus: true
   628                           )
   645                           )
   629                         )
   646                         )
   630                     )
   647                     )
   631                     #label: 'Cell Colors:'
   648                     #label: 'Cell Colors:'
   632                     #labelPosition: #topLeft
   649                     #labelPosition: #topLeft
   785                               #layout: #(#LayoutFrame 118 0 41 0 3 1.0 63 0)
   802                               #layout: #(#LayoutFrame 118 0 41 0 3 1.0 63 0)
   786                               #activeHelpKey: #formatMaxSize
   803                               #activeHelpKey: #formatMaxSize
   787                               #tabable: true
   804                               #tabable: true
   788                               #model: #size
   805                               #model: #size
   789                               #type: #numberOrNil
   806                               #type: #numberOrNil
       
   807                               #modifiedChannel: #modifiedChannel
       
   808                               #acceptChannel: #acceptChannel
       
   809                               #acceptOnLostFocus: true
   790                           )
   810                           )
   791                            #(#LabelSpec
   811                            #(#LabelSpec
   792                               #name: 'formatLabel'
   812                               #name: 'formatLabel'
   793                               #layout: #(#AlignmentOrigin 115 0 77 0 1 0.5)
   813                               #layout: #(#AlignmentOrigin 115 0 77 0 1 0.5)
   794                               #label: 'Text Format:'
   814                               #label: 'Text Format:'
   798                               #name: 'formatField'
   818                               #name: 'formatField'
   799                               #layout: #(#LayoutFrame 118 0 66 0 3 1.0 88 0)
   819                               #layout: #(#LayoutFrame 118 0 66 0 3 1.0 88 0)
   800                               #activeHelpKey: #formatTextFormat
   820                               #activeHelpKey: #formatTextFormat
   801                               #tabable: true
   821                               #tabable: true
   802                               #model: #formatString
   822                               #model: #formatString
       
   823                               #modifiedChannel: #modifiedChannel
       
   824                               #acceptChannel: #acceptChannel
       
   825                               #acceptOnLostFocus: true
   803                           )
   826                           )
   804                         )
   827                         )
   805                     )
   828                     )
   806                     #label: 'Input Format'
   829                     #label: 'Input Format'
   807                     #labelPosition: #topLeft
   830                     #labelPosition: #topLeft
   865                               #layout: #(#LayoutFrame 29 0 41 0 2 1.0 63 0)
   888                               #layout: #(#LayoutFrame 29 0 41 0 2 1.0 63 0)
   866                               #activeHelpKey: #frameShowRowSeparatorSelector
   889                               #activeHelpKey: #frameShowRowSeparatorSelector
   867                               #tabable: true
   890                               #tabable: true
   868                               #model: #rowSeparatorSelector
   891                               #model: #rowSeparatorSelector
   869                               #type: #symbolOrNil
   892                               #type: #symbolOrNil
       
   893                               #modifiedChannel: #modifiedChannel
       
   894                               #acceptChannel: #acceptChannel
       
   895                               #acceptOnLostFocus: true
   870                           )
   896                           )
   871                            #(#CheckBoxSpec
   897                            #(#CheckBoxSpec
   872                               #name: 'showColSeparator'
   898                               #name: 'showColSeparator'
   873                               #layout: #(#LayoutFrame 5 0 70 0 294 0 93 0)
   899                               #layout: #(#LayoutFrame 5 0 70 0 294 0 93 0)
   874                               #activeHelpKey: #frameShowColumnSeparator
   900                               #activeHelpKey: #frameShowColumnSeparator
   900                               #layout: #(#LayoutFrame 142 0 12 0 2 1.0 34 0)
   926                               #layout: #(#LayoutFrame 142 0 12 0 2 1.0 34 0)
   901                               #activeHelpKey: #frameColumnWidth
   927                               #activeHelpKey: #frameColumnWidth
   902                               #tabable: true
   928                               #tabable: true
   903                               #model: #width
   929                               #model: #width
   904                               #type: #numberOrNil
   930                               #type: #numberOrNil
       
   931                               #modifiedChannel: #modifiedChannel
       
   932                               #acceptChannel: #acceptChannel
       
   933                               #acceptOnLostFocus: true
   905                           )
   934                           )
   906                            #(#LabelSpec
   935                            #(#LabelSpec
   907                               #name: 'minWidthLabel'
   936                               #name: 'minWidthLabel'
   908                               #layout: #(#AlignmentOrigin 140 0.0 51 0 1 0.5)
   937                               #layout: #(#AlignmentOrigin 140 0.0 51 0 1 0.5)
   909                               #label: 'Min Width:'
   938                               #label: 'Min Width:'
   915                               #layout: #(#LayoutFrame 142 0 40 0 2 1.0 62 0)
   944                               #layout: #(#LayoutFrame 142 0 40 0 2 1.0 62 0)
   916                               #activeHelpKey: #frameMinWidth
   945                               #activeHelpKey: #frameMinWidth
   917                               #tabable: true
   946                               #tabable: true
   918                               #model: #minWidth
   947                               #model: #minWidth
   919                               #type: #numberOrNil
   948                               #type: #numberOrNil
       
   949                               #modifiedChannel: #modifiedChannel
       
   950                               #acceptChannel: #acceptChannel
       
   951                               #acceptOnLostFocus: true
   920                           )
   952                           )
   921                            #(#LabelSpec
   953                            #(#LabelSpec
   922                               #name: 'heightLabel'
   954                               #name: 'heightLabel'
   923                               #layout: #(#AlignmentOrigin 140 0.0 79 0 1 0.5)
   955                               #layout: #(#AlignmentOrigin 140 0.0 79 0 1 0.5)
   924                               #label: 'Row Height:'
   956                               #label: 'Row Height:'
   930                               #layout: #(#LayoutFrame 142 0 68 0 2 1.0 90 0)
   962                               #layout: #(#LayoutFrame 142 0 68 0 2 1.0 90 0)
   931                               #activeHelpKey: #frameRowHeight
   963                               #activeHelpKey: #frameRowHeight
   932                               #tabable: true
   964                               #tabable: true
   933                               #model: #height
   965                               #model: #height
   934                               #type: #numberOrNil
   966                               #type: #numberOrNil
       
   967                               #modifiedChannel: #modifiedChannel
       
   968                               #acceptChannel: #acceptChannel
       
   969                               #acceptOnLostFocus: true
   935                           )
   970                           )
   936                         )
   971                         )
   937                     )
   972                     )
   938                     #label: 'Dimensions:'
   973                     #label: 'Dimensions:'
   939                     #labelPosition: #topLeft
   974                     #labelPosition: #topLeft
   993                               #layout: #(#LayoutFrame 98 0 9 0 3 1.0 31 0)
  1028                               #layout: #(#LayoutFrame 98 0 9 0 3 1.0 31 0)
   994                               #activeHelpKey: #selectionLabelClickSelector
  1029                               #activeHelpKey: #selectionLabelClickSelector
   995                               #tabable: true
  1030                               #tabable: true
   996                               #model: #labelActionSelector
  1031                               #model: #labelActionSelector
   997                               #type: #symbolOrNil
  1032                               #type: #symbolOrNil
       
  1033                               #modifiedChannel: #modifiedChannel
       
  1034                               #acceptChannel: #acceptChannel
       
  1035                               #acceptOnLostFocus: true
   998                           )
  1036                           )
   999                            #(#LabelSpec
  1037                            #(#LabelSpec
  1000                               #name: 'ArgumentLabel'
  1038                               #name: 'ArgumentLabel'
  1001                               #layout: #(#AlignmentOrigin 95 0 45 0 1 0.5)
  1039                               #layout: #(#AlignmentOrigin 95 0 45 0 1 0.5)
  1002                               #label: 'Argument:'
  1040                               #label: 'Argument:'
  1008                               #layout: #(#LayoutFrame 98 0 34 0 3 1.0 56 0)
  1046                               #layout: #(#LayoutFrame 98 0 34 0 3 1.0 56 0)
  1009                               #activeHelpKey: #selectionLabelSelectorArgument
  1047                               #activeHelpKey: #selectionLabelSelectorArgument
  1010                               #tabable: true
  1048                               #tabable: true
  1011                               #model: #labelActionArgument
  1049                               #model: #labelActionArgument
  1012                               #type: #string
  1050                               #type: #string
       
  1051                               #modifiedChannel: #modifiedChannel
       
  1052                               #acceptChannel: #acceptChannel
       
  1053                               #acceptOnLostFocus: true
  1013                           )
  1054                           )
  1014                         )
  1055                         )
  1015                     )
  1056                     )
  1016                     #label: 'Label Select Action:'
  1057                     #label: 'Label Select Action:'
  1017                     #labelPosition: #topLeft
  1058                     #labelPosition: #topLeft
  1043                               #layout: #(#LayoutFrame 98 0 26 0 3 1.0 48 0)
  1084                               #layout: #(#LayoutFrame 98 0 26 0 3 1.0 48 0)
  1044                               #activeHelpKey: #selectionCellClickSelector
  1085                               #activeHelpKey: #selectionCellClickSelector
  1045                               #tabable: true
  1086                               #tabable: true
  1046                               #model: #selectSelector
  1087                               #model: #selectSelector
  1047                               #type: #symbolOrNil
  1088                               #type: #symbolOrNil
       
  1089                               #modifiedChannel: #modifiedChannel
       
  1090                               #acceptChannel: #acceptChannel
       
  1091                               #acceptOnLostFocus: true
  1048                           )
  1092                           )
  1049                            #(#CheckBoxSpec
  1093                            #(#CheckBoxSpec
  1050                               #name: 'showSelectionHighLightened'
  1094                               #name: 'showSelectionHighLightened'
  1051                               #layout: #(#LayoutFrame 95 0 53 0 3 1.0 77 0)
  1095                               #layout: #(#LayoutFrame 95 0 53 0 3 1.0 77 0)
  1052                               #activeHelpKey: #showSelectionHighLighted
  1096                               #activeHelpKey: #showSelectionHighLighted
  1078                               #layout: #(#LayoutFrame 98 0 8 0 3 1.0 30 0)
  1122                               #layout: #(#LayoutFrame 98 0 8 0 3 1.0 30 0)
  1079                               #activeHelpKey: #selectionCellDoubleClickSelector
  1123                               #activeHelpKey: #selectionCellDoubleClickSelector
  1080                               #tabable: true
  1124                               #tabable: true
  1081                               #model: #doubleClickedSelector
  1125                               #model: #doubleClickedSelector
  1082                               #type: #symbolOrNil
  1126                               #type: #symbolOrNil
       
  1127                               #modifiedChannel: #modifiedChannel
       
  1128                               #acceptChannel: #acceptChannel
       
  1129                               #acceptOnLostFocus: true
  1083                           )
  1130                           )
  1084                         )
  1131                         )
  1085                     )
  1132                     )
  1086                     #label: 'Cell Double Click:'
  1133                     #label: 'Cell Double Click:'
  1087                     #labelPosition: #topLeft
  1134                     #labelPosition: #topLeft
  1152                               #layout: #(#LayoutFrame 97 0 4 0 2 1.0 26 0)
  1199                               #layout: #(#LayoutFrame 97 0 4 0 2 1.0 26 0)
  1153                               #activeHelpKey: #valuesReadSelector
  1200                               #activeHelpKey: #valuesReadSelector
  1154                               #tabable: true
  1201                               #tabable: true
  1155                               #model: #readSelector
  1202                               #model: #readSelector
  1156                               #type: #symbolOrNil
  1203                               #type: #symbolOrNil
       
  1204                               #modifiedChannel: #modifiedChannel
       
  1205                               #acceptChannel: #acceptChannel
       
  1206                               #acceptOnLostFocus: true
  1157                           )
  1207                           )
  1158                            #(#LabelSpec
  1208                            #(#LabelSpec
  1159                               #name: 'writeLabel'
  1209                               #name: 'writeLabel'
  1160                               #layout: #(#AlignmentOrigin 94 0 40 0 1 0.5)
  1210                               #layout: #(#AlignmentOrigin 94 0 40 0 1 0.5)
  1161                               #label: 'Write:'
  1211                               #label: 'Write:'
  1167                               #layout: #(#LayoutFrame 97 0 29 0 2 1.0 51 0)
  1217                               #layout: #(#LayoutFrame 97 0 29 0 2 1.0 51 0)
  1168                               #activeHelpKey: #valuesWriteSelector
  1218                               #activeHelpKey: #valuesWriteSelector
  1169                               #tabable: true
  1219                               #tabable: true
  1170                               #model: #writeSelector
  1220                               #model: #writeSelector
  1171                               #type: #symbolOrNil
  1221                               #type: #symbolOrNil
       
  1222                               #modifiedChannel: #modifiedChannel
       
  1223                               #acceptChannel: #acceptChannel
       
  1224                               #acceptOnLostFocus: true
  1172                           )
  1225                           )
  1173                            #(#LabelSpec
  1226                            #(#LabelSpec
  1174                               #name: 'printLabel'
  1227                               #name: 'printLabel'
  1175                               #layout: #(#AlignmentOrigin 94 0 65 0 1 0.5)
  1228                               #layout: #(#AlignmentOrigin 94 0 65 0 1 0.5)
  1176                               #label: 'Print:'
  1229                               #label: 'Print:'
  1182                               #layout: #(#LayoutFrame 97 0 54 0 2 1.0 76 0)
  1235                               #layout: #(#LayoutFrame 97 0 54 0 2 1.0 76 0)
  1183                               #activeHelpKey: #valuesPrintSelector
  1236                               #activeHelpKey: #valuesPrintSelector
  1184                               #tabable: true
  1237                               #tabable: true
  1185                               #model: #printSelector
  1238                               #model: #printSelector
  1186                               #type: #symbolOrNil
  1239                               #type: #symbolOrNil
       
  1240                               #modifiedChannel: #modifiedChannel
       
  1241                               #acceptChannel: #acceptChannel
       
  1242                               #acceptOnLostFocus: true
  1187                           )
  1243                           )
  1188                         )
  1244                         )
  1189                     )
  1245                     )
  1190                     #label: 'Value Selectors:'
  1246                     #label: 'Value Selectors:'
  1191                     #labelPosition: #topLeft
  1247                     #labelPosition: #topLeft
  1209                               #layout: #(#LayoutFrame 97 0 4 0 2 1.0 26 0)
  1265                               #layout: #(#LayoutFrame 97 0 4 0 2 1.0 26 0)
  1210                               #activeHelpKey: #valuesMenuSelector
  1266                               #activeHelpKey: #valuesMenuSelector
  1211                               #tabable: true
  1267                               #tabable: true
  1212                               #model: #menu
  1268                               #model: #menu
  1213                               #type: #symbolOrNil
  1269                               #type: #symbolOrNil
       
  1270                               #modifiedChannel: #modifiedChannel
       
  1271                               #acceptChannel: #acceptChannel
       
  1272                               #acceptOnLostFocus: true
  1214                           )
  1273                           )
  1215                         )
  1274                         )
  1216                     )
  1275                     )
  1217                     #label: 'Menu:'
  1276                     #label: 'Menu:'
  1218                     #labelPosition: #topLeft
  1277                     #labelPosition: #topLeft
  1238                               #activeHelpKey: #valuesChoiceSelector
  1297                               #activeHelpKey: #valuesChoiceSelector
  1239                               #tabable: true
  1298                               #tabable: true
  1240                               #model: #choices
  1299                               #model: #choices
  1241                               #type: #symbolOrNil
  1300                               #type: #symbolOrNil
  1242                               #acceptOnLeave: false
  1301                               #acceptOnLeave: false
       
  1302                               #modifiedChannel: #modifiedChannel
       
  1303                               #acceptChannel: #acceptChannel
       
  1304                               #acceptOnLostFocus: true
  1243                           )
  1305                           )
  1244                            #(#LabelSpec
  1306                            #(#LabelSpec
  1245                               #name: 'ShowInputFieldLabel'
  1307                               #name: 'ShowInputFieldLabel'
  1246                               #layout: #(#AlignmentOrigin 94 0 41 0 1 0.5)
  1308                               #layout: #(#AlignmentOrigin 94 0 41 0 1 0.5)
  1247                               #activeHelpKey: #showComboFieldSelector
  1309                               #activeHelpKey: #showComboFieldSelector
  1255                               #activeHelpKey: #showComboFieldSelector
  1317                               #activeHelpKey: #showComboFieldSelector
  1256                               #tabable: true
  1318                               #tabable: true
  1257                               #model: #showComboFieldSelector
  1319                               #model: #showComboFieldSelector
  1258                               #type: #symbolOrNil
  1320                               #type: #symbolOrNil
  1259                               #acceptOnLeave: false
  1321                               #acceptOnLeave: false
       
  1322                               #modifiedChannel: #modifiedChannel
       
  1323                               #acceptChannel: #acceptChannel
       
  1324                               #acceptOnLostFocus: true
  1260                           )
  1325                           )
  1261                         )
  1326                         )
  1262                     )
  1327                     )
  1263                     #label: 'Combo List/Box Selectors:'
  1328                     #label: 'Combo List/Box Selectors:'
  1264                     #labelPosition: #topLeft
  1329                     #labelPosition: #topLeft
  2579     "remove all changes and reload selected column values"
  2644     "remove all changes and reload selected column values"
  2580 
  2645 
  2581     self updateInputFields.
  2646     self updateInputFields.
  2582     self valueOfEnablingCommitButtons value:false.
  2647     self valueOfEnablingCommitButtons value:false.
  2583     self columnIsNotEditing value: true.
  2648     self columnIsNotEditing value: true.
       
  2649     self modifiedChannel value: false.
  2584 
  2650 
  2585     "Modified: / 27.10.1998 / 14:41:41 / cg"
  2651     "Modified: / 27.10.1998 / 14:41:41 / cg"
  2586 !
  2652 !
  2587 
  2653 
  2588 cutOrDelete:isCut
  2654 cutOrDelete:isCut