Class SelectCaptureDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.term.capture.SelectCaptureDialog
All Implemented Interfaces:
ISelectionChangedListener

public class SelectCaptureDialog extends Dialog implements ISelectionChangedListener
Dialog used for moving properties within all open projects.
Author:
Christopher Mindus
  • Method Details

    • getCaptureFileName

      public static IFile getCaptureFileName(Shell shell, boolean isRecording)
      Gets the capture file name with a dialog.
      Parameters:
      shell - The shell.
      isRecording - If it's a recording to open (true), false for screen capture.
      Returns:
      The file, null for cancel.
    • open

      public IFile open()
      Open the dialog.
      Returns:
      The file, null for cancel.
    • selectionChanged

      public void selectionChanged(SelectionChangedEvent event)
      Selection changes.
      Specified by:
      selectionChanged in interface ISelectionChangedListener