* so some containers (such as FormPanel) may not have implicit layout set in constructor,
* but we still know that some more specific {@link LayoutInfo} should be used.
*/
protected LayoutInfo createDefaultImplicitLayout(AstEditor editor, CreationSupport creationSupport)
throws Exception {
return new DefaultLayoutInfo(editor, creationSupport);
}