API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. BoxView View Source
Author(s)
Timothy Prinzing
Since
Version
1.70 02/15/07
Serial
Hierarchy
 Object
      View
          CompositeView
              BoxView
Implements
Subclasses
Description
public class BoxView
  A view that arranges its children into a box shape by tiling its children along an axis.
See also:   
Constructors
public BoxView (Element elem, int axis)
  Constructs a BoxView.
Methods
Hide/Show inherited methods
public void append (View v) [Inherited From View]
  Appends a single child view.
protected void baselineLayout (int targetSpan, int axis, int[] offsets, int[] spans)
  Computes the location and extent of each child view in this BoxView given the targetSpan, which is the width (or height) of the region we have to work with.
protected SizeRequirements baselineRequirements (int axis, SizeRequirements r)
  Calculates the size requirements for this BoxView by examining the size of each child view.
public View breakView (int axis, int offset, float pos, float len) [Inherited From View]
  Tries to break this view on the given axis.
protected SizeRequirements calculateMajorAxisRequirements (int axis, SizeRequirements r)
  Calculates the size requirements for the major axis axis.
protected SizeRequirements calculateMinorAxisRequirements (int axis, SizeRequirements r)
  Calculates the size requirements for the minor axis axis.
public void changedUpdate (DocumentEvent e, Shape a, ViewFactory f) [Inherited From View]
  Gives notification from the document that attributes were changed in a location that this view is responsible for.
pack-private void checkRequests (int axis)
  Checks the request cache and update if needed.
protected void childAllocation (int index, Rectangle alloc) [Specified in CompositeView]
  Allocates a region for a child view.
public View createFragment (int p0, int p1) [Inherited From View]
  Creates a view that represents a portion of the element.
protected boolean flipEastAndWestAtEnds (int position, Bias bias) [Overrides CompositeView]
  Determines in which direction the next view lays.
protected void forwardUpdate (ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) [Overrides View]
  Forwards the given DocumentEvent to the child views that need to be notified of the change to the model.
protected void forwardUpdateToView (View v, DocumentEvent e, Shape a, ViewFactory f) [Inherited From View]
  Forwards the DocumentEvent to the give child view.
public float getAlignment (int axis) [Overrides View]
  Determines the desired alignment for this view along an axis.
public AttributeSet getAttributes () [Inherited From View]
  Fetches the attributes to use when rendering.
public int getAxis ()
  Fetches the tile axis property.
protected short getBottomInset () [Inherited From CompositeView]
  Gets the bottom inset.
public int getBreakWeight (int axis, float pos, float len) [Inherited From View]
  Determines how attractive a break opportunity in this view is.
public Shape getChildAllocation (int index, Shape a) [Overrides CompositeView]
  Fetches the allocation for the given child view.
public Container getContainer () [Inherited From View]
  Fetches the container hosting the view.
public Document getDocument () [Inherited From View]
  Fetches the model associated with the view.
public Element getElement () [Inherited From View]
  Fetches the structural portion of the subject that this view is mapped to.
public int getEndOffset () [Inherited From View]
  Fetches the portion of the model for which this view is responsible.
public Graphics getGraphics () [Inherited From View]
  Fetch a Graphics for rendering.
public int getHeight ()
  Returns the current height of the box.
