NextApp Echo3
v3.0.b4

Deprecated API


Contents
Deprecated Fields
nextapp.echo.app.Component.FOCUS_TRAVERSAL_INDEX_CHANGED_PROPERTY
            
nextapp.echo.app.WindowPane.Z_INDEX_CHANGED_PROPERTY
          Will be removed prior to 3.0. 
 

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. 
 


NextApp Echo3
v3.0.b4