|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int ) |
Documentation changed from old to new. |
Cover method using a default width of 75 a null renderer and a null editor. |
int, |
Documentation changed from old to new. |
Cover method using a null renderer and a null editor. |
int, |
Documentation changed from old to new. |
Creates and initializes an instance of TableColumn with modelIndex . |
void ) |
Documentation changed from old to new. |
Cover method using a default model index of 0 default width of 75 a null renderer and a null editor. |
Changed Methods | ||
void addPropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Adds a PropertyChangeListener to the listener list. |
TableCellRenderer createDefaultHeaderRenderer() |
Documentation changed from old to new. |
As of Java 2 platform v1.3 this method is not called by the TableColumn constructor. |
void disableResizedPosting() |
Documentation changed from old to new. Now deprecated. |
as of Java 2 platform v1.3 |
void enableResizedPosting() |
Documentation changed from old to new. Now deprecated. |
as of Java 2 platform v1.3 |
TableCellEditor getCellEditor() |
Documentation changed from old to new. |
Returns the TableCellEditor used by the JTable to edit values for this column. |
TableCellRenderer getCellRenderer() |
Documentation changed from old to new. |
Returns the TableCellRenderer used by the JTable to draw values for this column. |
TableCellRenderer getHeaderRenderer() |
Documentation changed from old to new. |
Returns the TableCellRenderer used to draw the header of the TableColumn . |
Object getHeaderValue() |
Documentation changed from old to new. |
Returns the Object used as the value for the header renderer. |
Object getIdentifier() |
Documentation changed from old to new. |
Returns the identifier object for this column. |
int getMaxWidth() |
Documentation changed from old to new. |
Returns the maximum width for the TableColumn . |
int getMinWidth() |
Documentation changed from old to new. |
Returns the minimum width for the TableColumn . |
int getModelIndex() |
Documentation changed from old to new. |
Returns the model index for this column. |
int getPreferredWidth() |
Documentation changed from old to new. |
Returns the preferred width of the TableColumn . |
boolean getResizable() |
Documentation changed from old to new. |
Returns true if the user is allowed to resize the TableColumn 's width false otherwise. |
int getWidth() |
Documentation changed from old to new. |
Returns the width of the TableColumn . |
void removePropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Removes a PropertyChangeListener from the listener list. |
void setCellEditor(TableCellEditor ) |
Documentation changed from old to new. |
Sets the editor to used by when a cell in this column is edited. |
void setCellRenderer(TableCellRenderer ) |
Documentation changed from old to new. |
Sets the TableCellRenderer used by JTable to draw individual values for this column. |
void setHeaderRenderer(TableCellRenderer ) |
Documentation changed from old to new. |
Sets the TableCellRenderer used to draw the TableColumn 's header to headerRenderer . |
void setHeaderValue(Object ) |
Documentation changed from old to new. |
Sets the Object whose string representation will be used as the value for the headerRenderer . |
void setIdentifier(Object ) |
Documentation changed from old to new. |
Sets the TableColumn 's identifier to anIdentifier . |
void setMaxWidth(int ) |
Documentation changed from old to new. |
Sets the TableColumn 's maximum width to maxWidth ; also adjusts the width and preferred width if they are greater than this value. |
void setMinWidth(int ) |
Documentation changed from old to new. |
Sets the TableColumn 's minimum width to minWidth ; also adjusts the current width and preferred width if they are less than this value. |
void setModelIndex(int ) |
Documentation changed from old to new. |
Sets the model index for this column. |
void setPreferredWidth(int ) |
Documentation changed from old to new. |
Sets this column's preferred width to preferredWidth . |
void setResizable(boolean ) |
Documentation changed from old to new. |
Sets whether this column can be resized. |
void setWidth(int ) |
Documentation changed from old to new. |
This method should not be used to set the widths of columns in the JTable use setPreferredWidth instead. |
void sizeWidthToFit() |
Documentation changed from old to new. |
Resizes the TableColumn to fit the width of its header cell. |
Changed Fields | ||
String CELL_RENDERER_PROPERTY |
Documentation changed from old to new. |
Obsolete as of Java 2 platform v1.3. |
String COLUMN_WIDTH_PROPERTY |
Documentation changed from old to new. |
Obsolete as of Java 2 platform v1.3. |
String HEADER_RENDERER_PROPERTY |
Documentation changed from old to new. |
Obsolete as of Java 2 platform v1.3. |
String HEADER_VALUE_PROPERTY |
Documentation changed from old to new. |
Obsolete as of Java 2 platform v1.3. |
TableCellEditor cellEditor |
Documentation changed from old to new. |
The editor used to edit the data cells of the column. |
TableCellRenderer cellRenderer |
Documentation changed from old to new. |
The renderer used to draw the data cells of the column. |
TableCellRenderer headerRenderer |
Documentation changed from old to new. |
The renderer used to draw the header of the column. |
Object headerValue |
Documentation changed from old to new. |
The header value of the column. |
Object identifier |
Documentation changed from old to new. |
This object is not used internally by the drawing machinery of the JTable ; identifiers may be set in the TableColumn as as an optional way to tag and locate table columns. |
boolean isResizable |
Documentation changed from old to new. |
If true the user is allowed to resize the column; the default is true. |
int maxWidth |
Documentation changed from old to new. |
The maximum width of the column. |
int minWidth |
Documentation changed from old to new. |
The minimum width of the column. |
int modelIndex |
Documentation changed from old to new. |
The index of the column in the model which is to be displayed by this TableColumn . |
int resizedPostingDisableCount |
Documentation changed from old to new. Now deprecated. |
as of Java 2 platform v1.3 |
int width |
Documentation changed from old to new. |
The width of the column. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |