svn commit: r18841 - trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-11-07 04:15:10-0700
New Revision: 18841
Modified:
trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java
Log:
Javadoc
Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java?view=diff&pathrev=18841&r1=18840&r2=18841
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java (original)
+++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java 2010-11-07 04:15:10-0700
@@ -164,6 +164,14 @@
panel.add(tb);
}
+ /**
+ * Create the actions to create new model elements and add the buttons to
+ * perform those actions to the given toolbar.
+ * @param container The model element that will contain the newly created elements
+ * @param tb The toolbar to contain the buttons.
+ * @param metaTypes The list of model element types for which
+ * actions/buttons are required
+ */
private void addCreateButtons(
final Object container,
final JToolBar tb,
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2679663
To unsubscribe from this discussion, e-mail: [[email protected]].