protected final class SubstanceTabbedPaneUI.TabbedContainerListener
extends java.awt.event.ContainerAdapter
SubstanceLookAndFeel.WINDOW_MODIFIED
property.Constructor | Description |
---|---|
TabbedContainerListener() |
Creates a new container listener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
componentAdded(java.awt.event.ContainerEvent e) |
|
void |
componentRemoved(java.awt.event.ContainerEvent e) |
|
protected void |
stopTrackExistingTabs() |
Stops tracking all tab components.
|
protected void |
stopTrackTab(java.awt.Component tabComponent) |
Stops tracking changes to a single tab component.
|
protected void |
trackExistingTabs() |
Tracks all existing tab component.
|
protected void |
trackTab(java.awt.Component tabComponent) |
Tracks changes in a single tab component.
|
public TabbedContainerListener()
protected void trackExistingTabs()
protected void trackTab(java.awt.Component tabComponent)
tabComponent
- Tab component.protected void stopTrackTab(java.awt.Component tabComponent)
tabComponent
- Tab component.protected void stopTrackExistingTabs()
public void componentAdded(java.awt.event.ContainerEvent e)
componentAdded
in class java.awt.event.ContainerAdapter
public void componentRemoved(java.awt.event.ContainerEvent e)
componentRemoved
in class java.awt.event.ContainerAdapter