| org.eclipse.pde.internal.ui.tests.macro.IWidgetResolver
All known Subclasses: org.eclipse.pde.internal.ui.tests.macro.DefaultWidgetResolver,
IWidgetResolver | public interface IWidgetResolver (Code) | | This interface is registered using extension point
org.eclipse.ui.macro return unique identifier
from a provided widget. The identifier must be reproducable
between sessions so that it can be used to locate the
widget on playback.
since: 3.1 |
Method Summary | |
String | getUniqueId(Widget widget) Returns a unique identifier for the provided widget. |
getUniqueId | String getUniqueId(Widget widget)(Code) | | Returns a unique identifier for the provided widget.
Parameters: widget - the widget to identify unique identifier that can be used to locate thewidget or null if none can be found. |
|
|