Class TabPagerWidget
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetAdapter<JTabbedPane>
org.pushingpixels.lafwidget.tabbed.TabPagerWidget
- All Implemented Interfaces:
LafWidget<JTabbedPane>
,Resettable
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.lafwidget.LafWidgetAdapter
jcomp
Fields inherited from interface org.pushingpixels.lafwidget.LafWidget
AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, HAS_LOCK_ICON, IGNORE_GLOBAL_LOCALE, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Installs listeners for the associated component.void
Installs UI on the associated component.boolean
Returns indication whetherthis
widget requires custom LAF support.void
reset()
Resets the state ofthis
widget.void
Uninstalls listeners for the associated component.void
Uninstalls UI on the associated component.Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
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 interface:LafWidget
Installs UI on the associated component.- Specified by:
installUI
in interfaceLafWidget<JTabbedPane>
- Overrides:
installUI
in classLafWidgetAdapter<JTabbedPane>
-
uninstallUI
public void uninstallUI()Description copied from interface:LafWidget
Uninstalls UI on the associated component.- Specified by:
uninstallUI
in interfaceLafWidget<JTabbedPane>
- Overrides:
uninstallUI
in classLafWidgetAdapter<JTabbedPane>
-
installListeners
public void installListeners()Description copied from interface:LafWidget
Installs listeners for the associated component.- Specified by:
installListeners
in interfaceLafWidget<JTabbedPane>
- Overrides:
installListeners
in classLafWidgetAdapter<JTabbedPane>
-
uninstallListeners
public void uninstallListeners()Description copied from interface:LafWidget
Uninstalls listeners for the associated component.- Specified by:
uninstallListeners
in interfaceLafWidget<JTabbedPane>
- Overrides:
uninstallListeners
in classLafWidgetAdapter<JTabbedPane>
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()Description copied from interface:LafWidget
Returns indication whetherthis
widget requires custom LAF support. Some widgets such asTabOverviewDialogWidget
orTabHoverPreviewWidget
require custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupport
support throwUnsupportedOperationException
.- Specified by:
requiresCustomLafSupport
in interfaceLafWidget<JTabbedPane>
- Returns:
true
ifthis
widget requires custom LAF support,false
otherwise.
-
reset
public void reset()Description copied from interface:Resettable
Resets the state ofthis
widget.- Specified by:
reset
in interfaceResettable
-