Searched defs:labelList (Results 1 – 7 of 7) sorted by relevance
48 private final List<String> labelList; field in OvicClassifier181 List<String> labelList = new ArrayList<>(); in loadLabelList() local
42 private final List<String> labelList; field in OvicDetector107 List<String> labelList = new ArrayList<>(); in loadLabelList() local
77 private List<String> labelList; field in ImageClassifier216 List<String> labelList = new ArrayList<String>(); in loadLabelList() local
27 private ExtendedListBox labelList = new ExtendedListBox(); field in HostSelectorDisplay
227 SimplifiedList labelList = display.getLabelList(); in onAddByLabel() local
39 private ListBox labelList = new ListBox(); field in TestLabelManager
290 String labelList = Utils.joinStrings(", ", Arrays.asList(labels)); in showTest() local