|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITabListener
The listener interface for receiving "interesting" events on a tabbed pane.
| Method Summary | |
|---|---|
void |
closeTab(TabEvent pEvent)
Invoked when a tab will be closed (before it will be closed). |
void |
deselectTab(TabEvent pEvent)
Invoked when a tab will be deselected. |
void |
moveTab(TabEvent pEvent)
Invoked when a tab was moved from one index to another index. |
void |
selectTab(TabEvent pEvent)
Invoked when a tab is the curent selected tab. |
| Method Detail |
|---|
void closeTab(TabEvent pEvent)
throws Exception
pEvent - the event
Exception - if the close operation is not possible
void deselectTab(TabEvent pEvent)
throws Exception
pEvent - the event
Exception - when the tab should not be deselectedvoid selectTab(TabEvent pEvent)
pEvent - the eventvoid moveTab(TabEvent pEvent)
pEvent - the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||