Class ASimpleMVCPluginView<M extends IGUIPluginModel,​C extends IGUIPluginController,​N extends javafx.scene.Node>

    • Field Detail

      • logger

        protected org.slf4j.Logger logger
    • Constructor Detail

      • ASimpleMVCPluginView

        protected ASimpleMVCPluginView​(M model,
                                       N node)
    • Method Detail

      • getModel

        public M getModel()
      • getController

        public C getController()
      • setController

        public void setController​(C controller)
      • clear

        public abstract void clear()
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable