org.argouml.uml.ui
Class UMLExpressionModel
java.lang.Object
|
+--org.argouml.uml.ui.UMLExpressionModel
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 final class UMLExpressionModel
- extends java.lang.Object
Field Summary |
protected static Category |
cat
Deprecated. |
Constructor Summary |
UMLExpressionModel(UMLUserInterfaceContainer container,
java.lang.Class targetClass,
java.lang.String propertyName,
java.lang.Class expressionClass,
java.lang.String getMethodName,
java.lang.String setMethodName)
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.
UMLExpressionModel
public UMLExpressionModel(UMLUserInterfaceContainer container,
java.lang.Class targetClass,
java.lang.String propertyName,
java.lang.Class expressionClass,
java.lang.String getMethodName,
java.lang.String setMethodName)
- Deprecated.
targetChanged
public void targetChanged()
- Deprecated.
propertySet
public boolean propertySet(MElementEvent event)
- Deprecated.
getExpression
public MExpression getExpression()
- Deprecated.
getLanguage
public java.lang.String getLanguage()
- Deprecated.
getBody
public java.lang.String getBody()
- Deprecated.
setLanguage
public void setLanguage(java.lang.String lang)
- Deprecated.
setBody
public void setBody(java.lang.String body)
- Deprecated.