| org.eclipse.ui.internal.ide.dialogs.FileFolderSelectionDialog
FileFolderSelectionDialog | public class FileFolderSelectionDialog extends ElementTreeSelectionDialog (Code) | | Selection dialog to select files and/or folders on the file system. Use
setInput to set input to an IFileStore that points to a folder.
since: 2.1 |
Constructor Summary | |
public | FileFolderSelectionDialog(Shell parent, boolean multiSelect, int type) Creates a new instance of the receiver.
Parameters: parent - Parameters: multiSelect - true if multi selection is allowed.false if only single selection is allowed. Parameters: type - one or both of IResource.FILE andIResource.FOLDER , ORed together. |
FileFolderSelectionDialog | public FileFolderSelectionDialog(Shell parent, boolean multiSelect, int type)(Code) | | Creates a new instance of the receiver.
Parameters: parent - Parameters: multiSelect - true if multi selection is allowed.false if only single selection is allowed. Parameters: type - one or both of IResource.FILE andIResource.FOLDER , ORed together. IfIResource.FILE is specified files and foldersare displayed in the dialog. Otherwise only folders aredisplayed. If IResource.FOLDER is specifiedfolders can be selected in addition to files. |
|
|