ApplicationModel.st
changeset 4093 1d800f13853b
parent 4092 977fb5172ac6
child 4094 d648fee7bdb4
equal deleted inserted replaced
4092:977fb5172ac6 4093:1d800f13853b
  2801     "Modified: / 08-02-2017 / 00:22:38 / cg"
  2801     "Modified: / 08-02-2017 / 00:22:38 / cg"
  2802     "Modified (comment): / 22-05-2018 / 18:11:31 / Claus Gittinger"
  2802     "Modified (comment): / 22-05-2018 / 18:11:31 / Claus Gittinger"
  2803 !
  2803 !
  2804 
  2804 
  2805 postOpenAsSubcanvasWith:aBuilder
  2805 postOpenAsSubcanvasWith:aBuilder
  2806     "this is sent after the applications window is opened inside another application.
  2806     "this is sent after the application's window is opened inside another application.
  2807      Can be redefined in subclasses for actions after showing the canvas view."
  2807      Can be redefined in subclasses for actions after showing the canvas view."
  2808 
  2808 
  2809     self commonPostOpen
  2809     self commonPostOpen
  2810 
  2810 
  2811     "Modified (comment): / 07-07-2011 / 17:16:46 / cg"
  2811     "Modified (comment): / 07-07-2011 / 17:16:46 / cg"
       
  2812     "Modified (comment): / 22-05-2018 / 18:42:11 / Claus Gittinger"
  2812 !
  2813 !
  2813 
  2814 
  2814 postOpenDialogWith:aBuilder
  2815 postOpenDialogWith:aBuilder
  2815     "this is sent after the applications window is opened as a dialog with me
  2816     "this is sent after the applicationÄs window is opened as a dialog with me
  2816      as a source (for aspects) i.e. via openDialogInterface:.
  2817      as a source (for aspects) i.e. via openDialogInterface:.
  2817      Can be redefined in subclasses for actions after opening a dialog view."
  2818      Can be redefined in subclasses for actions after opening a dialog view."
  2818 
  2819 
  2819     self commonPostOpen
  2820     self commonPostOpen
  2820 
  2821 
  2821     "Created: / 07-07-2011 / 17:20:37 / cg"
  2822     "Created: / 07-07-2011 / 17:20:37 / cg"
  2822     "Modified: / 05-03-2014 / 18:42:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2823     "Modified: / 05-03-2014 / 18:42:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  2824     "Modified (comment): / 22-05-2018 / 18:42:15 / Claus Gittinger"
  2823 !
  2825 !
  2824 
  2826 
  2825 postOpenWith:aBuilder
  2827 postOpenWith:aBuilder
  2826     "this is sent after the applications main window is opened.
  2828     "this is sent after the application's main window is opened.
  2827      Can be redefined in subclasses for actions after opening the view."
  2829      Can be redefined in subclasses for actions after opening the view."
  2828 
  2830 
  2829     self commonPostOpen
  2831     self commonPostOpen
       
  2832 
       
  2833     "Modified (comment): / 22-05-2018 / 18:42:19 / Claus Gittinger"
  2830 !
  2834 !
  2831 
  2835 
  2832 preBuildAsSubcanvasWith:aBuilder
  2836 preBuildAsSubcanvasWith:aBuilder
  2833     "this is sent before an interface is built from a spec as a subcanvas,
  2837     "this is sent before an interface is built from a spec as a subcanvas,
  2834      and the appModel is the same as the topWindow's application.
  2838      and the appModel is the same as the topWindow's application.