Android
android.widget
public static interface

android.widget.TabHost.TabContentFactory

android.widget.TabHost.TabContentFactory

Makes the content of a tab when it is selected. Use this if your tab content needs to be created on demand, i.e. you are not showing an existing view or starting an activity.

Summary

Public Methods

          View  createTabContent(String tag)
Callback to make the tab contents

Details

Public Methods

public View createTabContent(String tag)

Callback to make the tab contents

Parameters

tag Which tab was selected.

Returns

  • The view to distplay the contents of the selected tab.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48