|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabMenuListener
This listener can be added to a TabMenu and keeps track of the number of
children the menu has.
| Method Summary | |
|---|---|
void |
dockablesAdded(TabMenu source,
int offset,
int length)
Called after some children have been added to source. |
void |
dockablesRemoved(TabMenu source,
int offset,
int length)
Called after some children have been removed from source. |
| Method Detail |
|---|
void dockablesAdded(TabMenu source,
int offset,
int length)
source.
source - the source of the eventoffset - the index of the first new childlength - the number of children that were added, at least 1
void dockablesRemoved(TabMenu source,
int offset,
int length)
source.
source - the source of the eventoffset - the index of the first removed childlength - the number of children that were removed, at least 1
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||