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.
- Author:
- Kirill Grouchnikov
-
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 org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstalls listeners for the associated component.voidInstalls UI on the associated component.voidUninstalls listeners for the associated component.voidUninstalls UI on the associated component.Methods inherited from class org.pushingpixels.radiance.theming.api.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>
-
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>
-