java.lang.Object javax.swing.text.View javax.swing.text.CompositeView javax.swing.text.BoxView javax.swing.text.TableView.TableCellpublic class TableView.TableCell extends BoxView View implementation.
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST int getColumnCount()View implementation. int getGridColumn()View implementation. int getGridRow()View implementation. int getRowCount()View implementation. void setGridLocation(int r, int c)View implementation.baselineLayout, baselineRequirements, calculateMajorAxisRequirements, calculateMinorAxisRequirements, childAllocation, flipEastAndWestAtEnds, forwardUpdate, getAlignment, getAxis, getChildAllocation, getHeight, getMaximumSpan, getMinimumSpan, getOffset, getPreferredSpan, getResizeWeight, getSpan, getViewAtPoint, getWidth, isAfter, isAllocationValid, isBefore, isLayoutValid, layout, layoutChanged, layoutMajorAxis, layoutMinorAxis, modelToView, paint, paintChild, preferenceChanged, replace, setAxis, setSize, viewToModel childAllocation, flipEastAndWestAtEnds, getBottomInset, getChildAllocation, getInsideAllocation, getLeftInset, getNextEastWestVisualPositionFrom, getNextNorthSouthVisualPositionFrom, getNextVisualPositionFrom, getRightInset, getTopInset, getView, getViewAtPoint, getViewAtPosition, getViewCount, getViewIndex, getViewIndexAtPosition, isAfter, isBefore, loadChildren, modelToView, modelToView, replace, setInsets, setParagraphInsets, setParent, viewToModel append, breakView, changedUpdate, createFragment, dump, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getPreferredSpan, getResizeWeight, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, insertUpdate, isVisible, modelToView, modelToView, modelToView, paint, preferenceChanged, remove, removeAll, removeUpdate, replace, setParent, setSize, updateChildren, updateLayout, viewToModel, viewToModel public int getColumnCount()
Deprecated. Table cells are now rendered by an arbitrary
Viewimplementation.Returns the number of columns that this cell spans.
- Returns:
- the number of columns that this cell spans
public int getGridColumn()
Deprecated. Table cells are now rendered by an arbitrary
Viewimplementation.Returns the column number of this cell.
- Returns:
- the column number of this cell
public int getGridRow()
Deprecated. Table cells are now rendered by an arbitrary
Viewimplementation.Returns the row number of this cell.
- Returns:
- the row number of this cell
public int getRowCount()
Deprecated. Table cells are now rendered by an arbitrary
Viewimplementation.Returns the number of rows that this cell spans.
- Returns:
- the number of rows that this cell spans
public void setGridLocation(int r, int c)
Deprecated. Table cells are now rendered by an arbitrary
Viewimplementation.Sets the grid location of this table cell.
- Parameters:
r- the row of this cellc- the column of this cell