getResult
method returns the selected container resource. This class may be instantiated; it is not intended to be subclassed.
Example:
ContainerSelectionDialog dialog = new ContainerSelectionDialog(getShell(), initialSelection, allowNewContainerName(), msg); dialog.open(); Object[] result = dialog.getResult();
|
|