|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabContentFilter
This interface tells a StackDockStation
how to fill the tabs
for its children.
Method Summary | |
---|---|
void |
addListener(StackDockStationFilterListener listener)
Adds a listener to this filter. |
TabContent |
filter(TabContent content,
StackDockStation station,
Dockable dockable)
Filters the contents of a tab. |
void |
install(StackDockStation station)
Informs this filter that it will be used by station . |
void |
removeListener(StackDockStationFilterListener listener)
Removes a listener from this filter. |
void |
uninstall(StackDockStation station)
Informs this filter that it is no longer used by station . |
Method Detail |
---|
void install(StackDockStation station)
station
.
station
- a new clientvoid uninstall(StackDockStation station)
station
.
station
- an old clientvoid addListener(StackDockStationFilterListener listener)
listener
- the new listener, not null
void removeListener(StackDockStationFilterListener listener)
listener
- the listener to removeTabContent filter(TabContent content, StackDockStation station, Dockable dockable)
content
- the default content to use, not null
station
- the station which calls this methoddockable
- the element which is displayed
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |