Class ParserChooser


  • public class ParserChooser
    extends java.lang.Object
    • Field Detail

      • parserTypeList

        private javafx.collections.ObservableList<ParserType> parserTypeList
      • comboParser

        private javafx.scene.control.ComboBox<ParserType> comboParser
    • Method Detail

      • clear

        public void clear()
      • getCombo

        public javafx.scene.control.ComboBox<ParserType> getCombo()