public interface TextPropertyProviderFactory
TextPropertyProvider for a given Element.| Modifier and Type | Field and Description |
|---|---|
static int |
CATCH_ALL_PRIORITY
The priority of any
TextPropertyProvider that should behave as the "catch all" implementation. |
| Modifier and Type | Method and Description |
|---|---|
TextPropertyProvider |
getProvider(Element<? extends Definition> element)
Gets a provider for the given
Element. |
static final int CATCH_ALL_PRIORITY
TextPropertyProvider that should behave as the "catch all" implementation.TextPropertyProvider getProvider(Element<? extends Definition> element)
Element.element - The element for which to retrieve the property representing the caption.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.