|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StackDockComponentListener
This listener can be added to a StackDockComponent. It will receive events if the
selection or the available tabs changes.
| Method Summary | |
|---|---|
void |
selectionChanged(StackDockComponent stack)
Called if the current selection on stack changed. |
void |
tabChanged(StackDockComponent stack,
Dockable dockable)
Called if the result of StackDockComponent.getTabAt(int) changed
for any index associated with dockable |
| Method Detail |
|---|
void selectionChanged(StackDockComponent stack)
stack changed.
stack - the source of the event
void tabChanged(StackDockComponent stack,
Dockable dockable)
StackDockComponent.getTabAt(int) changed
for any index associated with dockable
stack - the source of the eventdockable - the element with a new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||