org.argouml.uml.ui
Class UMLStimulusActionTextProperty

java.lang.Object
  extended byorg.argouml.uml.ui.UMLStimulusActionTextProperty

public class UMLStimulusActionTextProperty
extends Object

TODO: this class should be moved to package org.argouml.uml.ui.behavior.common_behavior.


Field Summary
private  String thePropertyName
           
 
Constructor Summary
UMLStimulusActionTextProperty(String propertyName)
          The constructor.
 
Method Summary
 String getProperty(UMLUserInterfaceContainer container)
           
(package private)  boolean isAffected(ru.novosoft.uml.MElementEvent event)
           
 void setProperty(UMLUserInterfaceContainer container, String newValue)
           
(package private)  void targetChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thePropertyName

private String thePropertyName
Constructor Detail

UMLStimulusActionTextProperty

public UMLStimulusActionTextProperty(String propertyName)
The constructor.

Parameters:
propertyName - the name of the property
Method Detail

setProperty

public void setProperty(UMLUserInterfaceContainer container,
                        String newValue)
Parameters:
container - the container of UML user interface components
newValue - 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()


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook