| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.swing.text.View
javax.swing.text.CompositeView
javax.swing.text.BoxView
javax.swing.text.TableView.TableCell
@Deprecated public class TableView.TableCell
| フィールドの概要 | 
|---|
| クラス 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 | 
| コンストラクタの概要 | |
|---|---|
| TableView.TableCell(Element elem)推奨されていません。 指定された要素のテーブルセルを構築します。 | |
| メソッドの概要 | |
|---|---|
|  int | getColumnCount()推奨されていません。 このセルが補う列の数を返します (たとえばグリッドの幅)。 | 
|  int | getGridColumn()推奨されていません。 グリッド位置の列を返します。 | 
|  int | getGridRow()推奨されていません。 グリッド位置の行を返します。 | 
|  int | getRowCount()推奨されていません。 このセルが補う行の数を返します (つまりグリッドの高さ)。 | 
|  void | setGridLocation(int row,
                int col)推奨されていません。 グリッド位置を設定します。 | 
| クラス 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 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public TableView.TableCell(Element elem)
elem - このビューが扱う要素| メソッドの詳細 | 
|---|
public int getColumnCount()
public int getRowCount()
public void setGridLocation(int row,
                            int col)
row - 行 >= 0col - 列 >= 0public int getGridRow()
public int getGridColumn()
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。