Class RadianceToolTipUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ToolTipUI
javax.swing.plaf.basic.BasicToolTipUI
org.pushingpixels.radiance.theming.internal.ui.RadianceToolTipUI
UI for tool tips in Radiance look and feel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) Creates a UI delegate for the specified component.void
paint
(Graphics g, JComponent c) void
update
(Graphics g, JComponent c) Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
-
Constructor Details
-
RadianceToolTipUI
protected RadianceToolTipUI()
-
-
Method Details
-
createUI
Creates a UI delegate for the specified component.- Parameters:
comp
- Component.- Returns:
- UI delegate.
-
paint
- Overrides:
paint
in classBasicToolTipUI
-
getPreferredSize
- Overrides:
getPreferredSize
in classBasicToolTipUI
-
update
- Overrides:
update
in classComponentUI
-