org.argouml.uml.ui
Class UMLTextProperty

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

Deprecated. as of ArgoUml 0.13.5 (10-may-2003), TODO: What is this 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
private  java.lang.reflect.Method _getMethod
          Deprecated.  
private static java.lang.Object[] _noArg
          Deprecated.  
protected  java.lang.String _propertyName
          Deprecated.  
private  java.lang.reflect.Method _setMethod
          Deprecated.  
private static Logger cat
          Deprecated. logger
 
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.  
(package private)  boolean isAffected(MElementEvent event)
          Deprecated.  
 void setProperty(UMLUserInterfaceContainer container, java.lang.String newValue)
          Deprecated.  
 void setProperty(UMLUserInterfaceContainer container, java.lang.String newValue, boolean vetoableCheck)
          Deprecated.  
(package private)  void targetChanged()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

private static Logger cat
Deprecated. 
logger


_getMethod

private java.lang.reflect.Method _getMethod
Deprecated. 

_setMethod

private java.lang.reflect.Method _setMethod
Deprecated. 

_propertyName

protected java.lang.String _propertyName
Deprecated. 

_noArg

private static java.lang.Object[] _noArg
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. 
java.lang.Exception

setProperty

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

getProperty

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

isAffected

boolean isAffected(MElementEvent event)
Deprecated. 

targetChanged

void targetChanged()
Deprecated. 


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