|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITabsetListener
Platform and technology independent tabset listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Method Summary | |
|---|---|
void |
tabActivated(UITabsetEvent pTabsetEvent)
Invoked when a tab was activated. |
void |
tabClosed(UITabsetEvent pTabsetEvent)
Invoked when a tab was closed. |
void |
tabDeactivated(UITabsetEvent pTabsetEvent)
Invoked when a tab was deactivated. |
void |
tabMoved(UITabsetEvent pTabsetEvent)
Invoked when a tab was moved. |
| Method Detail |
|---|
void tabClosed(UITabsetEvent pTabsetEvent)
pTabsetEvent - the tab event.void tabMoved(UITabsetEvent pTabsetEvent)
pTabsetEvent - the tab event.void tabActivated(UITabsetEvent pTabsetEvent)
pTabsetEvent - the tab event.void tabDeactivated(UITabsetEvent pTabsetEvent)
pTabsetEvent - the tab event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||