Class AggregationBaseFx
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.aggregation.AggregationBaseFx
-
public class AggregationBaseFx extends Object
JavaFX parts for AggregationBase.- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description AggregationBaseFx(AggregationBase base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomboAdded(AggregationLevel level)javafx.beans.property.StringPropertygetBaseNameProperty()javafx.beans.property.BooleanPropertygetLevelProperty(AggregationLevel level)Map<AggregationLevel,javafx.beans.property.BooleanProperty>getLevelToggles()
-
-
-
Constructor Detail
-
AggregationBaseFx
public AggregationBaseFx(AggregationBase base)
-
-
Method Detail
-
getBaseNameProperty
public javafx.beans.property.StringProperty getBaseNameProperty()
-
getLevelProperty
public javafx.beans.property.BooleanProperty getLevelProperty(AggregationLevel level)
-
getLevelToggles
public Map<AggregationLevel,javafx.beans.property.BooleanProperty> getLevelToggles()
-
comboAdded
public void comboAdded(AggregationLevel level)
-
-