de.uni_paderborn.fujaba.fsa.update
Class FsaToLogicUpdateItemListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.FsaToLogicUpdateItemListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

public class FsaToLogicUpdateItemListener
extends java.lang.Object
implements java.awt.event.ItemListener

set logicObject.attrName if item of FSAObject has changed

FSAObject should be something like FSAComboBox

Version:
$Revision: 1.10 $
Author:
$Author: lowende $

Field Summary
private  java.lang.String attrName
          UMLAttribute : 'attrName : String '
private  java.lang.Object logicObject
          UMLAttribute : 'logicObject : UMLUnparseInterface '
private  java.lang.Class logicObjectClass
          No comment provided by developer, please add a comment to improve documentation.
private  AbstractUpdater updater
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
FsaToLogicUpdateItemListener(AbstractUpdater updater, java.lang.String attrName, java.lang.Object logicObject)
          Default Constructor
FsaToLogicUpdateItemListener(java.lang.String attrName, java.lang.Object logicObject)
          Constructor for class FsaToLogicUpdateItemListener
 
Method Summary
 java.lang.String getAttrName()
          Get the value of attrName.
 java.lang.Object getLogicObject()
          Get the value of logicObject.
private  java.lang.Class getLogicObjectClass()
          Get the logicObjectClass attribute of the FsaToLogicUpdateItemListener object
 AbstractUpdater getUpdater()
          Get the value of updater.
 void itemStateChanged(java.awt.event.ItemEvent event)
          No comment provided by developer, please add a comment to improve documentation.
 void setAttrName(java.lang.String attrName)
          Set the value of attrName.
 void setLogicObject(java.lang.Object logicObject)
          Set the value of logicObject.
 void setUpdater(AbstractUpdater updater)
          Set the value of updater.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updater

private AbstractUpdater updater
No comment provided by developer, please add a comment to improve documentation.


logicObject

private java.lang.Object logicObject
UMLAttribute : 'logicObject : UMLUnparseInterface '


logicObjectClass

private java.lang.Class logicObjectClass
No comment provided by developer, please add a comment to improve documentation.


attrName

private java.lang.String attrName
UMLAttribute : 'attrName : String '

Constructor Detail

FsaToLogicUpdateItemListener

public FsaToLogicUpdateItemListener(AbstractUpdater updater,
                                    java.lang.String attrName,
                                    java.lang.Object logicObject)
Default Constructor

Parameters:
updater - No description provided
attrName - No description provided
logicObject - No description provided

FsaToLogicUpdateItemListener

public FsaToLogicUpdateItemListener(java.lang.String attrName,
                                    java.lang.Object logicObject)
Constructor for class FsaToLogicUpdateItemListener

Parameters:
attrName - No description provided
logicObject - No description provided
Method Detail

getUpdater

public AbstractUpdater getUpdater()
Get the value of updater.

Returns:
Value of updater.

setUpdater

public void setUpdater(AbstractUpdater updater)
Set the value of updater.

Parameters:
updater - Value to assign to updater.

getLogicObject

public java.lang.Object getLogicObject()
Get the value of logicObject.

Returns:
Value of logicObject.

setLogicObject

public void setLogicObject(java.lang.Object logicObject)
Set the value of logicObject.

Parameters:
logicObject - Value to assign to logicObject.

getLogicObjectClass

private java.lang.Class getLogicObjectClass()
Get the logicObjectClass attribute of the FsaToLogicUpdateItemListener object

Returns:
The logicObjectClass value

getAttrName

public java.lang.String getAttrName()
Get the value of attrName.

Returns:
Value of attrName.

setAttrName

public void setAttrName(java.lang.String attrName)
Set the value of attrName.

Parameters:
attrName - Value to assign to attrName.

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent event)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
event - No description provided