A B C D E G H I J L M O P R S T U V

S

SCROLL_LOCKED - Static variable in class dyntable.EntityTableColumn
Symbolic constant representing the column being scroll locked.
setBackground(Color) - Method in class dyntable.JDynTable
Sets the background colour of the table.
setBackground(Color, int[], int[]) - Method in class dyntable.DefaultCellAttribute
 
setBackground(Color, int[], int[]) - Method in interface dyntable.ColoredCell
 
setBackground(Color, int, int) - Method in class dyntable.JDynTable
Changes the Color type for one cell in the table
setBackground(Color, int, int) - Method in class dyntable.DefaultCellAttribute
 
setBackground(Color, int, int) - Method in interface dyntable.ColoredCell
 
setCellAttribute(CellAttribute) - Method in class dyntable.AttributiveCellTableModel
Setter method
setCellFocusAllowed(boolean) - Method in class dyntable.JDynTable
Enables or disables focusing on a cell.
setCellNotEditable(int, int) - Method in class dyntable.JDynTable
Sets one certain cell ineditable
setCellValue(int, Object, Object) - Method in interface dyntable.EntityTableColumnModel
Changes the specified entity to store the specified value based on the column index.
setCellValue(int, Object, Object) - Method in class dyntable.AbstractEntityTableColumnModel
 
setColumnClass(Class) - Method in class dyntable.EntityTableColumn
Sets the class of this column.
setColumnIdentifiers(Vector) - Method in class dyntable.AttributiveCellTableModel
 
setColumnModel(EntityTableColumnModel) - Method in class dyntable.OrderTranslatorEntityList
Changes the column model to the one specified.
setColumnModel(EntityTableColumnModel) - Method in class dyntable.JDynTable
Sets the EntityTableColumnModel that defines the table columns and the mapping between an entity and the table columns.
setCurrentFocusMode(EntityTableFocusType) - Method in class dyntable.JDynTable
Sets the currently used focus mode.
setDataVector(Vector, Vector) - Method in class dyntable.AttributiveCellTableModel
 
setDefaultEntity(Object) - Method in class dyntable.ProxyEntityList
 
setDefaultEntity(Object) - Method in class dyntable.OrderTranslatorEntityList
Replaces the current entity that is used to hold desirable column values.
setDefaultEntity(Object) - Method in interface dyntable.EntityList
Sets the entity that contains desirable default values.
setDefaultFocusMode(EntityTableFocusType) - Method in class dyntable.JDynTable
Sets the default focus mode.
setDisplaySelectionModel(ListSelectionModel) - Method in class dyntable.JDynTable
Sets the selection model used to select table data.
setEditable(boolean) - Method in class dyntable.EntityTableColumn
Enables or disables column editing.
setEditable(int, boolean) - Method in interface dyntable.EntityTableColumnModel
Sets the specified column to be editable or not.
setEditable(int, boolean) - Method in class dyntable.AbstractEntityTableColumnModel
 
setEntity(int, Object) - Method in class dyntable.ProxyEntityList
 
setEntity(int, Object) - Method in class dyntable.OrderTranslatorEntityList
Replaces the entity at the specified index.
setEntity(int, Object) - Method in interface dyntable.EntityList
Replaces the entity instance at the specified index.
setEntityIndexDisplayed(boolean) - Method in class dyntable.RowHeaderModel
Enables or disables entity index display in the virtual column.
setEntityIndexDisplayed(boolean) - Method in class dyntable.JDynTable
Enables or disables display of the entity indices in the virtual column.
setEntityList(EntityList) - Method in class dyntable.OrderTranslatorEntityList
Sets the EntityList and thus replaces all the entities in the table by the entities in the EntityList provided.
setEntityList(EntityList) - Method in class dyntable.JDynTable
Sets the EntityList for this table, replacing the current EntityList.
setEntityListOrder() - Method in class dyntable.OrderTranslatorEntityList
Sets the order of the entities in the EntityList to match the order of the entities in the table.
setFont(Font, int[], int[]) - Method in class dyntable.DefaultCellAttribute
 
setFont(Font, int[], int[]) - Method in interface dyntable.CellFont
Sets new font in the cell area defined by row/column
setFont(Font, int, int) - Method in class dyntable.JDynTable
Changes the font type for one cell in the table
setFont(Font, int, int) - Method in class dyntable.DefaultCellAttribute
 
setFont(Font, int, int) - Method in interface dyntable.CellFont
Sets new font in the cell row/column
setForeground(Color, int[], int[]) - Method in class dyntable.DefaultCellAttribute
 
setForeground(Color, int[], int[]) - Method in interface dyntable.ColoredCell
 
setForeground(Color, int, int) - Method in class dyntable.JDynTable
Changes the Color type for one cell in the table
setForeground(Color, int, int) - Method in class dyntable.DefaultCellAttribute
 
setForeground(Color, int, int) - Method in interface dyntable.ColoredCell
 
setHidden(boolean) - Method in class dyntable.EntityTableColumn
Hides or unhides this column.
setHidden(int, boolean) - Method in interface dyntable.EntityTableColumnModel
Sets a specified column to be hidden or visible.
setHidden(int, boolean) - Method in class dyntable.AbstractEntityTableColumnModel
 
setList(List) - Method in class dyntable.ProxyEntityList
Replaces the current entities inside this container with the entities in the list parameter.
setListToTableOrder() - Method in class dyntable.JDynTable
Sets the order of the entities in the EntityList to match the displayed order of the EntityTable.
setLocked(boolean) - Method in class dyntable.EntityTableColumn
Enables or disables column locking.
setLocked(int, boolean) - Method in interface dyntable.EntityTableColumnModel
Locks or unlocks the specified column.
setLocked(int, boolean) - Method in class dyntable.AbstractEntityTableColumnModel
 
