Uses of Class
org.refcodes.cli.DoubleProperty
-
Uses of DoubleProperty in org.refcodes.cli
Methods in org.refcodes.cli that return DoublePropertyModifier and TypeMethodDescriptionstatic DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty.withVisible(boolean isVisible) Visibility in this context means displaying or hiding thisTerm's existence to the user (defaults totrue).Method parameters in org.refcodes.cli with type arguments of type DoublePropertyModifier and TypeMethodDescriptionstatic DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type DoublePropertyModifierConstructorDescriptionDoubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(org.refcodes.struct.Relation<String, Double> aProperty, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the alias being the proerty's key and the value being the property's value.