Serialized Form


Package dyntable

Class dyntable.AbstractEntityTableColumnModel implements Serializable

Class dyntable.AttributiveCellTableModel implements Serializable

Serialized Fields

cellAtt

CellAttribute cellAtt

Class dyntable.BehTblContextMenu implements Serializable

Serialized Fields

tablePanel

JDynTable tablePanel
"Mother" table panel


ptAppear

java.awt.Point ptAppear
Point where the context menu is to appear on screen.


armed

boolean armed
Additional boolean for securing action handling. Only if true a menu selection is executed.

Class dyntable.EntityListEvent implements Serializable

Serialized Fields

rowIndex

int rowIndex

endIndex

int endIndex

eventType

int eventType

Class dyntable.EntityListException implements Serializable

Class dyntable.EntityTableColumn implements Serializable

Serialized Fields

name

java.lang.String name

columnClass

java.lang.Class columnClass

locked

boolean locked

sortable

boolean sortable

rightAligned

boolean rightAligned

hidden

boolean hidden

editable

boolean editable

Class dyntable.ExtendedCellEditor implements Serializable

Class dyntable.JDynTable implements Serializable

Serialized Fields

numOfInitialRows

int numOfInitialRows
Number of rows at initialisation time


numOfColumns

int numOfColumns
number of Columns


iPreferredWidth

int iPreferredWidth
preferred width of the cells


orderTranslatorEntityList

OrderTranslatorEntityList orderTranslatorEntityList

proxyColumnModel

ProxyColumnModel proxyColumnModel

proxyTable

ProxyTableModel proxyTable

rowHeaderColumnModel

RowHeaderColumnModel rowHeaderColumnModel

rowHeaderModel

RowHeaderModel rowHeaderModel

proxyListSelectionModel

ProxyListSelectionModel proxyListSelectionModel

scrollPane

javax.swing.JScrollPane scrollPane

mainTable

JFeatureTable mainTable

entityList

EntityList entityList
The EntityList which holds all the rows of the table.


columnModel

EntityTableColumnModel columnModel
The EntityTableColumnModel which holds all the column information for the table.


readOnly

boolean readOnly
True if the table is not editable, false otherwise.


cellEditorAdapter

java.awt.event.KeyAdapter cellEditorAdapter
The keyboard listener that is used to receive keystrokes and keyboard events.


cellFocusAdapter

java.awt.event.FocusAdapter cellFocusAdapter
The keyboard focus listener that is used to determine when keyboard forcus was gained or lost.


autoCalculateWidth

boolean autoCalculateWidth
If enabled then the table will try to resize to accomodate all the columns. True to enable, false to disable.


autoCalculateHeight

boolean autoCalculateHeight
If enabled then the table will try to resize to accomodate all the rows. True to enable, false to disable.


lastRowCount

int lastRowCount
The number of rows in the ProxyTableModel.


selectionMode

int selectionMode
The method used for selecting cells or rows. See ListSelectionModel for information about selection modes.


virtualRow

boolean virtualRow
True if the virtual row is enabled, false otherwise.


virtualRowEdited

boolean virtualRowEdited
True if the virtual row was edited, false otherwise.


virtualColumn

boolean virtualColumn
True if the virtual column is enabled, false otherwise.


rowNumbers

boolean rowNumbers
True if row numbers should be displayed in the virtual column, false otherwise.


entityIndex

boolean entityIndex
True if entity indices should be displayed in the virtual column, false otherwise.


currentFocus

EntityTableFocusType currentFocus
The current focus mode. This is one of EntityTableFocusType.CELL_FOCUS, EntityTableFocusType.ROW_FOCUS, or EntityTableFocusType.TABLE_FOCUS.


defaultFocus

EntityTableFocusType defaultFocus
Stores the default focus mode if none is set by the user. Valid values are EntityTableFocusType.ROW_FOCUS, EntityTableFocusType.CELL_FOCUS, and EntityTableFocusType.TABLE_FOCUS.


allowTableFocus

boolean allowTableFocus
True if table focus is enabled, false otherwise.


allowRowFocus

boolean allowRowFocus
True if row focus is enabled, false otherwise.


allowCellFocus

boolean allowCellFocus
True if cell focus is enabled, false otherwise.


rowHeader

javax.swing.JTable rowHeader
The EntityJTable which corresponds to the row header.


rowHeaderViewport

javax.swing.JViewport rowHeaderViewport
The JViewport that displays the row header table.


orderLocked

boolean orderLocked
True if the order of the table data matches the order of the table data in the EntityList, false otherwise.


sortingAllowed

boolean sortingAllowed
True if the table rows can be sorted, false otherwise.


et

dyntable.JDynTable.EditingTerminator et
EditingTerminator controls what happens when we were editing a cell and we left the EntityJTable. Based on the circumstances we either terminate editing like in the case where the cell loses focus, or we continue editing if we switched to a different screen/dialog.


selectionBackground

java.awt.Color selectionBackground
The background colour displayed for selected cells.

Class dyntable.JFeatureTable implements Serializable

Serialized Fields

rowResizer

javax.swing.event.MouseInputAdapter rowResizer

columnResizer

javax.swing.event.MouseInputAdapter columnResizer

popupMenu

BehTblContextMenu popupMenu

Class dyntable.JTableTextArea implements Serializable

Class dyntable.ProxyColumnModel implements Serializable

Serialized Fields

origModel

EntityTableColumnModel origModel
The EntityTableColumnModel reference given to this ProxyColumnModel through the constructor or the setModel method. It is used to retrieve the columns that will be displayed in the main table body.

Class dyntable.ProxyEntityList implements Serializable

Serialized Fields

entityPrototype

java.lang.Object entityPrototype

entityList

java.util.List entityList

orderLocked

boolean orderLocked

listenerList

javax.swing.event.EventListenerList listenerList

Class dyntable.RowHeaderColumnModel implements Serializable

Serialized Fields

columnHeader

javax.swing.table.TableColumn columnHeader
The TableColumn, which represents the virtual column used to select rows and/or to display useful information about the row, such as the row number or the row index.


virtualColumn

boolean virtualColumn
True if the virtual column is enabled, false otherwise.

Class dyntable.RowHeaderModel implements Serializable

Serialized Fields

mainTableModel

ProxyTableModel mainTableModel
Stores a reference to a ProxyTableModel, which is used to obtain the EntityList and EntityTableColumnModel references. It is also used for obtaining the virtual entity


virtualColumn

boolean virtualColumn
True if the virtual column is enabled, false otherwise.


rowNumbers

boolean rowNumbers
True if row numbers are displayed in the virtual column, false otherwise.


entityIndex

boolean entityIndex
True if entity indices are displayed in the virtual column, false otherwise.