Package org.eclipse.nebula.widgets.nattable.extension.glazedlists
package org.eclipse.nebula.widgets.nattable.extension.glazedlists
-
ClassesClassDescriptionThis layer acts as the event listener for: Glazed list events -
ListEventBean updates - PropertyChangeEvent(s) Compared to the GlazedListsEventLayer, this layer does not conflate events and only fire a single RowStructuralRefreshEvent for all events within 100ms.Deprecated.This layer acts as the event listener for: GlazedLists events -ListEventBean updates - PropertyChangeEvent(s) GlazedLists events are conflated at a 100ms interval i.e a singleRowStructuralRefreshEventis fired for any number of GlazedLists events received during that interval.
ListDataProviderinstead as the performance boost can not be verified with current Java and GlazedLists implementations and as this implementation is not thread-safe it introduces more issues than it tries to solve.