org.argouml.uml.ui
Class UMLTaggedBooleanProperty
java.lang.Object
org.argouml.uml.ui.UMLBooleanProperty
org.argouml.uml.ui.UMLTaggedBooleanProperty
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 UMLTaggedBooleanProperty
- extends UMLBooleanProperty
An UMLTaggedBooleanProperty is a property which maintains a tagged value
as a boolean field. It is e.g. used to work with UMLCheckbox.
Field Summary |
private java.lang.String |
_tagName
Deprecated. |
Method Summary |
boolean |
getProperty(java.lang.Object obj)
Deprecated. Retreives current state of property. |
void |
setProperty(java.lang.Object obj,
boolean newState)
Deprecated. Sets property on element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tagName
private java.lang.String _tagName
- Deprecated.
UMLTaggedBooleanProperty
public UMLTaggedBooleanProperty(java.lang.String tagName)
- Deprecated.
- Creates new BooleanChangeListener
setProperty
public void setProperty(java.lang.Object obj,
boolean newState)
- Deprecated.
- Description copied from class:
UMLBooleanProperty
- Sets property on element.
- Specified by:
setProperty
in class UMLBooleanProperty
- Parameters:
obj
- Element whose property will be changed.newState
- new state of property.
getProperty
public boolean getProperty(java.lang.Object obj)
- Deprecated.
- Description copied from class:
UMLBooleanProperty
- Retreives current state of property.
- Specified by:
getProperty
in class UMLBooleanProperty
- Parameters:
obj
- Elements whose property will be retrieved.
- Returns:
- current state of property.