Class VariabilityRowModel


  • public class VariabilityRowModel
    extends Object
    • Constructor Detail

      • VariabilityRowModel

        public VariabilityRowModel()
        initialize default values
      • VariabilityRowModel

        public VariabilityRowModel​(Vp vp,
                                   VOptions options,
                                   V current)
    • Method Detail

      • afterUnmarshal

        public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller,
                                   Object parent)
        Postprocessing sets parent relationships
      • getVp

        public Vp getVp()
      • setVp

        public void setVp​(Vp vp)
      • getOptions

        public VOptions getOptions()
      • getCurrent

        public V getCurrent()
      • setCurrent

        public void setCurrent​(V current)
      • currentProperty

        public javafx.beans.property.ObjectProperty<V> currentProperty()
      • setOptionsAndCurrent

        public void setOptionsAndCurrent​(VOptions options,
                                         V current)
      • stateProperty

        public javafx.beans.property.IntegerProperty stateProperty()
      • labelProperty

        public javafx.beans.property.ObjectProperty<V> labelProperty()
      • pushedProperty

        public javafx.beans.property.BooleanProperty pushedProperty()
      • setLabelToRank

        public void setLabelToRank​(long rank)
        This only changes the label but not the current value. This method can be used when moving the slider.
        Parameters:
        rank -
      • pushCurrent

        public void pushCurrent()