FileDocCategorySizeDatePackage
ThreadView.javaAPI DocAndroid 1.5 API1352Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.ddms.views

ThreadView

public class ThreadView extends TableView

Fields Summary
public static final String
ID
private com.android.ddmuilib.ThreadPanel
mPanel
Constructors Summary
public ThreadView()


      
    
Methods Summary
public voidcreatePartControl(org.eclipse.swt.widgets.Composite parent)

        mPanel = new ThreadPanel();
        mPanel.createPanel(parent);

        setSelectionDependentPanel(mPanel);

        // listen to focus changes for table(s) of the panel.
        setupTableFocusListener(mPanel, parent);
    
public voidsetFocus()

        mPanel.setFocus();