Bookmark.st
changeset 10280 1c165456a02b
parent 10260 e9f7fdd41d3d
child 10827 8b246c32e0d6
equal deleted inserted replaced
10279:a6c7441cb4ed 10280:1c165456a02b
   317 
   317 
   318 !Bookmark methodsFor:'converting'!
   318 !Bookmark methodsFor:'converting'!
   319 
   319 
   320 asMenu
   320 asMenu
   321 
   321 
   322     ^self asMenuUsingBuilder: BookmarkToolbarMenuBuilder
   322     ^self asMenuUsingBuilder: BookmarkToolbarMenuBuilder new
   323 
   323 
   324     "Created: / 23-05-2011 / 10:32:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   324     "Created: / 23-05-2011 / 10:32:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   325     "Modified: / 21-06-2011 / 08:05:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   325     "Modified: / 21-06-2011 / 08:05:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   326 !
   326     "Modified: / 08-07-2011 / 11:38:21 / cg"
   327 
   327 !
   328 asMenuUsingBuilder: builderClass
   328 
   329 
   329 asMenuUsingBuilder: builder
   330     ^builderClass buildMenuFor: self
   330 
       
   331     ^builder buildMenuFor: self
   331 
   332 
   332     "Created: / 21-06-2011 / 08:04:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   333     "Created: / 21-06-2011 / 08:04:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   334     "Modified (format): / 08-07-2011 / 11:37:19 / cg"
   333 ! !
   335 ! !
   334 
   336 
   335 !Bookmark methodsFor:'encoding & decoding'!
   337 !Bookmark methodsFor:'encoding & decoding'!
   336 
   338 
   337 skippedInLiteralEncoding
   339 skippedInLiteralEncoding
   890 ! !
   892 ! !
   891 
   893 
   892 !Bookmark class methodsFor:'documentation'!
   894 !Bookmark class methodsFor:'documentation'!
   893 
   895 
   894 version_CVS
   896 version_CVS
   895     ^ '$Header: /cvs/stx/stx/libtool/Bookmark.st,v 1.4 2011-07-07 14:15:17 vrany Exp $'
   897     ^ '$Header: /cvs/stx/stx/libtool/Bookmark.st,v 1.5 2011-07-08 09:40:06 cg Exp $'
   896 !
   898 !
   897 
   899 
   898 version_SVN
   900 version_SVN
   899     ^ '§Id§'
   901     ^ '§Id§'
   900 ! !
   902 ! !