Uses of Interface
manifold.templates.rt.runtime.ILayout
-
Packages that use ILayout Package Description manifold.templates.rt manifold.templates.rt.runtime -
-
Uses of ILayout in manifold.templates.rt
Methods in manifold.templates.rt that return ILayout Modifier and Type Method Description static ILayoutManifoldTemplates. getDefaultLayout(String packageName)Methods in manifold.templates.rt with parameters of type ILayout Modifier and Type Method Description static voidManifoldTemplates. setDefaultLayout(String somePackage, ILayout layout)static voidManifoldTemplates. setDefaultLayout(ILayout layout) -
Uses of ILayout in manifold.templates.rt.runtime
Fields in manifold.templates.rt.runtime declared as ILayout Modifier and Type Field Description static ILayoutILayout. EMPTYMethods in manifold.templates.rt.runtime that return ILayout Modifier and Type Method Description protected ILayoutBaseTemplate. getExplicitLayout()ILayoutBaseLayoutOverride. getOverride()protected ILayoutBaseTemplate. getTemplateLayout()Methods in manifold.templates.rt.runtime with parameters of type ILayout Modifier and Type Method Description protected voidBaseTemplate. afterRender(Appendable buffer, ILayout override, boolean topLevelTemplate, long renderTime)protected voidBaseTemplate. beforeRender(Appendable buffer, ILayout override, boolean topLevelTemplate)protected voidBaseTemplate. setLayout(ILayout layout)Constructors in manifold.templates.rt.runtime with parameters of type ILayout Constructor Description BaseLayoutOverride(ILayout override)
-