public interface TargetPopupPresentation
| $icon $presentable_text (in $location_text) spacer $right_text $right_icon |
Modifier and Type | Method and Description |
---|---|
default javax.swing.Icon |
getIcon() |
default TextAttributes |
getLocationAttributes() |
default java.lang.String |
getLocationText() |
default TextAttributes |
getPresentableAttributes()
Note that returned instance's
TextAttributes.getBackgroundColor() is used for the whole item background. |
java.lang.String |
getPresentableText() |
default javax.swing.Icon |
getRightIcon() |
default java.lang.String |
getRightText() |
default javax.swing.Icon getIcon()
java.lang.String getPresentableText()
default TextAttributes getPresentableAttributes()
TextAttributes.getBackgroundColor()
is used for the whole item background.getPresentableText()
default java.lang.String getLocationText()
default TextAttributes getLocationAttributes()
getLocationText()
default java.lang.String getRightText()
default javax.swing.Icon getRightIcon()