ToolApplicationModel.st
changeset 4069 2d11d71a2316
parent 4046 d0fc0a81e0ae
child 4071 3a7d23495287
equal deleted inserted replaced
4068:9627d81c141e 4069:2d11d71a2316
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997 by eXept Software AG
     2  COPYRIGHT (c) 1997 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   979     "returns the time label as value holder"
   977     "returns the time label as value holder"
   980 
   978 
   981     ^ builder nilValueAspectFor:#valueOfTimeLabel
   979     ^ builder nilValueAspectFor:#valueOfTimeLabel
   982 !
   980 !
   983 
   981 
       
   982 useAlienInfoLabelHolder
       
   983     "answer true, if the master's infolabelHolder should be used"
       
   984 
       
   985     ^ builder aspectAt:#useAlienInfoLabelHolder ifAbsent:false.
       
   986 
       
   987     "Created: / 20-02-2018 / 13:03:19 / stefan"
       
   988 !
       
   989 
   984 valueOfCanCopy
   990 valueOfCanCopy
   985     <resource: #obsolete>
   991     <resource: #obsolete>
   986     "returns whether can copy as value holder"
   992     "returns whether can copy as value holder"
   987 
   993 
   988     self obsoleteMethodWarning:'stupid name - use #canCopyHolder'.
   994     self obsoleteMethodWarning:'stupid name - use #canCopyHolder'.
  1627 ! !
  1633 ! !
  1628 
  1634 
  1629 !ToolApplicationModel::HistoryEntryForMethod methodsFor:'printing'!
  1635 !ToolApplicationModel::HistoryEntryForMethod methodsFor:'printing'!
  1630 
  1636 
  1631 printStringInMenu
  1637 printStringInMenu
  1632     ^ methodClass name , ' » ' , (methodSelector?'?')
  1638     ^ methodClass name , ' » ' , (methodSelector?'?')
  1633 
  1639 
  1634     "Modified: / 11-07-2006 / 13:53:40 / fm"
  1640     "Modified: / 11-07-2006 / 13:53:40 / fm"
  1635 ! !
  1641 ! !
  1636 
  1642 
  1637 !ToolApplicationModel class methodsFor:'documentation'!
  1643 !ToolApplicationModel class methodsFor:'documentation'!