////////////////////////////////////////////////////////////////////////////
public TableLayoutPanelInfo(AstEditor editor,
ComponentDescription description,
CreationSupport creationSupport) throws Exception {
super(editor, description, creationSupport);
new LayoutDataSupport(this) {
@Override
public LayoutContainerInfo getContainer() {
return TableLayoutPanelInfo.this;
}