Class ScrollBarWidget.IncrementConfigurator

  • Enclosing class:
    ScrollBarWidget

    public static class ScrollBarWidget.IncrementConfigurator
    extends org.csstudio.display.builder.model.WidgetConfigurator
    Configurator that handles legacy "step_increment" as "increment"
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.csstudio.display.builder.model.WidgetConfigurator

        org.csstudio.display.builder.model.WidgetConfigurator.ParseAgainException
    • Constructor Summary

      Constructors 
      Constructor Description
      IncrementConfigurator​(org.csstudio.display.builder.model.Version xml_version)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean configureFromXML​(org.csstudio.display.builder.model.persist.ModelReader model_reader, Widget widget, org.w3c.dom.Element xml)  
      static void handleLegacyIncrement​(Widget widget, org.w3c.dom.Element xml)  
      • Methods inherited from class org.csstudio.display.builder.model.WidgetConfigurator

        isClean
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IncrementConfigurator

        public IncrementConfigurator​(org.csstudio.display.builder.model.Version xml_version)
    • Method Detail

      • configureFromXML

        public boolean configureFromXML​(org.csstudio.display.builder.model.persist.ModelReader model_reader,
                                        Widget widget,
                                        org.w3c.dom.Element xml)
                                 throws java.lang.Exception
        Overrides:
        configureFromXML in class org.csstudio.display.builder.model.WidgetConfigurator
        Throws:
        java.lang.Exception
      • handleLegacyIncrement

        public static void handleLegacyIncrement​(Widget widget,
                                                 org.w3c.dom.Element xml)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception