| |
|
| java.lang.Object javax.swing.table.TableColumn com.salmonllc.swing.table.STableColumn
getName | public String getName()(Code) | | \
get the identifier for the column in the table
|
getTable | public STable getTable()(Code) | | Returns the STable that the column is associated with
|
isEditable | public boolean isEditable()(Code) | | Returns true if the column is editable
|
setEditable | public void setEditable(boolean editable)(Code) | | Sets whether or not the column is editable
|
setPosition | public void setPosition(int newPos)(Code) | | Sets the position of the column in the grid
|
setVisible | public void setVisible(boolean visible)(Code) | | Sets whether or not the column is visible
|
setWidth | public void setWidth(int width)(Code) | | Sets the width of the column
|
|
|
|