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

G

getAll() - Method in class dyntable.EntityTableFocusType
Returns an array with all the focus types.
getBackground() - Method in class dyntable.JDynTable
Returns the background colour of table cells which are not highlighted/selected.
getBackground(int, int) - Method in class dyntable.DefaultCellAttribute
 
getBackground(int, int) - Method in interface dyntable.ColoredCell
 
getByName(String) - Method in interface dyntable.EntityTableColumnModel
Returns the column with the specified name.
getByName(String) - Method in class dyntable.AbstractEntityTableColumnModel
 
getCellAttribute() - Method in class dyntable.AttributiveCellTableModel
Getter method
getCellEditor() - Method in class dyntable.EntityTableColumn
Returns the cell editor for this column.
getCellEditor(int, int) - Method in class dyntable.JFeatureTable
This method is overwritte to provide the correct cell editor in case of multi span cells
getCellRect(int, int, boolean) - Method in class dyntable.JFeatureTable
 
getCellValue(int, Object) - Method in interface dyntable.EntityTableColumnModel
Returns an Object containing the cell value at the given column number for a specified entity.
getCellValue(int, Object) - Method in class dyntable.AbstractEntityTableColumnModel
 
getColumnClass() - Method in class dyntable.EntityTableColumn
Returns the class of this column.
getColumnClass(int) - Method in class dyntable.RowHeaderModel
 
getColumnClass(int) - Method in interface dyntable.EntityTableColumnModel
Returns the column class specified by the col parameter.
getColumnClass(int) - Method in class dyntable.AbstractEntityTableColumnModel
 
getColumnCount() - Method in class dyntable.RowHeaderModel
 
getColumnCount() - Method in interface dyntable.EntityTableColumnModel
Returns the number of columns in this EntityTableColumnModel.
getColumnModel() - Method in class dyntable.OrderTranslatorEntityList
Returns the column model being used.
getColumnModel() - Method in class dyntable.JDynTable
Returns the EntityTableColumnModel which defines the table columns.
getColumnName(int) - Method in class dyntable.RowHeaderModel
 
getColumnName(int) - Method in interface dyntable.EntityTableColumnModel
Returns the name for the specified column.
getColumnName(int) - Method in class dyntable.AbstractEntityTableColumnModel
 
getCount() - Method in class dyntable.ProxyEntityList
 
getCount() - Method in class dyntable.OrderTranslatorEntityList
Returns the number of entities in the EntityList.
getCount() - Method in interface dyntable.EntityList
Returns the number of entities stored in this EntityList.
getCurrentFocusMode() - Method in class dyntable.JDynTable
Returns the currently used focus mode.
getDefaultEntity() - Method in class dyntable.ProxyEntityList
 
getDefaultEntity() - Method in class dyntable.OrderTranslatorEntityList
Returns the default entity which contains desirable column values.
getDefaultEntity() - Method in interface dyntable.EntityList
Returns an entity instance containing desirable default values.
getDefaultFocusMode() - Method in class dyntable.JDynTable
Returns the default focus mode, this is one of EntityTableFocusType.ROW_FOCUS, EntityTableFocusType.CELL_FOCUS, or EntityTableFocusType.TABLE_FOCUS.
getDescription() - Method in class dyntable.EntityTableFocusType
Returns a string description of the focus type.
getDisplayedEntityIndexAtPoint(Point) - Method in class dyntable.JDynTable
Returns the index of the entity at the given point.
getDisplayEntityList() - Method in class dyntable.JDynTable
Returns the EntityList in which all the entities are ordered in their display order.
getDisplaySelectionModel() - Method in class dyntable.JDynTable
Returns the selection model associated with the display EntityList.
getEditorComponent() - Method in class dyntable.ExtendedCellEditor
Getter Methode für die editorComponent
getEntity(int) - Method in class dyntable.ProxyEntityList
 
