svn commit: r18147 - trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-03-24 07:22:46-0700
New Revision: 18147
Modified:
trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java
Log:
Provide icons for actions/events/guard
Modified: trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java?view=diff&pathrev=18147&r1=18146&r2=18147
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java (original)
+++ trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java 2010-03-24 07:22:46-0700
@@ -380,7 +380,13 @@
images.put("button.new-associationrole", "AssociationRole");
images.put("button.new-attribute", "New Attribute");
images.put("button.new-callaction", "CallAction");
+ images.put("button.new-terminateaction", "TerminateAction");
+ images.put("button.new-uninterpretedaction", "UninterpretedAction");
+ images.put("button.new-actionsequence", "ActionSequence");
+ images.put("button.new-callaction", "CallAction");
+ images.put("button.new-callevent", "CallEvent");
images.put("button.new-callstate", "CallState");
+ images.put("button.new-changeevent", "ChangeEvent");
images.put("button.new-choice", "Choice");
images.put("button.new-class", "Class");
images.put("button.new-classifierrole", "ClassifierRole");
@@ -400,6 +406,7 @@
images.put("button.new-extend", "Extend");
images.put("button.new-exception", "Exception");
images.put("button.new-extensionpoint", "ExtensionPoint");
+ images.put("button.new-guard", "Guard");
images.put("button.new-method", "Method");
images.put("button.new-message", "Message");
images.put("button.new-argument", "Argument");
@@ -441,12 +448,14 @@
images.put("button.new-sendaction", "SendAction");
images.put("button.new-shallowhistory", "ShallowHistory");
images.put("button.new-signal", "Signal");
+ images.put("button.new-signalevent", "SignalEvent");
images.put("button.new-simplestate", "SimpleState");
images.put("button.new-stereotype", "Stereotype");
images.put("button.new-stubstate", "StubState");
images.put("button.new-subactivitystate", "SubactivityState");
images.put("button.new-submachinestate", "SubmachineState");
images.put("button.new-synchstate", "SynchState");
+ images.put("button.new-timeevent", "TimeEvent");
images.put("button.new-tagdefinition", "TagDefinition");
images.put("button.new-transition", "Transition");
images.put("button.new-uniaggregation", "UniAggregation");
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2464380
To unsubscribe from this discussion, e-mail: [[email protected]].