Frames | No Frames |
Fields of type javax.swing.text.AsyncBoxView.ChildState | |
AsyncBoxView.ChildState | The last valid location.
|
Methods with parameter type javax.swing.text.AsyncBoxView.ChildState | |
void | Receives notification that a child has changed. |
void | Receives notification from the child states that the requirements along
the major axis have changed.
|
void | Receives notification from the child states that the requirements along
the minor axis have changed.
|
Methods with return type javax.swing.text.AsyncBoxView.ChildState | |
AsyncBoxView.ChildState | Creates a ChildState object for the specified view.
|
AsyncBoxView.ChildState | AsyncBoxView.getChildState(int index) Returns the ChildState object associated with the child view
at the specified index .
|