setMainTableModel(ProxyTableModel) - Method in class dyntable.RowHeaderModel
Sets the table model, which is the model used for accessing table data.
setMaximumSize(Dimension) - Method in class dyntable.JDynTable
Sets the maximum size of the table.
setMinimumSize(Dimension) - Method in class dyntable.JDynTable
Sets the minimum size of the table.
setModel(EntityTableColumnModel) - Method in class dyntable.RowHeaderColumnModel
Sets the EntityTableColumnModel that is used to define the columns of the table and their properties.
setModel(EntityTableColumnModel) - Method in class dyntable.ProxyColumnModel
Sets the model that will be used to manage the columns in the table.
setName(String) - Method in class dyntable.EntityTableColumn
Sets the name of the column.
setNotEditable(int, int) - Method in class dyntable.DefaultCellAttribute
 
setNotEditable(int, int) - Method in interface dyntable.CellAttribute
Set cell uneditable.
setOrderLockedToList(boolean) - Method in class dyntable.OrderTranslatorEntityList
Sets the order of the table entities in this OrderTranslatorEntityList to match that of the underlying EntityList.
setOrderLockedToList(boolean) - Method in class dyntable.JDynTable
Enables or disables Order Locking.
setPreferredSize(Dimension) - Method in class dyntable.JDynTable
Sets the preferred size of the table.
setPreferredWidth(int) - Method in class dyntable.JDynTable
Set the preferred table width.
setReadOnly(boolean) - Method in class dyntable.JDynTable
Makes the table readOnly or enables editing of the table.
setResizable(boolean, boolean) - Method in class dyntable.JFeatureTable
The setResizable method is used to enable or disable the resize feature.
setRightAlignmentSortable(int, boolean) - Method in interface dyntable.EntityTableColumnModel
Sets right alignment sortability for the specified column.
setRightAlignmentSortable(int, boolean) - Method in class dyntable.AbstractEntityTableColumnModel
 
setRowFocusAllowed(boolean) - Method in class dyntable.JDynTable
Enables or disables forcusing on an entire row.
setRowHeight(int, int) - Method in class dyntable.JDynTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowNumberDisplayed(boolean) - Method in class dyntable.RowHeaderModel
Enables or disables row number display in the virtual column.
setRowNumberDisplayed(boolean) - Method in class dyntable.JDynTable
Enables or disables displaying of the row numbers in the virtual column.
setRowSortingAllowed(boolean) - Method in class dyntable.OrderTranslatorEntityList
Enables or disables row sorting.
setRowSortingAllowed(boolean) - Method in class dyntable.JDynTable
Enables or disables row sorting.
setSelectionBackground(Color) - Method in class dyntable.JDynTable
Sets the background colour displayed for cells which are selected.
setSelectionMode(int) - Method in class dyntable.JDynTable
Sets the selection method for the table.
setSelectionModel(ListSelectionModel) - Method in class dyntable.JDynTable
Sets the selection model which is used to handle selections in the table.
setSize(Dimension) - Method in class dyntable.DefaultCellAttribute
 
setSize(Dimension) - Method in interface dyntable.CellAttribute
Setter method
setSortable(boolean) - Method in class dyntable.EntityTableColumn
Enables or disables column sorting.
setSortable(int, boolean) - Method in interface dyntable.EntityTableColumnModel
Enables or disables sorting on the specified colum.
setSortable(int, boolean) - Method in class dyntable.AbstractEntityTableColumnModel
 
setSpan(int[], int, int) - Method in class dyntable.DefaultCellAttribute
 
setSpan(int[], int, int) - Method in interface dyntable.CellSpan
Sets cell span at position row/column
setTableFocusAllowed(boolean) - Method in class dyntable.JDynTable
Enables or disables focusing on the entire table.
setTableToListOrder() - Method in class dyntable.JDynTable
Sets the display order of the table entities to be that of the driving EntityList.
setValueAt(Object, int, int) - Method in class dyntable.RowHeaderModel
 
setVirtualColumnEnabled(boolean) - Method in class dyntable.RowHeaderModel
Enables or disables the virtual column.
setVirtualColumnEnabled(boolean) - Method in class dyntable.RowHeaderColumnModel
Enables or disables the virtual column.
setVirtualColumnEnabled(boolean) - Method in class dyntable.JDynTable
Enables or disables the virtual column.
setVirtualRowEnabled(boolean) - Method in class dyntable.JDynTable
Enables or disables the virtual row at the bottom of the table.
setWidthAutoCalculated(boolean) - Method in class dyntable.JDynTable
Enables or disables auto calculation of the table width.
show(Component, int, int) - Method in class dyntable.BehTblContextMenu
The method show is overwritten to store the x- and y-coordinate
sortByColumn(int) - Method in class dyntable.OrderTranslatorEntityList
Sorts the table rows according to the column index given.
sortByColumn(int, boolean) - Method in class dyntable.OrderTranslatorEntityList
Sorts the table rows in ascending or descending order according to the column index given.
sortByColumns(Vector) - Method in class dyntable.OrderTranslatorEntityList
Sorts the row in the table by the given columns.
sortByColumns(Vector) - Method in class dyntable.JDynTable
Sorts the rows according to the columns specified.
split(int, int) - Method in class dyntable.DefaultCellAttribute
 
split(int, int) - Method in interface dyntable.CellAttribute
The opposite of combine.

A B C D E G H I J L M O P R S T U V