|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IInterfaceLabelProvider
maps an interface object to an
optional image and optional text string used to display the element in
the viewer's control.
Method Summary | |
org.eclipse.core.resources.IFile |
getFile(java.lang.Object interfaceObject)
Returns the file containing the given interface object. |
java.net.URL |
getIconURL(java.lang.Object interfaceObject)
Returns the URL for the label of the given interface object. |
java.lang.String |
getName(java.lang.Object interfaceObject)
Returns the name for the label of the given interface object. |
java.lang.String |
getQualifier(java.lang.Object interfaceObject)
Returns the name of the qualifier for the label of the given interface object. |
Method Detail |
public java.lang.String getName(java.lang.Object interfaceObject)
interfaceObject
- the interface object whose label is required
public java.lang.String getQualifier(java.lang.Object interfaceObject)
interfaceObject
- the interface object whose label is required
public java.net.URL getIconURL(java.lang.Object interfaceObject)
URL
for the label of the given interface object.
interfaceObject
- the interface object whose label is required
URL
public org.eclipse.core.resources.IFile getFile(java.lang.Object interfaceObject)
interfaceObject
- the interface object whose file is required
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |