AbstractSettingsApplication.st
branchjv
changeset 16677 0b0b210aa155
parent 16646 a5f135955d71
parent 16673 72965741529d
child 16689 70b43a6c4755
equal deleted inserted replaced
16676:04e6ef206a00 16677:0b0b210aa155
 15898                                verticalSpace: 3
 15898                                verticalSpace: 3
 15899                                component:
 15899                                component:
 15900                               (SpecCollection
 15900                               (SpecCollection
 15901                                  collection: (
 15901                                  collection: (
 15902                                   (ActionButtonSpec
 15902                                   (ActionButtonSpec
 15903                                      label: 'Fill Cache now'
 15903                                      label: 'Fill Cache'
 15904                                      name: 'FillCacheInBackgroundButton'
 15904                                      name: 'FillCacheInBackgroundButton'
 15905                                      activeHelpKey: fillSourceCache
 15905                                      activeHelpKey: fillSourceCache
 15906                                      translateLabel: true
 15906                                      translateLabel: true
 15907                                      tabable: true
 15907                                      tabable: true
 15908                                      model: fillSourceCache
 15908                                      model: fillSourceCache
 15922                                verticalSpace: 3
 15922                                verticalSpace: 3
 15923                                component:
 15923                                component:
 15924                               (SpecCollection
 15924                               (SpecCollection
 15925                                  collection: (
 15925                                  collection: (
 15926                                   (ActionButtonSpec
 15926                                   (ActionButtonSpec
 15927                                      label: 'Browse Cache'
 15927                                      label: 'Browse'
 15928                                      name: 'Button3'
 15928                                      name: 'Button3'
 15929                                      activeHelpKey: browseSourceCache
 15929                                      activeHelpKey: browseSourceCache
 15930                                      translateLabel: true
 15930                                      translateLabel: true
 15931                                      tabable: true
 15931                                      tabable: true
 15932                                      model: browseSourceCache
 15932                                      model: browseSourceCache
 15936                                   (ViewSpec
 15936                                   (ViewSpec
 15937                                      name: 'Box5'
 15937                                      name: 'Box5'
 15938                                      extent: (Point 20 10)
 15938                                      extent: (Point 20 10)
 15939                                    )
 15939                                    )
 15940                                   (ActionButtonSpec
 15940                                   (ActionButtonSpec
 15941                                      label: 'Flush Cache now'
 15941                                      label: 'Flush'
 15942                                      name: 'Button4'
 15942                                      name: 'Button4'
 15943                                      activeHelpKey: flushSourceCache
 15943                                      activeHelpKey: flushSourceCache
 15944                                      translateLabel: true
 15944                                      translateLabel: true
 15945                                      tabable: true
 15945                                      tabable: true
 15946                                      model: flushSourceCache
 15946                                      model: flushSourceCache
 15947                                      enableChannel: useManager
 15947                                      enableChannel: useManager
 15948                                      extent: (Point 171 30)
 15948                                      extent: (Point 171 30)
 15949                                    )
 15949                                    )
 15950                                   (ActionButtonSpec
 15950                                   (ActionButtonSpec
 15951                                      label: 'Condense Cache now'
 15951                                      label: 'Condense'
 15952                                      name: 'Button5'
 15952                                      name: 'Button5'
 15953                                      activeHelpKey: condenseSourceCache
 15953                                      activeHelpKey: condenseSourceCache
 15954                                      translateLabel: true
 15954                                      translateLabel: true
 15955                                      tabable: true
 15955                                      tabable: true
 15956                                      model: condenseSourceCache
 15956                                      model: condenseSourceCache