java.lang.Object
javax.swing.table.TableColumn
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code,
XMLEncoder
, TableColumnModel
,
DefaultTableColumnModel
,
JTableHeader.getDefaultRenderer()
,
JTable.getDefaultRenderer(Class)
,
JTable.getDefaultEditor(Class)
,
JTable.getCellRenderer(int, int)
,
JTable.getCellEditor(int int)
public void addPropertyChangeListener(PropertyChangeListener listener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TableCellEditor cellEditor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TableCellRenderer cellRenderer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String CELL_RENDERER_PROPERTY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String COLUMN_WIDTH_PROPERTY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TableCellRenderer createDefaultHeaderRenderer()
- See Also:
JTableHeader.createDefaultRenderer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public void disableResizedPosting()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public void enableResizedPosting()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableCellEditor getCellEditor()
- See Also:
JTable.setDefaultEditor(java.lang.Class>, javax.swing.table.TableCellEditor)
, setCellEditor(javax.swing.table.TableCellEditor)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableCellRenderer getCellRenderer()
- See Also:
JTable.setDefaultRenderer(java.lang.Class>, javax.swing.table.TableCellRenderer)
, setCellRenderer(javax.swing.table.TableCellRenderer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableCellRenderer getHeaderRenderer()
- See Also:
JTableHeader.getDefaultRenderer()
, setHeaderValue(java.lang.Object)
, setHeaderRenderer(javax.swing.table.TableCellRenderer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getHeaderValue()
- See Also:
setHeaderValue(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getIdentifier()
- See Also:
setIdentifier(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMaxWidth()
- See Also:
setMaxWidth(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMinWidth()
- See Also:
setMinWidth(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getModelIndex()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getPreferredWidth()
- See Also:
setPreferredWidth(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PropertyChangeListener[] getPropertyChangeListeners()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getResizable()
- See Also:
setResizable(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getWidth()
- See Also:
setWidth(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TableCellRenderer headerRenderer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Object headerValue
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String HEADER_RENDERER_PROPERTY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String HEADER_VALUE_PROPERTY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Object identifier
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected boolean isResizable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int maxWidth
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int minWidth
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int modelIndex
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removePropertyChangeListener(PropertyChangeListener listener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
protected transient int resizedPostingDisableCount
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCellEditor(TableCellEditor cellEditor)
- See Also:
getCellEditor()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCellRenderer(TableCellRenderer cellRenderer)
- See Also:
getCellRenderer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setHeaderRenderer(TableCellRenderer headerRenderer)
- See Also:
getHeaderRenderer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setHeaderValue(Object headerValue)
- See Also:
getHeaderValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setIdentifier(Object identifier)
- See Also:
getIdentifier()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMaxWidth(int maxWidth)
- See Also:
setMinWidth(int)
, setPreferredWidth(int)
, getMaxWidth()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMinWidth(int minWidth)
- See Also:
setMaxWidth(int)
, setPreferredWidth(int)
, getMinWidth()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setModelIndex(int modelIndex)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setPreferredWidth(int preferredWidth)
- See Also:
JTable.doLayout()
, getPreferredWidth()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setResizable(boolean isResizable)
- See Also:
getResizable()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setWidth(int width)
- See Also:
JTable.sizeColumnsToFit(int)
, setPreferredWidth(int)
, setMaxWidth(int)
, setMinWidth(int)
, getWidth()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void sizeWidthToFit()
- See Also:
setPreferredWidth(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableColumn()
- See Also:
TableColumn(int, int, TableCellRenderer, TableCellEditor)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableColumn(int modelIndex)
- See Also:
TableColumn(int, int, TableCellRenderer, TableCellEditor)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableColumn(int modelIndex,
int width)
- See Also:
TableColumn(int, int, TableCellRenderer, TableCellEditor)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableColumn(int modelIndex,
int width,
TableCellRenderer cellRenderer,
TableCellEditor cellEditor)
- See Also:
JTable.getCellEditor(int, int)
, JTable.getCellRenderer(int, int)
, JTable.getDefaultEditor(Class)
, JTable.getDefaultRenderer(Class)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int width
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples