On Tue, Apr 22, 2008 at 5:20 PM, Zoran Jeremic <[EMAIL PROTECTED]> wrote:
> I have created my own tab in DetailsPane which extends AbstractArgoJPanel. > It creates the same panel (extends PropPanel) for each type of diagram. I'm > not sure how can I access a field (UMLTextArea2) in this panel for each > specific case. > Actually, the problem is not to access the field itself, but rather to find > desired prop panel. I don't understand your question. If you're creating the PropPanel, then you should save a reference to the field so you can access it later. If it's a private field in the superclass without an accessor that you need to reach, we may not to introduce a getter for it. Please make your question more specific, preferably with some code that doesn't work the way you want it to. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
