| org.osbl.client.wings.shell.ToolsProvider
ToolsProvider | public interface ToolsProvider (Code) | | Interface which must be implemented by components that provide tools for the tools sidebar.
Basically, they must return a list of components; those components will appear as tabs in
the tools sidebar.
author: holger |
Method Summary | |
public List<Tool> | getTools() Returns a list of org.wings.SComponent s which will appear in the tools sidebar. |
getTools | public List<Tool> getTools()(Code) | | Returns a list of org.wings.SComponent s which will appear in the tools sidebar.
a list of org.wings.SComponent s which will appear in the tools sidebar. |
|
|