ProcessMonitorV2.st
changeset 5938 482ef199ebdb
parent 5783 5ce97d85326d
child 6010 96badd4eebec
--- a/ProcessMonitorV2.st	Wed Jun 30 17:23:57 2004 +0200
+++ b/ProcessMonitorV2.st	Sat Jul 03 19:41:15 2004 +0200
@@ -592,113 +592,112 @@
     <resource: #canvas>
 
     ^ 
-     #(#FullSpec
-        #name: #windowSpec
-        #window: 
-       #(#WindowSpec
-          #label: 'ProcessMonitorV2'
-          #name: 'ProcessMonitorV2'
-          #min: #(#Point 10 10)
-          #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 16 52 807 410)
-          #menu: #mainMenu
+     #(FullSpec
+        name: windowSpec
+        window: 
+       (WindowSpec
+          label: 'ProcessMonitorV2'
+          name: 'ProcessMonitorV2'
+          min: (Point 10 10)
+          bounds: (Rectangle 0 0 791 358)
+          menu: mainMenu
         )
-        #component: 
-       #(#SpecCollection
-          #collection: #(
-           #(#MenuPanelSpec
-              #name: 'ToolBar1'
-              #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 32 0)
-              #menu: #toolBarMainMenu
-              #textDefault: true
+        component: 
+       (SpecCollection
+          collection: (
+           (MenuPanelSpec
+              name: 'ToolBar1'
+              layout: (LayoutFrame 0 0.0 0 0 0 1.0 32 0)
+              menu: toolBarMainMenu
+              textDefault: true
             )
-           #(#DataSetSpec
-              #name: 'ProcessTable'
-              #layout: #(#LayoutFrame 0 0.0 32 0.0 0 1.0 -23 1)
-              #model: #selectedProcesses
-              #menu: #tableMenu
-              #hasHorizontalScrollBar: true
-              #hasVerticalScrollBar: true
-              #dataList: #processList
-              #useIndex: false
-              #has3Dsepartors: false
-              #doubleClickSelector: #doubleClickedAt:
-              #columnHolder: #tableColumns
-              #multipleSelectOk: true
-              #verticalSpacing: 0
-              #postBuildCallback: #postBuildProcessTable:
+           (DataSetSpec
+              name: 'ProcessTable'
+              layout: (LayoutFrame 0 0.0 32 0.0 0 1.0 -23 1)
+              model: selectedProcesses
+              menu: tableMenu
+              hasHorizontalScrollBar: true
+              hasVerticalScrollBar: true
+              dataList: processList
+              useIndex: false
+              has3Dsepartors: false
+              doubleClickSelector: doubleClickedAt:
+              columnHolder: tableColumns
+              multipleSelectOk: true
+              verticalSpacing: 0
+              postBuildCallback: postBuildProcessTable:
             )
-           #(#ArrowButtonSpec
-              #name: 'ArrowButton1'
-              #layout: #(#LayoutFrame -22 1 -22 1 0 1 0 1)
-              #model: #increaseupdateListDelayTime
-              #enableChannel: #enableIncreaseListDelayTime
-              #isTriggerOnDown: true
-              #autoRepeat: true
-              #actionValue: ''
-              #direction: #right
+           (ArrowButtonSpec
+              name: 'ArrowButton1'
+              layout: (LayoutFrame -22 1 -22 1 0 1 0 1)
+              model: increaseupdateListDelayTime
+              enableChannel: enableIncreaseListDelayTime
+              isTriggerOnDown: true
+              autoRepeat: true
+              actionValue: ''
+              direction: right
             )
-           #(#InputFieldSpec
-              #name: 'EntryField1'
-              #layout: #(#LayoutFrame -66 1 -22 1 -22 1 0 1)
-              #model: #updateListDelayTime
-              #acceptOnReturn: true
-              #acceptOnTab: true
-              #acceptOnLostFocus: true
-              #acceptOnPointerLeave: false
+           (InputFieldSpec
+              name: 'EntryField1'
+              layout: (LayoutFrame -66 1 -22 1 -22 1 0 1)
+              model: updateListDelayTime
+              acceptOnReturn: true
+              acceptOnTab: true
+              acceptOnLostFocus: true
+              acceptOnPointerLeave: false
             )
-           #(#ArrowButtonSpec
-              #name: 'ArrowButton2'
-              #layout: #(#LayoutFrame -88 1 -22 1 -66 1 0 1)
-              #model: #decreaseupdateListDelayTime
-              #enableChannel: #enableDecreaseListDelayTime
-              #isTriggerOnDown: true
-              #autoRepeat: true
-              #actionValue: ''
-              #direction: #left
+           (ArrowButtonSpec
+              name: 'ArrowButton2'
+              layout: (LayoutFrame -88 1 -22 1 -66 1 0 1)
+              model: decreaseupdateListDelayTime
+              enableChannel: enableDecreaseListDelayTime
+              isTriggerOnDown: true
+              autoRepeat: true
+              actionValue: ''
+              direction: left
             )
-           #(#LabelSpec
-              #label: 'Update List Delay:'
-              #name: 'Label1'
-              #layout: #(#LayoutFrame -232 1 -20 1 -93 1 0 1)
-              #translateLabel: true
-              #adjust: #right
+           (LabelSpec
+              label: 'Update List Delay:'
+              name: 'Label1'
+              layout: (LayoutFrame -232 1 -20 1 -93 1 0 1)
+              translateLabel: true
+              adjust: right
             )
-           #(#LabelSpec
-              #label: 'Update Contents Delay:'
-              #name: 'Label2'
-              #layout: #(#LayoutFrame -503 1 -20 1 -345 1 0 1)
-              #translateLabel: true
-              #adjust: #right
+           (LabelSpec
+              label: 'Update Contents Delay:'
+              name: 'Label2'
+              layout: (LayoutFrame -503 1 -20 1 -345 1 0 1)
+              translateLabel: true
+              adjust: right
             )
-           #(#ArrowButtonSpec
-              #name: 'ArrowButton3'
-              #layout: #(#LayoutFrame -273 1 -22 1 -251 1 0 1)
-              #model: #increaseupdateContentsDelayTime
-              #enableChannel: #enableIncreaseContentsDelayTime
-              #isTriggerOnDown: true
-              #autoRepeat: true
-              #actionValue: ''
-              #direction: #right
+           (ArrowButtonSpec
+              name: 'ArrowButton3'
+              layout: (LayoutFrame -273 1 -22 1 -251 1 0 1)
+              model: increaseupdateContentsDelayTime
+              enableChannel: enableIncreaseContentsDelayTime
+              isTriggerOnDown: true
+              autoRepeat: true
+              actionValue: ''
+              direction: right
             )
-           #(#InputFieldSpec
-              #name: 'EntryField2'
-              #layout: #(#LayoutFrame -317 1 -22 1 -273 1 0 1)
-              #model: #updateContentsDelayTime
-              #acceptOnReturn: true
-              #acceptOnTab: true
-              #acceptOnLostFocus: true
-              #acceptOnPointerLeave: false
+           (InputFieldSpec
+              name: 'EntryField2'
+              layout: (LayoutFrame -317 1 -22 1 -273 1 0 1)
+              model: updateContentsDelayTime
+              acceptOnReturn: true
+              acceptOnTab: true
+              acceptOnLostFocus: true
+              acceptOnPointerLeave: false
             )
-           #(#ArrowButtonSpec
-              #name: 'ArrowButton4'
-              #layout: #(#LayoutFrame -339 1 -22 1 -317 1 0 1)
-              #model: #decreaseupdateContentsDelayTime
-              #enableChannel: #enableDecreaseContentsDelayTime
-              #isTriggerOnDown: true
-              #autoRepeat: true
-              #actionValue: ''
-              #direction: #left
+           (ArrowButtonSpec
+              name: 'ArrowButton4'
+              layout: (LayoutFrame -339 1 -22 1 -317 1 0 1)
+              model: decreaseupdateContentsDelayTime
+              enableChannel: enableDecreaseContentsDelayTime
+              isTriggerOnDown: true
+              autoRepeat: true
+              actionValue: ''
+              direction: left
             )
            )
          
@@ -2854,5 +2853,5 @@
 !ProcessMonitorV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.19 2004-03-20 19:28:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.20 2004-07-03 17:40:59 stefan Exp $'
 ! !