Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[handly-dev] Element references

Hi!

In the model API there will usually be methods like findElement(ref), where ref is an object describing the element. IHandles would be perfect to be used for that purpose, but they can't be created outside the model (i.e. they need to have a parent, and it's basically what the findElement is meant to provide... 

I am currently using separate reference classes, but it doesn't feel completely ok. Is this the way to do it anyway, or is there a trick that I'm missing?

best regards,
Vlad


Back to the top