N - the native widgetI - the item typeIC - the native item content widget typepublic abstract class BaseStackRenderer<N,I,IC> extends BaseRenderer<org.eclipse.e4.ui.model.application.ui.basic.MPartStack,WStack<N,I,IC>>
MPartStack| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MAP_MOVE
Transient tag to inform about a move operation
|
ATTRIBUTE_localizedLabel, ATTRIBUTE_localizedTooltip, CALCULATED_VISIBILITY, CONTEXT_DOM_ELEMENT, CURRENT_VISIBLE_WHEN| Constructor and Description |
|---|
BaseStackRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
childRendered(org.eclipse.e4.ui.model.application.ui.basic.MPartStack parentElement,
org.eclipse.e4.ui.model.application.ui.MUIElement element)
Inform the that a direct child of the parentElement has been rendered
|
void |
doProcessContent(org.eclipse.e4.ui.model.application.ui.basic.MPartStack element)
Process the content of an element
|
void |
hideChild(org.eclipse.e4.ui.model.application.ui.basic.MPartStack container,
org.eclipse.e4.ui.model.application.ui.MUIElement changedObj)
Hide the child of the element
|
protected void |
initWidget(org.eclipse.e4.ui.model.application.ui.basic.MPartStack element,
WStack<N,I,IC> widget)
Initialize the widget
|
activate, bindWidget, checkVisibleWhen, createWidget, destroyWidget, engineCreateWidget, engineCreateWidget, focus, getContextForParent, getLogger, getModelContext, getPresentationEngine, getRenderedIndex, getRenderingContext, getVisibleWhen, getWidget, getWidgetClass, inContentProcessing, inContextModification, initContext, initRenderingContext, inUIModification, isChildAndRenderedVisible, postProcess, preDestroy, processContent, registerEventListener, setupRenderingContext, syncUIModificationspublic static final java.lang.String MAP_MOVE
protected void initWidget(org.eclipse.e4.ui.model.application.ui.basic.MPartStack element,
WStack<N,I,IC> widget)
BaseRendererinitWidget in class BaseRenderer<org.eclipse.e4.ui.model.application.ui.basic.MPartStack,WStack<N,I,IC>>element - the model elementwidget - the widgetpublic void doProcessContent(org.eclipse.e4.ui.model.application.ui.basic.MPartStack element)
BaseRendererdoProcessContent in class BaseRenderer<org.eclipse.e4.ui.model.application.ui.basic.MPartStack,WStack<N,I,IC>>element - the elementpublic void childRendered(org.eclipse.e4.ui.model.application.ui.basic.MPartStack 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.basic.MPartStack container,
org.eclipse.e4.ui.model.application.ui.MUIElement changedObj)
ElementRenderercontainer - the element containerchangedObj - the element to hide