Class DarkMacTooltipUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ToolTipUI
-
- javax.swing.plaf.basic.BasicToolTipUI
-
- com.github.weisj.darklaf.ui.tooltip.DarkToolTipUI
-
- com.github.weisj.darklaf.ui.tooltip.DarkMacTooltipUI
-
- All Implemented Interfaces:
ToolTipConstants
,HierarchyListener
,PropertyChangeListener
,EventListener
public class DarkMacTooltipUI extends DarkToolTipUI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.weisj.darklaf.ui.tooltip.DarkToolTipUI
DarkToolTipUI.FadeInAnimator
-
-
Field Summary
-
Fields inherited from class com.github.weisj.darklaf.ui.tooltip.DarkToolTipUI
alpha, componentPropertyChaneListener, effectiveTipText, exitListener, fadeAnimator, MAX_ALPHA, mouseListener, style, toolTip
-
Fields inherited from interface com.github.weisj.darklaf.ui.tooltip.ToolTipConstants
KEY_CONTEXT, KEY_INSETS, KEY_POINTER_HEIGHT, KEY_POINTER_LOCATION, KEY_POINTER_WIDTH, KEY_STYLE, NO_TEXT, TIP_TEXT_PROPERTY, VARIANT_BALLOON, VARIANT_PLAIN, VARIANT_PLAIN_BALLOON
-
-
Constructor Summary
Constructors Constructor Description DarkMacTooltipUI()
-
Method Summary
Modifier and Type Method Description static ComponentUI
createUI(JComponent c)
protected boolean
useDecoratedPopup()
-
Methods inherited from class com.github.weisj.darklaf.ui.tooltip.DarkToolTipUI
contains, getPreferredSize, getTipText, hierarchyChanged, installDefaults, installListeners, installUI, isInside, paint, paintText, pointerEnabled, propertyChange, scheduleAnimation, startAnimation, transparencySupported, uninstallListeners, uninstallUI, update, updateBorder, updateSize, updateStyle, updateTipText
-
Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI
getMaximumSize, getMinimumSize, uninstallDefaults
-
Methods inherited from class javax.swing.plaf.ComponentUI
getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
useDecoratedPopup
protected boolean useDecoratedPopup()
- Overrides:
useDecoratedPopup
in classDarkToolTipUI
-
-