Class ECDITARelTableCustomizer
java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizer
Customize a DITA map reltable. It is used on Eclipse platform implementation.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
tableInfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic ECDITARelTableCustomizer
Get the singleton instance.showCustomizeTableDialog
(AuthorAccess authorAccess, int predefinedRowsCount, int predefinedColumnsCount, int defaultTableModel) Show table customizer dialog and return new table information.Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
customizeTable, customizeTable, customizeTable
-
Method Details
-
getInstance
Get the singleton instance.- Returns:
- The singleton instance.
-
showCustomizeTableDialog
public TableInfo showCustomizeTableDialog(AuthorAccess authorAccess, int predefinedRowsCount, int predefinedColumnsCount, int defaultTableModel) Description copied from class:TableCustomizer
Show table customizer dialog and return new table information.- Specified by:
showCustomizeTableDialog
in classTableCustomizer
- Parameters:
authorAccess
- The Author access.predefinedRowsCount
- Predefined number of rows.predefinedColumnsCount
- Predefined number of columns.defaultTableModel
- The default model of the table that will be inserted.- Returns:
- The table information provided by the user or null if customization operation is canceled.
- See Also:
-