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