| |
|
| java.lang.Object org.eclipse.ui.internal.ide.dialogs.FileSystemSelectionArea
FileSystemSelectionArea | public class FileSystemSelectionArea (Code) | | FileSystemSelectionArea is the area used to select the file system.
since: 3.2 |
FileSystemSelectionArea | public FileSystemSelectionArea()(Code) | | Create a new instance of the receiver.
|
createContents | public void createContents(Composite composite)(Code) | | Create the contents of the receiver in composite.
Parameters: composite - |
getSelectedConfiguration | public FileSystemConfiguration getSelectedConfiguration()(Code) | | Return the selected configuration.
FileSystemConfiguration or null if nothingis selected. |
setEnabled | public void setEnabled(boolean enabled)(Code) | | Set the enablement state of the widget.
Parameters: enabled - |
|
|
|