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 java.beans.PropertyChangeListenercreateChangeListener()static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)java.awt.DimensiongetPreferredSize(javax.swing.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
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.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 java.beans.PropertyChangeListener createChangeListener()
- Overrides:
createChangeListenerin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
- Overrides:
getPreferredSizein classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
showCurrentTip
protected void showCurrentTip()
- Overrides:
showCurrentTipin classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-
-