public void invoke() throws Exception {
ensureCenterWidget();
}
});
// when association of container is going to be executed during "parse"
addBroadcastListener(new JavaInfoSetAssociationBefore() {
public void invoke(JavaInfo javaInfo, Association association) throws Exception {
ContainerInfo container = getContainer();
if (isActive() && GlobalState.isParsing() && javaInfo == container) {
ensureCenterWidget();
}