ApplicationModel.st
changeset 4182 d9319203ae2e
parent 4180 176a2c4d8683
child 4183 a40f88ee0673
equal deleted inserted replaced
4181:f0b8d41ff628 4182:d9319203ae2e
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1995 by Claus Gittinger
     4  COPYRIGHT (c) 1995 by Claus Gittinger
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  2753 
  2755 
  2754 postApplicationProcessCreate:newProcess windowGroup:newGroup
  2756 postApplicationProcessCreate:newProcess windowGroup:newGroup
  2755     "this is sent whenever a new application is launched from this app,
  2757     "this is sent whenever a new application is launched from this app,
  2756      which forks its own windowGroup process. Allows for process group management,
  2758      which forks its own windowGroup process. Allows for process group management,
  2757      or process-global exception handlers to be installed.
  2759      or process-global exception handlers to be installed.
  2758      Nothing done here - to be redefined in concrete applications"
  2760      Nothing done here - can be redefined in concrete applications"
  2759 
  2761 
       
  2762     "Modified (comment): / 25-09-2018 / 12:20:16 / Claus Gittinger"
  2760 !
  2763 !
  2761 
  2764 
  2762 postBuildAsSubcanvasWith:aBuilder
  2765 postBuildAsSubcanvasWith:aBuilder
  2763     "this is sent after an interface is built from a spec as subcanvas,
  2766     "this is sent after an interface is built from a spec as subcanvas,
  2764      and the appModel is the same as the topWindow's application.
  2767      and the appModel is the same as the topWindow's application.
  2831     "Modified (comment): / 07-07-2011 / 17:16:46 / cg"
  2834     "Modified (comment): / 07-07-2011 / 17:16:46 / cg"
  2832     "Modified (comment): / 22-05-2018 / 18:42:11 / Claus Gittinger"
  2835     "Modified (comment): / 22-05-2018 / 18:42:11 / Claus Gittinger"
  2833 !
  2836 !
  2834 
  2837 
  2835 postOpenDialogWith:aBuilder
  2838 postOpenDialogWith:aBuilder
  2836     "this is sent after the applicationÄs window is opened as a dialog with me
  2839     "this is sent after the applicationÄs window is opened as a dialog with me
  2837      as a source (for aspects) i.e. via openDialogInterface:.
  2840      as a source (for aspects) i.e. via openDialogInterface:.
  2838      Can be redefined in subclasses for actions after opening a dialog view."
  2841      Can be redefined in subclasses for actions after opening a dialog view."
  2839 
  2842 
  2840     self commonPostOpen
  2843     self commonPostOpen
  2841 
  2844