org.argouml.uml.ui
Class UMLTextProperty

java.lang.Object
  extended byorg.argouml.uml.ui.UMLTextProperty
Direct Known Subclasses:
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 UMLTextProperty
extends java.lang.Object


Field Summary
protected  java.lang.String _propertyName
          Deprecated.  
protected static org.apache.log4j.Category cat
          Deprecated.  
 
Constructor Summary
UMLTextProperty(java.lang.Class elementClass, java.lang.String propertyName, java.lang.String getMethod, java.lang.String setMethod)
          Deprecated.  
UMLTextProperty(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 vetoableCheck)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static org.apache.log4j.Category cat
Deprecated. 

_propertyName

protected java.lang.String _propertyName
Deprecated. 
Constructor Detail

UMLTextProperty

public UMLTextProperty(java.lang.String propertyName)
Deprecated. 

UMLTextProperty

public UMLTextProperty(java.lang.Class elementClass,
                       java.lang.String propertyName,
                       java.lang.String getMethod,
                       java.lang.String setMethod)
Deprecated. 
Method Detail

setProperty

public void setProperty(UMLUserInterfaceContainer container,
                        java.lang.String newValue)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

setProperty

public void setProperty(UMLUserInterfaceContainer container,
                        java.lang.String newValue,
                        boolean vetoableCheck)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

getProperty

public java.lang.String getProperty(UMLUserInterfaceContainer container)
Deprecated. 


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