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 TypeMethodDescriptionvoid
afterUnmarshal
(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>
void
javafx.beans.property.BooleanProperty
void
setCurrent
(V current) Sets the value of the property current.void
setLabelToRank
(long rank) This only changes the label but not the current value.void
setOptionsAndCurrent
(VOptions options, V current) void
javafx.beans.property.IntegerProperty
toString()
-
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
-