org.argouml.uml.ui
Class UMLTaggedTextProperty

java.lang.Object
  |
  +--org.argouml.uml.ui.UMLTextProperty
        |
        +--org.argouml.uml.ui.UMLTaggedTextProperty

Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.

public class UMLTaggedTextProperty
extends UMLTextProperty


Field Summary
 
Fields inherited from class org.argouml.uml.ui.UMLTextProperty
_propertyName, cat
 
Constructor Summary
UMLTaggedTextProperty(java.lang.String propertyName)
          Deprecated.  
 
Method Summary
 java.lang.String getProperty(UMLUserInterfaceContainer container)
          Deprecated.  
 void setProperty(UMLUserInterfaceContainer container, java.lang.String newValue)
          Deprecated.  
 void setProperty(UMLUserInterfaceContainer container, java.lang.String newValue, boolean validating)
          Deprecated. Hack to circumvent problems with the validating property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLTaggedTextProperty

public UMLTaggedTextProperty(java.lang.String propertyName)
Deprecated. 
Method Detail

setProperty

public void setProperty(UMLUserInterfaceContainer container,
                        java.lang.String newValue,
                        boolean validating)
Deprecated. 
Hack to circumvent problems with the validating property. This method never validates.

Overrides:
setProperty in class UMLTextProperty
See Also:
UMLTextProperty.setProperty(UMLUserInterfaceContainer, String, boolean)

setProperty

public void setProperty(UMLUserInterfaceContainer container,
                        java.lang.String newValue)
Deprecated. 
Overrides:
setProperty in class UMLTextProperty

getProperty

public java.lang.String getProperty(UMLUserInterfaceContainer container)
Deprecated. 
Overrides:
getProperty in class UMLTextProperty


ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook