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 ComponentUIcreateUI(JComponent comp) Creates a UI delegate for the specified component.voidpaint(Graphics g, JComponent c) voidupdate(Graphics g, JComponent c) Methods inherited from class BasicToolTipUI
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class 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:
paintin classBasicToolTipUI
-
getPreferredSize
- Overrides:
getPreferredSizein classBasicToolTipUI
-
update
- Overrides:
updatein classComponentUI
-