public interface StackDockComponentListener
StackDockComponent. It will receive events if the
selection or the available tabs changes.| Modifier and Type | Method and Description |
|---|---|
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 |
void selectionChanged(StackDockComponent stack)
stack changed.stack - the source of the eventvoid tabChanged(StackDockComponent stack, Dockable dockable)
StackDockComponent.getTabAt(int) changed
for any index associated with dockablestack - the source of the eventdockable - the element with a new valueCopyright © 2017 Docking Frames. All rights reserved.