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

NativeHeapView

public class NativeHeapView extends TableView

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


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

        mPanel = new NativeHeapPanel();
        mPanel.createPanel(parent);
        
        setSelectionDependentPanel(mPanel);

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

        mPanel.setFocus();