org.scopemvc.view.swing
Class SwingBoundModel

java.lang.Object
  |
  +--org.scopemvc.view.util.BoundModel
        |
        +--org.scopemvc.view.util.ActiveBoundModel
              |
              +--org.scopemvc.view.swing.SwingBoundModel
All Implemented Interfaces:
ModelChangeListener

public class SwingBoundModel
extends ActiveBoundModel

An ActiveBoundModel that forces updates to the parent View onto the AWTEvent thread because Swing isn't thread-safe.

Version:
$Revision: 1.8 $ $Date: 2002/09/13 17:11:27 $
Author:
Steve Meyfroidt

Field Summary
 
Fields inherited from class org.scopemvc.view.util.ActiveBoundModel
manager, view
 
Fields inherited from class org.scopemvc.view.util.BoundModel
boundModel, selector
 
Constructor Summary
SwingBoundModel(ModelBindable inView)
          Constructor for the SwingBoundModel object
 
Method Summary
 void updateFromModel(int inEventType)
          TODO: document the method
 
Methods inherited from class org.scopemvc.view.util.ActiveBoundModel
getPropertyClass, getPropertyManager, getPropertyReadOnly, getPropertyValue, modelChanged, setBoundModel, setSelector, updateModel
 
Methods inherited from class org.scopemvc.view.util.BoundModel
getBoundModel, getSelector, setSelectorString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingBoundModel

public SwingBoundModel(ModelBindable inView)
Constructor for the SwingBoundModel object

Parameters:
inView - TODO: Describe the Parameter
Method Detail

updateFromModel

public void updateFromModel(int inEventType)
TODO: document the method

Overrides:
updateFromModel in class ActiveBoundModel
Parameters:
inEventType - TODO: Describe the Parameter


Copyright © 2000-2002 The Scope Team. All Rights Reserved.