List of usage examples for javafx.beans.property SimpleSetProperty SimpleSetProperty
public SimpleSetProperty()
From source file:de.rkl.tools.tzconv.view.ZoneIdSelectionDialog.java
@SuppressWarnings("unused") public ZoneIdSelectionDialog() { zoneIdCheckboxes = newArrayList(); pendingSelectedZoneIds = new SimpleSetProperty<>(); }