|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpDataSourceManager
Interface for managing data sources. Provides access to the data sources. This class is a convenience for the StyleEditor.
| Method Summary | |
|---|---|
Collection |
getDataSources()
Returns the data sources created in the context of this data source manager. |
boolean |
hasDataSource(IlpDataSource aDataSource)
Returns true if the given data source belongs to this manager. |
| Method Detail |
|---|
Collection getDataSources()
Collection containing the known data sources.IlpDataSourceboolean hasDataSource(IlpDataSource aDataSource)
true if the given data source belongs to this manager.
aDataSource - The data source being checked.
true if the data source belongs to the manager.
IllegalArgumentException - if the given data source is invalid.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||