javax.swing.text
Class AsyncBoxView

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by javax.swing.text.View sample code for javax.swing.text.View definition code for javax.swing.text.View 
      extended by javax.swing.text.AsyncBoxView
All Implemented Interfaces:
SwingConstants sample code for javax.swing.SwingConstants definition code for javax.swing.SwingConstants

public class AsyncBoxView
extends View sample code for javax.swing.text.View definition code for javax.swing.text.View

A box that does layout asynchronously. This is useful to keep the GUI event thread moving by not doing any layout on it. The layout is done on a granularity of operations on the child views. After each child view is accessed for some part of layout (a potentially time consuming operation) the remaining tasks can be abandoned or a new higher priority task (i.e. to service a synchronous request or a visible area) can be taken on.

While the child view is being accessed a read lock is aquired on the associated document so that the model is stable while being accessed.

Since:
1.3

Nested Class Summary
 class AsyncBoxView.ChildLocator sample code for javax.swing.text.AsyncBoxView.ChildLocator definition code for javax.swing.text.AsyncBoxView.ChildLocator
          A class to manage the effective position of the child views in a localized area while changes are being made around the localized area.
 class AsyncBoxView.ChildState sample code for javax.swing.text.AsyncBoxView.ChildState definition code for javax.swing.text.AsyncBoxView.ChildState
          A record representing the layout state of a child view.
 
Field Summary
protected  AsyncBoxView.ChildLocator sample code for javax.swing.text.AsyncBoxView.ChildLocator definition code for javax.swing.text.AsyncBoxView.ChildLocator locator sample code for javax.swing.text.AsyncBoxView.locator definition code for javax.swing.text.AsyncBoxView.locator
          Object that manages the offsets of the children.
 
Fields inherited from class javax.swing.text.View sample code for javax.swing.text.View definition code for javax.swing.text.View
BadBreakWeight sample code for javax.swing.text.View.BadBreakWeight definition code for javax.swing.text.View.BadBreakWeight , ExcellentBreakWeight sample code for javax.swing.text.View.ExcellentBreakWeight definition code for javax.swing.text.View.ExcellentBreakWeight , ForcedBreakWeight sample code for javax.swing.text.View.ForcedBreakWeight definition code for javax.swing.text.View.ForcedBreakWeight , GoodBreakWeight sample code for javax.swing.text.View.GoodBreakWeight definition code for javax.swing.text.View.GoodBreakWeight , X_AXIS sample code for javax.swing.text.View.X_AXIS definition code for javax.swing.text.View.X_AXIS , Y_AXIS sample code for javax.swing.text.View.Y_AXIS definition code for javax.swing.text.View.Y_AXIS
 
Fields inherited from interface javax.swing.SwingConstants sample code for javax.swing.SwingConstants definition code for javax.swing.SwingConstants
BOTTOM sample code for javax.swing.SwingConstants.BOTTOM definition code for javax.swing.SwingConstants.BOTTOM , CENTER sample code for javax.swing.SwingConstants.CENTER definition code for javax.swing.SwingConstants.CENTER , EAST sample code for javax.swing.SwingConstants.EAST definition code for javax.swing.SwingConstants.EAST , HORIZONTAL sample code for javax.swing.SwingConstants.HORIZONTAL definition code for javax.swing.SwingConstants.HORIZONTAL , LEADING sample code for javax.swing.SwingConstants.LEADING definition code for javax.swing.SwingConstants.LEADING , LEFT sample code for javax.swing.SwingConstants.LEFT definition code for javax.swing.SwingConstants.LEFT , NEXT sample code for javax.swing.SwingConstants.NEXT definition code for javax.swing.SwingConstants.NEXT , NORTH sample code for javax.swing.SwingConstants.NORTH definition code for javax.swing.SwingConstants.NORTH , NORTH_EAST sample code for javax.swing.SwingConstants.NORTH_EAST definition code for javax.swing.SwingConstants.NORTH_EAST , NORTH_WEST sample code for javax.swing.SwingConstants.NORTH_WEST definition code for javax.swing.SwingConstants.NORTH_WEST , PREVIOUS sample code for javax.swing.SwingConstants.PREVIOUS definition code for javax.swing.SwingConstants.PREVIOUS , RIGHT sample code for javax.swing.SwingConstants.RIGHT definition code for javax.swing.SwingConstants.RIGHT , SOUTH sample code for javax.swing.SwingConstants.SOUTH definition code for javax.swing.SwingConstants.SOUTH , SOUTH_EAST sample code for javax.swing.SwingConstants.SOUTH_EAST definition code for javax.swing.SwingConstants.SOUTH_EAST , SOUTH_WEST sample code for javax.swing.SwingConstants.SOUTH_WEST definition code for javax.swing.SwingConstants.SOUTH_WEST , TOP sample code for javax.swing.SwingConstants.TOP definition code for javax.swing.SwingConstants.TOP , TRAILING sample code for javax.swing.SwingConstants.TRAILING definition code for javax.swing.SwingConstants.TRAILING , VERTICAL sample code for javax.swing.SwingConstants.VERTICAL definition code for javax.swing.SwingConstants.VERTICAL , WEST sample code for javax.swing.SwingConstants.WEST definition code for javax.swing.SwingConstants.WEST
 
