Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.commons.table.operations.xhtml
Class SAXHTMLTableCustomizerInvoker

java.lang.Object
  extended by ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
      extended by ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerInvoker

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

Customize a XHTML table. It is used on standalone implementation.


Field Summary
 
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
tableInfo
 
Method Summary
static SAXHTMLTableCustomizerInvoker getInstance()
          Get the singleton instance.
protected  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 SAXHTMLTableCustomizerInvoker getInstance()
Get the singleton instance.

Returns:
The singleton instance.

showCustomizeTableDialog

protected 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.