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:
Device

public class Device
extends DeviceImpl


Field Summary
 
Fields inherited from class org.microemu.device.impl.DeviceImpl
DEFAULT_LOCATION, RESIZABLE_LOCATION
 
Constructor Summary
Device()
           
 
Method Summary
 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 UIFactory getUIFactory()


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