Class DefaultDisplaySet

  • All Implemented Interfaces:
    DisplaySet

    public class DefaultDisplaySet
    extends AbstractDisplaySet
    this is the implementation of a DisplaySet which only contains analyzers It is created by default for a measurement, if no dedicated displayset for a measurement is provided by a factory.
    • Constructor Detail

      • DefaultDisplaySet

        public DefaultDisplaySet()
    • Method Detail

      • doRefresh

        protected void doRefresh()
        Description copied from class: AbstractDisplaySet
        has to be implemented by subclass to perform the necessary actions to refresh the display
        Specified by:
        doRefresh in class AbstractDisplaySet