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