ui_manager.addUIListener(new UIManagerListener() {
public void UIDetached(UIInstance instance) {
}
public void UIAttached(UIInstance instance) {
UIManagerEventAdapter event = new UIManagerEventAdapter(
ui_manager.getPluginInterface(), UIManagerEvent.ET_CREATE_TABLE_COLUMN, column);
UIManagerImpl.fireEvent(event);
// event.result used to have the TableColumn which we would populate
// with info.