Uses of Class
org.wings.io.DeviceFactory

Packages that use DeviceFactory
org.wings.io Provides different device implementations used to deliver resources via Externalizers to the clients. 
 

Uses of DeviceFactory in org.wings.io
 

Methods in org.wings.io that return DeviceFactory
static DeviceFactory DeviceFactory.getDeviceFactory()
          Returns or lazily creates the current device factory.
 

Methods in org.wings.io with parameters of type DeviceFactory
static void DeviceFactory.setDeviceFactory(DeviceFactory factory)
          Overrides the current device factory.
 



wingS Swings ;-)