|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ilog.server.jsds.IlsDataSourceContainerSupport
Class supporting IlsDataSourceContainer
IlsDataSourceContainer| Inner classes inherited from class ilog.server.jsds.IlsDataSourceContainer |
IlsDataSourceContainer.Finder |
| Constructor Summary | |
IlsDataSourceContainerSupport()
Instantiate a new IlsDataSourceContainerSupport. |
|
| Method Summary | |
void |
addDataSource(IlsDataSource ds)
Add a data source to the container. |
void |
addDSRepresentationListener(DSRepresentationListener l)
|
void |
close(IlsDSRepresentation repres)
Close the view represented by this container. |
protected boolean |
containsDSRepresentationListener(DSRepresentationListener l)
|
java.util.Iterator |
dataSources()
|
void |
dsClose()
Close the view represented by this container. |
void |
fireRepresentationChanged(DSRepresentationEvent e)
|
void |
fireRepresentationClosed(DSRepresentationEvent e)
|
void |
fireRepresentationOpened(DSRepresentationEvent e)
|
IlsDataSource |
getDataSource(IlsDataSourceContainer.Finder finder)
Retreive a data source on the container. |
void |
open(IlsDSRepresentation repres,
java.util.Map map)
Deprecated. But still called by fireRepresentationOpened |
void |
propertiesChange(IlsDSRepresentation repres,
java.util.Map map)
Deprecated. But still called by fireRepresentationChanged |
void |
removeDataSource(IlsDataSource ds)
Remove a data source from the container. |
void |
removeDSRepresentationListener(DSRepresentationListener l)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IlsDataSourceContainerSupport()
| Method Detail |
public void addDataSource(IlsDataSource ds)
addDataSource in interface IlsDataSourceContainerds - the data source.IlsDataSourcepublic void removeDataSource(IlsDataSource ds)
removeDataSource in interface IlsDataSourceContainerds - The data sourceIlsDataSourcepublic java.util.Iterator dataSources()
dataSources in interface IlsDataSourceContainerIlsDataSourcepublic IlsDataSource getDataSource(IlsDataSourceContainer.Finder finder)
getDataSource in interface IlsDataSourceContainerfinder - the finder to retrieve the data sourceIlsDataSource,
IlsDataSourceContainer.Finder
public void open(IlsDSRepresentation repres,
java.util.Map map)
open in interface IlsDataSourceContainermap - All the properties of the view.
public void propertiesChange(IlsDSRepresentation repres,
java.util.Map map)
IlsDSRepresentation have changed.propertiesChange in interface IlsDataSourceContainerThe - properties.public void close(IlsDSRepresentation repres)
close in interface IlsDataSourceContainerilog.server.jsds.IlsDataSourceContainerrepres - The representation target of the eventproperties - The properties to initialize the
IlsDataSourceContainer.public void dsClose()
dsClose in interface IlsDataSourceContainerprotected boolean containsDSRepresentationListener(DSRepresentationListener l)
public void addDSRepresentationListener(DSRepresentationListener l)
addDSRepresentationListener in interface IlsDataSourceContainerpublic void removeDSRepresentationListener(DSRepresentationListener l)
removeDSRepresentationListener in interface IlsDataSourceContainerpublic void fireRepresentationOpened(DSRepresentationEvent e)
public void fireRepresentationClosed(DSRepresentationEvent e)
public void fireRepresentationChanged(DSRepresentationEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||