Class BaseProjection<T extends javax.swing.JComponent,​C extends ContentModel,​P extends PresentationModel>

    • Constructor Detail

      • BaseProjection

        protected BaseProjection​(C contentModel,
                                 P presentationModel)
    • Method Detail

      • buildBaseComponent

        public abstract T buildBaseComponent()
      • buildComponent

        public final T buildComponent()
      • configureComponent

        protected void configureComponent​(T component)