FileDocCategorySizeDatePackage
ViewManager.javaAPI DocAndroid 1.5 API1070Wed May 06 22:41:56 BST 2009android.view

ViewManager

public interface ViewManager
Interface to let you add and remove child views to an Activity. To get an instance of this class, call {@link android.content.Context#getSystemService(java.lang.String) Context.getSystemService()}.

Fields Summary
Constructors Summary
Methods Summary
public voidaddView(View view, ViewGroup.LayoutParams params)

public voidremoveView(View view)

public voidupdateViewLayout(View view, ViewGroup.LayoutParams params)