Class TabHoverPreviewWidget
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JTabbedPane>
org.pushingpixels.radiance.theming.extras.api.tabbed.TabHoverPreviewWidget
Adds tab preview thumbnail on tab mouse hover.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Mouse listener for rollover effects. -
Field Summary
FieldsModifier and TypeFieldDescriptionMouse listener for rollover effects.Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Installs listeners for the associated component.void
Uninstalls listeners for the associated component.void
Uninstalls UI on the associated component.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installDefaults, installUI, setComponent, uninstallComponents, uninstallDefaults
-
Field Details
-
baseRolloverHandler
Mouse listener for rollover effects.
-
-
Constructor Details
-
TabHoverPreviewWidget
public TabHoverPreviewWidget()
-
-
Method Details
-
installListeners
public void installListeners()Description copied from class:RadianceThemingWidget
Installs listeners for the associated component.- Overrides:
installListeners
in classRadianceThemingWidget<JTabbedPane>
-
uninstallListeners
public void uninstallListeners()Description copied from class:RadianceThemingWidget
Uninstalls listeners for the associated component.- Overrides:
uninstallListeners
in classRadianceThemingWidget<JTabbedPane>
-
uninstallUI
public void uninstallUI()Description copied from class:RadianceThemingWidget
Uninstalls UI on the associated component.- Overrides:
uninstallUI
in classRadianceThemingWidget<JTabbedPane>
-