public interface StyledElementViewPart extends ElementViewPartBase
Gadget
s which
are part of the styled view of an element.Modifier and Type | Interface and Description |
---|---|
static class |
StyledElementViewPart.Role
The role of this gadget as a part of the styled view of an element.
|
Modifier and Type | Method and Description |
---|---|
void |
detachingViewFromModel(Document document,
int viewIndex)
Invoked to signal the gadget that the styled view of an element it is
part of is being deleted (typically because the element is being
deleted).
|
StyledElementViewPart.Role |
getRole()
Returns the role of this gadget as a part of the styled view of an
element.
|
StyledElementView |
getStyledElementView()
Returns the styled element view this gadget is part of.
|
getElementView
getView
getMarginBottom, getMarginTop, getStyle, hasDynamicVerticalMargins
StyledElementView getStyledElementView()
StyledElementViewPart.Role getRole()
void detachingViewFromModel(Document document, int viewIndex)