Uses of Class
de.jreality.toolsystem.config.RawDeviceConfig

Packages that use RawDeviceConfig
de.jreality.toolsystem.config   
 

Uses of RawDeviceConfig in de.jreality.toolsystem.config
 

Methods in de.jreality.toolsystem.config that return types with arguments of type RawDeviceConfig
 List<RawDeviceConfig> ToolSystemConfiguration.getRawConfigs()
           
 

Methods in de.jreality.toolsystem.config with parameters of type RawDeviceConfig
 void ToolSystemConfiguration.addRawDeviceConfig(RawDeviceConfig config)
           
 

Method parameters in de.jreality.toolsystem.config with type arguments of type RawDeviceConfig
 void ToolSystemConfiguration.setRawConfigs(List<RawDeviceConfig> rawConfigs)