API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. AsyncBoxView.ChildState View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 Object
      AsyncBoxView.ChildState
Implements
 Runnable
Subclasses
Description
public class AsyncBoxView.ChildState
  A record representing the layout state of a child view.
See also:   
Constructors
public AsyncBoxView.ChildState (View v)
  Construct a child status.
Methods
Hide/Show inherited methods
public View getChildView ()
Fetch the child view this record represents
public float getMajorOffset ()
Get the offset along the major axis
public float getMajorSpan ()
What is the span along the major axis.
public float getMinorOffset ()
What is the offset along the minor axis
public float getMinorSpan ()
What is the span along the minor axis.
public boolean isLayoutValid ()
Has the child view been laid out.
public void preferenceChanged (boolean width, boolean height)
  Mark preferences changed for this child.
public void run () [Specified in Runnable]
  Update the child state.
public void setMajorOffset (float offs)
This method should only be called by the ChildLocator, it is simply a convenient place to hold the cached location.
pack-private void updateChild ()
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar