Deprecated API


Contents
Deprecated Methods
com.vwp.jLCD.ScrollerWidget.getLeft()
          use getX() instead 
base.MenuField.getTitle()
          duplicate of getText() 
com.vwp.jLCD.ScrollerWidget.getTop()
          use getY() instead 
base.MenuField.setCDInfo(CDInfo)
          TODO: modify the CD-related constructors so that the CDInfo object can be set there directly This method can be used only for menu item types that display CD (album or track) data, it can be used to set a full CDInfo structure to the menu 
com.vwp.jLCD.ScrollerWidget.setLeft(int)
          use setX() instead 
base.MenuField.setMediaInfo(MediaInfo)
          TODO: modify the Media-related constructors so that the MediaInfo object can be set there directly This method can be used only for menu item types that display media data, it can be used to set a full MediaInfo structure to the menu 
base.CustomPanel.setSelectedField(int)
          use switchHorizontal() instead 
com.vwp.jLCD.ScrollerWidget.setTop(int)
          use setX() instead 
base.MenuField.setTrackInfo(TrackInfo)
          TODO: modify the CD-related constructors so that the TrackInfo object can be set there directly This method can be used only for menu item types that display CD (album or track) data, it can be used to set a full TrackInfo structure to the menu