Class TabOverviewDialogWidget
- java.lang.Object
-
- org.pushingpixels.lafwidget.LafWidgetAdapter<JTabbedPane>
-
- org.pushingpixels.lafwidget.tabbed.TabOverviewDialogWidget
-
- All Implemented Interfaces:
LafWidget<JTabbedPane>
public class TabOverviewDialogWidget extends LafWidgetAdapter<JTabbedPane>
Adds tab overview dialog to tabbed panes.
-
-
Field Summary
Fields Modifier and Type Field Description protected ContainerListenercontainerListenerListens on tabs being added or removed.protected TabOverviewButtonoverviewButtonTab overview button.protected PropertyChangeListenerpropertyListenerListens on changes to relevant tabbed pane properties.-
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 Constructor Description TabOverviewDialogWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinstallComponents()Installs components for the associated component.voidinstallDefaults()Installs default settings for the associated component.voidinstallListeners()Installs listeners for the associated component.booleanrequiresCustomLafSupport()Returns indication whetherthiswidget requires custom LAF support.voiduninstallComponents()Uninstalls components for the associated component.voiduninstallListeners()Uninstalls listeners for the associated component.-
Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installUI, setComponent, uninstallDefaults, uninstallUI
-
-
-
-
Field Detail
-
overviewButton
protected TabOverviewButton overviewButton
Tab overview button.
-
propertyListener
protected PropertyChangeListener propertyListener
Listens on changes to relevant tabbed pane properties.
-
containerListener
protected ContainerListener containerListener
Listens on tabs being added or removed.
-
-
Method Detail
-
installComponents
public void installComponents()
Description copied from interface:LafWidgetInstalls components for the associated component.- Specified by:
installComponentsin interfaceLafWidget<JTabbedPane>- Overrides:
installComponentsin classLafWidgetAdapter<JTabbedPane>
-
installDefaults
public void installDefaults()
Description copied from interface:LafWidgetInstalls default settings for the associated component.- Specified by:
installDefaultsin interfaceLafWidget<JTabbedPane>- Overrides:
installDefaultsin classLafWidgetAdapter<JTabbedPane>
-
uninstallComponents
public void uninstallComponents()
Description copied from interface:LafWidgetUninstalls components for the associated component.- Specified by:
uninstallComponentsin interfaceLafWidget<JTabbedPane>- Overrides:
uninstallComponentsin classLafWidgetAdapter<JTabbedPane>
-
installListeners
public void installListeners()
Description copied from interface:LafWidgetInstalls listeners for the associated component.- Specified by:
installListenersin interfaceLafWidget<JTabbedPane>- Overrides:
installListenersin classLafWidgetAdapter<JTabbedPane>
-
uninstallListeners
public void uninstallListeners()
Description copied from interface:LafWidgetUninstalls listeners for the associated component.- Specified by:
uninstallListenersin interfaceLafWidget<JTabbedPane>- Overrides:
uninstallListenersin classLafWidgetAdapter<JTabbedPane>
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()
Description copied from interface:LafWidgetReturns indication whetherthiswidget requires custom LAF support. Some widgets such asTabOverviewDialogWidgetorTabHoverPreviewWidgetrequire custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupportsupport throwUnsupportedOperationException.- Returns:
trueifthiswidget requires custom LAF support,falseotherwise.
-
-