Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.dita.map.table
Class ECDITARelTableCustomizer

java.lang.Object
  extended by ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
      extended by ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizer

@API(type=INTERNAL,
     src=PUBLIC)
public class ECDITARelTableCustomizer
extends TableCustomizer

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
static ECDITARelTableCustomizer getInstance()
          Get the singleton instance.
 TableInfo showCustomizeTableDialog(AuthorAccess authorAccess, int predefinedRowsCount, int predefinedColumnsCount)
          Show table customizer dialog and return new table information.
 
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
customizeTable, customizeTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ECDITARelTableCustomizer getInstance()
Get the singleton instance.

Returns:
The singleton instance.

showCustomizeTableDialog

public TableInfo showCustomizeTableDialog(AuthorAccess authorAccess,
                                          int predefinedRowsCount,
                                          int predefinedColumnsCount)
Description copied from class: TableCustomizer
Show table customizer dialog and return new table information.

Specified by:
showCustomizeTableDialog in class TableCustomizer
Parameters:
authorAccess - The Author access.
predefinedRowsCount - Predefined number of rows.
predefinedColumnsCount - Predefined number of columns.
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)

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.