|
||||||||||||
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 | |
---|---|
private java.lang.String |
_propertyName
Deprecated. |
protected static Logger |
cat
Deprecated. by Linus Tolke as of 0.15.4. Use your own logger in your class. This will be removed. |
private static Logger |
LOG
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 Logger cat
private static final Logger LOG
private java.lang.String _propertyName
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-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |