Package com.sysord.mad.emitter

Interface Summary
Context Context of a ViewEmitter.
ModelElementView Group of Widgets forming a view for a specific ecore model element.
ViewBuilder A class implementing ViewBuilder can create views based on an EObject semantic element and its TypeConfiguration.
ViewBuilderListener A ViewBuilderListener is notified by ViewBuilders on ViewBuilderListener.ViewBuilderEvents if the event flag corresponds to the listener flags.
ViewBuilderListener.ViewBuilderEvent The ViewBuilderEvent are thrown by ViewBuilders on the ViewBuilderListeners having the corresponding build event flags.
ViewChangeListener Listening for ModelElementView's changes.
ViewDisposeListener A ViewDisposeListener is notified when the listened view is disposed.
ViewEmitter A ViewEmitter will create a view with the given context.
ViewHolder The ViewHolder contains the created views.
ViewVisibleListener A ViewVisibleListener is notified when the visibility state of a listened view has changed.
WidgetFactory A factory for creating Widgets.