public interface LabelProvider
LabelProvider should represent a single 'LabelSet'. A 'LabelSet' is composed by 'Metadata' and 'Data'; 'Metadata' represents
information about the 'LabelSet' like ID, and description; 'Data' represents the information inside a 'LabelSet', for instance the list of all
Labels inside the current 'LabelSet'.| Modifier and Type | Method and Description |
|---|---|
LabelProviderData |
getData() |
LabelProviderMetadata |
getMetadata() |
LabelProviderMetadata getMetadata()
LabelProviderData getData()
Copyright © 2021 JBoss by Red Hat. All rights reserved.