|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.uml.ui.UMLBooleanProperty
This abstract base class is used to define derived classes that interact with the UMLRadioButton and UMLCheckBox user interface components.
Field Summary | |
protected static Category |
cat
Deprecated. |
Constructor Summary | |
UMLBooleanProperty(java.lang.String propertyName)
Deprecated. Creates new UMLBooleanProperty |
Method Summary | |
abstract boolean |
getProperty(java.lang.Object element)
Deprecated. Retreives current state of property. |
java.lang.String |
getPropertyName()
Deprecated. |
boolean |
isAffected(MElementEvent event)
Deprecated. Returns true if a specific NSUML event should have an affect on this property. |
abstract void |
setProperty(java.lang.Object element,
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 |
Field Detail |
protected static Category cat
Constructor Detail |
public UMLBooleanProperty(java.lang.String propertyName)
propertyName
- name of property monitored, null will cause
component to be updated on any change to monitored model element.Method Detail |
public abstract void setProperty(java.lang.Object element, boolean newState) throws java.beans.PropertyVetoException
element
- Element whose property will be changed.newState
- new state of property.
java.beans.PropertyVetoException
public abstract boolean getProperty(java.lang.Object element)
element
- Elements whose property will be retrieved.
public boolean isAffected(MElementEvent event)
event
- NSUML event
public java.lang.String getPropertyName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2003 (20030919) | ArgoUML Project Home | ArgoUML Cookbook |