Uses of Interface
com.free2be.dimensions.device.DeviceComponent

Packages that use DeviceComponent
com.free2be.dimensions.device   
com.free2be.dimensions.device.profile   
com.free2be.dimensions.device.simple   
 

Uses of DeviceComponent in com.free2be.dimensions.device
 

Subinterfaces of DeviceComponent in com.free2be.dimensions.device
 interface Audio
           
 interface Browser
           
 interface DeviceImage
          Name differs from others that are similar due to naming conflict with Image itself.
 interface Hardware
           
 interface Java
           
 interface Network
           
 interface Software
           
 interface WapBrowser
           
 

Uses of DeviceComponent in com.free2be.dimensions.device.profile
 

Classes in com.free2be.dimensions.device.profile that implement DeviceComponent
 class AudioProfile
           
 class BrowserProfile
           
 class DeviceProfile
          Parse an rdf xml document and expose the corresponding attributes in java types.
 class HardwareProfile
           
 class ImageProfile
           
 class NetworkProfile
           
 class SoftwareProfile
           
 class WapBrowserProfile
           
 

Uses of DeviceComponent in com.free2be.dimensions.device.simple
 

Classes in com.free2be.dimensions.device.simple that implement DeviceComponent
 class SimpleAudio
           
 class SimpleBrowser
           
 class SimpleDevice
          Mimics the behavior of Locale as if contentType were Language and deviceType were Country.
 class SimpleDeviceComponent
           
 class SimpleHardware
           
 class SimpleImage
           
 class SimpleJava
           
 class SimpleNetwork
           
 class SimpleSoftware
           
 class SimpleWapBrowser