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 MouseListener
Mouse listener for Ctrl paging (from version 2.1).protected MouseWheelListener
Mouse wheel listener for Ctrl paging (from version 2.1).protected PropertyChangeListener
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.private void
void
Installs UI on the associated component.void
Uninstalls listeners for the associated component.private void
void
Uninstalls 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:RadianceThemingWidget
Installs UI on the associated component.- Overrides:
installUI
in classRadianceThemingWidget<JTabbedPane>
-
installMaps
private void installMaps() -
uninstallMaps
private void uninstallMaps() -
uninstallUI
public void uninstallUI()Description copied from class:RadianceThemingWidget
Uninstalls UI on the associated component.- Overrides:
uninstallUI
in classRadianceThemingWidget<JTabbedPane>
-
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>
-