getEntity(int) - Method in class dyntable.OrderTranslatorEntityList
Returns the entity at the specified index.
getEntity(int) - Method in interface dyntable.EntityList
Returns the entity instance stored in the specified position.
getEntityAtPoint(Point) - Method in class dyntable.JDynTable
Returns the entity in the EntityList displayed at the given point.
getEntityIndex(int) - Method in class dyntable.OrderTranslatorEntityList
Returns the index of the entity in the EntityList corresponding to the given index in this OrderTranslatorEntityList
getEntityIndexAtPoint(Point) - Method in class dyntable.JDynTable
Returns the index of the entity in the EntityList displayed at the point specified on the screen.
getEntityList() - Method in class dyntable.OrderTranslatorEntityList
Returns the current EntityList.
getEntityList() - Method in class dyntable.JDynTable
Returns the EntityList containing all the entities of the table.
getEntityListOrder() - Method in class dyntable.OrderTranslatorEntityList
Makes the table order the same as the EntityList order.
getFirstEntity() - Method in class dyntable.EntityListEvent
Returns the first entity that changed.
getFont(int, int) - Method in class dyntable.DefaultCellAttribute
 
getFont(int, int) - Method in interface dyntable.CellFont
Returns font object characterizing font in the cell row/column
getForeground(int, int) - Method in class dyntable.DefaultCellAttribute
 
getForeground(int, int) - Method in interface dyntable.ColoredCell
 
getLastEntity() - Method in class dyntable.EntityListEvent
Returns the last entity that changed.
getList() - Method in class dyntable.ProxyEntityList
Returns the list containing all the entities in the table.
getMainTableModel() - Method in class dyntable.RowHeaderModel
Returns the ProxyTableModel, which is the the model used for accessing table data.
getModel() - Method in class dyntable.ProxyColumnModel
Returns the model being used for managing the columns of the table.
getName() - Method in class dyntable.EntityTableColumn
Returns the name of this column.
getNewDefaultEntity() - Method in class dyntable.ProxyEntityList
 
getNewDefaultEntity() - Method in class dyntable.OrderTranslatorEntityList
Returns a new entity containing desirable column values.
getNewDefaultEntity() - Method in interface dyntable.EntityList
Returns a new instance of the entity being managed by this Entitylist.
getNewEntity() - Method in class dyntable.ProxyEntityList
 
getNewEntity() - Method in class dyntable.OrderTranslatorEntityList
Returns a new entity.
getNewEntity() - Method in interface dyntable.EntityList
Returns a new instance of the entity being managed by this Entitylist.
getRealColumnCount() - Method in interface dyntable.EntityTableColumnModel
Returns the number of visible columns.
getRealColumnCount() - Method in class dyntable.AbstractEntityTableColumnModel
 
getRowHeaderModel() - Method in class dyntable.JDynTable
 
getRowHeight(int) - Method in class dyntable.JDynTable
Returns the height of a table row, in pixels.
getScrollPane() - Method in class dyntable.JDynTable
Returns the JScrollPane instance used by the table, can be used for setting custom scroll bar policy
getSelectionBackground() - Method in class dyntable.JDynTable
Returns the selection background colour displayed for selected cells.
getSelectionMode() - Method in class dyntable.JDynTable
Returns the selection method for the table.
getSelectionModel() - Method in class dyntable.JDynTable
Returns the selection model used to handle selections associated with the EntityList.
getSize() - Method in class dyntable.DefaultCellAttribute
 
getSize() - Method in interface dyntable.CellAttribute
Getter method
getSpan(int, int) - Method in class dyntable.DefaultCellAttribute
 
getSpan(int, int) - Method in interface dyntable.CellSpan
Returns cell span at position row/column.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class dyntable.AttributiveCellRenderer
 
getType() - Method in class dyntable.EntityListEvent
Returns the type of event - one of: DELETED, INSERTED, and MODIFIED.
getValueAt(int, int) - Method in class dyntable.RowHeaderModel
 
getValueAt(int, int) - Method in class dyntable.JFeatureTable
This method is overwritte to provide the correct cell editor in case of multi span cells
getViewIndex(int) - Method in class dyntable.OrderTranslatorEntityList
Returns the index of an entity in the table, given the index of the same entity in the EntityList.

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