Search Results for

    Show / Hide Table of Contents

    Class PropertyHelper<E>

    Inheritance
    java.lang.Object
    PropertyHelper<E>
    Inherited Members
    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 abstract class PropertyHelper<E>
    Type Parameters
    Name Description
    E

    Constructors

    PropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)

    Declaration
    public PropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)
    Parameters
    Type Name Description
    propertyHelpers.IPropertyHolder propertyHolder
    int propertyId

    Fields

    propertyHolder

    Declaration
    protected final propertyHelpers.IPropertyHolder propertyHolder
    Field Value
    Type Description
    propertyHelpers.IPropertyHolder

    Methods

    attach(E item)

    Declaration
    protected abstract void attach(E item)
    Parameters
    Type Name Description
    E item

    detach(E item)

    Declaration
    protected abstract void detach(E item)
    Parameters
    Type Name Description
    E item

    invalidatePropertyHolder()

    Declaration
    protected void invalidatePropertyHolder()

    onPropertyChanged(E oldValue, E newValue)

    Declaration
    public final void onPropertyChanged(E oldValue, E newValue)
    Parameters
    Type Name Description
    E oldValue
    E newValue
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml