|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.View
javax.swing.text.CompositeView
javax.swing.text.BoxView
javax.swing.text.TableView.TableCell
View
implementation.
public class TableView.TableCell
This class is deprecated and not used anymore. Table cells are
rendered by an arbitrary View
implementation.
Field Summary |
---|
Fields inherited from class javax.swing.text.View |
---|
BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS |
Fields inherited from interface 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 |
Constructor Summary | |
---|---|
TableView.TableCell(Element el)
Deprecated. Table cells are now rendered by an arbitrary View implementation. |
Method Summary | |
---|---|
int |
getColumnCount()
Deprecated. Table cells are now rendered by an arbitrary View implementation. |
int |
getGridColumn()
Deprecated. Table cells are now rendered by an arbitrary View implementation. |
int |
getGridRow()
Deprecated. Table cells are now rendered by an arbitrary View implementation. |
int |
getRowCount()
Deprecated. Table cells are now rendered by an arbitrary View implementation. |
void |
setGridLocation(int r,
int c)
Deprecated. Table cells are now rendered by an arbitrary View implementation. |
Methods inherited from class javax.swing.text.CompositeView |
---|
getBottomInset, getInsideAllocation, getLeftInset, getNextEastWestVisualPositionFrom, getNextNorthSouthVisualPositionFrom, getNextVisualPositionFrom, getRightInset, getTopInset, getView, getViewAtPosition, getViewCount, getViewIndex, getViewIndexAtPosition, loadChildren, modelToView, setInsets, setParagraphInsets, setParent |
Methods inherited from class javax.swing.text.View |
---|
append, breakView, changedUpdate, createFragment, dump, forwardUpdateToView, getAttributes, getBreakWeight, getContainer, getDocument, getElement, getEndOffset, getGraphics, getParent, getStartOffset, getToolTipText, getViewFactory, getViewIndex, insert, insertUpdate, isVisible, modelToView, remove, removeAll, removeUpdate, updateChildren, updateLayout, viewToModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableView.TableCell(Element el)
View
implementation.
el
- the elementMethod Detail |
---|
public int getColumnCount()
View
implementation.
public int getRowCount()
View
implementation.
public void setGridLocation(int r, int c)
View
implementation.
r
- the row of this cellc
- the column of this cellpublic int getGridRow()
View
implementation.
public int getGridColumn()
View
implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |