Android
android.view
public interface

android.view.ViewManager

android.view.ViewManager

Interface to let you add and remove child views to an Activity. To get an instance of this class, call Context.getSystemService().

Known Indirect Subclasses

Summary

Public Methods

          void  addView(View view, ViewGroup.LayoutParams params)
          void  removeView(View view)
          void  updateViewLayout(View view, ViewGroup.LayoutParams params)

Details

Public Methods

public void addView(View view, ViewGroup.LayoutParams params)

public void removeView(View view)

public void updateViewLayout(View view, ViewGroup.LayoutParams params)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48