Quaqua 8.0 2011-10-02

Deprecated API


Contents
Deprecated Methods
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.addProperty(String, double)
          Use setDoubleAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.addProperty(String, int)
          Use setIntAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.addProperty(String, Object)
          Use setAttribute instead. 
ch.randelshofer.quaqua.QuaquaComboBoxUI.editablePropertyChanged(PropertyChangeEvent)
          As of Java 2 platform v1.4. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.enumeratePropertyNames()
          Use enumerateAttributeNames instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getContents()
          Use getContent instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getIntProperty(String, HashMap, String)
          Use getIntAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getProperty(String)
          Use getStringAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getProperty(String, double)
          Use getDoubleAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getProperty(String, HashMap, String)
          Use getAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getProperty(String, int)
          Use getIntAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getProperty(String, String)
          Use getStringAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getProperty(String, String, String, boolean)
          Use getBooleanAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getSpecialDoubleProperty(String, HashMap, String)
          Use getDoubleAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getSpecialIntProperty(String, HashMap, String)
          Use getIntAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getStringProperty(String, HashMap, String)
          Use getStringAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.getTagName()
          Use getName instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.removeChild(String)
          Use removeAttribute instead. 
ch.randelshofer.quaqua.QuaquaComboBoxUI.removeListeners()
          As of Java 2 platform v1.4. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.removeProperty(String)
          Use removeAttribute instead. 
ch.randelshofer.quaqua.ext.nanoxml.XMLElement.setTagName(String)
          Use setName instead. 
 


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.