bibliothek.gui.dock.station.stack
Interface TabContentFilterListener


public interface TabContentFilterListener

A listener to a TabContentFilter.

Author:
Benjamin Sigg

Method Summary
 void contentChanged()
          Informs this listener that all icons, titles and tooltips have changed.
 void contentChanged(Dockable dockable)
          Informs this listener that icon, title and/or tooltip of dockable changed.
 void contentChanged(StackDockComponent component)
          Informs this listener that all icons, titles and tooltips of all children of component have changed.
 void contentChanged(StackDockStation station)
          Informs this listener that all icons, titles and tooltips of all children of station have changed.
 

Method Detail

contentChanged

void contentChanged(Dockable dockable)
Informs this listener that icon, title and/or tooltip of dockable changed.

Parameters:
dockable - the affected element

contentChanged

void contentChanged(StackDockStation station)
Informs this listener that all icons, titles and tooltips of all children of station have changed.

Parameters:
station - the affected station

contentChanged

void contentChanged(StackDockComponent component)
Informs this listener that all icons, titles and tooltips of all children of component have changed.

Parameters:
component - the affected station

contentChanged

void contentChanged()
Informs this listener that all icons, titles and tooltips have changed.