Search Results for

    Show / Hide Table of Contents

    Class AttachableServiceContainer

    Provides an attachable container with access to shared services through SciChart components

    Inheritance
    java.lang.Object
    ServiceContainer
    AttachableServiceContainer
    Implements
    IAttachable
    Inherited Members
    ServiceContainer.<T>deregisterService(Class<T>)
    ServiceContainer.<T>getService(Class<T>)
    ServiceContainer.<T>hasService(Class<T>)
    ServiceContainer.<T>registerService(Class<T>,T)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public final class AttachableServiceContainer extends ServiceContainer implements IAttachable

    Constructors

    AttachableServiceContainer()

    Declaration
    public AttachableServiceContainer()

    Methods

    <T>getService(Class<T> classType)

    Gets the esrvice instance registered by type

    Declaration
    public T <T>getService(Class<T> classType)
    Parameters
    Type Name Description
    Class<T> classType
    Returns
    Type Description
    T
    Overrides
    ServiceContainer.<T>getService(Class<T> classType)

    <T>hasService(Class<T> classType)

    Determines whether this instance has the service of specified type.

    Declaration
    public boolean <T>hasService(Class<T> classType)
    Parameters
    Type Name Description
    Class<T> classType
    Returns
    Type Description
    boolean
    Overrides
    ServiceContainer.<T>hasService(Class<T> classType)

    attachTo(IServiceContainer parentServiceContainer)

    Attaches this instance to the instance of IServiceContainer

    Declaration
    public void attachTo(IServiceContainer parentServiceContainer)
    Parameters
    Type Name Description
    IServiceContainer parentServiceContainer

    detach()

    Detaches this instance from currently attached IServiceContainer instance

    Declaration
    public void detach()

    isAttached()

    Gets whether this instance is attached on not

    Declaration
    public boolean isAttached()
    Returns
    Type Description
    boolean

    Implements

    IAttachable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml