Class ParserChooser
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.ui.parserchooser.ParserChooser
-
public class ParserChooser extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javafx.scene.control.ComboBox<ParserType>comboParserprivate javafx.collections.ObservableList<ParserType>parserTypeList
-
Constructor Summary
Constructors Constructor Description ParserChooser(IParserSelectedListener selectionListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()javafx.scene.control.ComboBox<ParserType>getCombo()
-
-
-
Field Detail
-
parserTypeList
private javafx.collections.ObservableList<ParserType> parserTypeList
-
comboParser
private javafx.scene.control.ComboBox<ParserType> comboParser
-
-
Constructor Detail
-
ParserChooser
public ParserChooser(IParserSelectedListener selectionListener)
-
-
Method Detail
-
clear
public void clear()
-
getCombo
public javafx.scene.control.ComboBox<ParserType> getCombo()
-
-