protected Rectangle getInsideAllocation (Shape a) [Inherited From CompositeView]
  Translates the immutable allocation given to the view to a mutable allocation that represents the interior allocation (i.e.
protected short getLeftInset () [Inherited From CompositeView]
  Gets the left inset.
public float getMaximumSpan (int axis) [Overrides View]
  Determines the maximum span for this view along an axis.
public float getMinimumSpan (int axis) [Overrides View]
  Determines the minimum span for this view along an axis.
protected int getNextEastWestVisualPositionFrom (int pos, Bias b, Shape a, int direction, Bias biasRet) throws BadLocationException [Inherited From CompositeView]
  Returns the next visual position for the cursor, in either the east or west direction.
protected int getNextNorthSouthVisualPositionFrom (int pos, Bias b, Shape a, int direction, Bias biasRet) throws BadLocationException [Inherited From CompositeView]
  Returns the next visual position for the cursor, in either the north or south direction.
public int getNextVisualPositionFrom (int pos, Bias b, Shape a, int direction, Bias biasRet) throws BadLocationException [Inherited From CompositeView]
  Provides a way to determine the next visually represented model location that one might place a caret.
protected int getOffset (int axis, int childIndex)
  Fetches the offset of a particular child's current layout.
public View getParent () [Inherited From View]
  Returns the parent of the view.
public float getPreferredSpan (int axis) [Specified in View]
  Determines the preferred span for this view along an axis.
public int getResizeWeight (int axis) [Overrides View]
  Gets the resize weight.
protected short getRightInset () [Inherited From CompositeView]
  Gets the right inset.
protected int getSpan (int axis, int childIndex)
  Fetches the span of a particular childs current layout.
pack-private float getSpanOnAxis (int axis)
  Returns the size of the view along an axis.
public int getStartOffset () [Inherited From View]
  Fetches the portion of the model for which this view is responsible.
public String getToolTipText (float x, float y, Shape allocation) [Inherited From View]
  Returns the tooltip text at the specified location.
protected short getTopInset () [Inherited From CompositeView]
  Gets the top inset.
public View getView (int n) [Inherited From CompositeView]
  Returns the n-th view in this container.
protected View getViewAtPoint (int x, int y, Rectangle alloc) [Specified in CompositeView]
  Fetches the child view at the given coordinates.
protected View getViewAtPosition (int pos, Rectangle a) [Inherited From CompositeView]
  Fetches the child view that represents the given position in the model.
public int getViewCount () [Inherited From CompositeView]
  Returns the number of child views of this view.
public ViewFactory getViewFactory () [Inherited From View]
  Fetches the ViewFactory implementation that is feeding the view hierarchy.
public int getViewIndex (float x, float y, Shape allocation) [Inherited From View]
  Returns the child view index representing the given position in the view.
public int getViewIndex (int pos, Bias b) [Inherited From CompositeView]
  Returns the child view index representing the given position in the model.
protected int getViewIndexAtPosition (int pos) [Inherited From CompositeView]
  Fetches the child view index representing the given position in the model.
public int getWidth ()
  Returns the current width of the box.
public void insert (int offs, View v) [Inherited From View]
  Inserts a single child view.
public void insertUpdate (DocumentEvent e, Shape a, ViewFactory f) [Inherited From View]
  Gives notification that something was inserted into the document in a location that this view is responsible for.
protected boolean isAfter (int x, int y, Rectangle innerAlloc) [Specified in CompositeView]
  Determines if a point falls after an allocated region.
protected boolean isAllocationValid ()
  Are the allocations for the children still valid?
protected boolean isBefore (int x, int y, Rectangle innerAlloc) [Specified in CompositeView]
  Determines if a point falls before an allocated region.
protected boolean isLayoutValid (int axis)
  Determines if the layout is valid along the given axis.
public boolean isVisible () [Inherited From View]
  Returns a boolean that indicates whether the view is visible or not.
protected void layout (int width, int height)
  Perform layout on the box
public void layoutChanged (int axis)
  Invalidates the layout along an axis.
protected void layoutMajorAxis (int targetSpan, int axis, int[] offsets, int[] spans)
  Performs layout for the major axis of the box (i.e.
protected void layoutMinorAxis (int targetSpan, int axis, int[] offsets, int[] spans)
  Performs layout for the minor axis of the box (i.e.
protected void loadChildren (ViewFactory f) [Inherited From CompositeView]
  Loads all of the children to initialize the view.
public Shape modelToView (int p0, Bias b0, int p1, Bias b1, Shape a) throws BadLocationException [Inherited From CompositeView]
  Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
@Deprecated
public Shape modelToView (int pos, Shape a) throws BadLocationException [Inherited From View]
  Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
public Shape modelToView (int pos, Shape a, Bias b) throws BadLocationException [Overrides CompositeView] [Specified in View]
  Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
public void paint (Graphics g, Shape allocation) [Specified in View]
  Renders the BoxView using the given rendering surface and area on that surface.
protected void paintChild (Graphics g, Rectangle alloc, int index)
  Paints a child.
public void preferenceChanged (View child, boolean width, boolean height) [Overrides View]
  This is called by a child to indicate its preferred span has changed.
public void remove (int i) [Inherited From View]
  Removes one of the children at the given position.
public void removeAll () [Inherited From View]
  Removes all of the children.
public void removeUpdate (DocumentEvent e, Shape a, ViewFactory f) [Inherited From View]
  Gives notification that something was removed from the document in a location that this view is responsible for.
public void replace (int index, int length, View elems) [Overrides CompositeView]
  Invalidates the layout and resizes the cache of requests/allocations.
public void setAxis (int axis)
  Sets the tile axis property.
protected void setInsets (short top, short left, short bottom, short right) [Inherited From CompositeView]
  Sets the insets for the view.
protected void setParagraphInsets (AttributeSet attr) [Inherited From CompositeView]
  Sets the insets from the paragraph attributes specified in the given attributes.
public void setParent (View parent) [Inherited From CompositeView]
  Sets the parent of the view.
public void setSize (float width, float height) [Overrides View]
  Sets the size of the view.
pack-private void setSpanOnAxis (int axis, float span)
  Sets the size of the view along an axis.
protected boolean updateChildren (ElementChange ec, DocumentEvent e, ViewFactory f) [Inherited From View]
  Updates the child views in response to receiving notification that the model changed, and there is change record for the element this view is responsible for.
pack-private void updateChildSizes ()
Propagates the current allocations to the child views.
protected void updateLayout (ElementChange ec, DocumentEvent e, Shape a) [Inherited From View]
  Updates the layout in response to receiving notification of change from the model.
pack-private int updateLayoutArray (int[] oldArray, int offset, int nInserted)
  Resizes the given layout array to match the new number of child views.
@Deprecated
public int viewToModel (float x, float y, Shape a) [Inherited From View]
  Provides a mapping from the view coordinate space to the logical coordinate space of the model.
public int viewToModel (float x, float y, Shape a, Bias bias) [Overrides CompositeView] [Specified in View]
  Provides a mapping from the view coordinate space to the logical coordinate space of the model.
Fields
Hide/Show inherited fields
publicfinalstatic int BadBreakWeight = "0" [Inherited From View]
  The weight to indicate a view is a bad break opportunity for the purpose of formatting.
publicfinalstatic int ExcellentBreakWeight = "2000" [Inherited From View]
  The weight to indicate a view supports breaking, and this represents a very attractive place to break.
publicfinalstatic int ForcedBreakWeight = "3000" [Inherited From View]
  The weight to indicate a view supports breaking, and must be broken to be represented properly when placed in a view that formats its children by breaking them.
publicfinalstatic int GoodBreakWeight = "1000" [Inherited From View]
  The weight to indicate a view supports breaking, but better opportunities probably exist.
pack-private boolean majorAllocValid
pack-private int majorAxis
pack-private int majorOffsets
pack-private SizeRequirements majorRequest
pack-private boolean majorReqValid
pack-private int majorSpan
pack-private int majorSpans
pack-private boolean minorAllocValid
pack-private int minorOffsets
pack-private SizeRequirements minorRequest
pack-private boolean minorReqValid
pack-private int minorSpan
pack-private int minorSpans
pack-privatefinalstatic Bias sharedBiasReturn [Inherited From View]
pack-private Rectangle tempRect
used in paint.
publicfinalstatic int X_AXIS = "0" [Inherited From View]
Axis for format/break operations.
publicfinalstatic int Y_AXIS = "1" [Inherited From View]
Axis for format/break operations.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar