public interface ItemPresentation
TreeElement.getPresentation()
,
PresentationData
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon(boolean unused)
Returns the icon representing the object.
|
java.lang.String |
getLocationString()
Returns the location of the object (for example, the package of a class).
|
java.lang.String |
getPresentableText()
Returns the name of the object to be presented in most renderers across the program.
|
java.lang.String getPresentableText()
java.lang.String getLocationString()
javax.swing.Icon getIcon(boolean unused)
unused
- Used to mean if open/close icons for tree renderer. No longer in use. The parameter is only there for API compatibility reason.