|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.view.util.BoundModel | +--org.scopemvc.view.util.ActiveBoundModel | +--org.scopemvc.view.swing.SwingBoundModel
An ActiveBoundModel
that
forces updates to the parent View onto the AWTEvent thread because Swing
isn't thread-safe.
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 |
public SwingBoundModel(ModelBindable inView)
inView
- TODO: Describe the ParameterMethod Detail |
public void updateFromModel(int inEventType)
updateFromModel
in class ActiveBoundModel
inEventType
- TODO: Describe the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |