Package com.iizigo.term.capture
Class SelectCaptureDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.term.capture.SelectCaptureDialog
- All Implemented Interfaces:
ISelectionChangedListener
Dialog used for moving properties within all open projects.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionstatic IFile
getCaptureFileName
(Shell shell, boolean isRecording) Gets the capture file name with a dialog.open()
Open the dialog.void
Selection changes.
Method Details
getCaptureFileName
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
Open the dialog.- Returns:
- The file, null for cancel.
selectionChanged
Selection changes.- Specified by:
selectionChanged
in interfaceISelectionChangedListener