org.eclipse.mat.ui.internal.acquire
Class AcquireDialog

java.lang.Object
  extended by WizardPage
      extended by org.eclipse.mat.ui.internal.acquire.AcquireDialog

public class AcquireDialog
extends WizardPage


Constructor Summary
AcquireDialog(Collection<HeapDumpProviderDescriptor> dumpProviders)
           
 
Method Summary
 void createControl(Composite parent)
           
 VmInfo getProcess()
           
 AnnotatedObjectArgumentsSet getProcessArgumentsSet()
           
 String getSelectedPath()
           
 boolean isPageComplete()
           
 void saveSettings()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcquireDialog

public AcquireDialog(Collection<HeapDumpProviderDescriptor> dumpProviders)
Method Detail

createControl

public void createControl(Composite parent)

isPageComplete

public boolean isPageComplete()

getProcessArgumentsSet

public AnnotatedObjectArgumentsSet getProcessArgumentsSet()

getProcess

public VmInfo getProcess()

getSelectedPath

public String getSelectedPath()

saveSettings

public void saveSettings()