|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
de.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater
de.uni_paderborn.fujaba.fsa.update.TypeUpdater
Listen for Changes to properties of type UMLType and to the name of the current UMLType
Constructor Summary | |
TypeUpdater(LogicUnparseInterface incr,
java.lang.String umlAttr,
java.lang.String fsaAttr)
Default Constructor |
Method Summary | |
protected void |
addListener()
Access method for an one to n association. |
java.lang.Object |
getLogicValue()
Get the logicValue attribute of the TypeUpdater object |
void |
propertyChange(java.beans.PropertyChangeEvent e)
Listens for changes to the Document and updates the contentsChanged property |
protected void |
removeListener()
No comment provided by developer, please add a comment to improve documentation. |
void |
setFsaValue(java.lang.Object value)
Sets the fsaValue attribute of the TypeUpdater object |
boolean |
setLogicObject(java.lang.Object object)
Sets the logicObject attribute of the TypeUpdater object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater |
getLogicListener, initialize, setLogicListener |
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater |
getFsaAttrName, getFsaObject, getLogicAttrName, getLogicObject, getTranslator, isListenerActive, setFsaAttrName, setFsaObject, setListenerActive, setLogicAttrName, setTranslator, toString, translateFsaToLogic, translateLogicToFsa |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TypeUpdater(LogicUnparseInterface incr, java.lang.String umlAttr, java.lang.String fsaAttr)
incr
- No description providedumlAttr
- No description providedfsaAttr
- No description providedMethod Detail |
public boolean setLogicObject(java.lang.Object object)
setLogicObject
in class AbstractUpdater
object
- The new logicObject value
protected void addListener()
addListener
in class LogicToFsaUpdater
protected void removeListener()
removeListener
in class LogicToFsaUpdater
public java.lang.Object getLogicValue()
public void setFsaValue(java.lang.Object value)
value
- The new fsaValue valuepublic void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
e
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |