Uses of Interface
org.eclipse.ecf.datashare.IChannelContainerAdapter

Packages that use IChannelContainerAdapter
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.service   
org.eclipse.ecf.docshare   
org.eclipse.ecf.internal.docshare   
org.eclipse.ecf.presence.collab.ui   
org.eclipse.ecf.presence.collab.ui.console   
org.eclipse.ecf.presence.collab.ui.screencapture   
org.eclipse.ecf.presence.collab.ui.url   
org.eclipse.ecf.presence.collab.ui.view   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.datashare
 

Fields in org.eclipse.ecf.datashare declared as IChannelContainerAdapter
protected  IChannelContainerAdapter AbstractShare.adapter
           
 

Methods in org.eclipse.ecf.datashare that return IChannelContainerAdapter
 IChannelContainerAdapter IChannelContainer.getContainerAdapter()
           
 IChannelContainerAdapter ChannelContainer.getContainerAdapter()
           
 

Constructors in org.eclipse.ecf.datashare with parameters of type IChannelContainerAdapter
AbstractShare(IChannelContainerAdapter adapter)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID, java.util.Map options)
           
ChannelContainer(IContainer container, IChannelContainerAdapter containerAdapter)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.datashare.service
 

Subinterfaces of IChannelContainerAdapter in org.eclipse.ecf.datashare.service
 interface IDatashareService
          OSGI datashare service interface.
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.docshare
 

Constructors in org.eclipse.ecf.docshare with parameters of type IChannelContainerAdapter
DocShare(IChannelContainerAdapter adapter)
          Create a document sharing session instance.
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.internal.docshare
 

Methods in org.eclipse.ecf.internal.docshare with parameters of type IChannelContainerAdapter
 DocShare Activator.addDocShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.presence.collab.ui
 

Constructors in org.eclipse.ecf.presence.collab.ui with parameters of type IChannelContainerAdapter
AbstractCollabShare(IChannelContainerAdapter adapter)
           
AbstractCollabShare(IChannelContainerAdapter adapter, ID channelID)
           
AbstractCollabShare(IChannelContainerAdapter adapter, ID channelID, java.util.Map options)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.presence.collab.ui.console
 

Methods in org.eclipse.ecf.presence.collab.ui.console with parameters of type IChannelContainerAdapter
static ConsoleShare ConsoleShare.addStackShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
 

Constructors in org.eclipse.ecf.presence.collab.ui.console with parameters of type IChannelContainerAdapter
ConsoleShare(IChannelContainerAdapter adapter)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.presence.collab.ui.screencapture
 

Methods in org.eclipse.ecf.presence.collab.ui.screencapture with parameters of type IChannelContainerAdapter
static ScreenCaptureShare ScreenCaptureShare.addScreenCaptureShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
 

Constructors in org.eclipse.ecf.presence.collab.ui.screencapture with parameters of type IChannelContainerAdapter
ScreenCaptureShare(IChannelContainerAdapter adapter)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.presence.collab.ui.url
 

Methods in org.eclipse.ecf.presence.collab.ui.url with parameters of type IChannelContainerAdapter
static URLShare URLShare.addURLShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
 

Constructors in org.eclipse.ecf.presence.collab.ui.url with parameters of type IChannelContainerAdapter
URLShare(IChannelContainerAdapter adapter)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.presence.collab.ui.view
 

Methods in org.eclipse.ecf.presence.collab.ui.view with parameters of type IChannelContainerAdapter
static ViewShare ViewShare.addViewShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
 

Constructors in org.eclipse.ecf.presence.collab.ui.view with parameters of type IChannelContainerAdapter
ViewShare(IChannelContainerAdapter adapter)
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.provider.datashare
 

Classes in org.eclipse.ecf.provider.datashare that implement IChannelContainerAdapter
 class DatashareContainer
           
 class DatashareContainerAdapter
           
 class SharedObjectDatashareContainerAdapter
           
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.provider.datashare.nio
 

Classes in org.eclipse.ecf.provider.datashare.nio that implement IChannelContainerAdapter
 class NIODatashareContainer
          A datashare channel container implementation that creates channels that uses NIO for sending and receiving messages.