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 SummaryModifier and TypeMethodDescription- static IFile- getCaptureFileName- (Shell shell, boolean isRecording) Gets the capture file name with a dialog.- open()Open the dialog.- voidSelection changes.
- Method Details- getCaptureFileNameGets 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.
 
- openOpen the dialog.- Returns:
- The file, null for cancel.
 
- selectionChangedSelection changes.- Specified by:
- selectionChangedin interface- ISelectionChangedListener