com.explodingpixels.macwidgets
public interface SourceListToolTipProvider
SourceListCategory
or
SourceListItem
.Modifier and Type | Method and Description |
---|---|
String |
getTooltip(SourceListCategory category)
Gets the tool tip to use for the given
SourceListCategory . |
String |
getTooltip(SourceListItem item)
Gets the tool tip to use for the given
SourceListItem . |
String getTooltip(SourceListCategory category)
SourceListCategory
.category
- the SourceListCategory
to get the tooltip for.String getTooltip(SourceListItem item)
SourceListItem
.item
- the SourceListItem
to get the tooltip for.