- java.lang.Object
- 
- javax.swing.text.View
- 
- javax.swing.text.CompositeView
- 
- javax.swing.text.BoxView
- 
- javax.swing.text.TableView.TableRow
 
 
 
 
- 
- All Implemented Interfaces:
- SwingConstants
 - Enclosing class:
- TableView
 
 
 public class TableView.TableRow extends BoxView View of a row in a row-centric table.
- 
- 
Field Summary- 
Fields inherited from interface javax.swing.SwingConstantsBOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 - 
Fields inherited from class javax.swing.text.ViewBadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SizeRequirementscalculateMajorAxisRequirements(int axis, SizeRequirements r)Calculates the size requirements for the major axisaxis.floatgetMaximumSpan(int axis)Determines the maximum span for this view along an axis.floatgetMinimumSpan(int axis)Determines the minimum span for this view along an axis.floatgetPreferredSpan(int axis)Determines the preferred span for this view along an axis.intgetResizeWeight(int axis)Determines the resizability of the view along the given axis.protected ViewgetViewAtPosition(int pos, Rectangle a)Fetches the child view that represents the given position in the model.protected voidlayoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans)Perform layout for the major axis of the box (i.e. the axis that it represents).protected voidlayoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans)Perform layout for the minor axis of the box (i.e. the axis orthogonal to the axis that it represents).voidreplace(int offset, int length, View[] views)Change the child views.- 
Methods inherited from class javax.swing.text.BoxViewbaselineLayout, baselineRequirements, calculateMinorAxisRequirements, childAllocation, flipEastAndWestAtEnds, forwardUpdate, getAlignment, getAxis, getChildAllocation, getHeight, getOffset, getSpan, getViewAtPoint, getWidth, isAfter, isAllocationValid, isBefore, isLayoutValid, layout, layoutChanged, modelToView, paint, paintChild, preferenceChanged, setAxis, setSize, viewToModel
 - 
Methods inherited from class javax.swing.text.CompositeViewgetBottomInset, getInsideAllocation, getLeftInset, getNextEastWestVisualPositionFrom, getNextNorthSouthVisualPositionFrom, getNextVisualPositionFrom, getRightInset, getTopInset, getView, getViewCount, getViewIndex, getViewIndexAtPosition, loadChildren, modelToView, setInsets, setParagraphInsets, setParent
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from class javax.swing.text.Viewappend, breakView, changedUpdate, createFragment, forwardUpdateToView, getAttributes, getBreakWeight, getContainer, getDocument, getElement, getEndOffset, getGraphics, getParent, getStartOffset, getToolTipText, getViewFactory, getViewIndex, insert, insertUpdate, isVisible, modelToView, remove, removeAll, removeUpdate, updateChildren, updateLayout, viewToModel
 
- 
 
- 
- 
- 
Constructor Detail- 
TableRowpublic TableRow(Element elem) Constructs a TableView for the given element.- Parameters:
- elem- the element that this view is responsible for
- Since:
- 1.4
 
 
- 
 - 
Method Detail- 
replacepublic void replace(int offset, int length, View[] views)Change the child views. This is implemented to provide the superclass behavior and invalidate the grid so that rows and columns will be recalculated.- Overrides:
- replacein class- BoxView
- Parameters:
- offset- the starting index into the child views to insert the new views; this should be a value >= 0 and <= getViewCount
- length- the number of existing child views to remove; This should be a value >= 0 and <= (getViewCount() - offset)
- views- the child views to add; this value can be- nullto indicate no children are being added (useful to remove)
 
 - 
calculateMajorAxisRequirementsprotected SizeRequirements calculateMajorAxisRequirements(int axis, SizeRequirements r) Description copied from class:BoxViewCalculates the size requirements for the major axisaxis.- Overrides:
- calculateMajorAxisRequirementsin class- BoxView
- Parameters:
- axis- the axis being studied
- r- the- SizeRequirementsobject; if- nullone will be created
- Returns:
- the newly initialized SizeRequirementsobject
- See Also:
- SizeRequirements
 
 - 
