java.lang.Object
org.scopemvc.view.util.BoundModel
org.scopemvc.view.util.ActiveBoundModel
org.scopemvc.view.swing.SwingBoundModel
- All Implemented Interfaces:
- org.scopemvc.core.ModelChangeListener
- public class SwingBoundModel
- extends org.scopemvc.view.util.ActiveBoundModel
An ActiveBoundModel
that forces updates to the
parent View onto the AWTEvent thread because Swing isn't
thread-safe.
- Version:
- $Revision: 1.3 $ $Date: 2002/01/26 09:46:21 $
|
Method Summary |
private void |
superUpdateFromModel(int inEventType)
|
void |
updateFromModel(int inEventType)
Calls parent View's
{org.scopemvc.view.util.ModelBindable#validationSuccess}
to clear any previous validation failure. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
SwingBoundModel
public SwingBoundModel(org.scopemvc.view.util.ModelBindable inView)
updateFromModel
public void updateFromModel(int inEventType)
- Description copied from class:
org.scopemvc.view.util.ActiveBoundModel
- Calls parent View's
{org.scopemvc.view.util.ModelBindable#validationSuccess}
to clear any previous validation failure.
superUpdateFromModel
private void superUpdateFromModel(int inEventType)