| |
|
| javax.swing.plaf.basic.BasicToolTipUI workbench.gui.components.WbToolTipUI
WbToolTipUI | public class WbToolTipUI extends BasicToolTipUI (Code) | | A copy of Sun's original MetalToolTipUI.
This UI fixes a problem with the incorrect display of shortcuts
in the tooltip. If the shortcut for a menu item does not contain
a modifief (e.g. when the shortcut is F5) the original tooltip will
display an incorrect shortcut (e.g. Alt-e).
This class fixes this bug.
To enable this ToolTipUI use:
UIManager.put("ToolTipUI", "workbench.gui.components.WbToolTipUI");
|
padSpaceBetweenStrings | final public static int padSpaceBetweenStrings(Code) | | |
WbToolTipUI | public WbToolTipUI()(Code) | | |
getAcceleratorString | public String getAcceleratorString()(Code) | | |
isAcceleratorHidden | protected boolean isAcceleratorHidden()(Code) | | |
|
|
|