|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.ContainerAdapter
org.jvnet.substance.SubstanceTabbedPaneUI.TabbedContainerListener
protected final class SubstanceTabbedPaneUI.TabbedContainerListener
Tracks changes to the tabbed pane contents. Each tab component is tracked
for changes on the SubstanceLookAndFeel.WINDOW_MODIFIED
property.
Constructor Summary | |
---|---|
SubstanceTabbedPaneUI.TabbedContainerListener()
Creates a new container listener. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubstanceTabbedPaneUI.TabbedContainerListener()
Method Detail |
---|
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 interface java.awt.event.ContainerListener
componentAdded
in class java.awt.event.ContainerAdapter
public void componentRemoved(java.awt.event.ContainerEvent e)
componentRemoved
in interface java.awt.event.ContainerListener
componentRemoved
in class java.awt.event.ContainerAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |