org.tm4j.tmnav.app.ui.RendererView .getDefaultRendererView()

Description

Returns the RendererView where the demand to display a model shall be directed to.
This method tries at first to obtain the rendererView with the id that is stored in the field targetID of this instance. If this fails, the RendererViewManager will be asked for the global default rendererView.

Returns

a RendererView where the model shall be displayed or null, if no RendererView could be found.

Other Resources

Related Topics