168169170171172173174175176177178
} ObjAttributeTableModel model = (ObjAttributeTableModel) table.getModel(); // ... show dialog... new ObjAttributeInfoDialog(mediator, row, model).startupAction(); /** * This is required for a table to be updated properly */ table.cancelEditing();
165166167168169170171172173174175
157158159160161162163164165166167