WorkspaceApplication.st
changeset 8486 238273ad7684
parent 8394 9a9255734730
child 8491 4e9e33c18b86
equal deleted inserted replaced
8485:48c95e955fb8 8486:238273ad7684
    39 "
    39 "
    40     A simple wrapper around a WorkSpace-View, adding a pullDown menu.
    40     A simple wrapper around a WorkSpace-View, adding a pullDown menu.
    41 
    41 
    42     [author:]
    42     [author:]
    43         Claus Gittinger
    43         Claus Gittinger
       
    44 
       
    45      self startAsWebService
    44 "
    46 "
    45 ! !
    47 ! !
    46 
    48 
    47 !WorkspaceApplication class methodsFor:'defaults'!
    49 !WorkspaceApplication class methodsFor:'defaults'!
    48 
    50 
    54 
    56 
    55 defaultToolbarVisible
    57 defaultToolbarVisible
    56     ^ UserPreferences current toolbarVisibleInWorkspace
    58     ^ UserPreferences current toolbarVisibleInWorkspace
    57 
    59 
    58     "Created: / 14-07-2007 / 16:42:50 / cg"
    60     "Created: / 14-07-2007 / 16:42:50 / cg"
       
    61 !
       
    62 
       
    63 webServiceLinkName
       
    64     ^ '/workspace'
    59 ! !
    65 ! !
    60 
    66 
    61 !WorkspaceApplication class methodsFor:'interface specs'!
    67 !WorkspaceApplication class methodsFor:'interface specs'!
    62 
    68 
    63 manageSnipletsDialogSpec
    69 manageSnipletsDialogSpec
  2392 ! !
  2398 ! !
  2393 
  2399 
  2394 !WorkspaceApplication class methodsFor:'documentation'!
  2400 !WorkspaceApplication class methodsFor:'documentation'!
  2395 
  2401 
  2396 version
  2402 version
  2397     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.166 2008-11-01 16:45:05 cg Exp $'
  2403     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.167 2008-12-08 14:00:56 sr Exp $'
  2398 ! !
  2404 ! !