Method Summary |
|
final public IServiceLocator | getServiceLocator() Get the service locator scope in which this UI element resides. |
abstract public void | setChecked(boolean checked) Update the checked state on this UI element. |
abstract public void | setDisabledIcon(ImageDescriptor desc) Update the disabled icon on this UI element. |
public void | setDropDownId(String id) Set the menu contribution id to use. |
abstract public void | setHoverIcon(ImageDescriptor desc) Update the hover icon on this UI element. |
abstract public void | setIcon(ImageDescriptor desc) Update the icon on this UI element. |
abstract public void | setText(String text) Update the label on this UI element. |
abstract public void | setTooltip(String text) Update the tooltip on this UI element. |