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

EmulatorControlView

public class EmulatorControlView extends SelectionDependentViewPart

Fields Summary
public static final String
ID
private com.android.ddmuilib.EmulatorControlPanel
mPanel
Constructors Summary
Methods Summary
public voidcreatePartControl(org.eclipse.swt.widgets.Composite parent)


    
        
        mPanel = new EmulatorControlPanel(DdmsPlugin.getImageLoader());
        mPanel.createPanel(parent);
        setSelectionDependentPanel(mPanel);
    
public voidsetFocus()

        mPanel.setFocus();