Tools__NewClassWizardDialog.st
changeset 9223 b0d2f67899b5
parent 9222 1d6e1f6086f1
child 9248 b5f0e178035c
equal deleted inserted replaced
9222:1d6e1f6086f1 9223:b0d2f67899b5
   991 
   991 
   992 listOfStereotypes
   992 listOfStereotypes
   993     ^ #(
   993     ^ #(
   994         ''
   994         ''
   995         GUIApplication
   995         GUIApplication
       
   996         WebService
   996         Widget
   997         Widget
   997         WebService
       
   998         TestCase
   998         TestCase
   999         "/ Enumeration
   999         "/ Enumeration
  1000     )
  1000     )
  1001 !
  1001 !
  1002 
  1002 
  1046 ! !
  1046 ! !
  1047 
  1047 
  1048 !NewClassWizardDialog class methodsFor:'documentation'!
  1048 !NewClassWizardDialog class methodsFor:'documentation'!
  1049 
  1049 
  1050 version_CVS
  1050 version_CVS
  1051     ^ '$Header: /cvs/stx/stx/libtool/Tools__NewClassWizardDialog.st,v 1.7 2009-11-07 15:49:27 cg Exp $'
  1051     ^ '$Header: /cvs/stx/stx/libtool/Tools__NewClassWizardDialog.st,v 1.8 2009-11-07 15:56:29 cg Exp $'
  1052 ! !
  1052 ! !