Interface ILspLabelDependencyProvider
public interface ILspLabelDependencyProvider
Interface that makes it possible to specify dependencies between
labels.
The nature of this dependency is not specified in this interface, and should be correctly
specified by users of this interface.- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetDependingLabels(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext, List<TLspLabelID> aDependingIdentifiersSFCT) This method adds allTLspLabelIDs that depend on the givenTLspLabelIDto the given list.
-
Method Details
-
getDependingLabels
void getDependingLabels(TLspLabelID aLabel, TLspPaintState aPaintState, TLspContext aContext, List<TLspLabelID> aDependingIdentifiersSFCT) This method adds allTLspLabelIDs that depend on the givenTLspLabelIDto the given list.- Parameters:
aLabel- a label.aPaintState- the paint state.aContext- the context.aDependingIdentifiersSFCT- the list to which all depending representations are added.
-