////////////////////////////////////////////////////////////////////////////
public GridPanelInfo(AstEditor editor,
ComponentDescription description,
CreationSupport creationSupport) throws Exception {
super(editor, description, creationSupport);
addBroadcastListener(new JavaInfoTreeAlmostComplete() {
public void invoke(JavaInfo root, List<JavaInfo> components) throws Exception {
bindColumns(components);
}
});
ensureModels();