Constructor Summary
AsyncBoxView sample code for javax.swing.text.AsyncBoxView.AsyncBoxView(javax.swing.text.Element, int) definition code for javax.swing.text.AsyncBoxView.AsyncBoxView(javax.swing.text.Element, int) (Element sample code for javax.swing.text.Element definition code for javax.swing.text.Element  elem, int axis)
          Construct a box view that does asynchronous layout.
 
Method Summary
protected  AsyncBoxView.ChildState sample code for javax.swing.text.AsyncBoxView.ChildState definition code for javax.swing.text.AsyncBoxView.ChildState createChildState sample code for javax.swing.text.AsyncBoxView.createChildState(javax.swing.text.View) definition code for javax.swing.text.AsyncBoxView.createChildState(javax.swing.text.View) (View sample code for javax.swing.text.View definition code for javax.swing.text.View  v)
          New ChildState records are created through this method to allow subclasses the extend the ChildState records to do/hold more
protected  void flushRequirementChanges sample code for javax.swing.text.AsyncBoxView.flushRequirementChanges() definition code for javax.swing.text.AsyncBoxView.flushRequirementChanges() ()
          Publish the changes in preferences upward to the parent view.
 float getBottomInset sample code for javax.swing.text.AsyncBoxView.getBottomInset() definition code for javax.swing.text.AsyncBoxView.getBottomInset() ()
          Get the bottom part of the margin around the view.
 Shape sample code for java.awt.Shape definition code for java.awt.Shape getChildAllocation sample code for javax.swing.text.AsyncBoxView.getChildAllocation(int, java.awt.Shape) definition code for javax.swing.text.AsyncBoxView.getChildAllocation(int, java.awt.Shape) (int index, Shape sample code for java.awt.Shape definition code for java.awt.Shape  a)
          Fetches the allocation for the given child view.
protected  AsyncBoxView.ChildState sample code for javax.swing.text.AsyncBoxView.ChildState definition code for javax.swing.text.AsyncBoxView.ChildState getChildState sample code for javax.swing.text.AsyncBoxView.getChildState(int) definition code for javax.swing.text.AsyncBoxView.getChildState(int) (int index)
          Fetch the object representing the layout state of of the child at the given index.
protected  boolean getEstimatedMajorSpan sample code for javax.swing.text.AsyncBoxView.getEstimatedMajorSpan() definition code for javax.swing.text.AsyncBoxView.getEstimatedMajorSpan() ()
          Is the major span currently estimated?
protected  float getInsetSpan sample code for javax.swing.text.AsyncBoxView.getInsetSpan(int) definition code for javax.swing.text.AsyncBoxView.getInsetSpan(int) (int axis)
          Fetch the span along an axis that is taken up by the insets.
