|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.uml.ui.UMLBooleanProperty | +--org.argouml.uml.ui.UMLTaggedBooleanProperty
An UMLTaggedBooleanProperty is a property which maintains a tagged value as a boolean field. It is e.g. used to work with UMLCheckbox.
Fields inherited from class org.argouml.uml.ui.UMLBooleanProperty |
cat |
Constructor Summary | |
UMLTaggedBooleanProperty(java.lang.String tagName)
Creates new BooleanChangeListener |
Method Summary | |
boolean |
getProperty(java.lang.Object obj)
Retreives current state of property. |
void |
setProperty(java.lang.Object obj,
boolean newState)
Sets property on element. |
Methods inherited from class org.argouml.uml.ui.UMLBooleanProperty |
getPropertyName, isAffected |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UMLTaggedBooleanProperty(java.lang.String tagName)
Method Detail |
public void setProperty(java.lang.Object obj, boolean newState)
UMLBooleanProperty
setProperty
in class UMLBooleanProperty
org.argouml.uml.ui.UMLBooleanProperty
element
- Element whose property will be changed.newState
- new state of property.public boolean getProperty(java.lang.Object obj)
UMLBooleanProperty
getProperty
in class UMLBooleanProperty
org.argouml.uml.ui.UMLBooleanProperty
element
- Elements whose property will be retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML (c) 1996-2002 |