Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

add tab etc to the app, delegate to appframeview from there. get rif of frameview dependency from appcontroller and appcontext.

do not make appContext a listener of appFrameView. app is listening to events and delegates to appContext.

-> Use concrete implementations for AbstractApp, AbstractContentApp, AbstractItemApp. This will allow us to get rid of most classes implementing those classes. We can inject the AppContext and App(Frame)View directly into the AbstractApp instead of passing it from the AppClass.

...