protected  LayoutQueue sample code for javax.swing.text.LayoutQueue definition code for javax.swing.text.LayoutQueue getLayoutQueue sample code for javax.swing.text.AsyncBoxView.getLayoutQueue() definition code for javax.swing.text.AsyncBoxView.getLayoutQueue() ()
          Fetch the queue to use for layout.
 float getLeftInset sample code for javax.swing.text.AsyncBoxView.getLeftInset() definition code for javax.swing.text.AsyncBoxView.getLeftInset() ()
          Get the left part of the margin around the view.
 int getMajorAxis sample code for javax.swing.text.AsyncBoxView.getMajorAxis() definition code for javax.swing.text.AsyncBoxView.getMajorAxis() ()
          Fetch the major axis (the axis the children are tiled along).
 float getMaximumSpan sample code for javax.swing.text.AsyncBoxView.getMaximumSpan(int) definition code for javax.swing.text.AsyncBoxView.getMaximumSpan(int) (int axis)
          Determines the maximum span for this view along an axis.
 float getMinimumSpan sample code for javax.swing.text.AsyncBoxView.getMinimumSpan(int) definition code for javax.swing.text.AsyncBoxView.getMinimumSpan(int) (int axis)
          Determines the minimum span for this view along an axis.
 int getMinorAxis sample code for javax.swing.text.AsyncBoxView.getMinorAxis() definition code for javax.swing.text.AsyncBoxView.getMinorAxis() ()
          Fetch the minor axis (the axis orthoginal to the tiled axis).
 int getNextVisualPositionFrom sample code for javax.swing.text.AsyncBoxView.getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[]) definition code for javax.swing.text.AsyncBoxView.getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[]) (int pos, Position.Bias sample code for javax.swing.text.Position.Bias definition code for javax.swing.text.Position.Bias  b, Shape sample code for java.awt.Shape definition code for java.awt.Shape  a, int direction, Position.Bias sample code for javax.swing.text.Position.Bias definition code for javax.swing.text.Position.Bias [] biasRet)
          Provides a way to determine the next visually represented model location that one might place a caret.
 float getPreferredSpan sample code for javax.swing.text.AsyncBoxView.getPreferredSpan(int) definition code for javax.swing.text.AsyncBoxView.getPreferredSpan(int) (int axis)
          Determines the preferred span for this view along an axis.
 float getRightInset sample code for javax.swing.text.AsyncBoxView.getRightInset() definition code for javax.swing.text.AsyncBoxView.getRightInset() ()
          Get the right part of the margin around the view.
 float getTopInset sample code for javax.swing.text.AsyncBoxView.getTopInset() definition code for javax.swing.text.AsyncBoxView.getTopInset() ()
          Get the top part of the margin around the view.
 View sample code for javax.swing.text.View definition code for javax.swing.text.View getView sample code for javax.swing.text.AsyncBoxView.getView(int) definition code for javax.swing.text.AsyncBoxView.getView(int) (int n)
          Gets the nth child view.
 int getViewCount sample code for javax.swing.text.AsyncBoxView.getViewCount() definition code for javax.swing.text.AsyncBoxView.getViewCount() ()
          Returns the number of views in this view.
 int getViewIndex sample code for javax.swing.text.AsyncBoxView.getViewIndex(int, javax.swing.text.Position.Bias) definition code for javax.swing.text.AsyncBoxView.getViewIndex(int, javax.swing.text.Position.Bias) (int pos, Position.Bias sample code for javax.swing.text.Position.Bias definition code for javax.swing.text.Position.Bias  b)
          Returns the child view index representing the given position in the model.
protected  int getViewIndexAtPosition sample code for javax.swing.text.AsyncBoxView.getViewIndexAtPosition(int, javax.swing.text.Position.Bias) definition code for javax.swing.text.AsyncBoxView.getViewIndexAtPosition(int, javax.swing.text.Position.Bias) (int pos, Position.Bias sample code for javax.swing.text.Position.Bias definition code for javax.swing.text.Position.Bias  b)
          Fetches the child view index representing the given position in the model.
protected  void loadChildren sample code for javax.swing.text.AsyncBoxView.loadChildren(javax.swing.text.ViewFactory) definition code for javax.swing.text.AsyncBoxView.loadChildren(javax.swing.text.ViewFactory) (ViewFactory sample code for javax.swing.text.ViewFactory definition code for javax.swing.text.ViewFactory  f)
          Loads all of the children to initialize the view.
protected  void majorRequirementChange sample code for javax.swing.text.AsyncBoxView.majorRequirementChange(javax.swing.text.AsyncBoxView.ChildState, float) definition code for javax.swing.text.AsyncBoxView.majorRequirementChange(javax.swing.text.AsyncBoxView.ChildState, float) (AsyncBoxView.ChildState sample code for javax.swing.text.AsyncBoxView.ChildState definition code for javax.swing.text.AsyncBoxView.ChildState  cs, float delta)
          Requirements changed along the major axis.
