Class ECDocbookTableCustomizer
- java.lang.Object
-
- ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
-
- ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizer
-
@API(type=INTERNAL, src=PUBLIC) public final class ECDocbookTableCustomizer extends TableCustomizer
Customize a Docbook table. It is used on Eclipse platform implementation.
-
-
Field Summary
-
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
tableInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ECDocbookTableCustomizer
getInstance()
Get the singleton instance.protected TableInfo
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 Detail
-
getInstance
public static ECDocbookTableCustomizer getInstance()
Get the singleton instance.- Returns:
- The singleton instance.
-
showCustomizeTableDialog
protected 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:
TableCustomizer.showCustomizeTableDialog(ro.sync.ecss.extensions.api.AuthorAccess, int, int, int)
-
-