Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] validateEdit()


Wakao-san,

Do you think there is anything GEF should do to make it easier for developers to implement validateEdit() properly?  Perhaps at the EditDomain level, or at the CommandStack, there could be checks to see if the user has write access to the proper resources.  I know this is a hard problem though, because during checkout, you usually end up with a ResourceChange, which usually causes the Editor to refresh itself, and you end up having to throw away the Command or change that he user was making.

Back to the top