*** empty log message ***
authortz
Wed, 13 May 1998 14:42:13 +0200
changeset 823 47e7d348e01a
parent 822 be574ef48217
child 824 1d5adf147721
*** empty log message ***
DirectoryView.st
MethodSelectionBrowser.st
--- a/DirectoryView.st	Wed May 13 14:41:34 1998 +0200
+++ b/DirectoryView.st	Wed May 13 14:42:13 1998 +0200
@@ -70,6 +70,73 @@
 
 !DirectoryView class methodsFor:'interface specs'!
 
+windowSpec
+    "This resource specification was automatically generated
+     by the UIPainter of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the UIPainter may not be able to read the specification."
+
+    "
+     UIPainter new openOnClass:DirectoryView andSelector:#windowSpec
+     DirectoryView new openInterface:#windowSpec
+     DirectoryView open
+    "
+
+    <resource: #canvas>
+
+    ^
+     
+       #(#FullSpec
+          #window: 
+           #(#WindowSpec
+              #name: 'Directory View'
+              #layout: #(#LayoutFrame 412 0 367 0 811 0 666 0)
+              #label: 'Directory View'
+              #min: #(#Point 10 10)
+              #max: #(#Point 1152 900)
+              #bounds: #(#Rectangle 412 367 812 667)
+              #usePreferredExtent: false
+          )
+          #component: 
+           #(#SpecCollection
+              #collection: 
+               #(
+                 #(#DataSetSpec
+                    #name: 'filesDataSetView'
+                    #layout: #(#LayoutFrame 0 0.0 24 0.0 -2 1.0 0 1.0)
+                    #model: #selectionOfFile
+                    #hasHorizontalScrollBar: true
+                    #hasVerticalScrollBar: true
+                    #miniScrollerHorizontal: true
+                    #dataList: #listOfFiles
+                    #useIndex: false
+                    #doubleClickSelector: #fileDoubleClicked
+                    #columnHolder: #fileAttributeColumns
+                    #valueChangeSelector: #fileSelected
+                    #verticalSpacing: 1
+                )
+                 #(#ComboBoxSpec
+                    #name: 'formatComboBox'
+                    #layout: #(#LayoutFrame 63 0.0 0 0 0 1.0 22 0)
+                    #model: #selectionOfFileFilter
+                    #immediateAccept: false
+                    #acceptOnTab: false
+                    #comboList: #listOfFileFilters
+                )
+                 #(#LabelSpec
+                    #name: 'filterLabel'
+                    #layout: #(#LayoutFrame 0 0 0 0 62 0 22 0)
+                    #label: 'Filter: '
+                    #adjust: #right
+                )
+              )
+          )
+      )
+! !
+
+!DirectoryView class methodsFor:'list specs'!
+
 tableColumnsForFileAttributes
     "This resource specification was automatically generated
      by the DataSetBuilder of ST/X."
@@ -134,71 +201,6 @@
            #canSelect: false
        )
      )
-!
-
-windowSpec
-    "This resource specification was automatically generated
-     by the UIPainter of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIPainter may not be able to read the specification."
-
-    "
-     UIPainter new openOnClass:DirectoryView andSelector:#windowSpec
-     DirectoryView new openInterface:#windowSpec
-     DirectoryView open
-    "
-
-    <resource: #canvas>
-
-    ^
-     
-       #(#FullSpec
-          #window: 
-           #(#WindowSpec
-              #name: 'Directory View'
-              #layout: #(#LayoutFrame 412 0 367 0 811 0 666 0)
-              #label: 'Directory View'
-              #min: #(#Point 10 10)
-              #max: #(#Point 1152 900)
-              #bounds: #(#Rectangle 412 367 812 667)
-              #usePreferredExtent: false
-          )
-          #component: 
-           #(#SpecCollection
-              #collection: 
-               #(
-                 #(#DataSetSpec
-                    #name: 'filesDataSetView'
-                    #layout: #(#LayoutFrame 0 0.0 24 0.0 -2 1.0 0 1.0)
-                    #model: #selectionOfFile
-                    #hasHorizontalScrollBar: true
-                    #hasVerticalScrollBar: true
-                    #miniScrollerHorizontal: true
-                    #dataList: #listOfFiles
-                    #useIndex: false
-                    #doubleClickSelector: #fileDoubleClicked
-                    #columnHolder: #fileAttributeColumns
-                    #valueChangeSelector: #fileSelected
-                    #verticalSpacing: 1
-                )
-                 #(#ComboBoxSpec
-                    #name: 'formatComboBox'
-                    #layout: #(#LayoutFrame 63 0.0 0 0 0 1.0 22 0)
-                    #model: #selectionOfFileFilter
-                    #immediateAccept: false
-                    #acceptOnTab: false
-                    #comboList: #listOfFileFilters
-                )
-                 #(#LabelSpec
-                    #name: 'filterLabel'
-                    #layout: #(#LayoutFrame 0 0 0 0 62 0 22 0)
-                    #label: 'Filter: '
-                    #adjust: #right
-                )
-              )
-          )
-      )
 ! !
 
 !DirectoryView methodsFor:'accessing'!
--- a/MethodSelectionBrowser.st	Wed May 13 14:41:34 1998 +0200
+++ b/MethodSelectionBrowser.st	Wed May 13 14:42:13 1998 +0200
@@ -88,7 +88,7 @@
 
 !MethodSelectionBrowser class methodsFor:'list specs'!
 
-tableColumnsForResourceMethods
+tableColumnsForResourceMethodAttributes
     "This resource specification was automatically generated
      by the DataSetBuilder of ST/X."
 
@@ -96,7 +96,7 @@
      the DataSetBuilder may not be able to read the specification."
 
     "
-     DataSetBuilder new openOnClass:MethodSelectionBrowser andSelector:#tableColumnsForResourceMethods
+     DataSetBuilder new openOnClass:MethodSelectionBrowser andSelector:#tableColumnsForResourceMethodAttributes
     "
 
     <resource: #tableColumns>