getMinimumSpanpublic float getMinimumSpan(int axis) Description copied from class:BoxViewDetermines the minimum span for this view along an axis.- Overrides:
- getMinimumSpanin class- BoxView
- Parameters:
- axis- may be either- View.X_AXISor- View.Y_AXIS
- Returns:
- the span the view would like to be rendered into >= 0; typically the view is told to render into the span that is returned, although there is no guarantee; the parent may choose to resize or break the view
- See Also:
- View.getPreferredSpan(int)
 
 - 
getMaximumSpanpublic float getMaximumSpan(int axis) Description copied from class:BoxViewDetermines the maximum span for this view along an axis.- Overrides:
- getMaximumSpanin class- BoxView
- Parameters:
- axis- may be either- View.X_AXISor- View.Y_AXIS
- Returns:
- the span the view would like to be rendered into >= 0; typically the view is told to render into the span that is returned, although there is no guarantee; the parent may choose to resize or break the view
- See Also:
- View.getPreferredSpan(int)
 
 - 
getPreferredSpanpublic float getPreferredSpan(int axis) Description copied from class:BoxViewDetermines the preferred span for this view along an axis.- Overrides:
- getPreferredSpanin class- BoxView
- Parameters:
- axis- may be either- View.X_AXISor- View.Y_AXIS
- Returns:
- the span the view would like to be rendered into >= 0; typically the view is told to render into the span that is returned, although there is no guarantee; the parent may choose to resize or break the view
- See Also:
- View.getPreferredSpan(int)
 
 - 
layoutMajorAxisprotected void layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans)Perform layout for the major axis of the box (i.e. the axis that it represents). The results of the layout should be placed in the given arrays which represent the allocations to the children along the major axis.This is re-implemented to give each child the span of the column width for the table, and to give cells that span multiple columns the multi-column span. - Overrides:
- layoutMajorAxisin class- BoxView
- Parameters:
- targetSpan- the total span given to the view, which would be used to layout the children.
- axis- the axis being layed out.
- offsets- the offsets from the origin of the view for each of the child views. This is a return value and is filled in by the implementation of this method.
- spans- the span of each child view. This is a return value and is filled in by the implementation of this method.
 
 - 
layoutMinorAxisprotected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans)Perform layout for the minor axis of the box (i.e. the axis orthogonal to the axis that it represents). The results of the layout should be placed in the given arrays which represent the allocations to the children along the minor axis. This is called by the superclass whenever the layout needs to be updated along the minor axis.This is implemented to delegate to the superclass, then adjust the span for any cell that spans multiple rows. - Overrides:
- layoutMinorAxisin class- BoxView
- Parameters:
- targetSpan- the total span given to the view, which would be used to layout the children.
- axis- the axis being layed out.
- offsets- the offsets from the origin of the view for each of the child views. This is a return value and is filled in by the implementation of this method.
- spans- the span of each child view. This is a return value and is filled in by the implementation of this method.
 
 - 
getResizeWeightpublic int getResizeWeight(int axis) Determines the resizability of the view along the given axis. A value of 0 or less is not resizable.- Overrides:
- getResizeWeightin class- BoxView
- Parameters:
- axis- may be either View.X_AXIS or View.Y_AXIS
- Returns:
- the resize weight
- Throws:
- IllegalArgumentException- for an invalid axis
 
 - 
getViewAtPositionprotected View getViewAtPosition(int pos, Rectangle a) Fetches the child view that represents the given position in the model. This is implemented to walk through the children looking for a range that contains the given position. In this view the children do not necessarily have a one to one mapping with the child elements.- Overrides:
- getViewAtPositionin class- CompositeView
- Parameters:
- pos- the search position >= 0
- a- the allocation to the table on entry, and the allocation of the view containing the position on exit
- Returns:
- the view representing the given position, or
   nullif there isn't one
 
 
- 
 
-