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
-
コンストラクタの詳細
-
メソッドの詳細
-
getColumnCount
public int getColumnCount()Deprecated.このセルが補う列の数を取得します(グリッドの幅など)。- 戻り値:
- 列数
-
getRowCount
public int getRowCount()Deprecated.このセルが補う行の数(グリッドの高さ)を取得します。- 戻り値:
- 行数
-
setGridLocation
public void setGridLocation(int row, int col)Deprecated.グリッド位置を設定します。- パラメータ:
row- 行>= 0col- 列>= 0
-
getGridRow
public int getGridRow()Deprecated.グリッド位置の行を取得します。 -
getGridColumn
public int getGridColumn()Deprecated.グリッド位置の列を取得します。
-