N - the native widget typepublic abstract class BaseToolBarSeparatorRenderer<N> extends BaseRenderer<org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator,WToolBarSeparator<N>>
ATTRIBUTE_localizedLabel, ATTRIBUTE_localizedTooltip, CALCULATED_VISIBILITY, CONTEXT_DOM_ELEMENT, CURRENT_VISIBLE_WHEN| Constructor and Description |
|---|
BaseToolBarSeparatorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
childRendered(org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator parentElement,
org.eclipse.e4.ui.model.application.ui.MUIElement element)
Inform the that a direct child of the parentElement has been rendered
|
protected void |
doProcessContent(org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator element)
Process the content of an element
|
void |
hideChild(org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator container,
org.eclipse.e4.ui.model.application.ui.MUIElement changedObj)
Hide the child of the element
|
activate, bindWidget, checkVisibleWhen, createWidget, destroyWidget, engineCreateWidget, engineCreateWidget, focus, getContextForParent, getLogger, getModelContext, getPresentationEngine, getRenderedIndex, getRenderingContext, getVisibleWhen, getWidget, getWidgetClass, inContentProcessing, inContextModification, initContext, initRenderingContext, initWidget, inUIModification, isChildAndRenderedVisible, postProcess, preDestroy, processContent, registerEventListener, setupRenderingContext, syncUIModificationsprotected void doProcessContent(org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator element)
BaseRendererdoProcessContent in class BaseRenderer<org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator,WToolBarSeparator<N>>element - the elementpublic void childRendered(org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator parentElement,
org.eclipse.e4.ui.model.application.ui.MUIElement element)
ElementRendererparentElement - the parentelement - the child renderedpublic void hideChild(org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator container,
org.eclipse.e4.ui.model.application.ui.MUIElement changedObj)
ElementRenderercontainer - the element containerchangedObj - the element to hide