|
Oxygen XML Editor 14.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
@API(type=INTERNAL,
src=PUBLIC)
public class InsertRowOperationOperation used to insert a simple table row for DITA.
| Field Summary | |
|---|---|
protected java.lang.String |
cellContent
The fragment that must be introduced in the table cells |
| Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation |
|---|
tableHelper |
| Fields inherited from interface ro.sync.ecss.extensions.commons.table.operations.InsertTableCellsContentConstants |
|---|
CELL_FRAGMENT_ARGUMENT, CELL_FRAGMENT_ARGUMENT_IN_ARRAY, CELL_FRAGMENT_ARGUMENT_NAME |
| Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation |
|---|
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR |
| Constructor Summary | |
|---|---|
InsertRowOperation()
Constructor. |
|
| Method Summary | |
|---|---|
void |
doOperation(AuthorAccess authorAccess,
ArgumentsMap args)
Perform the actual operation. |
protected java.lang.String |
getCellElementName(AuthorElement tableElement,
int columnIndex)
Get the name of the element that represents a cell. |
protected java.lang.String |
getDefaultContentForEmptyCells()
Get the default content that must be introduced in empty cells. |
protected ArgumentDescriptor[] |
getOperationArguments()
Get the array of arguments used for this operation. |
protected java.lang.String |
getRowElementName(AuthorElement tableElement)
Get the name of the element that represents a row. |
| Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase |
|---|
createCellXMLFragment, getArguments, getDescription, getRowXMLFragment, getRowXMLFragment, useCurrentRowTemplateOnInsert |
| Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation |
|---|
createEmptyCell, findCellInsertionOffset, getElementAncestor, isElement, isTableElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String cellContent
| Constructor Detail |
|---|
public InsertRowOperation()
| Method Detail |
|---|
public void doOperation(AuthorAccess authorAccess,
ArgumentsMap args)
throws java.lang.IllegalArgumentException,
AuthorOperationException
AuthorOperationWorkspace.isStandalone().
To get to the Workspace you may use: AuthorAccess.getWorkspaceAccess().
doOperation in interface AuthorOperationdoOperation in class InsertRowOperationBaseauthorAccess - The author access.
Provides access to specific informations and actions for
editor, document, workspace, tables, change tracking, utility a.s.o.args - The map of arguments. All the arguments defined by method
AuthorOperation.getArguments() must be present in the map of arguments.
java.lang.IllegalArgumentException - Thrown when one or more arguments are illegal.
AuthorOperationException - Thrown when the operation fails.InsertRowOperationBase.doOperation(ro.sync.ecss.extensions.api.AuthorAccess, ro.sync.ecss.extensions.api.ArgumentsMap)
protected java.lang.String getCellElementName(AuthorElement tableElement,
int columnIndex)
InsertRowOperationBase
getCellElementName in class InsertRowOperationBasetableElement - The table elementcolumnIndex - The column index.
InsertRowOperationBase.getCellElementName(AuthorElement, int)protected java.lang.String getRowElementName(AuthorElement tableElement)
InsertRowOperationBase
getRowElementName in class InsertRowOperationBasetableElement - The table parent element.
InsertRowOperationBase.getRowElementName(AuthorElement)protected java.lang.String getDefaultContentForEmptyCells()
InsertRowOperationBase
getDefaultContentForEmptyCells in class InsertRowOperationBasenull.InsertRowOperationBase.getDefaultContentForEmptyCells()protected ArgumentDescriptor[] getOperationArguments()
InsertRowOperationBase
AuthorConstants.POSITION_BEFORE,
AuthorConstants.POSITION_AFTER,
AuthorConstants.POSITION_INSIDE_FIRST
AuthorConstants.POSITION_INSIDE_LAST
getOperationArguments in class InsertRowOperationBaseInsertRowOperationBase.getOperationArguments()
|
Oxygen XML Editor 14.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||