|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
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)
已過時。 建構給定元素的 TableCell。 |
|
| 方法摘要 | |
|---|---|
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. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。