Class AbstractComposedDBTraceCodeUnitsView<T extends DBTraceCodeUnitAdapter,P extends AbstractSingleDBTraceCodeUnitsView<? extends T>>

java.lang.Object
ghidra.trace.database.listing.AbstractBaseDBTraceCodeUnitsView<T>
ghidra.trace.database.listing.AbstractComposedDBTraceCodeUnitsView<T,P>
Type Parameters:
T - the implementation type of units contained in the view
P - the implementation type of views composed by this view
Direct Known Subclasses:
DBTraceCodeUnitsView, DBTraceDataView, DBTraceDefinedUnitsView

public abstract class AbstractComposedDBTraceCodeUnitsView<T extends DBTraceCodeUnitAdapter,P extends AbstractSingleDBTraceCodeUnitsView<? extends T>> extends AbstractBaseDBTraceCodeUnitsView<T>
An abstract implementation of a multi-type view, by composing other single-type views