svn commit: r13639 - trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-10-05 09:44:26-0700
New Revision: 13639
Modified:
trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java
Log:
Documented my findings.
Modified: trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java?view=diff&rev=13639&p1=trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java&p2=trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java&r1=13638&r2=13639
==============================================================================
--- trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java (original)
+++ trunk/src_new/org/argouml/application/api/GUISettingsTabInterface.java 2007-10-05 09:44:26-0700
@@ -35,6 +35,10 @@
* Changes can be made during editing of the tabs, but the tab must
* be able to undo any change if requested
* through {@link #handleSettingsTabCancel}.<p>
+ *
+ * Warning: Do not access the Projectmanager in the constructor
+ * of classes that implement this interface! This because the
+ * SettingsTabs are created before an initial Project is created.
*
* @author Thierry Lach
* @since 0.9.4