public interface TooltipStrategyCallback
TooltipStrategy
, allows the strategy to configure
a GlassedPane
.Modifier and Type | Method and Description |
---|---|
JToolTip |
createToolTip()
Default method for creating a new
JToolTip . |
GlassedPane |
getGlassedPane()
Gets the owner of this callback.
|
String |
getToolTipText()
Gets the currently shown tooltip.
|
void |
setToolTipText(String text)
Sets the tooltip that should currently be shown.
|
GlassedPane getGlassedPane()
null
void setToolTipText(String text)
text
- the current tooltip, can be null
String getToolTipText()
null