Deprecated API


Contents
Deprecated Classes
org.microemu.app.util.SystemClassLoader
          use MIDletClassLoader 
 

Deprecated Fields
org.microemu.app.util.MIDletResourceLoader.classLoader
          find better solution to share variable 
 

Deprecated Methods
nanoxml.XMLElement.addProperty(String, double)
          Use setDoubleAttribute instead. 
nanoxml.XMLElement.addProperty(String, int)
          Use setIntAttribute instead. 
nanoxml.XMLElement.addProperty(String, Object)
          Use setAttribute instead. 
nanoxml.XMLElement.enumeratePropertyNames()
          Use enumerateAttributeNames instead. 
nanoxml.XMLElement.getContents()
          Use getContent instead. 
org.microemu.device.impl.DeviceImpl.getDescriptorLocation()
            
nanoxml.XMLElement.getIntProperty(String, Hashtable, String)
          Use getIntAttribute instead. 
nanoxml.XMLElement.getProperty(String)
          Use getStringAttribute instead. 
nanoxml.XMLElement.getProperty(String, double)
          Use getDoubleAttribute instead. 
nanoxml.XMLElement.getProperty(String, Hashtable, String)
          Use getAttribute instead. 
nanoxml.XMLElement.getProperty(String, int)
          Use getIntAttribute instead. 
nanoxml.XMLElement.getProperty(String, String)
          Use getStringAttribute instead. 
nanoxml.XMLElement.getProperty(String, String, String, boolean)
          Use getBooleanAttribute instead. 
nanoxml.XMLElement.getSpecialDoubleProperty(String, Hashtable, String)
          Use getDoubleAttribute instead. 
nanoxml.XMLElement.getSpecialIntProperty(String, Hashtable, String)
          Use getIntAttribute instead. 
nanoxml.XMLElement.getStringProperty(String, Hashtable, String)
          Use getStringAttribute instead. 
nanoxml.XMLElement.getTagName()
          Use getName instead. 
com.barteo.emulator.device.Device.init(EmulatorContext)
            
org.microemu.device.impl.DeviceImpl.init(EmulatorContext)
          use Device.create(EmulatorContext context, ClassLoader classLoader, String descriptorLocation); 
com.barteo.emulator.device.Device.init(EmulatorContext, String)
            
org.microemu.device.impl.DeviceImpl.init(EmulatorContext, String)
          use Device.create(EmulatorContext context, ClassLoader classLoader, String descriptorLocation); 
nanoxml.XMLElement.removeChild(String)
          Use removeAttribute instead. 
nanoxml.XMLElement.removeProperty(String)
          Use removeAttribute instead. 
org.microemu.app.util.DeviceEntry.setFileName(String)
            
nanoxml.XMLElement.setTagName(String)
          Use setName instead. 
 

Deprecated Constructors
org.microemu.app.util.DeviceEntry(String, String, boolean, String, EmulatorContext)
          use new DeviceEntry(String name, String fileName, String descriptorLocation, boolean defaultDevice); 
 



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