public interface TabMenuListener
TabMenu
and keeps track of the number of
children the menu has.Modifier and Type | Method and Description |
---|---|
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 . |
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 1void 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