de.uni_paderborn.fujaba.fsa.update
Class ComboBoxUpdater

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
      extended byde.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater
          extended byde.uni_paderborn.fujaba.fsa.update.LogicAndFsaUpdater
              extended byde.uni_paderborn.fujaba.fsa.update.ComboBoxUpdater
All Implemented Interfaces:
Translator

public class ComboBoxUpdater
extends LogicAndFsaUpdater

add and handle listener for changes of selected item in combobox

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Constructor Summary
ComboBoxUpdater()
          Constructor for class ComboBoxUpdater
 
Method Summary
protected  void addListener()
          Access method for an one to n association.
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 ComboBoxUpdater object
 boolean setFsaObject(FSAObject object)
          Sets the fsaObject attribute of the ComboBoxUpdater object
 
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, initialize, setLogicListener
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater
getFsaAttrName, getFsaObject, getLogicAttrName, getLogicObject, getTranslator, isListenerActive, setListenerActive, setLogicAttrName, setLogicObject, setTranslator, translateFsaToLogic, translateLogicToFsa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComboBoxUpdater

public ComboBoxUpdater()
Constructor for class ComboBoxUpdater

Method Detail

setFsaObject

public boolean setFsaObject(FSAObject object)
Sets the fsaObject attribute of the ComboBoxUpdater object

Overrides:
setFsaObject in class AbstractUpdater
Parameters:
object - The new fsaObject value
Returns:
No description provided

setFsaAttrName

public boolean setFsaAttrName(java.lang.String name)
Sets the fsaAttrName attribute of the ComboBoxUpdater object

Overrides:
setFsaAttrName in class AbstractUpdater
Parameters:
name - The new fsaAttrName value
Returns:
No description provided

addListener

protected void addListener()
Access method for an one to n association.

Overrides:
addListener in class LogicAndFsaUpdater

removeListener

protected void removeListener()
No comment provided by developer, please add a comment to improve documentation.

Overrides:
removeListener in class LogicAndFsaUpdater