bibliothek.gui.dock.station.stack
Interface StackDockComponentListener

All Known Implementing Classes:
BubbleTab

public interface StackDockComponentListener

This listener can be added to a StackDockComponent. It will receive events if the selection or the available tabs changes.

Author:
Benjamin Sigg

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

selectionChanged

void selectionChanged(StackDockComponent stack)
Called if the current selection on stack changed.

Parameters:
stack - the source of the event

tabChanged

void tabChanged(StackDockComponent stack,
                Dockable dockable)
Called if the result of StackDockComponent.getTabAt(int) changed for any index associated with dockable

Parameters:
stack - the source of the event
dockable - the element with a new value