java.lang.Object
javax.swing.text.View
javax.swing.text.CompositeView
javax.swing.text.BoxView
javax.swing.text.TableView.TableCell
- すべての実装されたインタフェース:
- SwingConstants
- 含まれているクラス:
- TableView
@Deprecated public class TableView.TableCell extends BoxView
Deprecated.
テーブル・セルは任意のView実装となることができます。
- 
フィールドのサマリークラス javax.swing.text.Viewで宣言されたフィールドBadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXISインタフェース javax.swing.SwingConstantsで宣言されたフィールドBOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
- 
コンストラクタのサマリー
- 
メソッドのサマリー修飾子と型 メソッド 説明 intgetColumnCount()Deprecated.このセルが補う列の数を取得します(グリッドの幅など)。intgetGridColumn()Deprecated.グリッド位置の列を取得します。intgetGridRow()Deprecated.グリッド位置の行を取得します。intgetRowCount()Deprecated.このセルが補う行の数(グリッドの高さ)を取得します。voidsetGridLocation(int row, int col)Deprecated.グリッド位置を設定します。クラス javax.swing.text.BoxViewで宣言されたメソッド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クラス javax.swing.text.CompositeViewで宣言されたメソッドgetBottomInset, getInsideAllocation, getLeftInset, getNextEastWestVisualPositionFrom, getNextNorthSouthVisualPositionFrom, getNextVisualPositionFrom, getRightInset, getTopInset, getView, getViewAtPosition, getViewCount, getViewIndex, getViewIndexAtPosition, loadChildren, modelToView, setInsets, setParagraphInsets, setParentクラス javax.swing.text.Viewで宣言されたメソッドappend, 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
- 
コンストラクタの詳細
- 
メソッドの詳細- 
getColumnCountpublic int getColumnCount()Deprecated.このセルが補う列の数を取得します(グリッドの幅など)。- 戻り値:
- 列数
 
- 
getRowCountpublic int getRowCount()Deprecated.このセルが補う行の数(グリッドの高さ)を取得します。- 戻り値:
- 行数
 
- 
setGridLocationpublic void setGridLocation(int row, int col)Deprecated.グリッド位置を設定します。- パラメータ:
- row- 行>= 0
- col- 列>= 0
 
- 
getGridRowpublic int getGridRow()Deprecated.グリッド位置の行を取得します。
- 
getGridColumnpublic int getGridColumn()Deprecated.グリッド位置の列を取得します。
 
-