ApplicationModel.st
changeset 4408 5a393a69f858
parent 4391 87ceb93d9ad1
child 4428 5111a837d71c
equal deleted inserted replaced
4407:6967e0f64e03 4408:5a393a69f858
  3376 !
  3376 !
  3377 
  3377 
  3378 preOpenWith:aBuilder
  3378 preOpenWith:aBuilder
  3379     "this is sent before the applications main window is opened.
  3379     "this is sent before the applications main window is opened.
  3380      Can be redefined in subclasses for actions right before opening the view."
  3380      Can be redefined in subclasses for actions right before opening the view."
       
  3381 !
       
  3382 
       
  3383 processOutsideButtonEventWhileModal:anEvent
       
  3384     "a button event (press/release) arrived for another view,
       
  3385      while I (a topView) am open as modal view.
       
  3386      Can be redefined to react on clicks outside (eg. CriticsWindow);
       
  3387      if handled, the redefining method should return true.
       
  3388      If not handled, it should return false."
       
  3389 
       
  3390     ^ false
       
  3391 
       
  3392     "Created: / 13-12-2019 / 11:54:28 / Stefan Reise"
  3381 ! !
  3393 ! !
  3382 
  3394 
  3383 !ApplicationModel methodsFor:'initialization'!
  3395 !ApplicationModel methodsFor:'initialization'!
  3384 
  3396 
  3385 addTopViewsToCurrentProject
  3397 addTopViewsToCurrentProject