Example usage for javafx.beans.property SimpleSetProperty SimpleSetProperty

List of usage examples for javafx.beans.property SimpleSetProperty SimpleSetProperty

Introduction

In this page you can find the example usage for javafx.beans.property SimpleSetProperty SimpleSetProperty.

Prototype

public SimpleSetProperty() 

Source Link

Document

The constructor of SimpleSetProperty

Usage

From source file:de.rkl.tools.tzconv.view.ZoneIdSelectionDialog.java

@SuppressWarnings("unused")
public ZoneIdSelectionDialog() {
    zoneIdCheckboxes = newArrayList();
    pendingSelectedZoneIds = new SimpleSetProperty<>();
}