LafWidget<javax.swing.JTabbedPane>, Resettablepublic class TabPagerWidget extends LafWidgetAdapter<javax.swing.JTabbedPane> implements Resettable
| Modifier and Type | Field | Description |
|---|---|---|
protected java.awt.event.MouseListener |
mouseListener |
Mouse listener for Ctrl paging (from version 2.1).
|
protected java.awt.event.MouseWheelListener |
mouseWheelListener |
Mouse wheel listener for Ctrl paging (from version 2.1).
|
protected java.beans.PropertyChangeListener |
propertyChangeListener |
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_SUPPORTjcomp| Constructor | Description |
|---|---|
TabPagerWidget() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
installListeners() |
Installs listeners for the associated component.
|
void |
installUI() |
Installs UI on the associated component.
|
boolean |
requiresCustomLafSupport() |
Returns indication whether
this widget requires custom LAF
support. |
void |
reset() |
Resets the state of
this widget. |
void |
uninstallListeners() |
Uninstalls listeners for the associated component.
|
void |
uninstallUI() |
Uninstalls UI on the associated component.
|
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaultsprotected java.awt.event.MouseWheelListener mouseWheelListener
protected java.awt.event.MouseListener mouseListener
protected java.beans.PropertyChangeListener propertyChangeListener
public void installUI()
LafWidgetinstallUI in interface LafWidget<javax.swing.JTabbedPane>installUI in class LafWidgetAdapter<javax.swing.JTabbedPane>public void uninstallUI()
LafWidgetuninstallUI in interface LafWidget<javax.swing.JTabbedPane>uninstallUI in class LafWidgetAdapter<javax.swing.JTabbedPane>public void installListeners()
LafWidgetinstallListeners in interface LafWidget<javax.swing.JTabbedPane>installListeners in class LafWidgetAdapter<javax.swing.JTabbedPane>public void uninstallListeners()
LafWidgetuninstallListeners in interface LafWidget<javax.swing.JTabbedPane>uninstallListeners in class LafWidgetAdapter<javax.swing.JTabbedPane>public boolean requiresCustomLafSupport()
LafWidgetthis widget requires custom LAF
support. Some widgets such as TabOverviewDialogWidget or
TabHoverPreviewWidget require custom implementation based on the
internals of the specific LAF. Relevant functions in the base
LafWidgetSupport support throw
UnsupportedOperationException.requiresCustomLafSupport in interface LafWidget<javax.swing.JTabbedPane>true if this widget requires custom LAF
support, false otherwise.public void reset()
Resettablethis widget.reset in interface Resettable