Package org.proforma.variability.fx
Class VariabilityRowModel
java.lang.Object
org.proforma.variability.fx.VariabilityRowModel
-
Property Summary
Properties -
Constructor Summary
ConstructorsConstructorDescriptioninitialize default valuesVariabilityRowModel(Vp vp, VOptions options, V current) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent) Postprocessing sets parent relationshipsjavafx.beans.property.ObjectProperty<V>Gets the value of the property current.getVp()javafx.beans.property.ObjectProperty<V>voidjavafx.beans.property.BooleanPropertyvoidsetCurrent(V current) Sets the value of the property current.voidsetLabelToRank(long rank) This only changes the label but not the current value.voidsetOptionsAndCurrent(VOptions options, V current) voidjavafx.beans.property.IntegerPropertytoString()
-
Property Details
-
current
- See Also:
-
state
public javafx.beans.property.IntegerProperty stateProperty -
label
-
pushed
public javafx.beans.property.BooleanProperty pushedProperty
-
-
Constructor Details
-
VariabilityRowModel
public VariabilityRowModel()initialize default values -
VariabilityRowModel
-
-
Method Details
-
afterUnmarshal
Postprocessing sets parent relationships -
getVp
-
setVp
-
getOptions
-
getCurrent
Gets the value of the property current.- Property description:
-
setCurrent
Sets the value of the property current.- Property description:
-
currentProperty
- See Also:
-
setOptionsAndCurrent
-
stateProperty
public javafx.beans.property.IntegerProperty stateProperty() -
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() -
toString
-