Class WorkspaceButtonSelectionAdapter
- java.lang.Object
-
- org.eclipse.swt.events.SelectionAdapter
-
- org.palladiosimulator.edp2.ui.wizards.datasource.WorkspaceButtonSelectionAdapter
-
- All Implemented Interfaces:
EventListener
,SelectionListener
,SWTEventListener
public class WorkspaceButtonSelectionAdapter extends SelectionAdapter implements SelectionListener
Opens a directory selection dialog for workspace resources. The resulting URI of the selected directory is stored in a provided text field.
-
-
Constructor Summary
Constructors Constructor Description WorkspaceButtonSelectionAdapter(Shell shell, Text text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
widgetSelected(SelectionEvent e)
-
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.swt.events.SelectionListener
widgetDefaultSelected
-
-
-
-
Method Detail
-
widgetSelected
public void widgetSelected(SelectionEvent e)
- Specified by:
widgetSelected
in interfaceSelectionListener
- Overrides:
widgetSelected
in classSelectionAdapter
-
-