Author: mvw Date: 2008-05-15 11:38:09-0700 New Revision: 14746 Modified: trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java
Log: Added comment. Modified: trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java?view=diff&rev=14746&p1=trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java&p2=trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java&r1=14745&r2=14746 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java (original) +++ trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java 2008-05-15 11:38:09-0700 @@ -1,5 +1,5 @@ // $Id$ -// Copyright (c) 1996-2007 The Regents of the University of California. All +// Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, provided that the above copyright notice @@ -46,7 +46,10 @@ * * TODO: In some cases (test cases) this object is created without setting * the treeModel. I (Linus) will add tests for this now. It would be better - * if this is created only when the Explorer is created. + * if this is created only when the Explorer is created. <p> + * + * TODO: The ExplorerTreeNode also listens to some events + * (from Diagrams), so it does not follow the rule above. * * @since 0.15.2, Created on 16 September 2003, 23:13 * @author alexb --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
