229230231232233234235236
//getKeyObjects().add(column); _keyObjects = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
265266267268269270271272273
//getKeyObjects().remove(column); _keyObjects = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } }
300301302303304305306307
getReferencingKeys().add(referencingKey); firePropertyChange(PROP_REFERENCING_KEYS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
331332333334335336337338339340341
keyIterator.remove(); firePropertyChange(PROP_REFERENCING_KEYS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } } } else
129130131132133134135136
setTableInternal(table); firePropertyChange(PROP_TABLE, old, table); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
280281282283284285286287
referencingKey.add(columnName); firePropertyChange(PROP_KEY_COLUMNS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
378379380381382383384385386387
firePropertyChange(PROP_KEY_COLUMNS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } } }
172173174175176177178179180181182
// sync up runtime's object list too _associatedColumnObjects = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } else { throw new ModelException(I18NHelper.getMessage(getMessages(),
253254255256257258259260261
// sync up runtime's object list too _associatedColumnObjects = null; } catch (PropertyVetoException ve) { throw new ModelVetoException(ve); } } }
222223224225226227228229
_name = name; firePropertyChange(PROP_NAME, old, name); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }