-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
Description
- Naively I was thinking that DisplayableObject should be a superclass of Model so that we can
also directly inherit from it (some objects are not model but still want to have theme, and other) - DisplayableObject should probably also offer UIManager default access.
- I'm thinking that DisplayableObject could be a subclass of Model. But may be it should not.
In any case it should packaged in a UI package because right now Model is not depending on UI concerns. So it would be good not to introduce it.
Reactions are currently unavailable