protected  void minorRequirementChange sample code for javax.swing.text.AsyncBoxView.minorRequirementChange(javax.swing.text.AsyncBoxView.ChildState) definition code for javax.swing.text.AsyncBoxView.minorRequirementChange(javax.swing.text.AsyncBoxView.ChildState) (AsyncBoxView.ChildState sample code for javax.swing.text.AsyncBoxView.ChildState definition code for javax.swing.text.AsyncBoxView.ChildState  cs)
          Requirements changed along the minor axis.
 Shape sample code for java.awt.Shape definition code for java.awt.Shape modelToView sample code for javax.swing.text.AsyncBoxView.modelToView(int, java.awt.Shape, javax.swing.text.Position.Bias) definition code for javax.swing.text.AsyncBoxView.modelToView(int, java.awt.Shape, javax.swing.text.Position.Bias) (int pos, Shape sample code for java.awt.Shape definition code for java.awt.Shape  a, Position.Bias sample code for javax.swing.text.Position.Bias definition code for javax.swing.text.Position.Bias  b)
          Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
 void paint sample code for javax.swing.text.AsyncBoxView.paint(java.awt.Graphics, java.awt.Shape) definition code for javax.swing.text.AsyncBoxView.paint(java.awt.Graphics, java.awt.Shape) (Graphics sample code for java.awt.Graphics definition code for java.awt.Graphics  g, Shape sample code for java.awt.Shape definition code for java.awt.Shape  alloc)
          Render the view using the given allocation and rendering surface.
 void preferenceChanged sample code for javax.swing.text.AsyncBoxView.preferenceChanged(javax.swing.text.View, boolean, boolean) definition code for javax.swing.text.AsyncBoxView.preferenceChanged(javax.swing.text.View, boolean, boolean) (View sample code for javax.swing.text.View definition code for javax.swing.text.View  child, boolean width, boolean height)
          Child views can call this on the parent to indicate that the preference has changed and should be reconsidered for layout.
 void replace sample code for javax.swing.text.AsyncBoxView.replace(int, int, javax.swing.text.View[]) definition code for javax.swing.text.AsyncBoxView.replace(int, int, javax.swing.text.View[]) (int offset, int length, View sample code for javax.swing.text.View definition code for javax.swing.text.View [] views)
          Calls the superclass to update the child views, and updates the status records for the children.
 void setBottomInset sample code for javax.swing.text.AsyncBoxView.setBottomInset(float) definition code for javax.swing.text.AsyncBoxView.setBottomInset(float) (float i)
          Set the bottom part of the margin around the view.
protected  void setEstimatedMajorSpan sample code for javax.swing.text.AsyncBoxView.setEstimatedMajorSpan(boolean) definition code for javax.swing.text.AsyncBoxView.setEstimatedMajorSpan(boolean) (boolean isEstimated)
          Set the estimatedMajorSpan property that determines if the major span should be treated as being estimated.
 void setLeftInset sample code for javax.swing.text.AsyncBoxView.setLeftInset(float) definition code for javax.swing.text.AsyncBoxView.setLeftInset(float) (float i)
          Set the left part of the margin around the view.
 void setParent sample code for javax.swing.text.AsyncBoxView.setParent(javax.swing.text.View) definition code for javax.swing.text.AsyncBoxView.setParent(javax.swing.text.View) (View sample code for javax.swing.text.View definition code for javax.swing.text.View  parent)
          Sets the parent of the view.
 void setRightInset sample code for javax.swing.text.AsyncBoxView.setRightInset(float) definition code for javax.swing.text.AsyncBoxView.setRightInset(float) (float i)
          Set the right part of the margin around the view.
 void setSize sample code for javax.swing.text.AsyncBoxView.setSize(float, float) definition code for javax.swing.text.AsyncBoxView.setSize(float, float) (float width, float height)
          Sets the size of the view.
 void setTopInset sample code for javax.swing.text.AsyncBoxView.setTopInset(float) definition code for javax.swing.text.AsyncBoxView.setTopInset(float) (float i)
          Set the top part of the margin around the view.
protected  void updateLayout sample code for javax.swing.text.AsyncBoxView.updateLayout(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape) definition code for javax.swing.text.AsyncBoxView.updateLayout(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape) (DocumentEvent.ElementChange sample code for javax.swing.event.DocumentEvent.ElementChange definition code for javax.swing.event.DocumentEvent.ElementChange  ec, DocumentEvent sample code for javax.swing.event.DocumentEvent definition code for javax.swing.event.DocumentEvent  e, Shape sample code for java.awt.Shape definition code for java.awt.Shape  a)
          Update the layout in response to receiving notification of change from the model.
 int viewToModel sample code for javax.swing.text.AsyncBoxView.viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[]) definition code for javax.swing.text.AsyncBoxView.viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[]) (float x, float y, Shape sample code for java.awt.Shape definition code for java.awt.Shape  a, Position.Bias sample code for javax.swing.text.Position.Bias definition code for javax.swing.text.Position.Bias [] biasReturn)
          Provides a mapping from the view coordinate space to the logical coordinate space of the model.
 
