public class TypedElementBoundsRevealProvider extends Object implements EMFFormsRevealProvider
Constructor and Description |
---|
TypedElementBoundsRevealProvider()
Initializes me.
|
Modifier and Type | Method and Description |
---|---|
Double |
canReveal(VControl control,
org.eclipse.emf.ecore.EStructuralFeature feature)
I can reveal a control that renders the upper or lower bound of an Ecore typed element.
|
RevealStep |
reveal(TypedElementBoundsRenderer renderer,
org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature)
Reveal the given
feature of an owner in the bounds renderer . |
public TypedElementBoundsRevealProvider()
public Double canReveal(VControl control, org.eclipse.emf.ecore.EStructuralFeature feature)
control
- the controlfeature
- the feature to be revealedpublic RevealStep reveal(@Renderer TypedElementBoundsRenderer renderer, org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature)
feature
of an owner
in the bounds renderer
.renderer
- the bounds rendererowner
- the typed elementfeature
- the bounds feature to revealCopyright © 2019. All rights reserved.