|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.table.TableColumn jwo.utils.gui.EditableHeaderTableColumn
public class EditableHeaderTableColumn
Represents a single editable column header.
Field Summary |
---|
Fields inherited from class javax.swing.table.TableColumn |
---|
CELL_RENDERER_PROPERTY, cellEditor, cellRenderer, COLUMN_WIDTH_PROPERTY, HEADER_RENDERER_PROPERTY, HEADER_VALUE_PROPERTY, headerRenderer, headerValue, identifier, isResizable, maxWidth, minWidth, modelIndex, resizedPostingDisableCount, width |
Constructor Summary | |
---|---|
EditableHeaderTableColumn()
Creates a new editable header for a column. |
Method Summary | |
---|---|
void |
copyValues(TableColumn base)
Copies the values from the given table column. |
TableCellEditor |
getHeaderEditor()
Reports the editor associated with the header. |
boolean |
isHeaderEditable()
Reports whether the header is editable or not. |
void |
setHeaderEditable(boolean isEditable)
Determines whether the header is editable or not. |
void |
setHeaderEditor(TableCellEditor headerEditor)
Sets the editor to be associated with the header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditableHeaderTableColumn()
Method Detail |
---|
public void setHeaderEditor(TableCellEditor headerEditor)
headerEditor
- New editor to be associated with header.public TableCellEditor getHeaderEditor()
public void setHeaderEditable(boolean isEditable)
isEditable
- True if editable.public boolean isHeaderEditable()
public void copyValues(TableColumn base)
base
- Column from which to copy.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |