Uses of Class
de.uni_paderborn.fujaba.fsa.update.AbstractUpdater

Packages that use AbstractUpdater
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.fsa.update   
de.uni_paderborn.fujaba.uml.update   
 

Uses of AbstractUpdater in de.uni_paderborn.fujaba.fsa
 

Methods in de.uni_paderborn.fujaba.fsa that return AbstractUpdater
 AbstractUpdater FSAObject.createDefaultUpdater()
          creates an instance of the defaultUpdaterClass, configured with umlIncr, propertyName and the default fsaAttrName.
 

Methods in de.uni_paderborn.fujaba.fsa with parameters of type AbstractUpdater
 boolean FSAObject.addToUpdater(AbstractUpdater value)
          Access method for an one to n association.
 boolean FSAObject.hasInUpdater(AbstractUpdater value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FSAObject.removeFromUpdater(AbstractUpdater value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of AbstractUpdater in de.uni_paderborn.fujaba.fsa.update
 

Subclasses of AbstractUpdater in de.uni_paderborn.fujaba.fsa.update
 class ComboBoxUpdater
          add and handle listener for changes of selected item in combobox
 class FsaToLogicUpdater
          add and handle listener between fsa and uml. updates from fsa to logic only
 class GrabTargetUpdater
          handle changes to target of UMLRole by setting target of associated grab accordingly
 class LogicAndFsaUpdater
          add and handle listener between fsa and logic
 class LogicToFsaSizeUpdater
          add and handle listener between fsa and uml. updates from logic to fsa only
 class LogicToFsaUpdater
          add and handle listener between fsa and uml. updates from logic to fsa only
 class TextComponentUpdater
          Update between a logic property and the text/document of a TextComponent
 class TypeUpdater
          Listen for Changes to properties of type UMLType and to the name of the current UMLType
 class VisibilityUpdater
          Toggle visibility of FSAObject depending on logic property value
 

Methods in de.uni_paderborn.fujaba.fsa.update that return AbstractUpdater
 AbstractUpdater LogicToFsaUpdatePCL.getUpdater()
          Get the value of updater.
 AbstractUpdater FsaToLogicUpdatePCL.getUpdater()
          Get the value of updater.
 AbstractUpdater FsaToLogicUpdateItemListener.getUpdater()
          Get the value of updater.
 

Methods in de.uni_paderborn.fujaba.fsa.update with parameters of type AbstractUpdater
 void LogicToFsaUpdatePCL.setUpdater(AbstractUpdater updater)
          Set the value of updater.
 void FsaToLogicUpdatePCL.setUpdater(AbstractUpdater updater)
          Set the value of updater.
 void FsaToLogicUpdateItemListener.setUpdater(AbstractUpdater updater)
          Set the value of updater.
 

Constructors in de.uni_paderborn.fujaba.fsa.update with parameters of type AbstractUpdater
LogicToFsaUpdatePCL(AbstractUpdater updater, java.lang.String attrName, FSAObject component)
          Default Constructor
FsaToLogicUpdatePCL(AbstractUpdater updater, java.lang.String attrName, java.lang.Object logicObject)
          Default Constructor
FsaToLogicUpdateItemListener(AbstractUpdater updater, java.lang.String attrName, java.lang.Object logicObject)
          Default Constructor
 

Uses of AbstractUpdater in de.uni_paderborn.fujaba.uml.update
 

Subclasses of AbstractUpdater in de.uni_paderborn.fujaba.uml.update
 class AdornmentUpdater
          update Component for Adornment on a Grab
 class ClassCompartmentVisibilityUpdater
          update visibility of Class compartment panels
 class UMLAbstractUpdater
          update Component for Adornment on a Grab
 class UMLShowComponents
          update Component for Adornment on a Grab
 class UMLStaticUpdater
          update Component for Adornment on a Grab