| 
Deprecated Methods | 
nextapp.echo.app.Component.getFocusTraversalIndex()
 
          Not supported.  | 
nextapp.echo.app.MutableStyle.getIndexedProperty(String, int)
 
          Use MutableStyle.getIndex(String, int) instead.  | 
nextapp.echo.app.Style.getIndexedProperty(String, int)
 
          use Style.getIndex(String, int) instead.  | 
nextapp.echo.app.MutableStyle.getProperty(String)
 
          Use MutableStyle.get(String) instead.  | 
nextapp.echo.app.Style.getProperty(String)
 
          use Style.get(String) instead.  | 
nextapp.echo.app.Component.setFocusTraversalIndex(int)
 
          Not supported.  | 
nextapp.echo.app.MutableStyle.setIndexedProperty(String, int, Object)
 
          use MutableStyle.setIndex(String, int, Object) instead.  | 
nextapp.echo.app.MutableStyle.setProperty(String, Object)
 
          use MutableStyle.set(String, Object) instead.  |