public interface IDescriptionProvider
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Object anElement)
Provide a description for the status bar view, if available.
|
String getDescription(Object anElement)
Provide a description for the status bar view, if available. A default string of the form "(x) items selected" will be used if this method choose to return null.
The empty string ("") will be respected as a valid value if returned. Return null if the extension defers to the default method of supplying status bar descriptions.
anElement
- The element selected in the Navigator
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.