SBrowser.st
changeset 1203 ade0bcc06188
parent 1190 d265f77ecbc8
child 1356 0080df099c35
equal deleted inserted replaced
1202:190ff2307ea4 1203:ade0bcc06188
   156 
   156 
   157      d := XWorkstation new initializeFor:'porty:0'.
   157      d := XWorkstation new initializeFor:'porty:0'.
   158      d startDispatch.
   158      d startDispatch.
   159      SystemBrowser openOnDevice:d
   159      SystemBrowser openOnDevice:d
   160     "
   160     "
       
   161 ! !
       
   162 
       
   163 !SystemBrowser class methodsFor:'interface specs'!
       
   164 
       
   165 methodMoveDialogSpec
       
   166     "this window spec was automatically generated by the ST/X UIPainter"
       
   167 
       
   168     "do not manually edit this - the painter/builder may not be able to
       
   169      handle the specification if its corrupted."
       
   170 
       
   171     "
       
   172      UIPainter new openOnClass:SystemBrowser andSelector:#methodMoveDialogSpec
       
   173      SystemBrowser new openDialogInterface:#methodMoveDialogSpec
       
   174     "
       
   175 
       
   176     <resource: #canvas>
       
   177 
       
   178     ^
       
   179      
       
   180        #(#FullSpec
       
   181           #'window:' 
       
   182            #(#WindowSpec
       
   183               #'name:' 'uIPainterView'
       
   184               #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   185               #'label:' 'move method'
       
   186               #'bounds:' #(#Rectangle 0 0 279 118)
       
   187           )
       
   188           #'component:' 
       
   189            #(#SpecCollection
       
   190               #'collection:' 
       
   191                #(
       
   192                  #(#HorizontalPanelViewSpec
       
   193                     #'name:' 'horizontalPanelView'
       
   194                     #'layout:' #(#LayoutFrame 0 0.0 -35 1.0 0 1.0 -2 1.0)
       
   195                     #'component:' 
       
   196                      #(#SpecCollection
       
   197                         #'collection:' 
       
   198                          #(
       
   199                            #(#ActionButtonSpec
       
   200                               #'name:' 'actionButton2'
       
   201                               #'label:' 'cancel'
       
   202                               #'tabable:' true
       
   203                               #'model:' #cancel
       
   204                               #'extent:' #(#Point 133 27)
       
   205                           )
       
   206                            #(#ActionButtonSpec
       
   207                               #'name:' 'actionButton1'
       
   208                               #'label:' 'move'
       
   209                               #'tabable:' true
       
   210                               #'isDefault:' true
       
   211                               #'model:' #accept
       
   212                               #'extent:' #(#Point 134 27)
       
   213                           )
       
   214                         )
       
   215                     )
       
   216                     #'level:' 0
       
   217                     #'horizontalLayout:' #fitSpace
       
   218                     #'verticalLayout:' #center
       
   219                     #'horizontalSpace:' 4
       
   220                     #'verticalSpace:' 4
       
   221                 )
       
   222                  #(#LabelSpec
       
   223                     #'name:' 'label'
       
   224                     #'layout:' #(#LayoutFrame 2 0 2 0 -2 1.0 25 0)
       
   225                     #'label:' 'move current method to which class:'
       
   226                     #'style:' 
       
   227                      #(#Font
       
   228                         'helvetica' 'medium'
       
   229                         'roman' 12
       
   230                     )
       
   231                     #'foregroundColor:' #(#Color 0.0 0.0 0.0)
       
   232                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
       
   233                     #'adjust:' #left
       
   234                 )
       
   235                  #(#ComboBoxSpec
       
   236                     #'name:' 'comboBox1'
       
   237                     #'layout:' #(#LayoutFrame 2 0 29 0 -2 1.0 51 0)
       
   238                     #'tabable:' true
       
   239                     #'model:' #className
       
   240                     #'comboList:' #classList
       
   241                 )
       
   242               )
       
   243           )
       
   244       )
       
   245 
       
   246     "Created: 25.6.1997 / 13:45:20 / cg"
       
   247     "Modified: 25.6.1997 / 13:46:44 / cg"
   161 ! !
   248 ! !
   162 
   249 
   163 !SystemBrowser class methodsFor:'private helpers'!
   250 !SystemBrowser class methodsFor:'private helpers'!
   164 
   251 
   165 showNoneFound
   252 showNoneFound
  1778 ! !
  1865 ! !
  1779 
  1866 
  1780 !SystemBrowser class methodsFor:'documentation'!
  1867 !SystemBrowser class methodsFor:'documentation'!
  1781 
  1868 
  1782 version
  1869 version
  1783     ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.79 1997-06-19 16:31:47 cg Exp $'
  1870     ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.80 1997-06-25 12:13:40 cg Exp $'
  1784 ! !
  1871 ! !
  1785 SystemBrowser initialize!
  1872 SystemBrowser initialize!