|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabbedFormListener
Is used to detect internal changes of TabbedForms, e.g. when the user changes the tab of a TabbedForm.
Copyright (c) 2007 Enough Software
history
12-Mar-2007 - mkoch creation
| Method Summary | |
|---|---|
void |
notifyTabChangeCompleted(int oldTabIndex,
int newTabIndex)
Called when a tab change in a TabbedForm is completed. |
boolean |
notifyTabChangeRequested(int oldTabIndex,
int newTabIndex)
Called when a tab change in a TabbedForm is requested. |
| Method Detail |
|---|
boolean notifyTabChangeRequested(int oldTabIndex,
int newTabIndex)
true to make tab changes complete. When this method returns
false the tab change is cancelled.
oldTabIndex - the index of the current tabnewTabIndex - the index of the requested tab
true if a tab change is okay, false otherwise
void notifyTabChangeCompleted(int oldTabIndex,
int newTabIndex)
oldTabIndex - the index of the previous tabnewTabIndex - the index of the current tab
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||