public interface TabContentFilterListener
TabContentFilter
.Modifier and Type | Method and Description |
---|---|
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. |
void contentChanged(Dockable dockable)
dockable
changed.dockable
- the affected elementvoid contentChanged(StackDockStation station)
station
have changed.station
- the affected stationvoid contentChanged(StackDockComponent component)
component
have changed.component
- the affected stationvoid contentChanged()