Uses of Class
org.unitConverter.converterGUI.SearchBoxList
-
Packages that use SearchBoxList Package Description org.unitConverter.converterGUI The GUI interface of the Unit Converter. -
-
Uses of SearchBoxList in org.unitConverter.converterGUI
Fields in org.unitConverter.converterGUI declared as SearchBoxList Modifier and Type Field Description private SearchBoxList
UnitConverterGUI.View. fromSearch
The panel for "From" in the dimension-based converterprivate SearchBoxList
UnitConverterGUI.View. prefixNameList
The searchable list of prefix names in the prefix viewerprivate SearchBoxList
UnitConverterGUI.View. toSearch
The panel for "To" in the dimension-based converterprivate SearchBoxList
UnitConverterGUI.View. unitNameList
The searchable list of unit names in the unit viewer
-