|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.text
|
Constructor Summary | |
---|---|
AsyncBoxView.ChildState(View v)
Construct a child status. |
Method Summary | |
---|---|
View |
getChildView()
Fetch the child view this record represents |
float |
getMajorOffset()
Get the offset along the major axis |
float |
getMajorSpan()
What is the span along the major axis. |
float |
getMinorOffset()
What is the offset along the minor axis |
float |
getMinorSpan()
What is the span along the minor axis. |
boolean |
isLayoutValid()
Has the child view been laid out. |
void |
preferenceChanged(boolean width,
boolean height)
Mark preferences changed for this child. |
void |
run()
Update the child state. |
void |
setMajorOffset(float offs)
This method should only be called by the ChildLocator, it is simply a convenient place to hold the cached location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncBoxView.ChildState(View v)
Method Detail |
---|
public View getChildView()
public void run()
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:
Thread.run()
public float getMinorSpan()
public float getMinorOffset()
public float getMajorSpan()
public float getMajorOffset()
public void setMajorOffset(float offs)
public void preferenceChanged(boolean width, boolean height)
width
- true if the width preference has changedheight
- true if the height preference has changedJComponent.revalidate()
public boolean isLayoutValid()