diff -r be574ef48217 -r 47e7d348e01a DirectoryView.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 + " + + + + ^ + + #(#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 - " - - - - ^ - - #(#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'!