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()
nullvoid setToolTipText(String text)
text - the current tooltip, can be nullString getToolTipText()
nullCopyright © 2017 Docking Frames. All rights reserved.