com.barteo.emulator.device
Class Device

java.lang.Object
  extended by org.microemu.device.impl.DeviceImpl
      extended by com.barteo.emulator.device.Device
All Implemented Interfaces:
org.microemu.device.Device

public class Device
extends DeviceImpl


Field Summary
 
Fields inherited from class org.microemu.device.impl.DeviceImpl
DEFAULT_LOCATION
 
Constructor Summary
Device()
           
 
Method Summary
 org.microemu.device.ui.UIFactory getUIFactory()
           
 void init(EmulatorContext context)
          Deprecated.  
 void init(EmulatorContext context, java.lang.String config)
          Deprecated.  
 
Methods inherited from class org.microemu.device.impl.DeviceImpl
create, destroy, getButtons, getDescriptorLocation, getDeviceDisplay, getEmulatorContext, getFontManager, getInputMethod, getName, getNormalImage, getOverImage, getPressedImage, getSoftButtons, getSystemProperties, hasPointerEvents, hasPointerMotionEvents, hasRepeatEvents, init, init, init, loadConfig, vibrate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Device

public Device()
Method Detail

init

public void init(EmulatorContext context)
Deprecated. 


init

public void init(EmulatorContext context,
                 java.lang.String config)
Deprecated. 


getUIFactory

public org.microemu.device.ui.UIFactory getUIFactory()


Copyright © 2001-2008 MicroEmulator Team. All Rights Reserved.