extensions.st
branchjv
changeset 16664 ef51c9c52b52
parent 16573 2f5cd8950dcf
parent 16653 b4abfa23e21e
child 16689 70b43a6c4755
equal deleted inserted replaced
16646:a5f135955d71 16664:ef51c9c52b52
  2206 
  2206 
  2207     "Created: / 18-09-2006 / 21:25:52 / cg"
  2207     "Created: / 18-09-2006 / 21:25:52 / cg"
  2208     "Modified: / 06-10-2006 / 13:57:38 / cg"
  2208     "Modified: / 06-10-2006 / 13:57:38 / cg"
  2209 ! !
  2209 ! !
  2210 
  2210 
       
  2211 !Time methodsFor:'printing & storing'!
       
  2212 
       
  2213 inspectorValueStringInListFor:anInspector
       
  2214     "returns a string to be shown in the inspector's list"
       
  2215 
       
  2216     ^ self printString
       
  2217 ! !
       
  2218 
  2211 !Timestamp methodsFor:'inspecting'!
  2219 !Timestamp methodsFor:'inspecting'!
  2212 
  2220 
  2213 inspectorExtraAttributes
  2221 inspectorExtraAttributes
  2214     "extra (pseudo instvar) entries to be shown in an inspector."
  2222     "extra (pseudo instvar) entries to be shown in an inspector."
  2215 
  2223 
  2922     ^ #warningClassBrowserIcon
  2930     ^ #warningClassBrowserIcon
  2923 ! !
  2931 ! !
  2924 
  2932 
  2925 !stx_libtool class methodsFor:'documentation'!
  2933 !stx_libtool class methodsFor:'documentation'!
  2926 
  2934 
  2927 extensionsVersion_HG
  2935 ! !
  2928 
       
  2929     ^ '$Changeset: <not expanded> $'
       
  2930 ! !