Package com.formdev.flatlaf.swingx.ui
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.BasicTipOfTheDayUIProvides the Flat LaF UI delegate forJXTipOfTheDay.- Since:
- 3.6
-
-
Constructor Summary
Constructors Constructor Description FlatTipOfTheDayUI(org.jdesktop.swingx.JXTipOfTheDay tipPane)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertyChangeListenercreateChangeListener()static ComponentUIcreateUI(JComponent c)DimensiongetPreferredSize(JComponent c)protected voidinstallComponents()protected voidshowCurrentTip()protected voiduninstallComponents()-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
createDialog, createDialog, installDefaults, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
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
protected PropertyChangeListener createChangeListener()
- Overrides:
createChangeListenerin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Overrides:
getPreferredSizein classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
showCurrentTip
protected void showCurrentTip()
- Overrides:
showCurrentTipin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
-