org.argouml.uml.ui
Class UMLTextProperty
java.lang.Object
|
+--org.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 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
protected static Category cat
- Deprecated.
_propertyName
protected java.lang.String _propertyName
- Deprecated.
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.
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.