Ontimize 5.2071EN

Package com.ontimize.gui.table

Interface Summary
CellRenderer.CellRendererColorManager  
CellRenderer.CellRendererFontManager  
InsertTableInsertRowChange  
InsertTableInsertRowListener  
ISetReferenceValues This interface must be implemented for all editors that use the 'onsetvalueset' parameter, at least if they want to send the update data to the database in the insert and update operations
Table.EditorManager An interface that provides access to #TableCellEditor.
Table.RendererManager An interface that provides access to #TableCellRenderer.
TableComponent Interface that must be implemented by all the components that must be placed in a table.
TableEditionValidator  
TableEditorListener Interface to manage edition events in table cells.
TableSorter.ColumnSizeListener Interface used to notify the TableSorter that a column size change event.
TableSorter.FilterValidator Interface that must be implemented by the objects that can be used as table filters
 

Class Summary
BooleanCellEditor  
BooleanCellRenderer Renderer used to show the boolean data in tables
BooleanTableCellEditor Deprecated.  
BundleCellRenderer Renderer used to show the translation of a text in a table.
ButtonCellEditor  
ButtonCellRenderer  
CalculatedColumnDialog  
CalculatedColumnDialog.ColumnPosition  
CalculatedColumnDialog.CustomListModel  
CalculatedColumnDialog.Expression  
CalculatedColumnDialog.InsertSymbolListener  
CellEditor  
CellRenderer  
ChartButton  
ColumnCalculatorWindow.Expression  
ColumnCalculatorWindow.ResultModel  
ColumnCalculatorWindow.ResultTable  
ComboCellEditor  
ComboReferenceCellEditor  
ComboReferenceCellEditor.ExtCampoComboRef  
ComboReferenceCellRenderer Renderer used to show information of other entities in tables.
CurrencyCellEditor  
CurrencyCellRenderer Renderer used to show double or float data types in tables.
CustomTableEditionEvent  
DateCellEditor Class to manage edition of dates in table components.
DateCellRenderer Renderer used to show the date and timestamp data in a table.
DateTableCellEditor Deprecated.  
DateTableRenderer Deprecated. (Never used)
DefaultDataTableCellEditor Deprecated.  
DetailFormBuilder  
EJTable This class is the JTable inside the Table.
ExtendedTable Deprecated.  
ExtendedTableAttribute  
ExtendedTableModel  
ExtendedTableModelEvent  
ExtImageCellRenderer  
FileExtensionCellRenderer  
FilterDialog Class that contains the GUI to filter the table.
FilterDialog.FilterListRenderer  
FilterDialog.TranslatedItem Panel with all table columns and the appropriate listeners to select them
GroupCellRenderer Renders the table cell that represent grouped information
HeadCellRenderer  
HeadCellRenderer.EText  
IconCellRenderer  
ImageCellRenderer  
InsertTableInsertRowEvent  
IntegerCellEditor  
IntegerDefaultDataTableCellEditor Deprecated.  
IntegerTableCellEditor  
MaskCellEditor  
MemoCellEditor  
MemoCellRenderer  
ObjectCellRenderer Renderer used to show Object data in a table.
PageFetcher Class that defines additional buttons for Table when it is pageable.
PercentCellRenderer  
PrintableTable This class wraps a Table and adds the logic necessary to allow the table to be printable, this is, to have the interface to extract the table information.
PrintingSetupWindow This class defines the setup window used to print out the table information.
PrintingWindow Class that determines the window that manages the printing of the table columns.
ProgressPrintingWindow The class that display the printing window progress, while the application is printing the table information.
RealCellEditor  
RealCellRenderer Renderer used to show Double and float types in a table.
RealTableCellEditor Deprecated.  
ReferenceCellEditor  
RowHeadCellRenderer  
SortTableCellRenderer This class renders the table header according to the information that must be shown.
SortTableCellRenderer.CustomHeaderUI  
SortTableCellRenderer.ListMouseListener  
StringCellEditor  
SumCellRenderer  
SumCurrencyCellRenderer  
SumRowSetupDialog This class determines the dialog that shows up from the table to configure the sum rows.
SumRowSetupDialog.SelectableItemModifiableRenderer  
Table The Table is used to display regular two-dimensional tables of cells.
Table.ComponentsPermissionsStore Class that stores all the permissions for all the table components
Table.DefaultRendererManager The default implementation of the #RendererManager.
Table.FilterDate  
Table.KeyObject  
Table.QuickFieldText  
Table.QuickFilterActionListener  
Table.TxtFileFilter Class that determines a filter in order to retrieve only txt files.
TableAttribute Attribute used for the tables.
TableButton A button that can be placed in a Table
TableButtonSelection Class that defines table buttons with a deployable panel
TableConfigurationManager Class that manages renderers and editors for component Table when these ones are defined in an external file (complete path to this file must be established with variable Table.rendererEditorConfigurationFile).
TableConfigurationManager.TableElementConfig Internal class for creating objects that manage identifier, class name and parameters for each element.
TableEditionEvent Event object with info about cell has been edited: row column column name previous cell value new cell value
TableMap  
TableRowHeader  
TableSorter A sorter for TableModels.
TableSorter.ColumnSizeEvent Class that contains the event information corresponding to the change of the size of a column.
TableSorter.DateFilter Class that represents a filter to a table column.
TableSorter.DayMonthYear Class that contains date information with day, month and year, to allow fast comparisons when sorting.
TableSorter.DefaultFilterValidator The default implementation of the FilterValidator interface.
TableSorter.DifferentFilter Class that represents a filter to a table column.
TableSorter.DifferentSimpleFilter Class that represents a simple filter for a table column.
TableSorter.Filter Class that represents a filter to a table column.
TableSorter.IconN  
TableSorter.Month Class that contains date information, concretely dates, to allow fast comparisons when sorting.
TableSorter.MonthYear Class that contains date information with month and year, to allow fast comparisons when sorting.
TableSorter.MultipleFilter Class that represents a filter to a table column.
TableSorter.Quarter Class that contains date information, concretely quarters, to allow fast comparisons when sorting.
TableSorter.QuarterYear Class that contains date information, concretely quarters and years, to allow fast comparisons when sorting.
TableSorter.SimpleFilter Class that represents a simple filter for a table column.
TableSorter.ValueByGroup Class that stores the cell values when these are obtained by groping several rows into one.
TableSorter.ValueByGroupDate Class that stores the cell values when these are obtained by groping several rows into one.
TableSorter.Year Class that contains date information, concretely months, to allow fast comparisons when sorting.
ValueByGroupRenderer Renders the representation of a cell that is an instance
 

Exception Summary
EditingVetoException  
 


Ontimize