Deprecated API

Deprecated Classes
superwaba.ext.xplat.util.xml.HttpXmlLiteParser
          It is better to user HttpLiteParser and XmlListParser separately. 
 

Deprecated Methods
superwaba.ext.xplat.game.Animation.addFrame(Image)
          will be removed in next release 
superwaba.ext.xplat.game.Animation.addMultiFrames(Image, int)
          will be removed in next release 
superwaba.ext.xplat.game.Animation.addMultiFrames(String)
          will be removed in next release 
waba.ui.Edit.getMask()
          access the mask member directly 
waba.io.Catalog.getRecordAttributes()
          use getRecordAttributes(recordPos) instead. 
waba.sys.Vm.getTimeElapsed(int, int)
          The wrapping will only occur after more than 12 days of continuous program run. Since this is something unlike to occur in a PDA, you can safely subtract one timeStamp by the other. This method will be removed in further releases, so if your program can run without exiting for more than 12 days, copy this method to your program and use it. 
waba.fx.Image.getTransparentColor()
          Access the public member transparentColor directly 
superwaba.ext.xplat.game.Animation.notifyEachFrame(boolean)
          is replaced by notifyMask 
waba.fx.Graphics.setColor(int, int, int)
          Use setForeColor and setBackColor instead. 
superwaba.ext.xplat.game.Animation.setFrames(Image[])
          will be removed in next release 
waba.ui.Edit.setMask(String)
          access the mask member directly 
waba.io.Catalog.setRecordAttributes(byte)
          use setRecordAttributes(recordPos, attr) instead. 
waba.fx.Image.setTransparentColor(Color)
          Access the public member transparentColor directly 
superwaba.ext.xplat.game.Animation.start(boolean)
          replaced by : public void start(int loops) 
superwaba.ext.xplat.game.Animation.start(int[], boolean)
          replaced by : public void start(int frameSequence[],int loops) 
superwaba.ext.xplat.game.Animation.start(int, int, int, boolean)
          replaced by : public void start(final int sFrame,final int eFrame,final int step,int loops) 
 

Deprecated Constructors
superwaba.ext.xplat.game.AnimatedButton(int, int, int, Color, int)
          will be removed in next version 
superwaba.ext.xplat.game.Animation(int, Color, int)
          will be removed in next release