I am trying to import the following and they are getting greyed out and giving an error saying "Cannot resolve symbol"
import oracle.adf.model.datacontrols.device.DeviceManagerFactory;
import oracle.adf.model.datacontrols.device.DeviceManager;
import oracle.adf.model.datacontrols.device.DeviceDataControl;
import oracle.adfmf.framework.api.AdfmfJavaUtilities
These are valid imports but for some reason giving me errors saying they are invalid. As a result, although my code should work, it's not because its not importing these at all.