Methods inherited from class javax.swing.text.View sample code for javax.swing.text.View definition code for javax.swing.text.View
append sample code for javax.swing.text.View.append(javax.swing.text.View) definition code for javax.swing.text.View.append(javax.swing.text.View) , breakView sample code for javax.swing.text.View.breakView(int, int, float, float) definition code for javax.swing.text.View.breakView(int, int, float, float) , changedUpdate sample code for javax.swing.text.View.changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) definition code for javax.swing.text.View.changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) , createFragment sample code for javax.swing.text.View.createFragment(int, int) definition code for javax.swing.text.View.createFragment(int, int) , forwardUpdate sample code for javax.swing.text.View.forwardUpdate(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) definition code for javax.swing.text.View.forwardUpdate(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) , forwardUpdateToView sample code for javax.swing.text.View.forwardUpdateToView(javax.swing.text.View, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) definition code for javax.swing.text.View.forwardUpdateToView(javax.swing.text.View, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) , getAlignment sample code for javax.swing.text.View.getAlignment(int) definition code for javax.swing.text.View.getAlignment(int) , getAttributes sample code for javax.swing.text.View.getAttributes() definition code for javax.swing.text.View.getAttributes() , getBreakWeight sample code for javax.swing.text.View.getBreakWeight(int, float, float) definition code for javax.swing.text.View.getBreakWeight(int, float, float) , getContainer sample code for javax.swing.text.View.getContainer() definition code for javax.swing.text.View.getContainer() , getDocument sample code for javax.swing.text.View.getDocument() definition code for javax.swing.text.View.getDocument() , getElement sample code for javax.swing.text.View.getElement() definition code for javax.swing.text.View.getElement() , getEndOffset sample code for javax.swing.text.View.getEndOffset() definition code for javax.swing.text.View.getEndOffset() , getGraphics sample code for javax.swing.text.View.getGraphics() definition code for javax.swing.text.View.getGraphics() , getParent sample code for javax.swing.text.View.getParent() definition code for javax.swing.text.View.getParent() , getResizeWeight sample code for javax.swing.text.View.getResizeWeight(int) definition code for javax.swing.text.View.getResizeWeight(int) , getStartOffset sample code for javax.swing.text.View.getStartOffset() definition code for javax.swing.text.View.getStartOffset() , getToolTipText sample code for javax.swing.text.View.getToolTipText(float, float, java.awt.Shape) definition code for javax.swing.text.View.getToolTipText(float, float, java.awt.Shape) , getViewFactory sample code for javax.swing.text.View.getViewFactory() definition code for javax.swing.text.View.getViewFactory() , getViewIndex sample code for javax.swing.text.View.getViewIndex(float, float, java.awt.Shape) definition code for javax.swing.text.View.getViewIndex(float, float, java.awt.Shape) , insert sample code for javax.swing.text.View.insert(int, javax.swing.text.View) definition code for javax.swing.text.View.insert(int, javax.swing.text.View) , insertUpdate sample code for javax.swing.text.View.insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) definition code for javax.swing.text.View.insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) , isVisible sample code for javax.swing.text.View.isVisible() definition code for javax.swing.text.View.isVisible() , modelToView sample code for javax.swing.text.View.modelToView(int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias, java.awt.Shape) definition code for javax.swing.text.View.modelToView(int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias, java.awt.Shape) , modelToView sample code for javax.swing.text.View.modelToView(int, java.awt.Shape) definition code for javax.swing.text.View.modelToView(int, java.awt.Shape) , remove sample code for javax.swing.text.View.remove(int) definition code for javax.swing.text.View.remove(int) , removeAll sample code for javax.swing.text.View.removeAll() definition code for javax.swing.text.View.removeAll() , removeUpdate sample code for javax.swing.text.View.removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) definition code for javax.swing.text.View.removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory) , updateChildren sample code for javax.swing.text.View.updateChildren(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, javax.swing.text.ViewFactory) definition code for javax.swing.text.View.updateChildren(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, javax.swing.text.ViewFactory) , viewToModel sample code for javax.swing.text.View.viewToModel(float, float, java.awt.Shape) definition code for javax.swing.text.View.viewToModel(float, float, java.awt.Shape)
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , toString sample code for java.lang.Object.toString() definition code for java.lang.Object.toString() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

locator sample code for javax.swing.text.AsyncBoxView.locator

protected AsyncBoxView.ChildLocator sample code for javax.swing.text.AsyncBoxView.ChildLocator definition code for javax.swing.text.AsyncBoxView.ChildLocator  locator
Object that manages the offsets of the children. All locking for management of child locations is on this object.

Constructor Detail

AsyncBoxView sample code for javax.swing.text.AsyncBoxView(javax.swing.text.Element, int) definition code for javax.swing.text.AsyncBoxView(javax.swing.text.Element, int)

public AsyncBoxView(Element sample code for javax.swing.text.Element