org.eclipse.mat.ui.internal.query.arguments
Class FileOpenDialogEditor

java.lang.Object
  extended by Composite
      extended by org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor
          extended by org.eclipse.mat.ui.internal.query.arguments.FileOpenDialogEditor

public class FileOpenDialogEditor
extends ArgumentEditor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor
ArgumentEditor.IEditorListener
 
Constructor Summary
FileOpenDialogEditor(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item)
           
 
Method Summary
 Object getValue()
           
 boolean setFocus()
           
 void setValue(Object value)
           
 
Methods inherited from class org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor
addListener, getDescriptor, removeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOpenDialogEditor

public FileOpenDialogEditor(Composite parent,
                            IQueryContext context,
                            ArgumentDescriptor descriptor,
                            TableItem item)
Method Detail

setValue

public void setValue(Object value)
              throws SnapshotException
Specified by:
setValue in class ArgumentEditor
Throws:
SnapshotException

getValue

public Object getValue()
Specified by:
getValue in class ArgumentEditor

setFocus

public boolean setFocus()