Class TabHoverPreviewWidget
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JTabbedPane>
-
- org.pushingpixels.radiance.theming.extras.api.tabbed.TabHoverPreviewWidget
-
public class TabHoverPreviewWidget extends RadianceThemingWidget<javax.swing.JTabbedPane>
Adds tab preview thumbnail on tab mouse hover.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classTabHoverPreviewWidget.MouseRolloverHandlerMouse listener for rollover effects.
-
Field Summary
Fields Modifier and Type Field Description protected TabHoverPreviewWidget.MouseRolloverHandlerbaseRolloverHandlerMouse listener for rollover effects.-
Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
-
Constructor Summary
Constructors Constructor Description TabHoverPreviewWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinstallListeners()Installs listeners for the associated component.voiduninstallListeners()Uninstalls listeners for the associated component.voiduninstallUI()Uninstalls UI on the associated component.-
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installDefaults, installUI, setComponent, uninstallComponents, uninstallDefaults
-
-
-
-
Field Detail
-
baseRolloverHandler
protected TabHoverPreviewWidget.MouseRolloverHandler baseRolloverHandler
Mouse listener for rollover effects.
-
-
Method Detail
-
installListeners
public void installListeners()
Description copied from class:RadianceThemingWidgetInstalls listeners for the associated component.- Overrides:
installListenersin classRadianceThemingWidget<javax.swing.JTabbedPane>
-
uninstallListeners
public void uninstallListeners()
Description copied from class:RadianceThemingWidgetUninstalls listeners for the associated component.- Overrides:
uninstallListenersin classRadianceThemingWidget<javax.swing.JTabbedPane>
-
uninstallUI
public void uninstallUI()
Description copied from class:RadianceThemingWidgetUninstalls UI on the associated component.- Overrides:
uninstallUIin classRadianceThemingWidget<javax.swing.JTabbedPane>
-
-