public interface TabListener
Modifier and Type | Method and Description |
---|---|
void |
tabAdded(TabbedWindow parent,
java.lang.String id,
TabbedWindowTab tab)
Informs the tab that it was added to the tabbed window.
|
void |
tabBecomesHidden(TabbedWindowTab tab)
Informs the tab that it will vanish from the screen.
|
void |
tabBecomesShown(TabbedWindowTab tab)
Informs the tab that it becomes visible on the screen.
|
void |
tabIsHiding(TabbedWindowTab tab)
Informs the tab that it was made invisible by the manager.
|
void |
tabIsShowing(TabbedWindowTab tab)
Informs the tab that it was made visible by the manager.
|
void |
tabRemoved(TabbedWindow parent,
java.lang.String id,
TabbedWindowTab tab)
Informs the tab that it was removed from the tabbed window.
|
void tabAdded(TabbedWindow parent, java.lang.String id, TabbedWindowTab tab)
parent
- The tabbed docking windowid
- The unique IDtab
- The tabvoid tabRemoved(TabbedWindow parent, java.lang.String id, TabbedWindowTab tab)
parent
- The tabbed docking windowid
- The unique IDtab
- The tabvoid tabBecomesShown(TabbedWindowTab tab)
tab
- The tabvoid tabBecomesHidden(TabbedWindowTab tab)
tab
- The tabvoid tabIsShowing(TabbedWindowTab tab)
tab
- The tabvoid tabIsHiding(TabbedWindowTab tab)
tab
- The tabCopyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.