java.lang.Objectjavax.swing.text.AsyncBoxView$ChildState
All Implemented Interfaces:
Runnable
1.3 - | Constructor: |
|---|
|
| Method from javax.swing.text.AsyncBoxView$ChildState Summary: |
|---|
| getChildView, getMajorOffset, getMajorSpan, getMinorOffset, getMinorSpan, isLayoutValid, preferenceChanged, run, setMajorOffset, updateChild |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.text.AsyncBoxView$ChildState Detail: |
|---|
|
|
|
|
|
|
|
This aquires a read lock on the associated document for the duration of the update to ensure the model is not changed while it is operating. The first thing to do would be to see if any work actually needs to be done. The following could have conceivably happened while the state was waiting to be updated: |
|
|