Class SelectionDialog<T>

  • All Implemented Interfaces:
    javafx.event.EventTarget

    public class SelectionDialog<T>
    extends CustomCompactDialog<T>
    • Constructor Detail

      • SelectionDialog

        @SafeVarargs
        public SelectionDialog​(javafx.stage.Window parent,
                               javafx.stage.Modality modality,
                               T initValue,
                               String text,
                               T... values)
      • SelectionDialog

        public SelectionDialog​(javafx.stage.Window parent,
                               javafx.stage.Modality modality,
                               T initValue,
                               String text,
                               List<T> values)