Class TabOverviewDialogWidget
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JTabbedPane>
org.pushingpixels.radiance.theming.extras.api.tabbed.TabOverviewDialogWidget
Adds tab overview dialog to tabbed panes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContainerListener
Listens on tabs being added or removed.protected TabOverviewButton
Tab overview button.protected PropertyChangeListener
Listens on changes to relevant tabbed pane properties.Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Insets
void
Installs components for the associated component.void
Installs default settings for the associated component.void
Installs listeners for the associated component.private void
setTabAreaInsets
(Insets tabAreaInsets) void
Uninstalls components for the associated component.void
Uninstalls listeners for the associated component.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installUI, setComponent, uninstallDefaults, uninstallUI
-
Field Details
-
overviewButton
Tab overview button. -
propertyListener
Listens on changes to relevant tabbed pane properties. -
containerListener
Listens on tabs being added or removed.
-
-
Constructor Details
-
TabOverviewDialogWidget
public TabOverviewDialogWidget()
-
-
Method Details
-
installComponents
public void installComponents()Description copied from class:RadianceThemingWidget
Installs components for the associated component.- Overrides:
installComponents
in classRadianceThemingWidget<JTabbedPane>
-
installDefaults
public void installDefaults()Description copied from class:RadianceThemingWidget
Installs default settings for the associated component.- Overrides:
installDefaults
in classRadianceThemingWidget<JTabbedPane>
-
uninstallComponents
public void uninstallComponents()Description copied from class:RadianceThemingWidget
Uninstalls components for the associated component.- Overrides:
uninstallComponents
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>
-
getTabAreaInsets
-
setTabAreaInsets
-