Search Results for

    Show / Hide Table of Contents

    Class ChartModifierCollectionCore<T>

    Inheritance
    java.lang.Object
    java.util.AbstractCollection
    java.util.AbstractList
    ArrayList
    ObservableCollection
    ChartModifierCollectionCore<T>
    Implements
    IAttachable
    IServiceProvider
    Inherited Members
    ObservableCollection.add(E)
    ObservableCollection.add(int,E)
    ObservableCollection.addAll(int,Collection<? extends E>)
    ObservableCollection.addAll(Collection<? extends E>)
    ObservableCollection.addObserver(ICollectionObserver<E>)
    ObservableCollection.clear()
    ObservableCollection.remove(int)
    ObservableCollection.remove(Object)
    ObservableCollection.removeAll(Collection<?>)
    ObservableCollection.removeObserver(ICollectionObserver<E>)
    ObservableCollection.removeRange(int,int)
    ObservableCollection.retainAll(Collection<?>)
    ObservableCollection.set(int,E)
    ObservableCollection.setAll(Collection<? extends E>)
    ObservableCollection.setAll(List<? extends E>,Predicate<? super E>)
    Object.finalize()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    AbstractCollection.containsAll(Collection<?>)
    AbstractCollection.toString()
    ArrayList.<T>toArray(T[])
    ArrayList.addFirst(E)
    ArrayList.addLast(E)
    ArrayList.clone()
    ArrayList.contains(Object)
    ArrayList.ensureCapacity(int)
    ArrayList.equals(Object)
    ArrayList.forEach(Consumer<? super E>)
    ArrayList.get(int)
    ArrayList.getFirst()
    ArrayList.getLast()
    ArrayList.hashCode()
    ArrayList.indexOf(Object)
    ArrayList.isEmpty()
    ArrayList.iterator()
    ArrayList.lastIndexOf(Object)
    ArrayList.listIterator()
    ArrayList.listIterator(int)
    ArrayList.removeFirst()
    ArrayList.removeIf(Predicate<? super E>)
    ArrayList.removeLast()
    ArrayList.replaceAll(UnaryOperator<E>)
    ArrayList.size()
    ArrayList.sort(Comparator<? super E>)
    ArrayList.spliterator()
    ArrayList.subList(int,int)
    ArrayList.toArray()
    ArrayList.trimToSize()
    Namespace:
    Assembly: .dll
    Syntax
    public class ChartModifierCollectionCore<T> extends ObservableCollection<T> implements IAttachable, IServiceProvider
    Type Parameters
    Name Description
    T

    Constructors

    ChartModifierCollectionCore()

    Initializes a new instance of ChartModifierCollectionCore class

    Declaration
    protected ChartModifierCollectionCore()

    ChartModifierCollectionCore(Collection<T> collection)

    Initializes a new instance of ChartModifierCollectionCore class

    Declaration
    protected ChartModifierCollectionCore(Collection<T> collection)
    Parameters
    Type Name Description
    Collection<T> collection

    The collections with items to add

    Methods

    attachTo(IServiceContainer services)

    Declaration
    public final void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services

    attachTo(IServiceContainer services, boolean subscribeToEvents)

    Attaches this instance to IServiceContainer instance.

    Declaration
    public void attachTo(IServiceContainer services, boolean subscribeToEvents)
    Parameters
    Type Name Description
    IServiceContainer services

    The target IServiceContainer instance.

    boolean subscribeToEvents

    Specifies whether to subscribe to the event services of services.

    detach()

    Declaration
    public void detach()

    getServices()

    Declaration
    public IServiceContainer getServices()
    Returns
    Type Description
    IServiceContainer

    isAttached()

    Declaration
    public final boolean isAttached()
    Returns
    Type Description
    boolean

    isSubscribedToEvents()

    Declaration
    protected final boolean isSubscribedToEvents()
    Returns
    Type Description
    boolean

    Implements

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