Class FlatTipOfTheDayUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TipOfTheDayUI
org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
com.formdev.flatlaf.swingx.ui.FlatTipOfTheDayUI
public class FlatTipOfTheDayUI
extends org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
Provides the Flat LaF UI delegate for
JXTipOfTheDay.- Since:
- 3.6
-
Field Summary
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
changeListener, currentTipComponent, tipArea, tipFont, tipPane -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertyChangeListenerstatic ComponentUIprotected voidprotected voidprotected voidMethods inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
createDialog, createDialog, installDefaults, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
-
Constructor Details
-
FlatTipOfTheDayUI
public FlatTipOfTheDayUI(org.jdesktop.swingx.JXTipOfTheDay tipPane)
-
-
Method Details
-
createUI
-
installComponents
protected void installComponents()- Overrides:
installComponentsin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
uninstallComponents
protected void uninstallComponents()- Overrides:
uninstallComponentsin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
createChangeListener
- Overrides:
createChangeListenerin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
getPreferredSize
- Overrides:
getPreferredSizein classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
showCurrentTip
protected void showCurrentTip()- Overrides:
showCurrentTipin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-