Searched refs:DeviceInfoDB (Results 1 – 2 of 2) sorted by relevance
20 public class DeviceInfoDB { class
108 private JComboBox<String> deviceSelector = new JComboBox(DeviceInfoDB.Device.values());210 public DeviceInfoDB.Device currentDevice() { in currentDevice()211 return (DeviceInfoDB.Device) deviceSelector.getSelectedItem(); in currentDevice()333 … .setSelectedItem((DeviceInfoDB.Device.valueOf(((String) element.getValue())))); in setDefaultValues()400 DeviceInfo deviceInfo = DeviceInfoDB.getDeviceInfo(getConfigSelector().currentDevice()); in renderNativeBuffer()