class library: enhance GUI redirection
commita37a401a1dcf47bb5adcc6404615dbbdd36eddbd
authorJakob Leben <jakob.leben@gmail.com>
Sat, 14 Jan 2012 00:29:00 +0000 (14 01:29 +0100)
committerJakob Leben <jakob.leben@gmail.com>
Wed, 18 Jan 2012 18:58:07 +0000 (18 19:58 +0100)
treeb2229cd777c8e9ba24807c946308829b35158203
parent43bf882c1f673ebfac22b428e70786ae72f11b79
class library: enhance GUI redirection

* Add a generic GuiRedirect class that does not assume the target
  class is a view. Make ViewRedirect its subclass.
* Make subclassing easier and more robust by handling all the
  redirection issues in GuiRedirect:*implClass method.
* Add target class methods to Dialog to allow the use of argument
  keywords.
SCClassLibrary/Common/GUI/ViewRedirect.sc
SCClassLibrary/SCDoc/SCDoc.sc