|
|||||||||||
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.LogicAndFsaUpdater
de.uni_paderborn.fujaba.fsa.update.TextComponentUpdater
Update between a logic property and the text/document of a TextComponent
Constructor Summary | |
TextComponentUpdater()
Constructor for class TextComponentUpdater |
Method Summary | |
protected void |
addListener()
Access method for an one to n association. |
void |
focusGained(java.awt.event.FocusEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
focusLost(java.awt.event.FocusEvent e)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
getLogicValue()
Get the logicValue attribute of the TextComponentUpdater object |
void |
initialize()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
isFocused()
Get the focused attribute of the TextComponentUpdater 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. |
boolean |
setFsaAttrName(java.lang.String name)
Sets the fsaAttrName attribute of the TextComponentUpdater object |
void |
setLogicValue(java.lang.Object value)
Sets the logicValue attribute of the TextComponentUpdater object |
java.lang.Object |
translateLogicToFsa(java.lang.Object value)
translate whatever logic value to String |
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.LogicAndFsaUpdater |
getFsaListener, toString |
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater |
getLogicListener, setLogicListener |
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater |
getFsaAttrName, getFsaObject, getLogicAttrName, getLogicObject, getTranslator, isListenerActive, setFsaObject, setListenerActive, setLogicAttrName, setLogicObject, setTranslator, translateFsaToLogic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TextComponentUpdater()
Method Detail |
public java.lang.Object translateLogicToFsa(java.lang.Object value)
translateLogicToFsa
in interface Translator
translateLogicToFsa
in class AbstractUpdater
value
- No description provided
public boolean setFsaAttrName(java.lang.String name)
setFsaAttrName
in class AbstractUpdater
name
- The new fsaAttrName value
protected void addListener()
addListener
in class LogicAndFsaUpdater
protected void removeListener()
removeListener
in class LogicAndFsaUpdater
public void initialize()
initialize
in class LogicToFsaUpdater
public void setLogicValue(java.lang.Object value)
value
- The new logicValue valuepublic java.lang.Object getLogicValue()
public boolean isFocused()
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
e
- No description providedpublic void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
e
- No description providedpublic void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
e
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |