Class TabPagerWidget
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JTabbedPane>
org.pushingpixels.radiance.theming.extras.api.tabbed.TabPagerWidget
Adds tab pager to tabbed panes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MouseListenerMouse listener for Ctrl paging (from version 2.1).protected MouseWheelListenerMouse wheel listener for Ctrl paging (from version 2.1).protected PropertyChangeListenerFields inherited from class RadianceThemingWidget
jcomp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstalls listeners for the associated component.private voidvoidInstalls UI on the associated component.voidUninstalls listeners for the associated component.private voidvoidUninstalls UI on the associated component.Methods inherited from class RadianceThemingWidget
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaults
-
Field Details
-
mouseWheelListener
Mouse wheel listener for Ctrl paging (from version 2.1). -
mouseListener
Mouse listener for Ctrl paging (from version 2.1). -
propertyChangeListener
-
-
Constructor Details
-
TabPagerWidget
public TabPagerWidget()
-
-
Method Details
-
installUI
public void installUI()Description copied from class:RadianceThemingWidgetInstalls UI on the associated component.- Overrides:
installUIin classRadianceThemingWidget<JTabbedPane>
-
installMaps
private void installMaps() -
uninstallMaps
private void uninstallMaps() -
uninstallUI
public void uninstallUI()Description copied from class:RadianceThemingWidgetUninstalls UI on the associated component.- Overrides:
uninstallUIin classRadianceThemingWidget<JTabbedPane>
-
installListeners
public void installListeners()Description copied from class:RadianceThemingWidgetInstalls listeners for the associated component.- Overrides:
installListenersin classRadianceThemingWidget<JTabbedPane>
-
uninstallListeners
public void uninstallListeners()Description copied from class:RadianceThemingWidgetUninstalls listeners for the associated component.- Overrides:
uninstallListenersin classRadianceThemingWidget<JTabbedPane>
-