org.argouml.uml.ui
Class UMLStimulusActionTextProperty
java.lang.Object
org.argouml.uml.ui.UMLStimulusActionTextProperty
- public class UMLStimulusActionTextProperty
- extends Object
TODO: this class should be moved to package
org.argouml.uml.ui.behavior.common_behavior.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thePropertyName
private String thePropertyName
UMLStimulusActionTextProperty
public UMLStimulusActionTextProperty(String propertyName)
- The constructor.
- Parameters:
propertyName
- the name of the property
setProperty
public void setProperty(UMLUserInterfaceContainer container,
String newValue)
- Parameters:
container
- the container of UML user interface componentsnewValue
- the new value of the property
getProperty
public String getProperty(UMLUserInterfaceContainer container)
- Parameters:
container
- the container of UML user interface components
- Returns:
- the property
isAffected
boolean isAffected(ru.novosoft.uml.MElementEvent event)
targetChanged
void targetChanged()