Oxygen XML Editor 15.0 Author API
A B C D E F G H I J K L M N O P R S T U V W X Y

A

ABSOLUTE_URL - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefInfo
The absolute URL of the topic reference computed by Oxygen from the "href" value.
AbstractDocumentTypeHelper - Class in ro.sync.ecss.extensions.commons
Abstract implementation of the document type helper.
AbstractDocumentTypeHelper() - Constructor for class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
 
AbstractInplaceEditor - Class in ro.sync.ecss.extensions.api.editor
An abstract implementation that handles listeners fire.
AbstractInplaceEditor() - Constructor for class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
 
AbstractInplaceEditorWrapper - Class in ro.sync.ecss.extensions.api.editor
It can be used when more than one editor types are needed depending on the received context and it can choose at runtime an appropriate editor implementation.
AbstractInplaceEditorWrapper() - Constructor for class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
AbstractTableOperation - Class in ro.sync.ecss.extensions.commons.table.operations
Base class for table operations.
AbstractTableOperation(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Constructor.
accept(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Accept all change tracking highlights that intersect the interval between the given start and end offset.
accept(AuthorPersistentHighlight) - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Accept the given change tracking highlight.
acceptSource(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Confirm that the source of URLs is interesting to this handler.
acceptURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Confirm that the list of URLs is interesting to this handler.
ACTION_AT_CARET - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of the operation action indicating that the transformation result should be inserted at the caret position.
ACTION_ID - Static variable in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
The ID of the action as specified when the action was configured in the framework.
ACTION_INSERT_AFTER - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of the operation action indicating that the transformation result should be inserted after the target node.
ACTION_INSERT_AS_FIRST_CHILD - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of the operation action indicating that the transformation result should be inserted as the first child of the target node.
ACTION_INSERT_AS_LAST_CHILD - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of the operation action indicating that the transformation result should be inserted as the last child of the target node.
ACTION_INSERT_BEFORE - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of the operation action indicating that the transformation result should be inserted before the target node.
ACTION_NAME - Static variable in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
The name of the action as specified when the action was configured in the framework.
ACTION_REPLACE - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of the operation action indicating a replace of the target node with the result of the transformation.
activated(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateAdapter
 
activated(AuthorAccess) - Method in interface ro.sync.ecss.extensions.api.AuthorExtensionStateListener
Method called when the Author extension was activated.
activated(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateListenerDelegator
 
activated(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
Signals that this resolver has entered in use.
activated(AuthorAccess) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
activated(AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
 
activated(AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
 
ADD - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
en: Add
addActionPerformedListener(Object, ActionPerformedListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.actions.AuthorActionsProvider
Add a listener which gets triggered before and after a certain action is triggered.
addAuthorAttributesDisplayFilter(AuthorAttributesDisplayFilter) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Adds a filter for displaying attributes to the current author page.
addAuthorAttributesDisplayFilter(AuthorAttributesDisplayFilter) - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Adds a filter for displaying attributes to the current DITA Map Tree.
addAuthorCaretListener(AuthorCaretListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Adds a caret listener to the Author page.
addAuthorComponentListener(AuthorComponentListener) - Method in interface ro.sync.ecss.extensions.api.component.EditorComponentProvider
Adds an author component listener.
addAuthorListener(AuthorListener) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.addAuthorListener(AuthorListener) intead.
addAuthorListener(AuthorListener) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Add an Author listener to be notified about changes regarding the document and the document structure.
addAuthorMouseListener(AuthorMouseListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Adds a mouse listener to the current author page.
addAuthorPersistentHighlightListener(AuthorPersistentHighlightsListener) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Adds a listener to be notified about changes regarding the persistent highlights.
addClipboardFragmentProcessor(ClipboardFragmentProcessor) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Add a processor which can analyze and modify AuthorDocumentFragment objects before they are inserted in the Author.
AddEditConrefOperation - Class in ro.sync.ecss.extensions.dita.conref
Operation used to add or edit a conref from an element in DITA documents.
AddEditConrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.conref.AddEditConrefOperation
 
addEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
 
addEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
addEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
addEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
addEditorChangeListener(WSEditorChangeListener, int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Add listener for editor related events(for example editor opened, closed, page changed).
addEditorListener(WSEditorListener) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Add a listener for editor related events.
addHighlight(int, int, HighlightPainter, Object) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorHighlighter
Adds a highlight to the view.
addHighlight(int, int, LinkedHashMap<String, String>) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Add a custom persistent highlight.
addInputURLChooserCustomizer(InputURLChooserCustomizer) - Method in interface ro.sync.exml.workspace.api.standalone.ReferencesCustomizer
Adds a customizer which can modify the list of "Browse" actions.
addListener(AuthorExtensionStateListener) - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateListenerDelegator
Add a new listener.
addMenuBarCustomizer(MenuBarCustomizer) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Adds a customizer which can contribute to or modify existing menu components.
addOptionListener(OptionListener) - Method in interface ro.sync.ecss.extensions.api.OptionsStorage
Adds an OptionListener to the current set of options.
addOptionListener(WSOptionListener) - Method in interface ro.sync.exml.workspace.api.options.WSOptionsStorage
Adds an OptionListener to the current set of options.
addPageChangedListener(WSEditorPageChangedListener) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Add a listener for page changed events.
addPersistentHighlightsFilter(AuthorPersistentHighlightsFilter) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Add a persistent highlights filter.
addPopUpMenuCustomizer(AuthorPopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Add the pop-up menu customizer which can be used to customize the pop-up menu (add/remove actions) before showing it in the Author page.
addPopUpMenuCustomizer(TextPopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Add the pop-up menu customizer which can be used to customize the pop-up menu (add/remove actions) before showing it in the Text page.
addPriorityEntityResolver(EntityResolver) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Add a priority entity resolver.
addPriorityURIResolver(URIResolver) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Add a priority URI resolver.
addReferencedKey(String) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
Add a referenced key.
addRelativeReferencesResolver(String, RelativeReferenceResolver) - Method in interface ro.sync.exml.workspace.api.standalone.ReferencesCustomizer
Add a relative reference resolver for a certain URL protocol.
addResult(String, Object) - Method in class ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResultsImpl
Add result.
addSelection(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Select the interval between start and end offset.
addToolbarComponentsCustomizer(ToolbarComponentsCustomizer) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Adds a customizer which can contribute to or modify existing toolbars or contribute to the reserved Plugins toolbar.
addTopicRefTargetInfoProvider(String, TopicRefTargetInfoProvider) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Add a target information provider to the DITA Maps Manager view.
addUniqueAttributesProcessor(UniqueAttributesProcessor) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Add a processor which is asked to automatically generate unique IDs after content has been inserted in the Author.
addValidationProblemsFilter(ValidationProblemsFilter) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Add a filter for problems encountered during validation of the current editor.
addViewComponentCustomizer(ViewComponentCustomizer) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Adds a customizer which can contribute to or modify existing views or contribute to the reserved custom view.
ADVICE_CLOSE - Static variable in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtensionConstants
"oxygen-action" header value instructing to close the editor.
ADVICE_RELOAD - Static variable in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtensionConstants
"oxygen-action" header value instructing to reload editor's content from the provided location.
allowedValues - Variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
The array containing the allowed values for the arguments with type TYPE_CONSTANTS_LIST.
ALT_GRAPH_PRESSED - Static variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
This flag indicates that the AltGraph key was down when the event occurred.
ALT_PRESSED - Static variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
This flag indicates that the Alt key was down when the event occurred.
applicationClosing() - Method in interface ro.sync.exml.plugin.workspace.WorkspaceAccessPluginExtension
Notified before the editors are closed and the application exits.
applicationStarted(StandalonePluginWorkspace) - Method in interface ro.sync.exml.plugin.workspace.WorkspaceAccessPluginExtension
Main plugin method.
apply(PluginWorkspace) - Method in class ro.sync.exml.plugin.option.OptionPagePluginExtension
This method is called when "Apply" or "OK" button are pressed in from the GUI option page.
ARCHIVE_TEMPLATE - Static variable in interface ro.sync.exml.editor.EditorTemplate
The archive template type.
ARG_VALUE_DEMOTE - Static variable in class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
Demote action argument value.
ARG_VALUE_FALSE - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
Constant used for operation argument value.
ARG_VALUE_PROMOTE - Static variable in class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
Promote action argument value.
ARG_VALUE_TRUE - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
Constant used for operation argument value.
ARGUMENT_ACTION - Static variable in class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
Action argument name.
ARGUMENT_ELEMENT - Static variable in class ro.sync.ecss.extensions.commons.operations.ToggleSurroundWithElementOperation
The element argument.
ARGUMENT_SCRIPT - Variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The XSLT or XQuery script.
ArgumentDescriptor - Class in ro.sync.ecss.extensions.api
Descriptor class for an author operation argument.
ArgumentDescriptor(String, int, String) - Constructor for class ro.sync.ecss.extensions.api.ArgumentDescriptor
Constructor of the argument descriptor class.
ArgumentDescriptor(String, int, String, String[], String) - Constructor for class ro.sync.ecss.extensions.api.ArgumentDescriptor
Constructor of the argument descriptor class.
ArgumentsMap - Interface in ro.sync.ecss.extensions.api
Map between argument names and values.
ArtificialNode - Interface in ro.sync.ecss.extensions.api.node
Marker interface for artificial elements which wrap Processing Instructions, CData and Comments allowing access to the wrapped node.
asHTML() - Method in class ro.sync.document.DocumentPositionedInfo
Build the HTML representation of this DPI.
asHTML(boolean, boolean, boolean, boolean, boolean, boolean) - Method in class ro.sync.document.DocumentPositionedInfo
Build the HTML representation of this DPI.
assignUniqueIDs(int, int, boolean) - Method in interface ro.sync.ecss.extensions.api.UniqueAttributesProcessor
Assigns unique IDs between a start and an end offset in the document.
assignUniqueIDs(int, int, boolean) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
asText() - Method in class ro.sync.document.DocumentPositionedInfo
Build the text representation of this DPI.
asText(boolean, boolean, boolean, boolean, boolean, boolean) - Method in class ro.sync.document.DocumentPositionedInfo
Build the text representation of this DPI.
asXML() - Method in class ro.sync.document.DocumentPositionedInfo
Build the XML representation of this DPI.
asXML(boolean, boolean, boolean, boolean, boolean, boolean) - Method in class ro.sync.document.DocumentPositionedInfo
Build the XML representation of this DPI.
Attr - Class in ro.sync.ecss.extensions.api.link
Contains informations about an attribute.
Attr(String, String, String) - Constructor for class ro.sync.ecss.extensions.api.link.Attr
Constructor.
ATTRIBUTE_NAME_ALIGN - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the 'colspec' element attribute that specifies the alignament of the column.
ATTRIBUTE_NAME_COLNAME - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the attribute that defines the column name.
ATTRIBUTE_NAME_COLNUM - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the 'colspec' element attribute that specifies the column number.
ATTRIBUTE_NAME_COLS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The 'tgroup' element attribute that specifies the number of columns in the table.
ATTRIBUTE_NAME_COLS - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The name of the 'cols' attribute.
ATTRIBUTE_NAME_COLSPAN - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of the attribute that specifies the column span of a table cell.
ATTRIBUTE_NAME_COLWIDTH - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the 'colspec' element attribute that specifies the width of the column.
ATTRIBUTE_NAME_ID - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the id attribute.
ATTRIBUTE_NAME_ID - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of the ID attribute.
ATTRIBUTE_NAME_ID - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of the 'id' attribute.
ATTRIBUTE_NAME_ID - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of the identifier attribute.
ATTRIBUTE_NAME_ID - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The name of the 'id' attribute.
ATTRIBUTE_NAME_MOREROWS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the 'morerows' attribute.
ATTRIBUTE_NAME_NAMEEND - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the attribute that specifies the end column name in a column span specification element.
ATTRIBUTE_NAME_NAMEST - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the attribute that specifies the start column name in a column span specification element.
ATTRIBUTE_NAME_ROWS - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The name of the 'rows' attribute.
ATTRIBUTE_NAME_ROWSPAN - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of the attribute that specifies the row span of a table cell.
ATTRIBUTE_NAME_SPANNAME - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the attribute that identifies a span specification for a table cell.
ATTRIBUTE_NAME_TABLE_WIDTH - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the width attribute for the 'table' element.
ATTRIBUTE_NAME_TYPE - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of the 'type' attribute.
ATTRIBUTE_NAME_XML_ID - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The xml:id attribute.
ATTRIBUTE_NAME_XML_ID - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The xml:id attribute.
ATTRIBUTE_NAME_XML_ID - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The 'xml:id' attribute.
attributeChanged(AttributeChangedEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when an Author attribute is changed in one of the document's elements.
attributeChanged(AttributeChangedEvent) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
AttributeChangedEvent - Interface in ro.sync.ecss.extensions.api
Event received by the AuthorListener when an Author attribute has been changed.
AttributeEditingContextDescription - Interface in ro.sync.exml.workspace.api.standalone
Provides language-independent information about the element and attribute name for which the value is edited.
AttributesValueEditor - Interface in ro.sync.ecss.extensions.api
Deprecated. Starting with version 15 the CustomAttributeValueEditor can be used instead to edit only specific attributes using a custom editor.
AttrValue - Class in ro.sync.ecss.extensions.api.node
Contains informations about an attribute value.
AttrValue(String) - Constructor for class ro.sync.ecss.extensions.api.node.AttrValue
Constructor for the attribute value.
AttrValue(String, String, boolean) - Constructor for class ro.sync.ecss.extensions.api.node.AttrValue
Constructor for the attribute value.
AUTHOR_COMPONENT_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The AuthorComponent component is licensed for using it as a component of another application or applet.
AUTHOR_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Author component is licensed both on SA and Eclipse.
AUTHOR_NAME_ATTRIBUTE - Static variable in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlightConstants
The pseudo attribute name of the PI holding the name of the author who made the modification.
AuthorAccess - Interface in ro.sync.ecss.extensions.api
Access class to the author functions.
authorAccess - Variable in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
The author access
AuthorAccessDeprecated - Interface in ro.sync.ecss.extensions.api
Contains methods that are deprecated in the AuthorAccess and should no longer be used.
AuthorActionsProvider - Interface in ro.sync.exml.workspace.api.editor.page.author.actions
Provides access to actions defined in the Author page.
AuthorAttributesDisplayFilter - Class in ro.sync.ecss.extensions.api.attributes
Filter certain attributes from being displayed in certain parts of the Author editor (the Attributes view, the Attributes editor, the Outline).
AuthorAttributesDisplayFilter() - Constructor for class ro.sync.ecss.extensions.api.attributes.AuthorAttributesDisplayFilter
 
AuthorBreadCrumbCustomizer - Class in ro.sync.ecss.extensions.api.structure
Author Bread Crumb (components path which appears in the top of the Author editor) customizer used for nodes rendering and pop-up customization.
AuthorBreadCrumbCustomizer() - Constructor for class ro.sync.ecss.extensions.api.structure.AuthorBreadCrumbCustomizer
 
AuthorCalloutRenderingInformation - Class in ro.sync.ecss.extensions.api.callouts
The callouts are representations of Track Changes insert and delete highlights, review comment highlights and custom review highlights in Author mode.
AuthorCalloutRenderingInformation() - Constructor for class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
 
AuthorCaretListener - Interface in ro.sync.ecss.extensions.api
Listener for changes in the caret position of the Author editor page.
AuthorChangeTrackingController - Interface in ro.sync.ecss.extensions.api
Controls the change tracking mode.
AuthorComponentListener - Interface in ro.sync.ecss.extensions.api.component.listeners
Author component listener
AuthorConstants - Interface in ro.sync.ecss.extensions.api
Interface containing the constants used in Author API.
AuthorContentMetadata - Interface in ro.sync.ecss.component
Marker interface for objects holding metadata associated with Author content.
AuthorDnDListener - Interface in com.oxygenxml.editor.editors.author
Author Drag and Drop listener interface for the SWT implementation.
AuthorDnDListener - Interface in ro.sync.exml.editor.xmleditor.pageauthor
Author Drag and Drop listener interface for the AWT implementation.
AuthorDocument - Interface in ro.sync.ecss.extensions.api.node
The Document interface represents the entire XML document.
AuthorDocumentController - Interface in ro.sync.ecss.extensions.api
Provides methods for modifying the Author document.
AuthorDocumentEvent - Interface in ro.sync.ecss.extensions.api
Marker interface for all document change related events.
AuthorDocumentFilter - Class in ro.sync.ecss.extensions.api
AuthorDocumentFilter, is a filter for the methods which modify the AuthorDocument.
AuthorDocumentFilter() - Constructor for class ro.sync.ecss.extensions.api.AuthorDocumentFilter
 
AuthorDocumentFilterBypass - Interface in ro.sync.ecss.extensions.api
Used as a way to circumvent calling back into the AuthorDocumentController to change the AuthorDocument.
AuthorDocumentFragment - Class in ro.sync.ecss.extensions.api.node
Represents a fragment of an XML document.
AuthorDocumentFragment(Content, List<AuthorNode>, int, int) - Constructor for class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
Constructor.
AuthorDocumentFragment(Content, List<AuthorNode>, int, int, List<AuthorPersistentHighlight>, List<AuthorPersistentHighlight>) - Constructor for class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
Constructor.
AuthorDocumentPositionedInfo - Class in ro.sync.ecss.component.validation
A document position info usually needs a line and column for the error.
AuthorDocumentPositionedInfo(int, String, String, AuthorNode) - Constructor for class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo
Constructor.
AuthorDocumentPositionedInfo(int, String, String, int, int) - Constructor for class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo
Constructor.
AuthorDocumentType - Class in ro.sync.ecss.extensions.api
Author structure representing DOCTYPE information as present in the Author document.
AuthorDocumentType(String, String, String, String) - Constructor for class ro.sync.ecss.extensions.api.AuthorDocumentType
Constructor.
authorDragEnter(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
The cursor has entered the author editor page boundaries while dragging.
authorDragEnter(DropTargetDragEvent) - Method in interface ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener
Called while a drag operation is ongoing, when the mouse pointer enters the author editor page where this listener is registered.
authorDragExit(DropTargetEvent) - Method in interface ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener
Called while a drag operation is ongoing, when the mouse pointer has exited the author editor page where this listener is registered.
authorDragLeave(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
The cursor has leaved the author editor page boundaries while dragging.
authorDragOperationChanged(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
The drag operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging).
authorDragOver(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
The cursor is moving over the author editor page while dragging.
authorDragOver(DropTargetDragEvent) - Method in interface ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener
Called when a drag operation is ongoing, while the mouse pointer is still over the author editor page where this listener is registered.
authorDrop(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
The data is being dropped in the author editor page.
authorDrop(Transferable, DropTargetDropEvent) - Method in interface ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener
Called when the drag operation has terminated with a drop on the author editor page where this listener is registered.
authorDropAccept(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
The drop is about to be performed.
AuthorEditorAccess - Interface in ro.sync.ecss.extensions.api.access
Provides access to methods related to the Author editor actions and information.
AuthorElement - Interface in ro.sync.ecss.extensions.api.node
The Author Element represents an XML element.
AuthorElementBaseInterface - Interface in ro.sync.ecss.extensions.api
Element represents a tag in an XML document.
AuthorExtensionStateAdapter - Class in ro.sync.ecss.extensions.api
Adapter class for AuthorExtensionStateListener.
AuthorExtensionStateAdapter() - Constructor for class ro.sync.ecss.extensions.api.AuthorExtensionStateAdapter
 
AuthorExtensionStateListener - Interface in ro.sync.ecss.extensions.api
Notified when the Author extension, where the listener is defined, was activated or deactivated in the detection process.
AuthorExtensionStateListenerDelegator - Class in ro.sync.ecss.extensions.api
A single Author extension state listeners which delegates to other registered listeners.
AuthorExtensionStateListenerDelegator() - Constructor for class ro.sync.ecss.extensions.api.AuthorExtensionStateListenerDelegator
 
AuthorExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.api
This class is notified when URLs are dropped or pasted to an Author Editor page or when XHTML fragments are pasted or dropped from external applications (like web browsers or office applications) to the Author page.
If you want to use a stylesheet to convert the pasted XHTML to your own XML vocabulary you can just overwrite the method: "ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler.getImporterStylesheetFileName(AuthorAccess)" and return the file name of the stylesheet which will be applied.
AuthorExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
 
AuthorFilteredContent - Interface in ro.sync.ecss.extensions.api.filter
The char sequence representing the filtered Author content.
AuthorHighlighter - Interface in ro.sync.ecss.extensions.api.highlights
The highlighter which will be available to users to add, remove and check highlights
AuthorInplaceContext - Class in ro.sync.ecss.extensions.api.editor
Context where an edit component will be used.
AuthorInplaceContext(Map<String, Object>, AuthorElement, Styles, AuthorSchemaManager, AuthorAccess, Object) - Constructor for class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
The editor context.
AuthorInputEvent - Class in ro.sync.ecss.extensions.api
Base class for Author input events.
AuthorInputEvent(int) - Constructor for class ro.sync.ecss.extensions.api.AuthorInputEvent
Constructor for author input event.
AuthorListener - Interface in ro.sync.ecss.extensions.api
Listener notified about Author document changes, document structure changes and document content changes.
AuthorListenerAdapter - Class in ro.sync.ecss.extensions.api
Convenience implementation of the AuthorListener.
AuthorListenerAdapter() - Constructor for class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
AuthorMouseAdapter - Class in ro.sync.ecss.extensions.api
Empty implementation of the AuthorMouseListener.
AuthorMouseAdapter() - Constructor for class ro.sync.ecss.extensions.api.AuthorMouseAdapter
 
AuthorMouseEvent - Class in ro.sync.ecss.extensions.api
Mouse event received by the AuthorMouseListener.
AuthorMouseEvent(int, int, boolean, int, int, int) - Constructor for class ro.sync.ecss.extensions.api.AuthorMouseEvent
Constructor for the author mouse event.
AuthorMouseEvent(int, int, boolean, int, int, int, int) - Constructor for class ro.sync.ecss.extensions.api.AuthorMouseEvent
Constructor for the author mouse event.
AuthorMouseListener - Interface in ro.sync.ecss.extensions.api
Interface for the author mouse listeners.
AuthorNode - Interface in ro.sync.ecss.extensions.api.node
Base interface for all Author nodes.
authorNodeNameChanged(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
This is called when a node has been renamed.
authorNodeNameChanged(AuthorNode) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
AuthorNodeRendererCustomizer - Interface in ro.sync.ecss.extensions.api.structure
Customize rendering information for an AuthorNode
AuthorNodesFilter - Interface in ro.sync.ecss.extensions.api.filter
Provides information about the Author nodes that should be filtered.
authorNodeStructureChanged(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
The node structure has been changed.
authorNodeStructureChanged(AuthorNode) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
AuthorOperation - Interface in ro.sync.ecss.extensions.api
Interface defining an author extension operation.
AuthorOperationException - Exception in ro.sync.ecss.extensions.api
An exception thrown by an AuthorOperation when it fails.
AuthorOperationException(String) - Constructor for exception ro.sync.ecss.extensions.api.AuthorOperationException
Constructor.
AuthorOperationException(String, Throwable) - Constructor for exception ro.sync.ecss.extensions.api.AuthorOperationException
Constructor.
AuthorOperationStoppedByUserException - Exception in ro.sync.ecss.extensions.api
An exception thrown by an AuthorOperation when it interacts with the user and the user cancels it.
AuthorOperationStoppedByUserException(String) - Constructor for exception ro.sync.ecss.extensions.api.AuthorOperationStoppedByUserException
Constructor.
AuthorOperationStoppedByUserException(String, Throwable) - Constructor for exception ro.sync.ecss.extensions.api.AuthorOperationStoppedByUserException
Constructor.
AuthorOutlineAccess - Interface in ro.sync.ecss.extensions.api.access
Author Outline access.
AuthorOutlineCustomizer - Class in ro.sync.ecss.extensions.api.structure
Author Outline customizer used for custom filtering and nodes rendering in the Outline.
AuthorOutlineCustomizer() - Constructor for class ro.sync.ecss.extensions.api.structure.AuthorOutlineCustomizer
 
AuthorParentNode - Interface in ro.sync.ecss.extensions.api.node
An author parent node contains a list of children.
AuthorPersistentHighlightConstants - Interface in ro.sync.ecss.extensions.api.highlights
Constants used in the serialization process of the Author Persistent Highlights.
AuthorPersistentHighlighter - Interface in ro.sync.ecss.extensions.api.highlights
Manage the user custom persistent highlights which get serialized in the XML as processing instructions with the form:
<?oxy_custom_start prop1="val1"....?> xml content <?oxy_custom_end?>
The Highlighter is accessible from WSAuthorEditorPageBase.getPersistentHighlighter().
AuthorPersistentHighlightsFilter - Interface in ro.sync.ecss.extensions.api.highlights
Filter for the AuthorPersistentHighlight presented in the author page, callouts section and review panel.
AuthorPopupMenuCustomizer - Interface in ro.sync.ecss.extensions.api.structure
Can be used to customize a pop-up menu before showing it.
AuthorReferenceNode - Interface in ro.sync.ecss.extensions.api.node
Interface for reference nodes that have a content expanded when displayed in the Author mode.
AuthorReferenceResolver - Interface in ro.sync.ecss.extensions.api
Interface for the custom handlers used to expand content references.
AuthorResourceBundle - Interface in ro.sync.ecss.extensions.api
Gives access to translate keys a certain each framework to a target language.
authorResourceBundle - Variable in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Author resource bundle.
authorResourceBundle - Variable in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Author resource bundle.
AuthorReviewController - Interface in ro.sync.ecss.extensions.api
Controller that can be used to toggle the change tracking state, modify the review highlight author name, the highlight painting or to obtain information about the properties used in the serialization and representation of the review highlight (author name, reviewer auto color or the current time stamp in a format identical to the one used by Oxygen for insert, delete and comment review highlights).
AuthorSchemaAwareEditingHandlerAdapter - Class in ro.sync.ecss.extensions.api
Adapter class.
AuthorSchemaAwareEditingHandlerAdapter() - Constructor for class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
AuthorSchemaManager - Interface in ro.sync.ecss.extensions.api
Author schema manager.
AuthorSelectionModel - Interface in ro.sync.ecss.extensions.api
Get the Author selection model containing access to all Author selection intervals and methods for adding simple and multiple selections.
authorSupportsFlavor(DataFlavor) - Method in interface ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener
Check if the data flavor can be handled by the listener.
AuthorTableAccess - Interface in ro.sync.ecss.extensions.api.access
Provides methods for table actions and informations regarding the table content.
AuthorTableCellSpanProvider - Interface in ro.sync.ecss.extensions.api
This is an interface for classes which are responsible for providing information about the cell spanning.
AuthorTableColumnWidthProvider - Interface in ro.sync.ecss.extensions.api
This is an interface for classes which are responsible for providing information and handling modifications regarding table and column widths.
AuthorTableColumnWidthProviderBase - Class in ro.sync.ecss.extensions.api
This is an interface for classes which are responsible for providing information and handling modifications regarding table and column widths.
AuthorTableColumnWidthProviderBase() - Constructor for class ro.sync.ecss.extensions.api.AuthorTableColumnWidthProviderBase
 
AuthorTableHelper - Interface in ro.sync.ecss.extensions.commons.table.operations
Document type specific table information helper.
AuthorTableOperationsHandler - Class in ro.sync.ecss.extensions.api.table.operations
Handler for Author table operations.
AuthorTableOperationsHandler() - Constructor for class ro.sync.ecss.extensions.api.table.operations.AuthorTableOperationsHandler
 
AuthorUtilAccess - Interface in ro.sync.ecss.extensions.api.access
Provides access to utility methods related to author access.
AuthorViewToModelInfo - Interface in ro.sync.ecss.extensions.api
An implementation of this interface is returned by the WSAuthorEditorPageBase.viewToModel(int, int) method.
AuthorWorkspaceAccess - Interface in ro.sync.ecss.extensions.api.access
Provides access to workspace specific information and actions.
AuthorXMLUtilAccess - Interface in ro.sync.ecss.extensions.api.access
Author XML Utilities.
AUTO - Static variable in class ro.sync.diff.api.DiffOptions
The algorithm is automatically chosen based on content type, text length, options etc.
AUTOGENERATE_IDS_FOR_ELEMENTS - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Auto generate ID's for elements' button text.
AWTExtension - Interface in ro.sync.ecss.extensions.api
The base interface for all AWT Oxygen extension classes.

B

BACKGROUND_COLOR_PROPERTY - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
A background color for the label.
BASE_SYSTEM_ID - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
Base system id to be used to resolve imports from LabelCSSConstants.STYLES_PROPERTY.
BasicRenderingInformation - Class in ro.sync.exml.workspace.api.node.customizer
The rendering information used to display a node in the Outline view, Author bread crumb, Content Completion popup window, Elements view and DITA Map view.
BasicRenderingInformation() - Constructor for class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
 
beforeAttributeChange(AttributeChangedEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when an attribute is about to be changed in one of the document's elements.
beforeAttributeChange(AttributeChangedEvent) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
beforeAuthorNodeNameChange(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when a node name is about to be changed.
beforeAuthorNodeNameChange(AuthorNode) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
beforeAuthorNodeStructureChange(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when a node structure is about to be changed.
beforeAuthorNodeStructureChange(AuthorNode) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
beforeContentDelete(DocumentContentDeletedEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called before some content is deleted from the document.
beforeContentDelete(DocumentContentDeletedEvent) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
beforeContentInsert(DocumentContentInsertedEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when content is about to be inserted into a document.
beforeContentInsert(DocumentContentInsertedEvent) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
beforeDoctypeChange() - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called before the DOCTYPE section is about to be changed.
beforeDoctypeChange() - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
beginCompoundEdit() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Begin a compound edit.
beginCompoundUndoableEdit() - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Begin a compound undoable edit operation.
BG_COLOR - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorArgumentKeys
The default background color to be used by the renderers/editors.
button - Variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Indicates which, if any, of the mouse buttons has changed its state.
BUTTON1 - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Indicates mouse button #1.
BUTTON2 - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Indicates mouse button #2.
BUTTON3 - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Indicates mouse button #3.

C

CALS_WIDTHS_SPECIFICATIONS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
The column widths type for CALS tables.
CALSandHTMLTableCellInfoProvider - Class in ro.sync.ecss.extensions.commons.table.support
A table cell span and column width info provider used for frameworks that have both CALS and HTML tables.
CALSandHTMLTableCellInfoProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
CALSandHTMLTableCellSpanProvider - Class in ro.sync.ecss.extensions.commons.table.spansupport
Empty implementation for backward compatibility .
CALSandHTMLTableCellSpanProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.spansupport.CALSandHTMLTableCellSpanProvider
 
CALSColSpanSpec - Class in ro.sync.ecss.extensions.commons.table.support
Contains information about column span for the CALS table model (e.g.
CALSColSpanSpec(String, String, String) - Constructor for class ro.sync.ecss.extensions.commons.table.support.CALSColSpanSpec
Constructor.
CALSColSpec - Class in ro.sync.ecss.extensions.commons.table.support
The column specification for a CALS table model (e.g.
CALSColSpec(int, int, boolean, String, String) - Constructor for class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Constructor.
CALSColSpec(int, int, boolean, String, WidthRepresentation) - Constructor for class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Constructor.
CALSConstants - Interface in ro.sync.ecss.extensions.commons.table.operations.cals
Contains the names of the elements and attributes used in CALS table model (e.g.
CALSDocumentTypeHelper - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Implementation of the document type helper for CALS table model(DocBook and DITA).
CALSDocumentTypeHelper() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
CALSTableCellInfoProvider - Class in ro.sync.ecss.extensions.commons.table.support
Provides informations about the cell spanning and column width for Docbook CALS tables.
CALSTableCellInfoProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
CALSTableCellSpanProvider - Class in ro.sync.ecss.extensions.commons.table.spansupport
Empty implementation for backward compatibility.
CALSTableCellSpanProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.spansupport.CALSTableCellSpanProvider
 
CALSTableColumnSpecificationInformation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Information about CALS table column specification.
CALSTableColumnSpecificationInformation(WidthRepresentation, String) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.CALSTableColumnSpecificationInformation
Constructor.
canAddHighlight(int, int) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Check if a custom AuthorPersistentHighlight can be added for the given start and end offsets.
CANCEL - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Cancel message.
cancelCompoundEdit() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Cancel the current compound edit.
cancelEditing() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
cancelEditing() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
cancelEditing() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
cancelEditing() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
cancelEditing() - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
canCheckReadOnly(String) - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLHandlerReadOnlyCheckerExtension
Returns true if the implementor should be asked about the read-only status for URL's of a certain protocol.
canDeleteColumn() - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
 
canDeleteColumn() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DeleteColumnOperation
 
canDoOperation(int) - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
canHandleProtocol(String) - Method in interface ro.sync.exml.plugin.urlstreamhandler.TargetedURLStreamHandlerPluginExtension
Check if the plugin can handle a specific protocol.
canInsertDocumentFragment(AuthorDocumentFragment, int, short) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Check if the given fragment can be inserted at the given offset with respect to the given validation mode.
canInsertDocumentFragments(AuthorDocumentFragment[], int, short) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Check if the given fragments can be inserted at the given offset with respect to the given validation mode.
canInsertDocumentFragments(AuthorDocumentFragment[], WhatElementsCanGoHereContext, short) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Check if the given fragments can be inserted in the given context with respect to the given validation mode.
canInsertText(int) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Check if the element at the given offset accepts text (in other words element content type is not ELEMENT ONLY or EMPTY).
canonicalize(String[]) - Method in class ro.sync.exml.ComponentsValidator
Get a path from all the tags.
CapitalizeSentencesOperation - Class in ro.sync.ecss.extensions.commons.operations.text
The class provides an operation for forming sentences over a selection.
CapitalizeSentencesOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.CapitalizeSentencesOperation
 
CapitalizeWordsOperation - Class in ro.sync.ecss.extensions.commons.operations.text
The class provides an operation for forming words over a selection.
CapitalizeWordsOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.CapitalizeWordsOperation
 
CAPTION - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Caption checkbox in the XHTML table customizer dialog.
CARET_POSITION_AFTER - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constant for the caret position indicating that the caret should be positioned just after the inserted fragment.
CARET_POSITION_BEFORE - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constant for the caret position indicating that the caret should be positioned just before the inserted fragment.
CARET_POSITION_EDITABLE - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constant for the caret position indicating that the caret should be positioned just at the start of the inserted fragment, in the first editable position.
CARET_POSITION_END - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constant for the caret position indicating that the caret should be positioned just at the end of the inserted fragment, inside that fragment.
CARET_POSITION_PRESERVE - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constant for the caret position indicating that the same caret position offset should be preserved.
CARET_POSITION_START - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constant for the caret position indicating that the caret should be positioned just at the start of the inserted fragment, inside that fragment.
caretMoved(AuthorCaretEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorCaretListener
Called when the caret position is updated.
CATEGORY_ACADEMIC - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Academic license.
CATEGORY_ACADEMIC_CLASSROOM - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Academic classroom license.
CATEGORY_ACADEMIC_DEPARTMENTAL - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Academic departmental license.
CATEGORY_ACADEMIC_FLOATING - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Academic floating license.
CATEGORY_ACADEMIC_SITE - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Academic site license.
CATEGORY_ENTERPRISE - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Enterprise license.
CATEGORY_ENTERPRISE_CORPORATE - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Enterprise Corporate license.
CATEGORY_ENTERPRISE_FLOATING - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Enterprise floating license.
CATEGORY_ENTERPRISE_SITE - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Enterprise site license.
CATEGORY_PROFESSIONAL - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Professional license.
CATEGORY_PROFESSIONAL_CORPORATE - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Professional Corporate license.
CATEGORY_PROFESSIONAL_FLOATING - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Professional floating license.
CATEGORY_PROFESSIONAL_SITE - Static variable in interface ro.sync.exml.workspace.api.license.LicenseCategories
Professional site license.
CELL_FRAGMENT_ARGUMENT - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.InsertTableCellsContentConstants
Argument for insert table cells content.
CELL_FRAGMENT_ARGUMENT_IN_ARRAY - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.InsertTableCellsContentConstants
An array of length 1 containing the argument for insert table cells content.
CELL_FRAGMENT_ARGUMENT_NAME - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.InsertTableCellsContentConstants
The cell fragment argument name
cellContent - Variable in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
The fragment that must be introduced in the table cells
cellContent - Variable in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
The fragment that must be introduced in the table cells
cellContent - Variable in class ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
The fragment that must be introduced in the table cells
cellContent - Variable in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
The fragment that must be introduced in the table cells
cellContent - Variable in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
The fragment that must be introduced in the table cells
ChangeAttributeOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an operation to change the value of an attribute.
ChangeAttributeOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.ChangeAttributeOperation
Constructor.
changePage(String) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Change the current selected page in the editor.
characters(char[], int, int) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
CHARACTERS_COMPARE - Static variable in class ro.sync.diff.api.DiffOptions
Algorithm based on characters comparison.
checkImportedXHTMLContentIsPreservedEntirely() - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Overwrite this method if you want to check the text data is preserved on paste after applying the conversion XSL stylesheet.
checkImportedXHTMLContentIsPreservedEntirely() - Method in class ro.sync.ecss.extensions.dita.DITAExternalObjectInsertionHandler
 
checkImportedXHTMLContentIsPreservedEntirely() - Method in class ro.sync.ecss.extensions.docbook.Docbook4ExternalObjectInsertionHandler
 
checkImportedXHTMLContentIsPreservedEntirely() - Method in class ro.sync.ecss.extensions.docbook.Docbook5ExternalObjectInsertionHandler
 
checkImportedXHTMLContentIsPreservedEntirely() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExternalObjectInsertionHandler
 
checkImportedXHTMLContentIsPreservedEntirely() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExternalObjectInsertionHandler
 
checkTableColSpanIsDefined(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Check if the column span is defined for a table cell.
checkTableColSpanIsDefined(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
checkTableColSpanIsDefined(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
For XHTML, the column span is always defined.
checkTableColSpanIsDefined(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
checkTableColSpanIsDefined(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
checkTableColSpanIsDefined(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
For TEI the column span is always defined.
checkTarget(AuthorNode, AuthorDocument) - Method in interface ro.sync.ecss.extensions.api.ValidatingAuthorReferenceResolver
Check if the referenced target can be inserted in the source document
checkTarget(AuthorNode, AuthorDocument) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
 
checkTarget(AuthorNode, AuthorDocument) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
 
CHOOSE_IMAGE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Image file chooser title.
chooseDirectory() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays a directory chooser for selecting a directory.
chooseFile(String, String[], String, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WorkspaceUtilities.chooseFile(String, String[], String, boolean) instead.
chooseFile(String, String[], String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WorkspaceUtilities.chooseURL(String, String[], String) instead.
chooseFile(String, String[], String, boolean) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays a file chooser for selecting a File.
chooseFile(File, String, String[], String, boolean) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays a file chooser for selecting a File.
chooseFile(String, String[], String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays a file chooser for selecting a File.
chooseImageFile(AuthorAccess) - Static method in class ro.sync.ecss.extensions.commons.ImageFileChooser
Ask user to choose an image file.
chooseURL(String, String[], String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WorkspaceUtilities.chooseURL(String, String[], String) instead.
chooseURL(String, String[], String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays an URL chooser for selecting an URL.
chooseURL(String, String[], String, String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays an URL chooser for selecting an URL.
chooseURLForLink(AuthorAccess, String) - Static method in class ro.sync.ecss.extensions.docbook.link.InsertLinkUtil
Choose url.
chooseURLPath(String, String[], String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Displays an URL chooser for selecting an URL.
CLASS_VALUE - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
The class value of the target.
ClassPathResourcesAccess - Interface in ro.sync.ecss.extensions.api
Provides access to all URLs which were added in the classpath for the specific framework when the document type was edited from the Oxygen preferences.
clearImageCache() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Clear the cache of images used to display images fast in the Author page.
clearReferencesCache() - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
Any cache should be cleared in order to prepare for future evaluations.
clearReferencesCache() - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
 
clearReferencesCache() - Method in class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
 
clearSelection() - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Clears all selections from Author editor page and resets the selection interpretation mode (see AuthorSelectionModel.getSelectionInterpretationMode()).
clickCount - Variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Click count.
ClipboardFragmentProcessor - Interface in ro.sync.ecss.extensions.api.content
Process a document fragment from the clipboard (pasted or dropped in the Author page).
clone() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
Clones this doctype.
clone() - Method in interface ro.sync.exml.editor.EditorTemplate
Clone this editor template.
close(boolean) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Closes the current editor.
close(URL) - Method in interface ro.sync.exml.workspace.api.Workspace
Closes the editor specified by the URL.
closeAll() - Method in interface ro.sync.exml.workspace.api.Workspace
Closes all the editors.
COLOR_PROPERTY - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
A foreground color for the text.
ColorButton - Class in ro.sync.exml.workspace.api.standalone.ui
A button which presents a color chooser
ColorButton(Color) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.ColorButton
Constructor
ColorHighlightPainter - Class in ro.sync.ecss.extensions.api.highlights
Painter that can be used to customize the way that a highlight is displayed by setting custom text decoration, text decoration stroke, background color or stroke color.
ColorHighlightPainter() - Constructor for class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Default constructor.
ColorHighlightPainter(Color, int, int) - Constructor for class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Constructor.
ColorHighlightPainter.TextDecoration - Enum in ro.sync.ecss.extensions.api.highlights
The decoration added to text.
COLS_DYNAMIC - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Dynamic column widths.
COLS_FIXED - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Fixed column widths.
COLS_PROPORTIONAL - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Proportional column widths.
COLUMN_WIDTHS - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Column widths en: Column widths
COLUMNS - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Columns en: Columns
com.oxygenxml.editor.editors - package com.oxygenxml.editor.editors
Eclipse drag and drop listener for the Text page.
com.oxygenxml.editor.editors.author - package com.oxygenxml.editor.editors.author
Eclipse drag and drop listener for the Author page.
COMMA - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
The variable used to add a comma in property values.
comment(char[], int, int) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
COMMENT_ATTRIBUTE - Static variable in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlightConstants
The pseudo attribute name of the PI holding the comment of the author who made the modification.
commitColumnWidthModifications(AuthorDocumentController, WidthRepresentation[], String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Updates the column widths in the document and in the column layout model.
commitColumnWidthModifications(AuthorDocumentController, WidthRepresentation[], String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
commitColumnWidthModifications(AuthorDocumentController, WidthRepresentation[], String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Updates the columns width specifications in the source document by setting the colwidth attribute value of the colspec elements and by adding new colspec elements if needed.
commitColumnWidthModifications(AuthorDocumentController, WidthRepresentation[], String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
commitColumnWidthModifications(AuthorDocumentController, WidthRepresentation[], String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
commitTableWidthModification(AuthorDocumentController, int, String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Commit the table width modification.
commitTableWidthModification(AuthorDocumentController, int, String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
commitTableWidthModification(AuthorDocumentController, int, String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Sets the width attribute value of the table element.
commitTableWidthModification(AuthorDocumentController, int, String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
commitTableWidthModification(AuthorDocumentController, int, String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
commitValue(EditingEvent) - Method in interface ro.sync.ecss.extensions.api.editor.InplaceEditingListener
Commit the given value inside the document without stopping the editing.
CommonsOperationsUtil - Class in ro.sync.ecss.extensions.commons.operations
Util methods for common Author operations.
CommonsOperationsUtil() - Constructor for class ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil
 
ComponentProvider - Interface in ro.sync.ecss.extensions.api.component
Base interface for Editor and for DITA Map component providers with common methods.
ComponentsValidator - Class in ro.sync.exml
Validator interface for menus, toolbars and their actions.
ComponentsValidator() - Constructor for class ro.sync.exml.ComponentsValidator
 
composeMessage(String) - Method in interface ro.sync.ecss.extensions.api.AuthorResourceBundle
Compose a message for the given description which may contain more than one keys referenced using editor variables.
computeTopicRefTargetInfo(Map<TopicRefInfo, TopicRefTargetInfo>) - Method in interface ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfoProvider
Call back received to compute for each TopicRefInfo key the correct properties of the TopicRefTargetInfo object.
ConfigureAutoIDElementsOperation - Class in ro.sync.ecss.extensions.commons.id
Operation used to configure elements for which ID generation is auto.
ConfigureAutoIDElementsOperation() - Constructor for class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
 
configureShell(Shell) - Method in class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizerDialog
 
configureShell(Shell) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Configure Shell.
configureShell(Shell) - Method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizerDialog
Configure Shell.
configureShell(Shell) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
Configure Shell.
CONNECTION_NAME - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the unique name of the connection.
consume() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
Set the consumed flag for the event.
consumed - Variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
States whether or not the event has been consumed.
containOnlyBinaryResources(AuthorAccess, List<URL>) - Static method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Verify if the provided URLs are only binary rsources.
containOnlyImages(AuthorAccess, List<URL>) - Static method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Verify if the provided URLs are only images.
containsSimpleText() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
Check if an author document fragment content contains simple text.
Content - Interface in ro.sync.ecss.extensions.api
Interface to describe a sequence of character content that can be edited.
CONTENT_DATA - Static variable in class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo
Marks in the DPI that the offset is from the Author content
contentDeleted(DocumentContentDeletedEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when content is deleted from the document.
contentDeleted(DocumentContentDeletedEvent) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
contentInserted(DocumentContentInsertedEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
Called when content is inserted into the document.
contentInserted(DocumentContentInsertedEvent) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
ContentInterval - Class in ro.sync.ecss.extensions.api
A content interval containing the inclusive start offset and exclusive end offset.
ContentInterval(int, int) - Constructor for class ro.sync.ecss.extensions.api.ContentInterval
Constructor.
ContextDescriptionProvider - Interface in ro.sync.exml.workspace.api.standalone
Provides language-independent information about a certain context.
CONTINUE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Continue message
copyAttributeOnSplit(String, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.UniqueAttributesProcessor
Checks if the attribute specified by QName can be considered as a valid attribute to copy when the element is split.
copyAttributeOnSplit(String, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
copyAttributeOnSplit(String, AuthorElement) - Method in class ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizer
 
correctURL(String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use UtilAccess.correctURL(String) instead.
correctURL(String) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Corrects the given URL by converting not allowed characters to their escaped representation.
CountWordsOperation - Class in ro.sync.ecss.extensions.commons.operations.text
Count words either in the whole document or in the selection.
CountWordsOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.CountWordsOperation
 
createAttributesValueEditor(boolean) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new AttributesValueEditor instance used to get values for the current attribute.
createAuthorAWTDndListener() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new AuthorDnDListener instance responsible for handling AWT author drag and drop events.
createAuthorBreadCrumbCustomizer() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Create an Author Bread Crumb customizer used for nodes rendering in the Bread Crumb (components path which appears in the top of the Author editor).
createAuthorDocumentFragment(CIElement) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Create an author document fragment from a CIElement
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Returns the AuthorExtensionStateListener which will be notified when the Author extension where it is defined is activated and deactivated during the detection process.
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
createAuthorExtensionStateListener() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createAuthorOutlineCustomizer() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Create an Author Outline customizer used for custom filtering and nodes rendering in the Outline.
createAuthorReferenceResolver() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new AuthorReferenceResolver instance used to expand content references.
createAuthorReferenceResolver() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createAuthorReferenceResolver() - Method in class ro.sync.ecss.extensions.dita.map.DITAMapExtensionsBundle
 
createAuthorStylesFilter() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new StylesFilter instance for the CSS styles filtering.
createAuthorSWTDndListener() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new AuthorDnDListener instance responsible for handling SWT author drag and drop events.
createAuthorTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new AuthorTableCellSpanProvider instance responsible for providing information about the table cells spanning.
createAuthorTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createAuthorTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
createAuthorTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.tei.TEIExtensionsBundleBase
 
createAuthorTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createAuthorTableColumnWidthProvider() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new AuthorTableColumnWidthProvider instance responsible for providing information and for handling modifications regarding table width and column widths.
createAuthorTableColumnWidthProvider() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createAuthorTableColumnWidthProvider() - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
createAuthorTableColumnWidthProvider() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createCellXMLFragment(AuthorElement, String[], String) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Create a cell XML fragment by copying the element and attributes from a given cell element.
createCellXMLFragment(AuthorAccess, AuthorDocumentFragment[], boolean, String, int, String, AuthorTableHelper, String...) - Static method in class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
Create a cell fragment for a specific offset, having the name of the cell and a source fragment from which the attributes and content must be copied.
createContentReader() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Create a reader over the whole editor's content (exactly the XML content which gets saved on disk).
createCustomAttributeValueEditor(boolean) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new CustomAttributeValueEditor instance used to get values for the current attribute.
createDefaultFragmentToEdit(AuthorAccess, AuthorSchemaManager) - Method in class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
Return default fragment.
createDefaultFragmentToEdit(AuthorAccess, AuthorSchemaManager) - Method in class ro.sync.ecss.extensions.dita.topic.InsertEquationOperation
 
createDefaultFragmentToEdit(AuthorAccess, AuthorSchemaManager) - Method in class ro.sync.ecss.extensions.docbook.InsertEquationOperation
 
createDeleteRowOperation() - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
Create a delete row operation necessary to delete the row which will now be empty.
createDialogArea(Composite) - Method in class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizerDialog
 
createDialogArea(Composite) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Create Dialog area.
createDocumentFragment(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Create an Author content fragment containing a clone of the document content for the given range of offsets.
createDocumentFragment(AuthorNode, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Create a document fragment containing a copy of the node.
createEditor(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
Depending of the received context, create an editor.
createElementLocatorProvider() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new ElementLocatorProvider instance responsible for providing an implementation of an ElementLocator based on the structure of a link.
createElementLocatorProvider() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createElementLocatorProvider() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createEmptyCell(AuthorAccess, AuthorElement, String[]) - Method in class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Create an AuthorDocumentFragment representing an empty cell by duplicating the given cell without its content and skipping the specified attributes.
createExtensionActionsToolbars() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorComponentEditorPage
Create toolbars with all the actions defined at the framework level in exactly the same order in which they have been added to the toolbars from the Document Type Edit dialog.
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Create a handler which gets notified when external resources need to be inserted in the Author page.
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.dita.map.DITAMapExtensionsBundle
 
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
createExternalObjectInsertionHandler() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createImporterStylesheetSource(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Create the StreamSource for the main XSLT stylesheet which will do the importing (transforming from the XHTML content to content valid in the current framework).
createJavaProcess(String, String[], String, String, Map<String, String>, File, ProcessListener) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Prepare a Java process for execution.
createLinkTextResolver() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new LinkTextResolver instance responsible for resolving a specific link marked in the CSS file and returning a text content from the targeted location.
createLinkTextResolver() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createLinkTextResolver() - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
createListsPreprocessingStylesheet(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Create the StreamSource for the XSLT stylesheet which creates nested lists from a list of para elements in the input XHTML.
createNewDocumentFragmentInContext(String, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Create a new AuthorDocumentFragment from an XML string in a specified context.
createNewDocumentFragmentsInContext(String[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Create an array of AuthorDocumentFragment from an array of XML strings in specified contexts.
createNewDocumentTextFragment(String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Create a new AuthorDocumentFragment from an string.
createNewEditor(String, String, String) - Method in interface ro.sync.exml.workspace.api.Workspace
This is available only in the standalone Oxygen version (not available in the Oxygen Eclipse plugin).
Create a new "Untitled" editor.
createPosition(int) - Method in interface ro.sync.ecss.extensions.api.Content
Creates a position within the content.
createPositionInContent(int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Create a flexible position in the Author Content.
CreateReusableComponentOperation - Class in ro.sync.ecss.extensions.dita.reuse
Operation used to create a reusable component in DITA documents.
CreateReusableComponentOperation() - Constructor for class ro.sync.ecss.extensions.dita.reuse.CreateReusableComponentOperation
 
createReviewToolbar() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorComponentEditorPage
Retrieve the toolbar for author review.
createSaxon9HEXSLTTransformerWithExtensions(Source, ExtensionFunctionDefinition[]) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Create a Saxon 9 Home Edition transformer with the specified extension functions.
createSchemaManagerFilter() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new SchemaManagerFilter instance used to filter the content completion proposals from the schema manager.
createSchemaManagerFilter() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createSchemaManagerFilter() - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
createSchemaManagerFilter() - Method in class ro.sync.ecss.extensions.tei.TEIExtensionsBundleBase
 
createSchemaManagerFilter() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createSectionsPreprocessingStylesheet(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Create the StreamSource for the XSLT stylesheet which creates nested sections from a list of para elements in the input XHTML.
createSplitCellOperation() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.DeleteRowOperation
 
createSplitCellOperation() - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
Create the split cell operation.
createSplitCellOperation() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.DeleteRowOperation
 
createSplitCellOperation() - Method in class ro.sync.ecss.extensions.dita.map.table.DeleteRowOperation
 
createSplitCellOperation() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DeleteRowOperation
 
createSplitCellOperation() - Method in class ro.sync.ecss.extensions.tei.table.DeleteRowOperation
 
createTextField() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
Creates the text field used to display the selected URL and installs the UNDO support on it.
createTextSWTDndListener() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new TextDnDListener instance responsible for handling SWT text drag and drop events.
createTitleCheckbox(Composite) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Create a checkbox with an implementation specific title.
createTitleCheckbox() - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Creates the title checkbox with an implementation specific name.
createTitleCheckbox(Composite) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerDialog
 
createTitleCheckbox() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
 
createTitleCheckbox(Composite) - Method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizerDialog
 
createTitleCheckbox() - Method in class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizerDialog
 
createTitleCheckbox(Composite) - Method in class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizerDialog
 
createTitleCheckbox() - Method in class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizerDialog
 
createTitleCheckbox(Composite) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
 
createTitleCheckbox() - Method in class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizerDialog
 
createTitleCheckbox(Composite) - Method in class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizerDialog
 
createTitleCheckbox() - Method in class ro.sync.ecss.extensions.tei.table.SATEITableCustomizerDialog
 
createTransformer(AuthorAccess, Source) - Method in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Creates a Transformer from a given script.
createTransformer(AuthorAccess, Source) - Method in class ro.sync.ecss.extensions.commons.operations.XQueryOperation
Create XQuery transformer
createTransformer(AuthorAccess, Source) - Method in class ro.sync.ecss.extensions.commons.operations.XSLTOperation
Create an XSLT transformer.
createWhatAttributesCanGoHereContext(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Create a context for the given element that can be used to obtain the list with attributes that element accepts.
createWhatAttributesCanGoHereContext(int) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Create a context for the given element that can be used to obtain the list with attributes that element accepts.
createWhatElementsCanGoHereContext(int) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Create an element context for the given offset.
createWhatElementsCanGoHereContext(int) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Create an element context for the given offset.
createWhatPossibleValuesHasAttributeContext(AuthorElement, String) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Create an attribute values context for the given element and attribute name.
createWhatPossibleValuesHasAttributeContext(int) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Create an attribute values context for the given element and attribute name.
createXMLFragment(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Creates the XML fragment corresponding to the column specification obtained from the colNumber, colName and colWidth fields.
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Create an XML node customizer used for custom nodes rendering in the Author outline, Text page outline, Author bread crumb, content completion window.
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.tei.TEIExtensionsBundleBase
 
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.wsdl.WSDLExtensionsBundle
 
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.xsd.XSDExtensionsBundle
 
createXMLNodeCustomizer() - Method in class ro.sync.ecss.extensions.xslt.XSLTExtensionsBundle
 
createXQueryTransformer(Source, URL[], int) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Create a new XQuery transformer.
createXQueryTransformer(Source, URL[], int, boolean) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Create a new XQuery transformer.
createXSLTTransformer(Source, URL[], int) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Create a new XSLT transformer.
createXSLTTransformer(Source, URL[], int, boolean) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Create a new XSLT transformer.
CTRL_PRESSED - Static variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
This flag indicates that the Control key was down when the event occurred.
CURRENT_ELEMENT_LOCATION - Static variable in class ro.sync.ecss.extensions.commons.operations.TransformOperation
The name of a parameter containing the location path of the current element inside the source element.
CursorType - Enum in ro.sync.ecss.extensions.api
Supported cursor types for author.
CUSTOM - Static variable in interface ro.sync.exml.workspace.api.standalone.ToolbarComponentsCustomizer
Deprecated. Since Oxygen 12.2 toolbar IDs are defined in the "plugin.xml".
CUSTOM - Static variable in interface ro.sync.exml.workspace.api.standalone.ViewComponentCustomizer
Deprecated. since Oxygen 12.2. Please define a view id for the extension in the "plugin.xml".
CustomAttributeValueEditor - Class in ro.sync.ecss.extensions.api
A custom editor which gets invoked to edit the value for an attribute.
CustomAttributeValueEditor() - Constructor for class ro.sync.ecss.extensions.api.CustomAttributeValueEditor
 
customize(JPopupMenu) - Method in interface ro.sync.ecss.extensions.api.component.PopupMenuCustomizer
Customize a pop-up menu in the Author page before showing it.
customizeBrowseActions(List<Action>, InputURLChooser) - Method in interface ro.sync.exml.workspace.api.standalone.InputURLChooserCustomizer
Contribute if necessary to the list of "Browse" actions which appear in any Input URL chooser for Oxygen.
customizeIDElements(AuthorAccess, GenerateIDElementsInfo, String) - Method in class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizer
Ask the user to customize the ID elements.
customizeIDElements(AuthorAccess, GenerateIDElementsInfo, String) - Method in class ro.sync.ecss.extensions.commons.id.SAIDElementsCustomizer
Ask the user to customize the ID elements.
customizeMainMenu(JMenuBar) - Method in interface ro.sync.exml.workspace.api.standalone.MenuBarCustomizer
Customize the components which get displayed on the main menu bar.
customizePopUpMenu(Object, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.structure.AuthorBreadCrumbCustomizer
 
customizePopUpMenu(Object, AuthorAccess, AuthorNode) - Method in class ro.sync.ecss.extensions.api.structure.AuthorBreadCrumbCustomizer
Customize a pop-up menu in the Author page before showing it.
customizePopUpMenu(Object, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.structure.AuthorOutlineCustomizer
 
customizePopUpMenu(Object, AuthorAccess) - Method in interface ro.sync.ecss.extensions.api.structure.AuthorPopupMenuCustomizer
Customize a pop-up menu in the Author page before showing it.
customizePopUpMenu(Object, AuthorDocumentController) - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.DITAMapPopupMenuCustomizer
Customize a pop-up menu in the DITA Maps Manager page before showing it.
customizePopUpMenu(Object, WSTextEditorPage) - Method in class ro.sync.exml.workspace.api.editor.page.text.TextPopupMenuCustomizer
Customize a pop-up menu in the Text page before showing it.
customizeRenderingInformation(RenderingInformation) - Method in class ro.sync.ecss.extensions.api.structure.AuthorBreadCrumbCustomizer
Customize the tooltip, text and additional info to be presented in the Outline and Breadcrumb for the given node.
customizeRenderingInformation(RenderingInformation) - Method in interface ro.sync.ecss.extensions.api.structure.AuthorNodeRendererCustomizer
Customize the tooltip, text and additional info to be presented in the Outline and Breadcrumb for the given node.
customizeRenderingInformation(RenderingInformation) - Method in class ro.sync.ecss.extensions.api.structure.AuthorOutlineCustomizer
 
customizeTable(AuthorAccess) - Method in class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
Customize a table.
customizeTable(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
Customize a table.
customizeToolbar(ToolbarInfo) - Method in interface ro.sync.exml.workspace.api.standalone.ToolbarComponentsCustomizer
Customize the components which get displayed on a certain toolbar.
customizeView(ViewInfo) - Method in interface ro.sync.exml.workspace.api.standalone.ViewComponentCustomizer
Customize the component which gets displayed on a certain view.
CustomResolverException - Exception in ro.sync.ecss.extensions.api
Signals an custom reference that wasn't resolved.
CustomResolverException(String, ReferenceErrorResolver) - Constructor for exception ro.sync.ecss.extensions.api.CustomResolverException
Constructor.

D

DataSourceAccess - Interface in ro.sync.exml.workspace.api.options
Provides methods used to obtain data source connection related information.
DataSourceConnectionInfo - Interface in ro.sync.exml.workspace.api.options
Provides properties values for a Data source.
deactivated(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateAdapter
 
deactivated(AuthorAccess) - Method in interface ro.sync.ecss.extensions.api.AuthorExtensionStateListener
Method called when the Author extension was deactivated.
deactivated(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateListenerDelegator
 
deactivated(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
Signals that this resolver has exit from use.
deactivated(AuthorAccess) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
deactivated(AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
 
deactivated(AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
 
DEBUGGER_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Debugger component is licensed both on SA and Eclipse.
decodeType(int) - Static method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
Returns a String description of the given argument type.
decrypt(String) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Decrypts a string using the Oxygen internal encryption system.
DEFAULT_COLUMNS_COUNT - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Default number of columns
DEFAULT_COLUMNS_COUNT_CHOICE_TABLE - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Default number of columns for DITA choice table.
DEFAULT_ID_GENERATION_PATTERN - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
The default id generation pattern.
DEFAULT_OPERATIONS - Static variable in interface ro.sync.ecss.extensions.commons.operations.DefaultExtensions
The array with default operations.
DEFAULT_ROWS_COUNT - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Default number of rows
DEFAULT_TABLE_SUPPORT - Static variable in interface ro.sync.ecss.extensions.commons.operations.DefaultExtensions
The array with default classes used for table support.
DEFAULT_VALUE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorArgumentKeys
The default value for the property being edited.
DEFAULT_WIDTH_REPRESENTATION - Static variable in class ro.sync.ecss.extensions.api.WidthRepresentation
The default width representation.
DEFAULT_WIDTH_REPRESENTATION - Static variable in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
The default width representation.
DefaultElementLocatorProvider - Class in ro.sync.ecss.extensions.commons
Default implementation for locating elements based on a given link.
DefaultElementLocatorProvider() - Constructor for class ro.sync.ecss.extensions.commons.DefaultElementLocatorProvider
 
DefaultExtensions - Interface in ro.sync.ecss.extensions.commons.operations
Interface containing all the default operation distributed with Oxygen.
DefaultUniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.commons.id
Default unique attributes recognizer
DefaultUniqueAttributesRecognizer(String) - Constructor for class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
Constructor.
defaultValue - Variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
The default value of the argument.
DEFINITION_LOCATION - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
The location of the DITA Map where the key definition was defined.
delete(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Deletes a document fragment between the start and end offset.
delete(AuthorDocumentFilterBypass, int, int, boolean) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before deleting the fragment between the specified offsets from the document.
delete(int, int, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Deletes a document fragment between the start and end offset.
delete(URL) - Method in interface ro.sync.exml.workspace.api.Workspace
Delete the resource identified by the specified URL.
DELETE_FRAGMENT_EVENT - Static variable in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Delete fragment event type.
DELETE_TEXT_EVENT - Static variable in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Delete simple text event type.
DeleteColumnOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation used to delete a CALS table column.
DeleteColumnOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.DeleteColumnOperation
Constructor.
DeleteColumnOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation used to delete an XHTML table column.
DeleteColumnOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.DeleteColumnOperation
Constructor.
DeleteColumnOperation - Class in ro.sync.ecss.extensions.dita.map.table
Operation used to delete a DITA map reltable column.
DeleteColumnOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.DeleteColumnOperation
Constructor.
DeleteColumnOperation - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
Operation used to delete a DITA simple table column.
DeleteColumnOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.DeleteColumnOperation
Constructor.
DeleteColumnOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to delete a TEI table column.
DeleteColumnOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.DeleteColumnOperation
Constructor.
DeleteColumnOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Base implementation for operations used to delete a table column.
DeleteColumnOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
Constructor.
deletedColumnIndex - Variable in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
The index of the deleted column.
DeleteElementOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of a delete operation that deletes the node at caret.
DeleteElementOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.DeleteElementOperation
 
deleteNode(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Delete a node.
deleteNode(AuthorDocumentFilterBypass, AuthorNode) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before deleting the specified node from the document.
deleteNode(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Deletes the specified node from the document.
DeleteRowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation used to delete a CALS table row.
DeleteRowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.DeleteRowOperation
Constructor.
DeleteRowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation used to delete an XHTML table row.
DeleteRowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.DeleteRowOperation
Constructor.
DeleteRowOperation - Class in ro.sync.ecss.extensions.dita.map.table
Operation used to delete a DITA map reltable row.
DeleteRowOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.DeleteRowOperation
Constructor.
DeleteRowOperation - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
Operation used to delete a DITA simple table row.
DeleteRowOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.DeleteRowOperation
Constructor.
DeleteRowOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to delete a TEI table row.
DeleteRowOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.DeleteRowOperation
Constructor.
DeleteRowOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Operation used to delete a table row.
DeleteRowOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
Constructor.
deleteSelection() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.deleteSelection() instead.
deleteSelection() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Delete the current selected text, if any.
deleteSelection() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Delete the selected text, if any.
description - Variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
The string argument description.
DESCRIPTION - Static variable in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
A short description for the action.
DESCRIPTION - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
This could be the navigation title on the topic ref which defines the key.
DEVELOPER_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Developer component is licensed both on SA and Eclipse.
DIFF_APPLICATION_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Diff application component name.
DIFF_SERVER_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Diff component name for the server.
DiffException - Exception in ro.sync.diff.api
Exception thrown by the diff performer when a problem is encountered and the operation fails or if the operation was stopped.
DiffException(String) - Constructor for exception ro.sync.diff.api.DiffException
 
DiffException(String, Exception) - Constructor for exception ro.sync.diff.api.DiffException
 
DiffOptions - Class in ro.sync.diff.api
Holds options needed to decide which diff algorithm and which diff options will be used.
DiffOptions(int, boolean, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class ro.sync.diff.api.DiffOptions
Constructor.
DiffOptions() - Constructor for class ro.sync.diff.api.DiffOptions
Default constructor for default options.
dispose() - Method in class ro.sync.ecss.extensions.commons.table.operations.ListContentProvider
 
DITA_MAPS_EDITING_AREA - Static variable in interface ro.sync.exml.workspace.api.PluginWorkspace
The DITA Maps editing area
DITAAuthorTableOperationsHandler - Class in ro.sync.ecss.extensions.dita
Author table operations handler for DITA framework.
DITAAuthorTableOperationsHandler() - Constructor for class ro.sync.ecss.extensions.dita.DITAAuthorTableOperationsHandler
 
DITAConfigureAutoIDElementsOperation - Class in ro.sync.ecss.extensions.dita.id
Operation used to insert a Link in DITA documents.
DITAConfigureAutoIDElementsOperation() - Constructor for class ro.sync.ecss.extensions.dita.id.DITAConfigureAutoIDElementsOperation
 
DITAConRefResolver - Class in ro.sync.ecss.extensions.dita.conref
Resolver for content referred using conref attribute.
DITAConRefResolver() - Constructor for class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
 
DITAConrefsResolverBase - Class in ro.sync.ecss.extensions.api
Resolve references when showing DITA content in the editor
DITAConrefsResolverBase() - Constructor for class ro.sync.ecss.extensions.api.DITAConrefsResolverBase
 
DITACustomRuleMatcher - Class in ro.sync.ecss.extensions.dita
DITA custom rule matcher abstract class.
DITACustomRuleMatcher() - Constructor for class ro.sync.ecss.extensions.dita.DITACustomRuleMatcher
 
DITAElementLocator - Class in ro.sync.ecss.extensions.dita
An implementation for a DITA element when the referred element is not a topic.
DITAElementLocator(String) - Constructor for class ro.sync.ecss.extensions.dita.DITAElementLocator
Constructor.
DITAElementLocatorProvider - Class in ro.sync.ecss.extensions.dita
Implementation for locating elements based on a link from a DITA document.
DITAElementLocatorProvider() - Constructor for class ro.sync.ecss.extensions.dita.DITAElementLocatorProvider
 
DITAExtensionsBundle - Class in ro.sync.ecss.extensions.dita
The DITA framework extensions bundle.
DITAExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
DITAExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.dita
Dropped URLs handler
DITAExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.dita.DITAExternalObjectInsertionHandler
 
DITAFilteringContentHandler - Class in ro.sync.ecss.extensions.dita.conref
Content and lexical handler used to filter parser events outside the given topic IDs path.
DITAFilteringContentHandler(String[], String[], boolean) - Constructor for class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
Constructor.
DITAIDElementLocator - Class in ro.sync.ecss.extensions.dita
Implementation of an ElementLocator that locates elements based on a given link and checks if the attribute with the type ID matches the provided link and the class attribute contains 'topic/topic'.
DITAIDElementLocator(IDTypeVerifier, String, boolean) - Constructor for class ro.sync.ecss.extensions.dita.DITAIDElementLocator
 
DitaLinkTextResolver - Class in ro.sync.ecss.extensions.dita.link
Can resolve DITA references to another topic made through the href attribute on elements of classes: map/topicref , topic/xref and topic/link .
DitaLinkTextResolver() - Constructor for class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
 
DITAMapAuthorTableOperationsHandler - Class in ro.sync.ecss.extensions.dita.map
Author table operations handler for DITAMap framework.
DITAMapAuthorTableOperationsHandler() - Constructor for class ro.sync.ecss.extensions.dita.map.DITAMapAuthorTableOperationsHandler
 
DITAMapCustomRuleMatcher - Class in ro.sync.ecss.extensions.dita.map
DITA map custom rule matcher.
DITAMapCustomRuleMatcher() - Constructor for class ro.sync.ecss.extensions.dita.map.DITAMapCustomRuleMatcher
 
DITAMapExtensionsBundle - Class in ro.sync.ecss.extensions.dita.map
DITA Map extensions bundle
DITAMapExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.dita.map.DITAMapExtensionsBundle
 
DITAMapExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.dita.map
Dropped URLs handler
DITAMapExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.dita.map.DITAMapExternalObjectInsertionHandler
 
DITAMapKeyDefElementLocator - Class in ro.sync.ecss.extensions.dita
An implementation for a DITA element searching for a key definition.
DITAMapKeyDefElementLocator(String) - Constructor for class ro.sync.ecss.extensions.dita.DITAMapKeyDefElementLocator
Constructor.
DITAMapPopupMenuCustomizer - Interface in ro.sync.exml.workspace.api.editor.page.ditamap
Can be used to customize a pop-up menu before showing it.
DITAMapReferencesResolver - Interface in ro.sync.ecss.extensions.api
Resolve references when showing a DITA Map in the editor
DITAMapRefResolver - Class in ro.sync.ecss.extensions.dita.map.topicref
Resolves the hrefs to other maps.
DITAMapRefResolver() - Constructor for class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
 
DITAMapTreeComponentListener - Class in ro.sync.ecss.extensions.api.component.listeners
DITA Map tree component listener.
DITAMapTreeComponentListener() - Constructor for class ro.sync.ecss.extensions.api.component.listeners.DITAMapTreeComponentListener
 
DITANodeRendererCustomizer - Class in ro.sync.ecss.extensions.dita
Class used to customize the way a DITA node is rendered in the UI.
DITANodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer
 
DITANodeRendererCustomizer.DitaClass - Enum in ro.sync.ecss.extensions.dita
DITA classes constants.
DITARelTableDocumentTypeHelper - Class in ro.sync.ecss.extensions.dita.map.table
Implementation of the document type helper for DITA Map reltable model
DITARelTableDocumentTypeHelper() - Constructor for class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
DITASchemaAwareEditingHandler - Class in ro.sync.ecss.extensions.dita
Specific editing support for DITA documents.
DITASchemaAwareEditingHandler() - Constructor for class ro.sync.ecss.extensions.dita.DITASchemaAwareEditingHandler
 
DITASchemaManagerFilter - Class in ro.sync.ecss.extensions.dita
Schema manager filter which provides the available keyref + condition values.
DITASchemaManagerFilter(String) - Constructor for class ro.sync.ecss.extensions.dita.DITASchemaManagerFilter
Constructor
DITASimpleTableDocumentTypeHelper - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
Implementation of the document type helper for DITA simple table model
DITASimpleTableDocumentTypeHelper() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
DITATableCellInfoProvider - Class in ro.sync.ecss.extensions.commons.table.support
Provides information about the column width for DITA tables.
DITATableCellInfoProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
DITATopicCustomRuleMatcher - Class in ro.sync.ecss.extensions.dita.topic
DITA topic custom rule matcher.
DITATopicCustomRuleMatcher() - Constructor for class ro.sync.ecss.extensions.dita.topic.DITATopicCustomRuleMatcher
 
DITAUniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.dita.id
Unique attributes recognizer for DITA.
DITAUniqueAttributesRecognizer() - Constructor for class ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizer
Constructor
DITAXMLReaderWrapper - Class in ro.sync.ecss.extensions.dita.conref
Delegating XML Reader used to parse DITA 'conref' references.
DITAXMLReaderWrapper(XMLReader, String[], String[], boolean) - Constructor for class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
Constructor.
DND_DB_TREE - Static variable in interface ro.sync.ecss.extensions.api.ExternalObjectInsertionSources
Database tree as source of drop
DND_DITA_MAPS_MANAGER - Static variable in interface ro.sync.ecss.extensions.api.ExternalObjectInsertionSources
DITA Maps Manager as source of drop
DND_EXTERNAL - Static variable in interface ro.sync.ecss.extensions.api.ExternalObjectInsertionSources
External application (windows explorer for example) as source of drop
DND_IMAGE_PREVIEW - Static variable in interface ro.sync.ecss.extensions.api.ExternalObjectInsertionSources
Image preview as source of drop
DND_PROJECT_TREE - Static variable in interface ro.sync.ecss.extensions.api.ExternalObjectInsertionSources
Project tree as source of drop
doCancel() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Cancel pressed.
DocBook4ExtensionsBundle - Class in ro.sync.ecss.extensions.docbook
The DocBook 4 framework extensions bundle.
DocBook4ExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
Docbook4ExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.docbook
Dropped URLs handler
Docbook4ExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.docbook.Docbook4ExternalObjectInsertionHandler
 
Docbook4UniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.docbook.id
Unique attributes recognizer for Docbook 4
Docbook4UniqueAttributesRecognizer() - Constructor for class ro.sync.ecss.extensions.docbook.id.Docbook4UniqueAttributesRecognizer
Constructor
DocBook5ExtensionsBundle - Class in ro.sync.ecss.extensions.docbook
The DocBook 5 framework extensions bundle.
DocBook5ExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
Docbook5ExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.docbook
Dropped URLs handler
Docbook5ExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.docbook.Docbook5ExternalObjectInsertionHandler
 
Docbook5SchemaAwareEditingHandler - Class in ro.sync.ecss.extensions.docbook
Specific schema aware editing cases for Docbook5.
Docbook5SchemaAwareEditingHandler(String) - Constructor for class ro.sync.ecss.extensions.docbook.Docbook5SchemaAwareEditingHandler
 
Docbook5UniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.docbook.id
Unique attributes recognizer for Docbook 5
Docbook5UniqueAttributesRecognizer() - Constructor for class ro.sync.ecss.extensions.docbook.id.Docbook5UniqueAttributesRecognizer
Constuructor
DocbookAuthorTableOperationsHandler - Class in ro.sync.ecss.extensions.docbook
Author table operations handler for Docbook framework.
DocbookAuthorTableOperationsHandler(String) - Constructor for class ro.sync.ecss.extensions.docbook.DocbookAuthorTableOperationsHandler
Constructor.
DocbookConfigureAutoIDElementsOperation - Class in ro.sync.ecss.extensions.docbook.id
Operation used to insert a Link in Docbook documents.
DocbookConfigureAutoIDElementsOperation() - Constructor for class ro.sync.ecss.extensions.docbook.id.DocbookConfigureAutoIDElementsOperation
 
DocBookExtensionsBundleBase - Class in ro.sync.ecss.extensions.docbook
The DocBook framework extensions bundle.
DocBookExtensionsBundleBase() - Constructor for class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
DocbookLinkTextResolver - Class in ro.sync.ecss.extensions.docbook.link
Resolves local docbook xrefs.
DocbookLinkTextResolver() - Constructor for class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
 
DocbookNodeRendererCustomizer - Class in ro.sync.ecss.extensions.docbook
Class used to customize the way an Docbook node is rendered in the UI.
DocbookNodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.docbook.DocbookNodeRendererCustomizer
 
DocbookSchemaAwareEditingHandler - Class in ro.sync.ecss.extensions.docbook
Specific editing support for Docbook documents.
DocbookSchemaAwareEditingHandler(String) - Constructor for class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
Constructor.
DocbookSchemaManagerFilter - Class in ro.sync.ecss.extensions.docbook
Schema manager filter which provides the available condition values.
DocbookSchemaManagerFilter(String) - Constructor for class ro.sync.ecss.extensions.docbook.DocbookSchemaManagerFilter
Constructor.
doctypeChanged() - Method in interface ro.sync.ecss.extensions.api.AuthorListener
The DOCTYPE section has been changed.
doctypeChanged() - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
documentChanged(AuthorDocument, AuthorDocument) - Method in interface ro.sync.ecss.extensions.api.AuthorListener
A new document has been set into the author page.
documentChanged(AuthorDocument, AuthorDocument) - Method in class ro.sync.ecss.extensions.api.AuthorListenerAdapter
 
DocumentContentChangedEvent - Interface in ro.sync.ecss.extensions.api
Event received by an AuthorListener when changes have been made in the content of the AuthorDocument.
DocumentContentDeletedEvent - Interface in ro.sync.ecss.extensions.api
Event received by an AuthorListener when a deletion has been made in the content of the AuthorDocument.
DocumentContentInsertedEvent - Interface in ro.sync.ecss.extensions.api
Event received by an AuthorListener when insertion have been made in the content of the AuthorDocument.
documentNamespace - Variable in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
For Docbook 5 http://docbook.org/ns/docbook, for Docbook 4 an empty string.
documentNamespace - Variable in class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
For TEI P5 http://www.tei-c.org/ns/1.0, for TEI P4 an empty string.
DocumentPluginContext - Interface in ro.sync.exml.plugin.document
Plugin context interface.
DocumentPluginExtension - Interface in ro.sync.exml.plugin.document
Plugin extension.
DocumentPluginResult - Interface in ro.sync.exml.plugin.document
Plugin result interface.
DocumentPositionedInfo - Class in ro.sync.document
This class holds information related to the document, refering to some errors, or find results.
DocumentPositionedInfo(int) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor for a DPI used only to hold the current position in the editor.
DocumentPositionedInfo(int, String, String, int, int, int) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor.
DocumentPositionedInfo(int, String, String, int, int, int, int, URL, boolean) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor.
DocumentPositionedInfo(int, MessageProvider, String, int, int, int, int, int, int, URL, boolean) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor.
DocumentPositionedInfo(int, String, String, int, int) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor.
DocumentPositionedInfo(int, String, String) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor.
DocumentPositionedInfo(int, String) - Constructor for class ro.sync.document.DocumentPositionedInfo
Constructor.
documentTypeChanged() - Method in interface ro.sync.ecss.extensions.api.component.listeners.AuthorComponentListener
The editor document type changed (for example from Docbook to DITA).
documentTypeChanged() - Method in class ro.sync.ecss.extensions.api.component.listeners.DITAMapTreeComponentListener
The editor document type changed (usually called after a document was loaded).
DocumentTypeCustomRuleMatcher - Interface in ro.sync.ecss.extensions.api
Interface which can be implemented to provide custom matching to the document type it belongs to.
doOK() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
OK pressed.
doOperation(AuthorAccess, ArgumentsMap) - Method in interface ro.sync.ecss.extensions.api.AuthorOperation
Perform the actual operation.
doOperation(int) - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDsOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.ChangeAttributeOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.DeleteElementOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.ExecuteTransformationScenariosOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.InsertFragmentOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceFragmentOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceTextOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.InsertXIncludeOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.OpenInSystemAppOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.ShowElementDocumentationOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.SurroundWithFragmentOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.SurroundWithTextOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.text.CountWordsOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.text.FormSelectedTextOperation
Form sentences.
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
Process the selected text and make it lower case or upper case.
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.ToggleSurroundWithElementOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.TransformOperation
Applies the transformation and executes the specified action with the result.
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.operations.UnwrapTagsOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
Delete the table column at the caret position.
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
Delete the table row at the caret position.
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
Join the contents of one or more cells.
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertRowOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertTableOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.conref.AddEditConrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.conref.InsertConrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.conref.PasteAsContentKeyReferenceOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.conref.PasteAsContentReferenceOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.conref.RemoveConrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.conref.ReplaceConrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.keyref.InsertContentKeyrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.keyref.InsertKeyrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.keyref.PasteAsLinkKeyReferenceOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.link.InsertLinkOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.link.InsertXrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.link.PasteAsReferenceOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.map.table.InsertTableOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.map.topicgroup.InsertTopicgroupOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.map.topichead.InsertTopicheadOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.map.topicref.InsertTopicrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.reuse.CreateReusableComponentOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.reuse.InsertReusableComponentOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.search.SearchReferencesDITAOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.topic.InsertImageOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.InsertGraphicOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.InsertGUIButtonOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.InsertImageDataOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.InsertScreenshotOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.link.InsertExternalLinkOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.link.InsertLocalLinkOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.link.InsertULink
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.link.InsertXrefOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.olink.EditOLinkOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.olink.InsertOLinkOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.docbook.table.InsertTableOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.tei.InsertImageOperationP4
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.tei.InsertImageOperationP5
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.tei.table.InsertTableOperation
 
doOperation(AuthorAccess, ArgumentsMap) - Method in class ro.sync.ecss.extensions.xhtml.InsertImgOperation
 
doOperationInternal(AuthorAccess, ArgumentsMap, boolean) - Method in class ro.sync.ecss.extensions.dita.link.InsertXrefOperation
Perform the operation.
DRIVER_NAME - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the driver name used to access the database.

E

ECDITARelTableCustomizer - Class in ro.sync.ecss.extensions.dita.map.table
Customize a DITA map reltable.
ECDITARelTableCustomizerDialog - Class in ro.sync.ecss.extensions.dita.map.table
Dialog used to customize DITA table creation.
ECDITARelTableCustomizerDialog(Shell, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizerDialog
Constructor.
ECDITATableCustomizer - Class in ro.sync.ecss.extensions.dita.topic.table
Customize a DITA table.
ECDITATableCustomizerDialog - Class in ro.sync.ecss.extensions.dita.topic.table
Dialog used to customize DITA table creation.
ECDITATableCustomizerDialog(Shell, AuthorResourceBundle, int, int, boolean) - Constructor for class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizerDialog
Constructor.
ECDocbookInnerTableCustomizer - Class in ro.sync.ecss.extensions.docbook.table
Customize a Docbook table.
ECDocbookTableCustomizer - Class in ro.sync.ecss.extensions.docbook.table
Customize a Docbook table.
ECDocbookTableCustomizerDialog - Class in ro.sync.ecss.extensions.docbook.table
Dialog used to customize DocBook table creation.
ECDocbookTableCustomizerDialog(Shell, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
Constructor.
ECIDElementsCustomizer - Class in ro.sync.ecss.extensions.commons.id
Customize the list of elements for auto ID generation.
ECIDElementsCustomizer() - Constructor for class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizer
 
ECIDElementsCustomizerDialog - Class in ro.sync.ecss.extensions.commons.id
Dialog used to customize DITA elements which have auto ID generation.
ECIDElementsCustomizerDialog(Shell, String, AuthorResourceBundle) - Constructor for class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizerDialog
Constructor.
ECTableCustomizerDialog - Class in ro.sync.ecss.extensions.commons.table.operations
Dialog used to customize the insertion of a generic table (number of rows, columns, table caption).
ECTableCustomizerDialog(Shell, boolean, boolean, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Constructor for TrangDialog.
ECTableCustomizerDialog(Shell, boolean, boolean, boolean, boolean, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Constructor for TrangDialog.
ECTableCustomizerDialog(Shell, boolean, boolean, boolean, boolean, boolean, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Constructor for TrangDialog.
ECTEIFigureEntityAttributeCustomizer - Class in ro.sync.ecss.extensions.tei
Customize the value of the attribute for a TEI figure.
ECTEIFigureEntityAttributeCustomizer() - Constructor for class ro.sync.ecss.extensions.tei.ECTEIFigureEntityAttributeCustomizer
 
ECTEITableCustomizer - Class in ro.sync.ecss.extensions.tei.table
Customize a TEI table.
ECTEITableCustomizerDialog - Class in ro.sync.ecss.extensions.tei.table
The dialog used to customize a TEI table.
ECTEITableCustomizerDialog(Shell, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizerDialog
Constructor.
ECXHTMLTableCustomizerDialog - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Dialog used to customize XHTML table creation.
ECXHTMLTableCustomizerDialog(Shell, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerDialog
Constructor.
ECXHTMLTableCustomizerInvoker - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Customize a XHTML table for Eclipse application.
EDIT - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
en: Edit
EDIT_CUSTOM - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Value of the PROPERTY_EDIT that indicates that the editor is doing a custom edit session and it's up to the editor to update the document.
EDIT_TEXT_CONTENT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Value of the PROPERTY_EDIT that indicates that the text content of the element must be edited.
EDITABLE - Static variable in interface ro.sync.ecss.extensions.api.content.TextContext
The returned text is in editable context.
EDITABLE_IN_FILTERED_CONDITIONAL_PROFILING - Static variable in interface ro.sync.ecss.extensions.api.content.TextContext
The returned text is in editable context but a profiling condition is applied and filters the node when the output will be published..
editAttribute(AuthorElement, String) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Searches through the in-place editors added on the given element for the first one that edits the given attribute.
EditedAttribute - Interface in ro.sync.ecss.extensions.api
Edited attribute information, like QName, element's QName and the proxy namespace mapping.
editingCanceled() - Method in interface ro.sync.ecss.extensions.api.editor.InplaceEditingListener
An editing canceled request.
EditingEvent - Class in ro.sync.ecss.extensions.api.editor
The in-place editing was stopped.
EditingEvent(String) - Constructor for class ro.sync.ecss.extensions.api.editor.EditingEvent
Constructor.
EditingEvent(IAuthorExtensionAction) - Constructor for class ro.sync.ecss.extensions.api.editor.EditingEvent
Constructor.
EditingEvent(String, boolean) - Constructor for class ro.sync.ecss.extensions.api.editor.EditingEvent
Constructor.
editingOccured() - Method in interface ro.sync.ecss.extensions.api.editor.InplaceEditingListener
An edit happened in the inplace editor which could result in a document modification if the new value will be committed.
editingStopped(EditingEvent) - Method in interface ro.sync.ecss.extensions.api.editor.InplaceEditingListener
An editing stopped request.
EditOLinkOperation - Class in ro.sync.ecss.extensions.docbook.olink
Edit OLink operation.
EditOLinkOperation() - Constructor for class ro.sync.ecss.extensions.docbook.olink.EditOLinkOperation
 
EDITOR_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Editor component is licensed both on SA and Eclipse.
EDITOR_TEMPLATE - Static variable in interface ro.sync.exml.editor.EditorTemplate
The new editor template type.
editorAboutToBeClosed(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor will be closed.
editorAboutToBeOpened(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor will be opened.
editorAboutToBeOpenedVeto(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor will be opened.
editorAboutToBeSavedVeto(int) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorListener
The editor is about to be saved.
editorActivated(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was activated.
editorClosed(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was closed.
EditorComponentProvider - Interface in ro.sync.ecss.extensions.api.component
Provides access to a created editor + helper views and additional panels.
editorDeactivated(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was de-activated.
editorOpened(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was opened.
editorPageChanged(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
The current page for an editor has changed.
editorPageChanged() - Method in class ro.sync.exml.workspace.api.listeners.WSEditorPageChangedListener
The current page for an editor has changed
editorRelocated(URL, URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was relocated to a new location.
editorSaved(int) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorListener
The editor was saved.
editorSelected(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was selected in the tabbed pane.
EditorTemplate - Interface in ro.sync.exml.editor
Used to create a new editor for a given extension.
ELEMENT_NAME - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
The element name.
ELEMENT_NAME_CELL - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The name of the element that defines a table cell.
ELEMENT_NAME_CHDESC_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a choicetable description cell.
ELEMENT_NAME_CHDESCHD_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a choicetable header description cell.
ELEMENT_NAME_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of the choicetable element.
ELEMENT_NAME_CHOPTION_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a choicetable option cell.
ELEMENT_NAME_CHOPTIONHD_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a choicetable header option cell.
ELEMENT_NAME_COLSPEC - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines a column specification.
ELEMENT_NAME_ENTRY - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines a CALS table cell.
ELEMENT_NAME_ENTRY - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of element that defines a table cell.
ELEMENT_NAME_ENTRY_SIMPLETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a simpletable cell.
ELEMENT_NAME_HEADER - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of element that defines the header of a table.
ELEMENT_NAME_HEADER_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the header of a choicetable.
ELEMENT_NAME_HEADER_ENTRY - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of element that defines column specification of a table.
ELEMENT_NAME_HEADER_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the header of a properties table.
ELEMENT_NAME_HEADER_SIMPLETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the header of a simpletable.
ELEMENT_NAME_INFORMALTABLE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines an informaltable.
ELEMENT_NAME_INFORMALTABLE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of element that defines an XHTML table for DocBook model.
ELEMENT_NAME_PROPDESC_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the property description cell.
ELEMENT_NAME_PROPDESCHD_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the header property description cell.
ELEMENT_NAME_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of the properties element.
ELEMENT_NAME_PROPTYPE_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the property type cell.
ELEMENT_NAME_PROPTYPEHD_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the header property type cell.
ELEMENT_NAME_PROPVALUE_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the property value cell.
ELEMENT_NAME_PROPVALUEHD_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines the header property value cell.
ELEMENT_NAME_ROW - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines a CALS table row.
ELEMENT_NAME_ROW - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of element that defines a table row.
ELEMENT_NAME_ROW - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The name of the element that defines a table row.
ELEMENT_NAME_ROW_CHOICETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a choicetable row.
ELEMENT_NAME_ROW_PROPERTIES - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a property row.
ELEMENT_NAME_ROW_SIMPLETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of element that defines a simpletable row.
ELEMENT_NAME_SIMPLETABLE - Static variable in interface ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableConstants
The name of the simpletable element.
ELEMENT_NAME_SPANSPEC - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines column span information.
ELEMENT_NAME_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines a table.
ELEMENT_NAME_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of element that defines an XHTML table.
ELEMENT_NAME_TABLE - Static variable in interface ro.sync.ecss.extensions.dita.map.table.ReltableConstants
The name of element that defines the main content of a table, or part of a table.
ELEMENT_NAME_TABLE - Static variable in interface ro.sync.ecss.extensions.tei.table.TEIConstants
The name of the element that defines the main content of a table.
ELEMENT_NAME_TD - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of element that defines a table cell.
ELEMENT_NAME_TGROUP - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.cals.CALSConstants
The name of the element that defines the main content of a table, or part of a table.
ELEMENT_NAME_TH - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of element that defines a table header row.
ELEMENT_NAME_THEAD - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of the table header element.
ELEMENT_NAME_TR - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
The name of element that defines a table row.
ElementLocator - Class in ro.sync.ecss.extensions.api.link
Base class for custom elements locators used to locate an element based on a link.
ElementLocator(String) - Constructor for class ro.sync.ecss.extensions.api.link.ElementLocator
Constructor.
ElementLocatorException - Exception in ro.sync.ecss.extensions.api.link
Exception thrown when an element locator fails.
ElementLocatorException(String) - Constructor for exception ro.sync.ecss.extensions.api.link.ElementLocatorException
Constructor.
ElementLocatorException(String, Throwable) - Constructor for exception ro.sync.ecss.extensions.api.link.ElementLocatorException
Constructor.
ElementLocatorProvider - Interface in ro.sync.ecss.extensions.api.link
This class is able to provide an implementation of an ElementLocator based on the structure of a link.
EMPTY_VALUE - Static variable in class ro.sync.ecss.extensions.api.node.AttrValue
Empty attribute value constant.
encrypt(String) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Encrypts a string using the Oxygen internal encryption system.
endCDATA() - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
endCompoundEdit() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
End a compound edit.
endCompoundUndoableEdit() - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
End a compound undoable edit operation.
endDocument() - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
endDTD() - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
endElement(String, String, String) - Method in class ro.sync.ecss.extensions.api.link.ElementLocator
Notification received when the end of an element has been encountered.
endElement(String, String, String) - Method in class ro.sync.ecss.extensions.commons.IDElementLocator
 
endElement(String, String, String) - Method in class ro.sync.ecss.extensions.commons.XPointerElementLocator
 
endElement(String, String, String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
endElement(String, String, String) - Method in class ro.sync.ecss.extensions.dita.DITAElementLocator
 
endElement(String, String, String) - Method in class ro.sync.ecss.extensions.dita.DITAMapKeyDefElementLocator
 
endEntity(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
endPrefixMapping(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
enterKeyPressed() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Enter key pressed.
EnumerationDefInfo - Class in ro.sync.exml.workspace.api.editor.page.ditamap.keys
An enumeration def info.
EnumerationDefInfo(String, String) - Constructor for class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
Constructor.
equals(Object) - Method in class ro.sync.document.DocumentPositionedInfo
Indicates whether some other document positioned information is "equal to" this one.
equals(Object) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
equals(Object) - Method in class ro.sync.ecss.extensions.api.node.AttrValue
 
equals(Object) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
 
escapeAttributeValue(String) - Method in interface ro.sync.ecss.extensions.api.access.AuthorUtilAccess
Deprecated. Use the method from the AuthorXMLUtilAccess class.
escapeAttributeValue(String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorUtilAccess.escapeAttributeValue(String) instead.
escapeAttributeValue(String) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Escape an attribute value so that the XML document remains well-formed.
evaluateXPath(String, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.evaluateXPath(String, boolean, boolean, boolean) instead.
evaluateXPath(String, boolean, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Evaluates an XPath 2.0 expression.
evaluateXPath(String, AuthorNode, boolean, boolean, boolean, boolean, XPathVersion) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Evaluates an XPath expression.
evaluateXPath(String, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Evaluates an XPath 2.0 expression.
evaluateXPath(String, AuthorNode, boolean, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Evaluates an XPath 2.0 expression.
evaluateXPath(String) - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextEditorPage
Evaluates an XPath expression.
ExecuteTransformationScenariosOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an operation which runs a certain transformation scenario.
ExecuteTransformationScenariosOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.ExecuteTransformationScenariosOperation
Constructor.
expandEditorVariables(String, URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Try to expand the editor variables in a path.
ExtensionsBundle - Class in ro.sync.ecss.extensions.api
Abstract class representing a bundle for all extensions handlers.
ExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.api.ExtensionsBundle
 
ExtensionTags - Interface in ro.sync.ecss.extensions.commons
The collection of the extension messages.
ExtensionUtil - Class in ro.sync.ecss.extensions.api.link
Utility methods.
ExtensionUtil() - Constructor for class ro.sync.ecss.extensions.api.link.ExtensionUtil
 
ExternalObjectInsertionSources - Interface in ro.sync.ecss.extensions.api
Drop and paste sources

F

FALSE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_EDITABLE that marks the combo as NOT being editable.
FILE_TEMPLATE - Static variable in interface ro.sync.exml.editor.EditorTemplate
The classic type of template represented by a file on HDD.
fillColor - Variable in class ro.sync.ecss.extensions.api.highlights.RectangleHighlightPainter
The fill color.
filter(Styles, AuthorNode) - Method in interface ro.sync.ecss.extensions.api.StylesFilter
Filter the styles for the specified element.
FILTER_IDS_ON_COPY_KEY - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
The key from options
filterAttributes(List<CIAttribute>, WhatAttributesCanGoHereContext) - Method in interface ro.sync.contentcompletion.xml.SchemaManagerFilter
Filters the attributes proposed by the editor content completion schema manager.
filterAttributes(List<CIAttribute>, WhatAttributesCanGoHereContext) - Method in class ro.sync.contentcompletion.xml.StyleGuideSchemaManagerFilterBase
 
filterAttributes(List<CIAttribute>, WhatAttributesCanGoHereContext) - Method in class ro.sync.ecss.extensions.dita.DITASchemaManagerFilter
 
filterAttributes(List<CIAttribute>, WhatAttributesCanGoHereContext) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaManagerFilter
 
filterAttributes(List<CIAttribute>, WhatAttributesCanGoHereContext) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
 
filterAttributeValues(List<CIValue>, WhatPossibleValuesHasAttributeContext) - Method in interface ro.sync.contentcompletion.xml.SchemaManagerFilter
Filters the attribute values proposed by the editor content completion schema manager.
filterAttributeValues(List<CIValue>, WhatPossibleValuesHasAttributeContext) - Method in class ro.sync.ecss.extensions.dita.DITASchemaManagerFilter
 
filterAttributeValues(List<CIValue>, WhatPossibleValuesHasAttributeContext) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaManagerFilter
 
filterAttributeValues(List<CIValue>, WhatPossibleValuesHasAttributeContext) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
 
filterElements(List<CIElement>, WhatElementsCanGoHereContext) - Method in interface ro.sync.contentcompletion.xml.SchemaManagerFilter
Filters the elements proposed by the editor content completion schema manager.
filterElements(List<CIElement>, WhatElementsCanGoHereContext) - Method in class ro.sync.contentcompletion.xml.StyleGuideSchemaManagerFilterBase
 
filterElements(List<CIElement>, WhatElementsCanGoHereContext) - Method in class ro.sync.ecss.extensions.dita.DITASchemaManagerFilter
 
filterElements(List<CIElement>, WhatElementsCanGoHereContext) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
 
filterElementValues(List<CIValue>, Context) - Method in interface ro.sync.contentcompletion.xml.SchemaManagerFilter
Filters the element values proposed by the editor content completion schema manager.
filterElementValues(List<CIValue>, Context) - Method in class ro.sync.ecss.extensions.dita.DITASchemaManagerFilter
 
filterElementValues(List<CIValue>, Context) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaManagerFilter
 
filterElementValues(List<CIValue>, Context) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
 
filterValidationProblems(ValidationProblems) - Method in class ro.sync.exml.workspace.api.editor.validation.ValidationProblemsFilter
Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.
findCellInsertionOffset(AuthorAccess, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Find the offset in the document where a new entry (table cell) should be inserted for the given table row and column.
findElementsByXPath(String) - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextEditorPage
Finds the nodes selected by the given XPath expression.
findNodesByXPath(String, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.findNodesByXPath(String, boolean, boolean, boolean) instead.
findNodesByXPath(String, boolean, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Finds the author nodes selected by the given XPath 2.0 expression.
findNodesByXPath(String, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Finds the author nodes selected by the given XPath 2.0 expression.
findNodesByXPath(String, AuthorNode, boolean, boolean, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Finds the author nodes selected by the given XPath 2.0 expression.
findNodesByXPath(String, AuthorNode, boolean, boolean, boolean, boolean, XPathVersion) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Finds the author nodes selected by the given XPath expression.
fireCommitValue(EditingEvent) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
Notify the interested listeners that the current value must be committed.
fireEditingCanceled() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
Notify the interested listeners that the editing was canceled.
fireEditingOccured() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
Notify the interested listeners that an edit occurred inside the editor.
fireEditingStopped(EditingEvent) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
Notify the interested listeners that the editing stopped.
fireNextEditLocationRequested() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
Notify the interested listeners that the next edit position was requested.
firePreviousEditLocationRequested() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
Notify the interested listeners that the previous edit position was requested.
FIXED_COL_WIDTH_DEFAULT_VALUE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Fixed col width default value
flipSeverity(int) - Static method in class ro.sync.document.DocumentPositionedInfo
Used to obtain the severity level to be used when sorting the DPIs by severity.
FONT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorArgumentKeys
The font to be used by the renderer/editor or null to go with the default.
FormSelectedTextOperation - Class in ro.sync.ecss.extensions.commons.operations.text
The class provides form word and form sentence operations over a selected text.
FormSelectedTextOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.FormSelectedTextOperation
 
FRAME - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Frame' label text.
FRAME_ABOVE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_ALL - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Frame all four sides of the table.
FRAME_BELLOW - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_BORDER - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_BOTTOM - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Frame only the bottom of the table.
FRAME_BOX - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_HSIDES - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_LHS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_NONE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Place no border on the table.
FRAME_RHS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_SIDES - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Frame the left and right sides of the table.
FRAME_TOP - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Frame the top of the table.
FRAME_TOPBOT - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Frame the top and bottom of the table.
FRAME_UNSPECIFIED - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Do not insert frame attribute.
FRAME_VOID - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.
FRAME_VSIDES - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Possible value for 'frame' attribute.

G

GeneralStylesFilterExtension - Class in ro.sync.exml.plugin.author.css.filter
CSS properties filter plugin extension.
GeneralStylesFilterExtension() - Constructor for class ro.sync.exml.plugin.author.css.filter.GeneralStylesFilterExtension
 
GENERATE_ID_DEFAULTS - Static variable in class ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizer
List of elements for which to generate IDs, comma separated
GENERATE_ID_DEFAULTS - Static variable in class ro.sync.ecss.extensions.docbook.id.Docbook4UniqueAttributesRecognizer
List of elements for which to generate IDs, comma separated
GENERATE_ID_DEFAULTS - Static variable in class ro.sync.ecss.extensions.tei.id.TEIP4UniqueAttributesRecognizer
List of elements for which to generate IDs, comma separated
GENERATE_ID_DEFAULTS - Static variable in class ro.sync.ecss.extensions.xhtml.id.XHTMLUniqueAttributesRecognizer
List of elements for which to generate IDs, comma separated
GENERATE_ID_ELEMENTS_ACTIVE_KEY - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
The key from options
GENERATE_ID_ELEMENTS_KEY - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
The key from options
GENERATE_ID_PATTERN_KEY - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
The key from options
GENERATE_TABLE_FOOTER - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Generate table footer' checkbox text.
GENERATE_TABLE_HEADER - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Generate table header' checkbox text.
generateColumnSpecifications(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.JoinRowCellsOperation
Generates column specifications for the given table and inserts them into it.
generateColumnSpecifications(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
Generates column specifications for the given table and inserts them into the document.
generateColumnSpecifications(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.JoinRowCellsOperation
 
generateColumnSpecifications(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.JoinRowCellsOperation
 
generateColumnSpecifications(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.JoinRowCellsOperation
 
generateColumnSpecifications(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement) - Method in class ro.sync.ecss.extensions.tei.table.JoinRowCellsOperation
 
generateID(String, String) - Static method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Generate an ID from a pattern for the specified element.
generateID(AuthorAccess, String) - Method in class ro.sync.ecss.extensions.dita.reuse.CreateReusableComponentOperation
 
GenerateIDElementsInfo - Class in ro.sync.ecss.extensions.commons.id
Information about the list of elements for which to generate auto ID + if the auto ID generation is activated
GenerateIDElementsInfo(AuthorAccess, GenerateIDElementsInfo) - Constructor for class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Constructor.
GenerateIDElementsInfo(boolean, String, String[]) - Constructor for class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Constructor.
GenerateIDElementsInfo(boolean, String, String[], boolean) - Constructor for class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Constructor.
GenerateIDsDB4Operation - Class in ro.sync.ecss.extensions.docbook.id
Operation to auto generate IDs on the selected content.
GenerateIDsDB4Operation() - Constructor for class ro.sync.ecss.extensions.docbook.id.GenerateIDsDB4Operation
 
GenerateIDsDB5Operation - Class in ro.sync.ecss.extensions.docbook.id
Operation to auto generate IDs on the selected content.
GenerateIDsDB5Operation() - Constructor for class ro.sync.ecss.extensions.docbook.id.GenerateIDsDB5Operation
 
GenerateIDsDITAOperation - Class in ro.sync.ecss.extensions.dita.id
Operation to auto generate IDs on the selected content.
GenerateIDsDITAOperation() - Constructor for class ro.sync.ecss.extensions.dita.id.GenerateIDsDITAOperation
 
GenerateIDsOperation - Class in ro.sync.ecss.extensions.commons.id
Operation used to auto generate IDs for the elements included in the selected fragment.
GenerateIDsOperation() - Constructor for class ro.sync.ecss.extensions.commons.id.GenerateIDsOperation
 
GenerateIDsTEIP4Operation - Class in ro.sync.ecss.extensions.tei.id
Operation to auto generate IDs on the selected content.
GenerateIDsTEIP4Operation() - Constructor for class ro.sync.ecss.extensions.tei.id.GenerateIDsTEIP4Operation
 
GenerateIDsTEIP5Operation - Class in ro.sync.ecss.extensions.tei.id
Operation to auto generate IDs on the selected content.
GenerateIDsTEIP5Operation() - Constructor for class ro.sync.ecss.extensions.tei.id.GenerateIDsTEIP5Operation
 
generateUniqueIDFor(String, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
Generate an unique ID for an element
getAcceptedLength() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
 
getActionID(Object) - Method in interface ro.sync.exml.workspace.api.editor.page.author.actions.AuthorActionsProvider
Get an unique ID (which does not depend on the action name) for an action Oxygen has mounted on the main JMenuBar or on the toolbars.
getActionID(Object) - Method in interface ro.sync.exml.workspace.api.editor.page.text.actions.TextActionsProvider
Get an unique ID (which does not depend on the action name) for an action Oxygen has mounted on the main JMenuBar or on the toolbars.
getActionsProvider() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Provides access to actions already defined in the Author page like: Undo, Redo, Display Full Tags, Edit Attributes, etc.
getActionsProvider() - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Provides access to actions already defined in the Text page like: Undo, Redo, etc.
getAdditionalData() - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides the review additional data that will be presented in the callout content part.
getAdditionalData() - Method in interface ro.sync.ecss.extensions.api.highlights.Highlight
 
getAdditionalEditHelper(int) - Method in interface ro.sync.ecss.extensions.api.component.EditorComponentProvider
Get an additional edit helper panel.
getAdditionalHtmlContent() - Method in class ro.sync.document.DocumentPositionedInfo
Return the additional HTML content, if any.
getAdditionalInfo() - Method in class ro.sync.document.DocumentPositionedInfo
The URL for additional information if available.
getAdditionalInformation() - Method in interface ro.sync.exml.editor.EditorTemplate
Return additional information about this template (e.g.
getAdditionalRenderedAttributeValue() - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
Get the additional rendered attribute value.
getAdditionalRenderedText() - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
The additional rendered text.
getAlgorithm() - Method in class ro.sync.diff.api.DiffOptions
 
getAlign() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
Get the text align specified on the colspec.
getAlign() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Get the align value specified on the colspec.
getAllColspecWidthRepresentations() - Method in class ro.sync.ecss.extensions.api.AuthorTableColumnWidthProviderBase
Get all with representations defined in all colspecs.
getAllColspecWidthRepresentations() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
getAllColspecWidthRepresentations() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
getAllColspecWidthRepresentations() - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
getAllColspecWidthRepresentations() - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
getAllEditorLocations() - Method in interface ro.sync.ecss.extensions.api.access.AuthorWorkspaceAccess
Get all the editor locations.
getAllEditorLocations(int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Get all the editor locations.
getAllowedValues() - Method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
 
getAllPossibleElements() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Get all the elements, including eventual local ones.
getAnchor() - Method in class ro.sync.document.DocumentPositionedInfo
Get the error anchor if any.
getArguments() - Method in interface ro.sync.ecss.extensions.api.AuthorOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
No Arguments
getArguments() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDsOperation
No Arguments
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.ChangeAttributeOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.DeleteElementOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.ExecuteTransformationScenariosOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
The MathML XML fragment can be customized by the developer.
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.InsertFragmentOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceTextOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.InsertXIncludeOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.OpenInSystemAppOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.ShowElementDocumentationOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.SurroundWithFragmentOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.SurroundWithTextOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.text.CountWordsOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.text.FormSelectedTextOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.text.ToLowerCaseOperation
No arguments necessary.
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.text.ToUpperCaseOperation
No operation arguments necessary.
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.ToggleSurroundWithElementOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.TransformOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.operations.UnwrapTagsOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
No arguments for this operation.
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
No arguments for this operation.
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
The operation will display a dialog for choose table attributes.
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
 
getArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertTableOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.conref.AddEditConrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.conref.InsertConrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.conref.PasteAsContentKeyReferenceOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.dita.conref.PasteAsContentReferenceOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.dita.conref.RemoveConrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.conref.ReplaceConrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.keyref.InsertContentKeyrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.keyref.InsertKeyrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.keyref.PasteAsLinkKeyReferenceOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.dita.link.InsertXrefOperation
The operation has 3 arguments: format, type and scope.
getArguments() - Method in class ro.sync.ecss.extensions.dita.link.PasteAsReferenceOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.dita.map.table.InsertTableOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.map.topicgroup.InsertTopicgroupOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.map.topichead.InsertTopicheadOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.map.topicref.InsertTopicrefOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.reuse.CreateReusableComponentOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.reuse.InsertReusableComponentOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.search.SearchReferencesDITAOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.dita.topic.InsertImageOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.InsertGraphicOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.docbook.InsertGUIButtonOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.docbook.InsertImageDataOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.docbook.InsertScreenshotOperation
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.docbook.link.InsertExternalLinkOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.link.InsertLocalLinkOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.link.InsertULink
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.link.InsertXrefOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.olink.EditOLinkOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.olink.InsertOLinkOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.docbook.table.InsertTableOperation
The operation will display a dialog for choosing table attributes.
getArguments() - Method in class ro.sync.ecss.extensions.tei.InsertImageOperationP4
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.tei.InsertImageOperationP5
No arguments.
getArguments() - Method in class ro.sync.ecss.extensions.tei.table.InsertTableOperation
 
getArguments() - Method in class ro.sync.ecss.extensions.xhtml.InsertImgOperation
No arguments.
getArgumentValue(String) - Method in interface ro.sync.ecss.extensions.api.ArgumentsMap
Get the value for the specified argument name.
getAttribute(String) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Returns the value of an attribute with the given name.
getAttributeAtIndex(int) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Returns the name of the attribute at the specified index.
getAttributeDescription(WhatPossibleValuesHasAttributeContext) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Get the description of an attribute.
getAttributeDescription(WhatPossibleValuesHasAttributeContext) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Get the description of an attribute.
getAttributeEditingContextDescription() - Method in interface ro.sync.exml.workspace.api.standalone.ContextDescriptionProvider
When the chooser is used for editing an attribute value, we can obtain an additional description about the element name and the attribute name which is being edited.
getAttributeName() - Method in interface ro.sync.ecss.extensions.api.AttributeChangedEvent
Returns the name of the attribute that was changed.
getAttributeName() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
Get the attribute name.
getAttributeNamespace(String) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Get an attribute's namespace.
getAttributeNamespace(String) - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get namespace URI for a given attribute qualified name.
getAttributeQName() - Method in interface ro.sync.ecss.extensions.api.EditedAttribute
The attribute QName.
getAttributeQName(int) - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get the qualified attribute name at index.
getAttributesCount() - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Returns the number of the element attributes.
getAttributesCount() - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Returns the number of the element attributes.
getAttributesSkippedAtCopy() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.SplitLeftRightOperation
 
getAttributesSkippedAtCopy() - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
 
getAttributesSkippedAtCopy() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SplitLeftRightOperation
 
getAttributesSkippedAtCopy() - Method in class ro.sync.ecss.extensions.tei.table.SplitLeftRightOperation
 
getAttributeToEdit() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
 
getAttributeToEdit(String) - Static method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
Checks if the property InplaceEditorCSSConstants.PROPERTY_EDIT specifies an attribute to be edited.
getAttributeValue(EditedAttribute, Object) - Method in interface ro.sync.ecss.extensions.api.AttributesValueEditor
Deprecated. Get a value for the current attribute.
getAttributeValue(EditedAttribute, Object) - Method in class ro.sync.ecss.extensions.api.CustomAttributeValueEditor
Get a value for the current attribute.
getAttributeValue(AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.ECTEIFigureEntityAttributeCustomizer
Get the value for the attribute entity.
getAttributeValue(AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.SATEIFigureEntityAttributeCustomizer
Get the value for the attribute entity.
getAttributeValue(String) - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get attribute value for given attribute qualified name.
getAuthor() - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides the reviewer author name that will be presented in the callout header part.
getAuthorAccess() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
 
getAuthorAccess() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Access class to the author functions.
getAuthorCalloutsController() - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
The callouts are representations of Track Changes insert and delete highlights, review comment highlights and the custom review highlights in Author mode.
getAuthorCommonActions() - Method in interface ro.sync.exml.workspace.api.editor.page.author.actions.AuthorActionsProvider
Get the map of author common actions (undo, redo, cut, copy, paste, etc).
getAuthorComponent() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the internal component on which the Author page is rendered.
getAuthorDocumentNode() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Returns the edited author document.
getAuthorExtensionActions() - Method in interface ro.sync.exml.workspace.api.editor.page.author.actions.AuthorActionsProvider
Get the map of author extension actions.
getAuthorNode() - Method in interface ro.sync.ecss.extensions.api.AuthorViewToModelInfo
Return the AuthorNode located at a specified position.
getAuthorResourceBundle() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
A message bundle that holds all the internationalized messages displayed in Oxygen frameworks for a language set in Preferences.
getAuthorSchemaAwareEditingHandler() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
If Schema Aware mode is active in Oxygen, all actions that can generate invalid content will be redirected toward this support.
getAuthorSchemaAwareEditingHandler() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getAuthorSchemaAwareEditingHandler() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getAuthorSchemaAwareEditingHandler() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getAuthorSchemaAwareEditingHandler() - Method in class ro.sync.ecss.extensions.tei.TEIExtensionsBundleBase
 
getAuthorSchemaAwareOptions() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
 
getAuthorSchemaManager() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
 
getAuthorSelectionModel() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the Author selection model containing access to all Author selection intervals and methods for adding simple and multiple selections.
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Get the AuthorTableOperationsHandler instance responsible for handling table operations.
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.dita.map.DITAMapExtensionsBundle
 
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
getAuthorTableOperationsHandler() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
getAuthorTransfers() - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
Get the data transfers of interest for the listener.
getAvailableDataSourceConnectionInfos() - Method in interface ro.sync.exml.workspace.api.options.DataSourceAccess
Obtain information about all the available data source connections.
getBalancedSelectionEnd() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Usually returns the same value as WSAuthorEditorPageBase.getSelectionEnd().
getBalancedSelectionStart() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Usually returns the same value as WSAuthorEditorPageBase.getSelectionStart().
getBaseline() - Method in class ro.sync.ecss.extensions.api.editor.RendererLayoutInfo
Gets the baseline.
getBaseLine() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the base line relative to top, relative to the box.
getBaseURLAtCaretPosition(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Get the base URL for the node located at caret position.
getBeforeElement() - Method in interface ro.sync.ecss.extensions.api.AuthorElementBaseInterface
 
getBgColor() - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
 
getBrowseMode() - Method in interface ro.sync.exml.workspace.api.standalone.InputURLChooser
Get the mode for which the Input URL chooser will be used (for opening or for saving resources).
getButton() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Returns which, if any, of the mouse buttons has changed state.
getCalloutType() - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides a human readable string representing the callout type that will be rendered as a description of the callout, in the header part.
getCALSTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
Get the table span provider for the CALS table model.
getCancelButton() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
 
getCaretOffset() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSTextBasedEditorPage.getCaretOffset() instead. For example if you have an AuthorAccess object then use authorAccess.getEditorAccess().getCaretOffset().
getCaretOffset() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
The current caret offset.
getCaretPosition() - Method in interface ro.sync.exml.editor.EditorTemplate
 
getCategory() - Method in interface ro.sync.exml.workspace.api.license.LicenseInformationProvider
Get the license category.
getCauseMessage() - Method in exception ro.sync.exml.plugin.lock.LockException
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
Get the name of the element that will be inserted as a cell into the table.
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Get the name of the element that represents a cell.
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertColumnOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertRowOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.map.table.InsertColumnOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.map.table.InsertRowOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.tei.table.InsertColumnOperation
 
getCellElementName(AuthorElement, int) - Method in class ro.sync.ecss.extensions.tei.table.InsertRowOperation
 
getCellSpanSpec(AuthorAccess, AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Find the column span specification for a table cell.
getCellWidth(AuthorElement, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Get the width representation for the cell represented by the cellElement.
getCellWidth(AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
getCellWidth(AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
The list with the width representations for the given cell is obtained by computing the column span and then determining the WidthRepresentation for each column the cell spans across.
getCellWidth(AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
getCellWidth(AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
getChangeHighlights() - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Fetches the list of change tracking highlights.
getChangeHighlights(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Fetches the list of change tracking highlight that intersects the interval between the given start offset and end offset.
getChangeHighlights() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
Returns the list with the fragment change tracking highlights.
getChangeTrackingController() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorAccess.getReviewController() instead.
getChangeTrackingController() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Deprecated. Use WSAuthorEditorPage.getReviewController() instead.
getChars(int, int, Segment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
The content represents the entire text content of the Author page + additional markers/sentinels at offsets which are pointed to by the AuthorNodes.
getChars(int, int, Segment) - Method in interface ro.sync.ecss.extensions.api.Content
Retrieves a portion of the content into the specified Segment.
getChild(String) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Deprecated. Use AuthorElement.getElementsByLocalName(String)[0] instead.
getChildrenElements(WhatElementsCanGoHereContext) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Get the elements that can be children of the element for which the context was built.
getChildrenElements(WhatElementsCanGoHereContext) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Get the elements that can be children of the element for which the context was built.
getClassPathResources() - Method in interface ro.sync.ecss.extensions.api.ClassPathResourcesAccess
Get the list of resources the user has added to the classpath of the corresponding framework
getClassPathResourcesAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Get access to the list of resources the user has added to the classpath of the corresponding framework.
getClickCount() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Returns the number of mouse clicks associated with this event.
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Get a processor for Author Document Fragments in the clipboard (which will be pasted, dropped, etc).
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
getClipboardFragmentProcessor() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
getColor() - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides color for styling the associated callout box.
getColor() - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
 
getColSpan(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorTableCellSpanProvider
Get the number of columns the given cell spans across.
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.spansupport.TEITableCellSpanProvider
Compute the number of columns the cell spans across by looking at the 'cols' attribute.
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Compute the number of columns the cell spans across by looking at the 'spanspec' attribute.
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
Compute the number of columns the cell spans across by looking at the colspan attribute.
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.ReltableCellSpanProvider
 
getColSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableCellSpanProvider
 
getColSpec(int) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Find the column specification for the given column number.
getColSpecElement(CALSColSpec) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Find a column specification element.
getColSpecs() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Returns the column specification set corresponding to the CALS table.
getColumn() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the column of the event.
getColumnName() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSTableColumnSpecificationInformation
Gets the column name.
getColumnName() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
 
getColumnNumber() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
 
getColumnOfOffset(int) - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Converts an offset position (a position between the characters of the text) to the column number in the line that contains the offset.
getColumnsNumber() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Return the number of columns.
getColumnSpecification(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.api.table.operations.AuthorTableOperationsHandler
Returns the column specification information of a table column.
getColumnSpecification(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.DITAAuthorTableOperationsHandler
 
getColumnSpecification(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.docbook.DocbookAuthorTableOperationsHandler
 
getColumnsWidthsType() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Compute the possible values for the column widths specifications.
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Compute the possible values for the column widths specifications.
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizerDialog
 
getColumnWidthsSpecifications(int) - Method in class ro.sync.ecss.extensions.tei.table.SATEITableCustomizerDialog
 
getColWidth() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
 
getComment(int) - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides the review comment that will be presented in the callout content part.
getCommentHighlights() - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Fetches the list of comment highlights.
getCommentHighlights(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Fetches the list of comment highlights that intersect the interval between the given start offset and end offset.
getCommentsAndCustomHighlights() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
Returns the list with the fragment comment highlights or custom highlights.
getCommonAncestor(AuthorNode[]) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Get the common parent for the nodes.
getCommonParentNode(AuthorDocument, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Find the common ancestor node of the two offsets.
getComponent() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Get the current component this view will display
getComponents() - Method in interface ro.sync.exml.workspace.api.license.LicenseInformationProvider
Get the components which are currently licensed.
getComponents() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
getContent() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
getContent() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
 
getContent(String) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.MetaContentProvider
Get as text the keyref content.
getContentFromFragment(AuthorAccess, boolean, AuthorDocumentFragment) - Static method in class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
Get the given fragment content.
getContentFromTarget(int) - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides a section from the document content that is covered by this callout.
getContentHandler() - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
getContentInformationAtOffset(int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Returns content information for the offset.
getContentNodes() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
Get the list of the first-level nodes contained in this Author document fragment.
getContentNodes() - Method in interface ro.sync.ecss.extensions.api.node.AuthorParentNode
Returns the list with all children of this element.
getContentPane() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
 
getContentType() - Method in class ro.sync.exml.plugin.openredirect.OpenRedirectInformation
 
getContextDescription() - Method in interface ro.sync.exml.workspace.api.standalone.ContextDescriptionProvider
Get a language-independent description for the dialog in which the CMS action will be provided.
getContextKeyDefinitions() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionManager
Get the key definitions which will be used as a context for solving all conkeyref and keyref references in the opened DITA topics.
getContextKeyDefinitions(URL) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionManager
Get the key definitions which will be used as a context for solving all conkeyref and keyref references in the opened DITA topics.
getContextPathNamesAndUris(AuthorAccess) - Static method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Get the list of parent elements of insertion point in Author document.
getCurrentBoxHeight() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Current run of text/image height.
getCurrentEditorAccess(int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Get access to the current selected editor.
getCurrentPage() - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Get access to the current page.
getCurrentPageID() - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Get the ID of the current page.
getCurrentTimestamp() - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Get the current time stamp in a format identical to the one used by Oxygen for insert and delete review highlights.
getCursorType(AuthorInplaceContext, int, int) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getCursorType(int, int) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getCursorType(AuthorInplaceContext, int, int) - Method in class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
getCursorType(int, int) - Method in class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
getCursorType(AuthorInplaceContext, int, int) - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getCursorType(int, int) - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getCustomizePageID() - Method in interface ro.sync.exml.editor.EditorTemplate
Get the ID representing the page used for customizing the template.
getData() - Method in class ro.sync.document.DocumentPositionedInfo
Getter for the user managed data.
getDataSourceAccess() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Get information about the configured data source connections.
getDataSourceConnectionInfo(String) - Method in interface ro.sync.exml.workspace.api.options.DataSourceAccess
Obtain information about the data source connection identified by the connection name.
getDefaultAuthorSchemaAwareEditingHandler() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the default schema aware editing handler.
getDefaultColWidthValue() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
Get the default col width value.
getDefaultContentForEmptyCells() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
 
getDefaultContentForEmptyCells() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
 
getDefaultContentForEmptyCells() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
Get the default content that must be introduced in empty cells.
getDefaultContentForEmptyCells() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Get the default content that must be introduced in empty cells.
getDefaultContentForEmptyCells() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
 
getDefaultContentForEmptyCells() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Get the default frame value.
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Get the default frame value.
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizerDialog
 
getDefaultFrameValue(int) - Method in class ro.sync.ecss.extensions.tei.table.SATEITableCustomizerDialog
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.dita.id.DITAConfigureAutoIDElementsOperation
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizer
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.docbook.id.Docbook4UniqueAttributesRecognizer
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.docbook.id.Docbook5UniqueAttributesRecognizer
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.docbook.id.DocbookConfigureAutoIDElementsOperation
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.tei.id.TEIConfigureAutoIDElementsOperation
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.tei.id.TEIP4UniqueAttributesRecognizer
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.tei.id.TEIP5UniqueAttributesRecognizer
 
getDefaultOptions() - Method in class ro.sync.ecss.extensions.xhtml.id.XHTMLUniqueAttributesRecognizer
 
getDefaultValue() - Method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
 
getDeletedFragment() - Method in interface ro.sync.ecss.extensions.api.DocumentContentDeletedEvent
 
getDeletedText() - Method in interface ro.sync.ecss.extensions.api.DocumentContentDeletedEvent
 
getDescription() - Method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
 
getDescription() - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateAdapter
 
getDescription() - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateListenerDelegator
 
getDescription() - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
 
getDescription() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
getDescription() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
getDescription() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getDescription() - Method in class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.DefaultElementLocatorProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.ChangeAttributeOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.DeleteElementOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.ExecuteTransformationScenariosOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.InsertFragmentOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceFragmentOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceTextOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.InsertXIncludeOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.OpenInSystemAppOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.ShowElementDocumentationOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.SurroundWithFragmentOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.SurroundWithTextOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.text.CapitalizeSentencesOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.text.CapitalizeWordsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.text.CountWordsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.text.ToLowerCaseOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.text.ToUpperCaseOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.ToggleSurroundWithElementOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.TransformOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.UnwrapTagsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.XQueryOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.operations.XSLTOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
Get the description for this operation.
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertTableOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.spansupport.TEITableCellSpanProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.commons.XMLNodeRendererCustomizerAdapter
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.AddEditConrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.InsertConrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.PasteAsContentKeyReferenceOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.PasteAsContentReferenceOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.RemoveConrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.conref.ReplaceConrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.DITASchemaManagerFilter
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.id.DITAConfigureAutoIDElementsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizer
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.keyref.InsertContentKeyrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.keyref.InsertKeyrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.keyref.PasteAsLinkKeyReferenceOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.link.InsertLinkOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.link.InsertXrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.link.PasteAsReferenceOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.map.DITAMapCustomRuleMatcher
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.map.table.InsertTableOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.map.table.ReltableCellSpanProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.map.topicgroup.InsertTopicgroupOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.map.topichead.InsertTopicheadOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.map.topicref.InsertTopicrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.reuse.CreateReusableComponentOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.reuse.InsertReusableComponentOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.search.SearchReferencesDITAOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.topic.DITATopicCustomRuleMatcher
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.topic.InsertImageOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableCellSpanProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.DocbookNodeRendererCustomizer
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaManagerFilter
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.id.Docbook4UniqueAttributesRecognizer
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.id.Docbook5UniqueAttributesRecognizer
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.id.DocbookConfigureAutoIDElementsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.InsertGraphicOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.InsertGUIButtonOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.InsertImageDataOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.InsertScreenshotOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.link.InsertExternalLinkOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.link.InsertLocalLinkOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.link.InsertULink
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.link.InsertXrefOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.olink.EditOLinkOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.olink.InsertOLinkOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.docbook.table.InsertTableOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.id.TEIConfigureAutoIDElementsOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.id.TEIP4UniqueAttributesRecognizer
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.id.TEIP5UniqueAttributesRecognizer
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.InsertImageOperationP4
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.InsertImageOperationP5
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.table.InsertTableOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.TEINodeRendererCustomizer
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.wsdl.WSDLExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.wsdl.WSDLNodeRendererCustomizer
 
getDescription() - Method in class ro.sync.ecss.extensions.xhtml.id.XHTMLUniqueAttributesRecognizer
 
getDescription() - Method in class ro.sync.ecss.extensions.xhtml.InsertImgOperation
 
getDescription() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLElementLocatorProvider
 
getDescription() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLNodeRendererCustomizer
 
getDescription() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
 
getDescription() - Method in class ro.sync.ecss.extensions.xsd.XSDExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.xsd.XSDNodeRendererCustomizer
 
getDescription() - Method in class ro.sync.ecss.extensions.xslt.XSLTExtensionsBundle
 
getDescription() - Method in class ro.sync.ecss.extensions.xslt.XSLTNodeRendererCustomizer
 
getDescription() - Method in interface ro.sync.exml.editor.EditorTemplate
Return the template description.
getDescription() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionManager
Gets a short description used to explain this resolving to the user.
getDescription() - Method in interface ro.sync.exml.workspace.api.standalone.ResourceFilter
Get the description of this filter.
getDescriptor() - Method in class ro.sync.exml.plugin.Plugin
 
getDetailedMessage() - Method in exception ro.sync.exml.plugin.lock.LockException
 
getDisplayName(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorReferenceResolver
Returns the name of the node that contains the expanded referred content.
getDisplayName() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the display name of the node used for visual representation.
getDisplayName(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
Returns the value of the conref attribute.
getDisplayName(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
Returns the value of the href attribute.
getDITAAdditionalInfo() - Method in class ro.sync.document.DocumentPositionedInfo
Additional info about DITA completeness check.
getDITAMapTreeComponent() - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Get the internal component on which the DITA Map page is rendered (a javax.swing.JTree).
getDoctype() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Returns information about the internal associated document type.
getDocument() - Method in interface ro.sync.exml.plugin.document.DocumentPluginContext
Get the current document.
getDocument() - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Get the edited document.
getDocumentController() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Returns the Author document controller.
getDocumentController() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Returns the Author document controller.
getDocumentController() - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Returns the DITA Map document controller.
getDocumentNamespace() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getDocumentNamespace() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getDocumentNamespace() - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
getDocumentNamespace() - Method in class ro.sync.ecss.extensions.tei.TEIExtensionsBundleBase
 
getDocumentNamespace() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
getDocumentNamespace() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
This should never return null if the OptionsStorage support it is intended to be used.
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.wsdl.WSDLExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.xsd.XSDExtensionsBundle
 
getDocumentTypeID() - Method in class ro.sync.ecss.extensions.xslt.XSLTExtensionsBundle
 
getDocumentTypeName() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Get the name of the document type which created this bundle (as set in the Oxygen->Preferences->Document Types.
getDocumentURL() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get the URL of the edited document.
getDTDHandler() - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
getEditableState() - Method in interface ro.sync.ecss.extensions.api.content.TextContext
Check if we can edit at the current iterator offset.
getEditedAttributeName() - Method in interface ro.sync.exml.workspace.api.standalone.AttributeEditingContextDescription
Get the name of the edited attribute.
getEditorAccess(URL) - Method in interface ro.sync.ecss.extensions.api.access.AuthorWorkspaceAccess
Find an editor access by location.
getEditorAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Get the author editor access providing editor related information.
getEditorAccess(URL, int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Find an editor access by location
getEditorComponent() - Method in interface ro.sync.ecss.extensions.api.component.ComponentProvider
Get the main editor panel.
getEditorComponent(AuthorInplaceContext, Rectangle, Point) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
getEditorComponent(AuthorInplaceContext, Rectangle, Point) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
getEditorComponent(AuthorInplaceContext, Rectangle, Point) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getEditorComponent(AuthorInplaceContext, Rectangle, Point) - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getEditorComponent(AuthorInplaceContext, Rectangle, Point) - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
getEditorLocation() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSEditorBase.getEditorLocation() instead.
getEditorLocation() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Get the URL representing the editor location.
getElem() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
Get the element being edited.
getElementAncestor(AuthorNode, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Search for an ancestor AuthorNode with the specified type.
getElementDescription(CIElement, Context) - Method in class ro.sync.contentcompletion.xml.SchemaManagerFilterBase
Get an element's description in a certain context.
getElementDescription(CIElement, Context) - Method in class ro.sync.contentcompletion.xml.StyleGuideSchemaManagerFilterBase
Get element description, contributes HTML annotation to it..
getElementDescription(Context) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Get the description of an element.
getElementDescription(Context) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Get the description of an element.
getElementLocator(IDTypeVerifier, String) - Method in interface ro.sync.ecss.extensions.api.link.ElementLocatorProvider
Get an element locator capable of locating the element pointed by this link.
getElementLocator(IDTypeVerifier, String) - Method in class ro.sync.ecss.extensions.commons.DefaultElementLocatorProvider
 
getElementLocator(IDTypeVerifier, String) - Method in class ro.sync.ecss.extensions.dita.DITAElementLocatorProvider
 
getElementLocator(IDTypeVerifier, String) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLElementLocatorProvider
 
getElementName() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
Get the element name.
getElementName() - Method in interface ro.sync.exml.workspace.api.standalone.AttributeEditingContextDescription
Get the qname of the element for which the attribute is edited.
getElements(Object) - Method in class ro.sync.ecss.extensions.commons.table.operations.ListContentProvider
 
getElementsByLocalName(String) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Gets the children elements having the specified local name.
getElementsWithIDGeneration() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
 
getEndColumn() - Method in class ro.sync.document.DocumentPositionedInfo
Get the highlight end column, or NOT_KNOWN if not available.
getEndColumn() - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextNodeRange
Get the end column, 1 based.
getEndColumnName() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpanSpec
Return the name of the end column.
getEndLine() - Method in class ro.sync.document.DocumentPositionedInfo
Get the highlight end line, or NOT_KNOWN if not available.
getEndLine() - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextNodeRange
Get the end line, 1 based.
getEndOffset() - Method in class ro.sync.ecss.extensions.api.ContentInterval
 
getEndOffset() - Method in interface ro.sync.ecss.extensions.api.highlights.Highlight
Gets the ending model offset for the highlight.
getEndOffset() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the end offset in content.
getEndOffset() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the offset in the content which marks the end of the node's range.
getEngineName() - Method in class ro.sync.document.DocumentPositionedInfo
Get the name of the engine who provided the error.
getEntities() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Gets the context-independent list of entities declared in the document's DOCTYPE declaration.
getEntities() - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Gets the context-independent list of entities declared in the document's DOCTYPE declaration.
getEntityResolver() - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
getEntityResolver() - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Get the same entity resolver Oxygen sets to its constructed SAX Parsers (which looks into the Oxygen options and document types for catalogs).
getEnumerationDefinitions(URL) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionManager
Get the list of enumeration defs (detected in a subject scheme referenced in the context DITA Map).
getErrorHandler() - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
getErrorMessage() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
 
getErrorResolver() - Method in exception ro.sync.ecss.extensions.api.CustomResolverException
Gets a possible solution for the user.
getErrorResolver() - Method in exception ro.sync.ecss.extensions.api.ReferenceResolverException
Gets a possible solution for the user.
getExtension() - Method in interface ro.sync.exml.editor.EditorTemplate
Return the template extension.
getExtension(URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Get the file extension for this URL.
getExtensions() - Method in interface ro.sync.exml.workspace.api.standalone.ResourceFilter
Get the list of extensions.
getFeature(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
getFileName(String) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Get the file name from a file or URL path
getFilteredContent(int, int, AuthorNodesFilter) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Retrieves the content between the given start and end offset, excluding the content of the invisible nodes (that have display none style property), the content deleted with track changes, the sentinels of inline elements and the content of filtered nodes.
getFirstCell(AuthorAccess) - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
Find the first cell involved in the join operation.
getFixedWidth() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
getFixedWidthUnit() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
getFontAscent() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the font ascent.
getFontSize() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the font size.
getFrame() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
 
getFrame() - Method in interface ro.sync.exml.plugin.document.DocumentPluginContext
Get the editing frame.
getFrame() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get the editing frame.
getFrameValues(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Compute the possible values for 'frame' attribute.
getFrameValues(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Compute the possible values for the frame attribute.
getFrameValues(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerDialog
 
getFrameValues(int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
 
getFrameValues(int) - Method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizerDialog
 
getFrameValues(int) - Method in class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizerDialog
 
getFrameValues(int) - Method in class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizerDialog
 
getFrameValues(int) - Method in class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizerDialog
 
getFrameValues(int) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
Depending on the table model, CALS or HTML, return different values for 'frame' attribute.
getFrameValues(int) - Method in class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizerDialog
Depending on the table model, CALS or HTML, return different values for 'frame' attribute.
getFrameValues(int) - Method in class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizerDialog
In TEI we don't have a frame attribute.
getFrameValues(int) - Method in class ro.sync.ecss.extensions.tei.table.SATEITableCustomizerDialog
In TEI we don't have a frame attribute.
getFullySelectedNode() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the node which is fully and perfectly surrounded by the current selection in the Author editor.
If the selection surrounds perfectly the node (the selection starts at the node start offset and ends immediately after the node end offset), the node will be returned, otherwise null will be returned.
For example if a node is selected using Outline or the Breadcrumb, the method will return the corresponding node.
getGenerateIDAttributeQName(AuthorElement, String[], boolean) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
getGenerateIDAttributeQName(AuthorElement, String[], boolean) - Method in class ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizer
 
getGenerateIDElementsInfo() - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
getGlobalElements() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Get all the names of global elements defined in the associated grammar.
getGlobalElements() - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Get all the names of global elements defined in the associated grammar.
getGrammarCache() - Method in class ro.sync.exml.workspace.api.util.XMLReaderWithGrammar
 
getGrammarURLs() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Get the array of URLs of the loaded DTD or XML Schema.
getGrammarURLs() - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Get the array of URLs of the loaded DTD or XML Schema.
getGraphics() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the graphics used for paint.
getHighlighter() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the highlighter which can be used to add/remove/manage the custom user highlights
getHighlightPainter(AuthorPersistentHighlight) - Method in interface ro.sync.ecss.extensions.api.highlights.PersistentHighlightRenderer
Get the painter associated with the given persistent highlight.
getHighlights() - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorHighlighter
Fetches the current list of highlights.
getHighlights() - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Fetches the list of custom persistent highlights.
getHighlights(int, int) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Fetches the list of custom persistent highlights that intersect the interval between the given start offset and end offset.
getHtmlMessage() - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
 
getIcon() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Get the current view icon
getIconPath() - Method in class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
Get the path of the icon used to render a node.
getIdGenerationPattern() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
 
getIgnoredAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.SplitCellAboveBelowOperation
 
getIgnoredAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
 
getIgnoredAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SplitCellAboveBelowOperation
 
getIgnoredAttributes() - Method in class ro.sync.ecss.extensions.tei.table.SplitCellAboveBelowOperation
 
getIgnoredColumnAttributes() - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Gets the attributes which should be skipped when inserting a new column and the attributes from source cell fragments must be copied.
getIgnoredColumnAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
getIgnoredColumnAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
getIgnoredColumnAttributes() - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
getIgnoredColumnAttributes() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
getIgnoredColumnAttributes() - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
getIgnoredRowAttributes() - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Gets the attributes which should be skipped when using the current row as template for insert operation.
getIgnoredRowAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
getIgnoredRowAttributes() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
getIgnoredRowAttributes() - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
getIgnoredRowAttributes() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
getIgnoredRowAttributes() - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Get the file name of the main Author paste stylesheet.
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.DITAExternalObjectInsertionHandler
 
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.Docbook4ExternalObjectInsertionHandler
 
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.Docbook5ExternalObjectInsertionHandler
 
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.TEIP4ExternalObjectInsertionHandler
 
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.TEIP5ExternalObjectInsertionHandler
 
getImporterStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExternalObjectInsertionHandler
 
getImposedInitialPage() - Method in class ro.sync.document.DocumentPositionedInfo
Get the imposed initial page if a new editor will be opened.
getIndexInDocument() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
 
getInfoElementChildOfSect(String) - Method in class ro.sync.ecss.extensions.docbook.Docbook5SchemaAwareEditingHandler
 
getInfoElementChildOfSect(String) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
Get the info child element name of to the given sect element name.
getInsertedFragment() - Method in interface ro.sync.ecss.extensions.api.DocumentContentInsertedEvent
 
getInsertedNode() - Method in interface ro.sync.ecss.extensions.api.DocumentContentInsertedEvent
 
getInsertedText() - Method in interface ro.sync.ecss.extensions.api.DocumentContentInsertedEvent
 
getInstance() - Static method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerInvoker
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerInvoker
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.docbook.table.ECDocbookInnerTableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.docbook.table.SADocbookInnerTableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizer
Get the singleton instance.
getInstance() - Static method in class ro.sync.ecss.extensions.tei.table.SATEITableCustomizer
Get the singleton instance.
getKey() - Method in class ro.sync.ecss.extensions.api.OptionListener
 
getKey() - Method in class ro.sync.exml.workspace.api.options.WSOptionListener
 
getLastCell(AuthorAccess) - Method in class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
Find the last cell for the join operation.
getLastResult() - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
Deprecated. Will be removed in a future version
getLeftSplits() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
This method is intended for internal use only.
getLength() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the length of the text that will be selected in the editor.
getLength() - Method in interface ro.sync.ecss.extensions.api.Content
The length in characters of the content.
getLength() - Method in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Returns the length of the change.
getLength() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the length of highlight, in pixels.
getLength() - Method in interface ro.sync.ecss.extensions.api.node.AuthorDocument
Get the length of the document.
getLength() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
 
getLicenseInformationProvider() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Get information about the license used in the current Oxygen application.
getLine() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the line attribute of the event
getLineOfOffset(int) - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Converts an offset position (a position between the characters of the text) to the line number that contains the offset.
getListMessage() - Method in class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
 
getListMessage() - Method in class ro.sync.ecss.extensions.dita.id.DITAConfigureAutoIDElementsOperation
 
getListMessage() - Method in class ro.sync.ecss.extensions.docbook.id.DocbookConfigureAutoIDElementsOperation
 
getListMessage() - Method in class ro.sync.ecss.extensions.tei.id.TEIConfigureAutoIDElementsOperation
 
getListsPreprocessingStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Get the file name of the stylesheet for lists pre-processing.
getLocalName() - Method in interface ro.sync.ecss.extensions.api.AuthorElementBaseInterface
 
getLocalName(String) - Static method in class ro.sync.ecss.extensions.api.link.ExtensionUtil
Extract the local name from the given qualified name.
getLocalName() - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Returns the local part of the qualified name of this element.
getLocalName(String) - Static method in class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
Get the local name from an qualified element or attribute name.
getLocationOnScreen(int, int) - Method in interface ro.sync.ecss.extensions.api.access.AuthorEditorAccess
Deprecated. Use the getLocationOnScreenAsPoint(int x, int y) method instead.
getLocationOnScreenAsPoint(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Take relative mouse coordinates and translate then to absolute on-screen coordinates.
getLocationRelativeToEditorFromScreen(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Take mouse coordinates relative to the main application frame/display and translate then to coordinates relative to the editing area.
getLongDescription() - Method in interface ro.sync.exml.editor.EditorTemplate
Return the template's description which will be shown as a tooltip.
getMatchRange() - Method in class ro.sync.document.DocumentPositionedInfo
Get the match range if any.
getMaxNumberOfDiffs() - Method in class ro.sync.diff.api.DiffOptions
 
getMessage() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the message
getMessage(String) - Method in interface ro.sync.ecss.extensions.api.AuthorResourceBundle
Gets a message for the given key from this resource bundle.
getMessage() - Method in exception ro.sync.exml.plugin.lock.LockException
 
getMessageHighlightOffset() - Method in class ro.sync.document.DocumentPositionedInfo
Return the offset used to highlight the match inside the message in the results panel.
getMessageProvider() - Method in class ro.sync.document.DocumentPositionedInfo
The provider of messages from the current document position info.
getMessageWithEngine() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the message prepended with the engine name if available.
getMessageWithSeverity() - Method in class ro.sync.document.DocumentPositionedInfo
Get the message with severity info as a char in the front of the message (W, E, F).
getModifiers() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
getName() - Method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
 
getName() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
getName() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the node name.
getName() - Method in interface ro.sync.exml.editor.EditorTemplate
Return the template name.
getNamespace() - Method in class ro.sync.ecss.extensions.api.link.Attr
 
getNamespace() - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
 
getNamespace() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
 
getNamespaceContext() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Obtain an useful interface which can be used to obtain mappings from prefix to namespace and from namespace to prefix in the context of the current element.
getNamespaceForPrefix(String) - Method in interface ro.sync.ecss.extensions.api.node.NamespaceContext
Get the namespace corresponding to a prefix in the current element context.
getNewValue() - Method in class ro.sync.ecss.extensions.api.OptionChangedEvent
 
getNewValue() - Method in class ro.sync.exml.workspace.api.options.WSOptionChangedEvent
 
getNode() - Method in class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo
 
getNode() - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
 
getNodeAtOffset(int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Returns the node at the given offset.
getNodeForMarkerOffset() - Method in interface ro.sync.ecss.extensions.api.content.OffsetInformation
If the offset is on a marker character this method returns the node which contains the marker.
getNodeForOffset() - Method in interface ro.sync.ecss.extensions.api.content.OffsetInformation
Returns the parent node for the given offset.
getNodeName() - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get the node name.
getNodeNamespace() - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get the node namespace.
getNodesToSelect(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Compute the list with nodes to select when a selection is present in editor.
getOffset() - Method in class ro.sync.document.DocumentPositionedInfo
Get the event's offset.
getOffset() - Method in interface ro.sync.ecss.extensions.api.AuthorViewToModelInfo
The offset of the specified position.
getOffset() - Method in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Returns the start offset at which the change occurred.
getOffsetOfLineEnd(int) - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Gets the offset of the end of the specified line (return >=0).
getOffsetOfLineStart(int) - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Gets the offset of the start of the specified line (return >=0).
getOkButton() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
 
getOldValue() - Method in class ro.sync.ecss.extensions.api.OptionChangedEvent
 
getOldValue() - Method in class ro.sync.exml.workspace.api.options.WSOptionChangedEvent
 
getOnlyTextContentStylesheet(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Gets an XSLT stylesheet that can extract the entire text content (and only the text content) from any input XML.
getOnlyTextContentStylesheet(AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.DITAExternalObjectInsertionHandler
Gets an XSLT stylesheet that can extract the entire text content (and only the text content) from any input XML.
getOpenErrorMessage(boolean) - Method in exception ro.sync.exml.plugin.lock.LockException
 
getOperationArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
 
getOperationArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Get the array of arguments used for this operation.
getOperationArguments() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertRowOperation
 
getOperationArguments() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
 
getOperationDescription() - Method in class ro.sync.document.DocumentPositionedInfo
The description of an operation (that is an operation which is applied over multiple resources) that generated this DPI.
getOption(String, String) - Method in interface ro.sync.ecss.extensions.api.OptionsStorage
Provides the value of the option associated with the specified key.
getOption(String, String) - Method in interface ro.sync.exml.workspace.api.options.WSOptionsStorage
Provides the value of the option associated with the specified key.
getOptionKey() - Method in class ro.sync.ecss.extensions.api.OptionChangedEvent
 
getOptionKey() - Method in class ro.sync.exml.workspace.api.options.WSOptionChangedEvent
 
getOptionsStorage() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
The object that manages the options stored for author extensions.
getOptionsStorage() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
The object that manages the options stored for author extensions.
getOptionsStorage() - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
The object that manages the options stored for DITA Map extensions.
getOptionsStorage() - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
This interface can be used to save and persist in the Oxygen preferences user-defined keys and values.
getOrigin() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the origin of box, relative to the upper corner of the editor.
getOriginalOffset(int) - Method in interface ro.sync.ecss.extensions.api.filter.AuthorFilteredContent
Get the original offset corresponding to the given filtered offset.
getOutlineAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Get the author Outline access providing Outline related information.
getOutlineAccess() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Get the author Outline access providing Outline related information.
getOwnerAuthorNode() - Method in interface ro.sync.ecss.extensions.api.AttributeChangedEvent
Returns the owner AuthorNode of the attribute.
getOwnerDocument() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the document to which this element belongs.
getOxygenActionID(Action) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Get an unique ID (which does not depend on the action name) for an action Oxygen has mounted on the main JMenuBar or on the toolbars.
getPainter() - Method in interface ro.sync.ecss.extensions.api.highlights.Highlight
Gets the painter for the highlighter.
getParent() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
 
getParentElement() - Method in interface ro.sync.ecss.extensions.api.node.AuthorParentNode
Get the parent element of the node.
getParentElementQName() - Method in interface ro.sync.ecss.extensions.api.EditedAttribute
The parent element QName.
getParentFrame() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WorkspaceUtilities.getParentFrame() instead.
getParentFrame() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Get the parent main frame.
getParentHost() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
The parent host in which the editor will be added or the renderer will be painted.
getParentLineBoxHight() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
 
getParentLineBoxOrigin() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
 
getParentNode() - Method in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Returns the AuthorNode containing the change.
getParentNodeName() - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get the parent node name.
getParentNodeNamespace() - Method in class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
Get the parent node namespace.
getPatternTooltip() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Get the pattern tooltip.
getPersistentHighlighter() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the persistent highlighter which can be used to add/remove/manage the custom persistent user highlights.
getPluginWorkspace() - Method in interface ro.sync.exml.plugin.document.DocumentPluginContext
Get access to the entire workspace of Oxygen.
getPluginWorkspace() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get access to the entire workspace of Oxygen.
getPositionType() - Method in interface ro.sync.ecss.extensions.api.content.OffsetInformation
Get the type of position the offset has.
getPreferencesDirectory() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Get the directory where the Oxygen preferences are saved.
getPreferredSize(JPanel, AuthorInplaceContext) - Static method in class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
Computes the preferred size for the panel.
getPreferredSize(JComboBox, AuthorInplaceContext) - Static method in class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
Computes the preferred size for the given combo box.
getPreferredSize(JTextField, AuthorInplaceContext) - Static method in class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
Computes the preferred size for the given text field.
getPrefixForNamespace(String) - Method in interface ro.sync.ecss.extensions.api.node.NamespaceContext
Get the prefix which is bound to a specified namespace in the current element context.
getProblemsList() - Method in class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
Get the list of problems.
getProcessedDocument() - Method in interface ro.sync.exml.plugin.document.DocumentPluginResult
Get the processed document.
getProcessedSelection() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginResult
Get the processed selection.
getProfilingConditionalTextProvider() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Creates a new ProfilingConditionalTextProvider instance responsible for providing custom support regarding profiling and conditional text.
getProfilingConditionalTextProvider() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getProfilingConditionalTextProvider() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getProfilingConditionalTextProvider() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getProperty(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
getProperty(String) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
Get the value of a recognized property.
getProperty(String) - Method in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Used to return properties values for a data source connection.
getProperty(String) - Method in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefInfo
Get the value of a recognized property.
getProperty(String) - Method in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
Get the value of a recognized property.
getProxyNamespaceMapping() - Method in interface ro.sync.ecss.extensions.api.EditedAttribute
The proxy namespace mapping.
getPublicId() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
getQName() - Method in class ro.sync.ecss.extensions.api.link.Attr
 
getRawValue() - Method in class ro.sync.ecss.extensions.api.node.AttrValue
Get the attribute's raw value.
getReferencedKeys() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
Get the set of referenced keys, can be null.
getReferenceSystemID(AuthorNode, AuthorAccess) - Method in interface ro.sync.ecss.extensions.api.AuthorReferenceResolver
Return the systemID of the referred content.
getReferenceSystemID(AuthorNode, AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
 
getReferenceSystemID(AuthorNode, AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
Get the reference System ID
getReferenceType() - Method in interface ro.sync.ecss.extensions.api.node.AuthorReferenceNode
Returns the type of the reference.
getReferenceUniqueID(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorReferenceResolver
Get an unique identifier for the node reference.
getReferenceUniqueID(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
The value of conref attribute is used as the unique identifier.
getReferenceUniqueID(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
The value of conref attribute is used as the unique identifier.
getRelativeMouseLocation() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
If the mouse is currently hovering the area of this editor this represents the X,Y location relative to the editor bounds.
getRelativeWidth() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
getRelativeX() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the relative X from where highlight should start.
getRenderedText() - Method in class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
Get the text to be rendered for a node.
getRendererComponent(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getRendererComponent(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
getRendererComponent(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getRenderingInfo(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getRenderingInfo(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
getRenderingInfo(AuthorInplaceContext) - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.commons.XMLNodeRendererCustomizerAdapter
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.docbook.DocbookNodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.tei.TEINodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.wsdl.WSDLNodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLNodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.xsd.XSDNodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.ecss.extensions.xslt.XSLTNodeRendererCustomizer
 
getRenderingInformation(NodeRendererCustomizerContext) - Method in class ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
Get the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context.
getResourceFilters() - Method in interface ro.sync.exml.workspace.api.standalone.InputURLChooser
Get the list of resource filters used for the local file chooser.
getResult(String) - Method in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Get the result for the given id.
getResult(String) - Method in class ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResultsImpl
 
getResult() - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Gets the result of the the dialog.
getReviewController() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Controller that can be used to toggle the change tracking state, modify the review highlight author name, the highlight painting or to obtain information about the properties used in the serialization and representation of the review highlight (author name, reviewer auto color or the current time stamp in a format identical to the one used by Oxygen for insert, delete and comment markers).
getReviewController() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Controller that can be used to toggle the change tracking state, modify the review highlight author name, the highlight painting or to obtain information about the properties used in the serialization and representation of the review highlight (author name, reviewer auto color or the current time stamp in a format identical to the one used by Oxygen for insert, delete and comment markers).
getReviewerAuthorName() - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Get the current reviewer author name.
getReviewerAutoColor(String) - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Get a color assigned automatically to the reviewer author name.
getRightSplits() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
This method is intended for internal use only.
getRootElement() - Method in interface ro.sync.ecss.extensions.api.node.AuthorDocument
Returns the child node that is the root element of the document.
getRowElementName(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
 
getRowElementName(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Get the name of the element that represents a row.
getRowElementName(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertRowOperation
 
getRowElementName(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.InsertRowOperation
 
getRowElementName(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
 
getRowElementName(AuthorElement) - Method in class ro.sync.ecss.extensions.tei.table.InsertRowOperation
 
getRowsNumber() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Return the number of rows.
getRowSpan(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorTableCellSpanProvider
Get the number of rows that the given cell spans across.
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.spansupport.TEITableCellSpanProvider
Compute the number of rows the cell spans across by looking at the 'rows' attribute.
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Compute the number of rows the cells span across by looking at the morerows attribute.
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
Compute the number of rows the cell spans across by looking at the rowspan attribute.
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.ReltableCellSpanProvider
 
getRowSpan(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableCellSpanProvider
 
getRowXMLFragment(AuthorAccess, AuthorElement, String, String, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Creates the XML fragment representing a new table row to be inserted.
getRowXMLFragment(AuthorAccess, AuthorElement, AuthorElement, String) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Creates the XML fragment representing a new table row to be inserted.
getSchemaManager() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
 
getScrollRectangle() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
getScrollRectangle() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
getScrollRectangle() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getScrollRectangle() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getScrollRectangle() - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
getSectionsPreprocessingStylesheetFileName(AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Get the file name of the stylesheet for sections pre-processing.
getSelectedColor() - Method in class ro.sync.exml.workspace.api.standalone.ui.ColorButton
 
getSelectedNodes(boolean) - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Get the selected nodes from DITA Map tree.
getSelectedPaths(boolean) - Method in interface ro.sync.exml.workspace.api.editor.page.WSOutline
Get the tree paths selected in the Outline tree.
getSelectedText() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.getSelectedText() instead.
getSelectedText() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the current selected text.
getSelectedText() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get the selected text.
getSelection() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get the current selection.
getSelectionEnd() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.getSelectionEnd() instead.
getSelectionEnd() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get end offset of the current selection.
getSelectionEnd() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get selection end offset.
getSelectionInterpretationMode() - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Get the interpretation mode of the actual selection from the Author editor page.
getSelectionInterval() - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Get the current selection interval.
getSelectionIntervals() - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Get all Author editor page selection intervals.
getSelectionStart() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.getSelectionStart() instead.
getSelectionStart() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get start offset of the current selection.
getSelectionStart() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get selection start offset.
getSeverity() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the severity level.
getSeverityAsString() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the severity level as string
getSize() - Method in class ro.sync.ecss.extensions.api.editor.RendererLayoutInfo
Get the size of the renderer, in a certain context.
getSource() - Method in interface ro.sync.exml.editor.EditorTemplate
 
getSpanName() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpanSpec
 
getStartColumn() - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextNodeRange
Get the start column, 1 based.
getStartColumnName() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpanSpec
Return the name of the start column.
getStartEndOffsets(DocumentPositionedInfo) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Find the start and end offsets that correspond to a document position information DocumentPositionedInfo.
getStartEndPositions(String) - Method in class ro.sync.document.DocumentPositionedInfo
Get the temporary start and end positions for the current page.
getStartLine() - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextNodeRange
Get the start line, 1 based.
getStartOffset() - Method in class ro.sync.ecss.extensions.api.ContentInterval
 
getStartOffset() - Method in interface ro.sync.ecss.extensions.api.highlights.Highlight
Gets the starting model offset for the highlight.
getStartOffset() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the start offset in content.
getStartOffset() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the offset in the content which marks the start of the node's range.
getState() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Returns the state.
getStateDescription(int) - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
 
getStatusComponent() - Method in interface ro.sync.ecss.extensions.api.component.ComponentProvider
Get the status panel which shows the status of the edited document.
getString(int, int) - Method in interface ro.sync.ecss.extensions.api.Content
Fetches a string of characters contained in the content sequence.
getStyles() - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
 
getStyles(AuthorNode) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the CSS styles which are used to render a particular Author node.
getSystemID() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the systemID attribute of the DocumentPositionedInfo object
getSystemId() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
getSystemID() - Method in interface ro.sync.ecss.extensions.api.node.AuthorDocument
Returns the systemID of the document.
getTableAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Returns the author table access provider responsible for obtaining table related information and executing table actions.
getTableAccess() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Returns the author table access provider responsible for obtaining table related information and executing table actions.
getTableCellAbove(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Find the cell included into the previous row and has the same column index as the specified cell AuthorElement.
getTableCellAbove(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableCellAbove(AuthorElement) instead.
getTableCellAt(int, int, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Obtain the cell AuthorElement for the given row and column in the specified table.
getTableCellAt(int, int, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableCellAt(int, int, AuthorElement) instead.
getTableCellBelow(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Find the cell included into the next row and has the same column index as the specified cell AuthorElement.
getTableCellBelow(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableCellBelow(AuthorElement) instead.
getTableCellElementNames() - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
Returns the possible local names of the elements that represents a table cell.
getTableCellElementNames() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
getTableCellElementNames() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
getTableCellElementNames() - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
getTableCellElementNames() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
getTableCellElementNames() - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
getTableCellIndex(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Obtain the table row and column index for the cell corresponding to the specified cell AuthorElement.
getTableCellIndex(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableCellIndex(AuthorElement) instead.
getTableCellSpanProvider(AuthorElement) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Create the table cell span provider for a specific table element.
getTableCellSpanProvider(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
Creates an AuthorTableCellSpanProvider corresponding to the table element.
getTableCellSpanProvider(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
getTableCellSpanProvider(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
Creates a ReltableCellSpanProvider over the table element.
getTableCellSpanProvider(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
Creates a SimpleTableCellSpanProvider over the table element.
getTableCellSpanProvider(AuthorElement) - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
getTableColSpanIndices(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
For the given cell AuthorElement find the start and end column defining the column span interval.
getTableColSpanIndices(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableColSpanIndices(AuthorElement) instead.
getTableElementContainingOffset(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.api.table.operations.AuthorTableOperationsHandler
Returns the element representing the table that contains the given offset.
getTableElementContainingOffset(int, AuthorAccess, String...) - Static method in class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
Returns the element representing the table that contains the given offset and has the given properties (name, class attribute).
getTableElementContainingOffset(int, String, AuthorAccess, String...) - Static method in class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
Returns the element representing the table that contains the given offset and has the given properties (name, namespace).
getTableElementContainingOffset(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.dita.DITAAuthorTableOperationsHandler
 
getTableElementContainingOffset(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.dita.map.DITAMapAuthorTableOperationsHandler
 
getTableElementContainingOffset(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.docbook.DocbookAuthorTableOperationsHandler
 
getTableElementContainingOffset(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.tei.TEIAuthorTableOperationsHandler
 
getTableElementContainingOffset(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLAuthorTableOperationsHandler
 
getTableElementLocalName() - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
Returns the possible local names of the elements that represents a table.
getTableElementLocalName() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
getTableElementLocalName() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
getTableElementLocalName() - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
getTableElementLocalName() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
getTableElementLocalName() - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
getTableModel() - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
 
getTableModel() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
 
getTableNumberOfColumns(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Returns the number of columns for the given table AuthorElement.
getTableNumberOfColumns(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableNumberOfColumns(AuthorElement) instead.
getTableRow(int, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Find the table row element for the given index.
getTableRow(int, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableRow(int, AuthorElement) instead.
getTableRowCount(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
Get the row count for the given table AuthorElement.
getTableRowCount(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorTableAccess.getTableRowCount(AuthorElement) instead.
getTableRowElementNames() - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
Return the possible local names of the elements that represent a table row.
getTableRowElementNames() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
 
getTableRowElementNames() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
getTableRowElementNames() - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
getTableRowElementNames() - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
getTableRowElementNames() - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
getTableRowSpanIndices(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.access.AuthorTableAccess
For the given cell AuthorElement find the start and end row defining the row span interval.
getTableWidth(String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Returns a non null WidthRepresentation if the table width is currently known.
getTableWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
getTableWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
Returns the WidthRepresentation obtained by analyzing the width attribute value of the table element.
getTableWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
getTableWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
getTemplateType() - Method in interface ro.sync.exml.editor.EditorTemplate
 
getText(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Deprecated. Use the API based on the AuthorNode to get only the displayed text without mark-up markers.
getText() - Method in interface ro.sync.ecss.extensions.api.content.TextContext
Gets the current text from the context.
getTextActions() - Method in interface ro.sync.exml.workspace.api.editor.page.text.actions.TextActionsProvider
Get the map of Text actions (undo, redo, cut, copy, paste, etc).
getTextComponent() - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Get the internal text component which is currently used for editing.
getTextContent() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the nodes text content.
getTextContentIterator(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Get an iterator over the text content between two offsets.
getTextContentLength() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Deprecated. Use the API based on the AuthorNode to get the length of the displayed text only, without mark-up markers.
getTextForegroundColor() - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Get the text foreground color.
getTextForegroundColor() - Method in interface ro.sync.ecss.extensions.api.highlights.TextForegroundHighlighterPainter
Get the color for the text foreground.
getTextStartOffset() - Method in interface ro.sync.ecss.extensions.api.content.TextContext
Gets the start offset of the returned text.
getTextTransfers() - Method in interface com.oxygenxml.editor.editors.TextDnDListener
Get the data transfers of interest for the listener.
getTextYPadding() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns the relative Y position from box Y used to paint the text inside the box.
getTimestamp() - Method in class ro.sync.ecss.extensions.api.callouts.AuthorCalloutRenderingInformation
Provides the review creation or modification time.
getTitle() - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
 
getTitle() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Returns the title of the table.
getTitle() - Method in class ro.sync.exml.plugin.option.OptionPagePluginExtension
Retrieves the option page title.
getTitle() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
getTitle() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Get the view title
getTitleValue(AuthorElement) - Static method in class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
Checks if the element has a TITLE child or an INFO/TITLE child and returns it's value.
getToolbarID() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
getTooltip(AuthorPersistentHighlight) - Method in interface ro.sync.ecss.extensions.api.highlights.PersistentHighlightRenderer
Get the display tooltip text for a persistent highlight.
getTooltipText(AuthorInplaceContext, int, int) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getTooltipText(AuthorInplaceContext, int, int) - Method in class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
getTooltipText(AuthorInplaceContext, int, int) - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getTooltipText() - Method in class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
The tooltip text which will appear in the tooltip associated with the node.
getTopicPath(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
Gets the topic IDs as an array of strings.
getType() - Method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
 
getType() - Method in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Returns the type of this event.
getType() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
Returns the node type.
getType() - Method in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
The type of operation that generated the result.
getType() - Method in class ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResultsImpl
 
getUndoManager() - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Get access to the Author undo manager.
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Get an unique attributes creator and identifier.
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.docbook.DocBook4ExtensionsBundle
 
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle
 
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
getUniqueAttributesIdentifier() - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
getUniqueAttributesRecognizer() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDsOperation
 
getUniqueAttributesRecognizer() - Method in class ro.sync.ecss.extensions.dita.id.GenerateIDsDITAOperation
 
getUniqueAttributesRecognizer() - Method in class ro.sync.ecss.extensions.docbook.id.GenerateIDsDB4Operation
 
getUniqueAttributesRecognizer() - Method in class ro.sync.ecss.extensions.docbook.id.GenerateIDsDB5Operation
 
getUniqueAttributesRecognizer() - Method in class ro.sync.ecss.extensions.tei.id.GenerateIDsTEIP4Operation
 
getUniqueAttributesRecognizer() - Method in class ro.sync.ecss.extensions.tei.id.GenerateIDsTEIP5Operation
 
getUnparsedEntityUri(AuthorNode, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Returns the URI of the unparsed entity with the specified name, in the same document as the context node.
getURIResolver() - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Get the same URI resolver Oxygen sets to its constructed XSLT transformers (which looks into the Oxygen options and document types for catalogs).
getUrl() - Method in class ro.sync.exml.plugin.openredirect.OpenRedirectInformation
 
getURLStreamHandler(URL) - Method in interface ro.sync.exml.plugin.urlstreamhandler.TargetedURLStreamHandlerPluginExtension
Get the URL handler for the specified URL.
getUserInterfaceLanguage() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Get the language used to display the GUI controls (buttons, label) in Oxygen.
getUtilAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Get the author access utility methods provider.
getUtilAccess() - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Get access to utility methods.
getValidationType() - Method in class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
Get the validation type.
getValue() - Method in interface ro.sync.ecss.extensions.api.EditedAttribute
The attribute value.
getValue() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
getValue(String) - Method in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
Gets the value for the given property.
getValue() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
getValue() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
getValue() - Method in class ro.sync.ecss.extensions.api.link.Attr
 
getValue() - Method in class ro.sync.ecss.extensions.api.node.AttrValue
Get the attribute normalized value.
getValue() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
getValue() - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
getValue() - Method in enum ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer.DitaClass
 
getVersion() - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Get the current version of the Oxygen/Author product.
getViewID() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Gets the ID of the view.
getWidthRepresentation() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
getWordAtCaret() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSTextBasedEditorPage.getWordAtCaret() instead.
getWordAtCaret() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Compute the offsets of the word that contains the caret position.
getWorkspaceAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Get the workspace access.
getWrappedNode() - Method in interface ro.sync.ecss.extensions.api.node.ArtificialNode
Get the real node wrapped by this interface.
getWSEditorAccess() - Method in interface ro.sync.ecss.extensions.api.component.ComponentProvider
Get the access to the WS Editor.
getX() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Returns the horizontal x position of the event relative to the source component.
getXHTMLTableCellSpanProvider() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
Get the table span provider for the HTML table model.
getXMLBaseURL() - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
The returned URL represents the value of base URL in the current nodes context.
getXMLFragmentForContentProfiling(int, int, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.ProfilingConditionalTextProvider
This method is used when the document content between startOffset and endOffset must be profiled.
getXmlReader() - Method in class ro.sync.exml.workspace.api.util.XMLReaderWithGrammar
 
getXMLSchemaManager() - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Get the schema manager used to ask useful information about allowed elements and the context of the current offset.
getXMLSchemaManager() - Method in interface ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextEditorPage
Get the schema manager used to ask useful information about allowed elements and the context of the current offset.
getXMLUtilAccess() - Method in interface ro.sync.ecss.extensions.api.AuthorAccess
Get the author access utility methods provider.
getXMLUtilAccess() - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Access to XML utilities.
getXPathLocationOffset(String, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Compute the document offset defined by the XPath location and relative position.
getY() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Returns the vertical y position of the event relative to the source component.
goToNextEditablePosition(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Identifies and goes to the next edit position.

H

HANDLE_PASTE_COLUMN_FAIL_MESSAGE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Message shown on paste column handling.
handleCreateDocumentFragment(int, int, int, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
Create an AuthorDocumentFragment for a paste or DnD purpose
handleDelete(int, int, AuthorAccess, boolean) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleDeleteColumn(AuthorTableDeleteColumnArguments) - Method in class ro.sync.ecss.extensions.api.table.operations.AuthorTableOperationsHandler
Handles delete column operation.
handleDeleteColumn(AuthorTableDeleteColumnArguments) - Method in class ro.sync.ecss.extensions.dita.DITAAuthorTableOperationsHandler
 
handleDeleteColumn(AuthorTableDeleteColumnArguments) - Method in class ro.sync.ecss.extensions.dita.map.DITAMapAuthorTableOperationsHandler
 
handleDeleteColumn(AuthorTableDeleteColumnArguments) - Method in class ro.sync.ecss.extensions.docbook.DocbookAuthorTableOperationsHandler
 
handleDeleteColumn(AuthorTableDeleteColumnArguments) - Method in class ro.sync.ecss.extensions.tei.TEIAuthorTableOperationsHandler
 
handleDeleteColumn(AuthorTableDeleteColumnArguments) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLAuthorTableOperationsHandler
 
handleDeleteElementTags(AuthorNode, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleDeleteNodes(AuthorNode[], int, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleDeleteRow(AuthorTableDeleteRowArguments) - Method in class ro.sync.ecss.extensions.api.table.operations.AuthorTableOperationsHandler
Handles delete row operation.
handleDeleteRow(AuthorTableDeleteRowArguments) - Method in class ro.sync.ecss.extensions.dita.DITAAuthorTableOperationsHandler
 
handleDeleteRow(AuthorTableDeleteRowArguments) - Method in class ro.sync.ecss.extensions.dita.map.DITAMapAuthorTableOperationsHandler
 
handleDeleteRow(AuthorTableDeleteRowArguments) - Method in class ro.sync.ecss.extensions.docbook.DocbookAuthorTableOperationsHandler
 
handleDeleteRow(AuthorTableDeleteRowArguments) - Method in class ro.sync.ecss.extensions.tei.TEIAuthorTableOperationsHandler
 
handleDeleteRow(AuthorTableDeleteRowArguments) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLAuthorTableOperationsHandler
 
handleDeleteSelection(int, int, int, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleInsertColumn(AuthorTableInsertColumnArguments) - Method in class ro.sync.ecss.extensions.api.table.operations.AuthorTableOperationsHandler
Handles insert column operation.
handleInsertColumn(AuthorTableInsertColumnArguments) - Method in class ro.sync.ecss.extensions.dita.DITAAuthorTableOperationsHandler
 
handleInsertColumn(AuthorTableInsertColumnArguments) - Method in class ro.sync.ecss.extensions.dita.map.DITAMapAuthorTableOperationsHandler
 
handleInsertColumn(AuthorTableInsertColumnArguments) - Method in class ro.sync.ecss.extensions.docbook.DocbookAuthorTableOperationsHandler
 
handleInsertColumn(AuthorTableInsertColumnArguments) - Method in class ro.sync.ecss.extensions.tei.TEIAuthorTableOperationsHandler
 
handleInsertColumn(AuthorTableInsertColumnArguments) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLAuthorTableOperationsHandler
 
handleJoinElements(AuthorNode, List<AuthorNode>, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleOpenURL(URL) - Method in class ro.sync.ecss.extensions.api.component.listeners.OpenURLHandler
An attempt is made to open an URL.
handleOpenURLAsDITAMapTree(URL) - Method in class ro.sync.ecss.extensions.api.component.listeners.OpenURLHandler
An attempt is made to open an URL as a DITA Map tree.
handlePasteFragment(int, AuthorDocumentFragment[], int, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handlePasteFragment(int, AuthorDocumentFragment[], int, AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.DITASchemaAwareEditingHandler
 
handlePasteFragment(int, AuthorDocumentFragment[], int, AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
 
handlePasteFragment(int, AuthorDocumentFragment[], int, AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
 
handleTyping(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleTyping(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.DITASchemaAwareEditingHandler
 
handleTyping(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
 
handleTyping(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
 
handleTypingFallback(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
 
handleTypingFallback(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.DITASchemaAwareEditingHandler
 
handleTypingFallback(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
 
handleTypingFallback(int, char, AuthorAccess) - Method in class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
 
hasColumnSpecifications(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorTableCellSpanProvider
This method tells if the table contains column specifications.
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.spansupport.TEITableCellSpanProvider
 
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.ReltableCellSpanProvider
 
hasColumnSpecifications(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableCellSpanProvider
 
hashCode() - Method in class ro.sync.document.DocumentPositionedInfo
EXM-17723 - hashcode() trebuie sa fie consistent cu equals(), altfel tzapim map-urile
hashCode() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
hashCode() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
 
hasIDType(String, String, String, String) - Method in interface ro.sync.ecss.extensions.api.link.IDTypeVerifier
Check if the provided attribute has the ID type.
hasImposedEditorVariableCaretOffset(String) - Static method in class ro.sync.ecss.extensions.commons.operations.MoveCaretUtil
Check if the imposed editor variable caret offset can be found in the XML fragment.
hasLoadingErrors() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
 
hasLoadingErrors() - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
 
hasMultipleSelection() - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Check if the Author editor page has multiple selections.
hasNext() - Method in interface ro.sync.ecss.extensions.api.content.TextContentIterator
Check if has a next text context.
hasReferences(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorReferenceResolver
Verifies if the handler considers the node to have references.
hasReferences(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
An element that has conref attribute is an element with references.
hasReferences(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
An element that has href attribute is an element with references.
hasSelection() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.hasSelection() instead.
hasSelection() - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Check if the Author editor page has selection.
hasSelection() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Check if the editor page has a selection

Use AuthorSelectionModel to get more information and access to the Author editor page selection.
hasSelection() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Check if the editor page has a selection
HEAD - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Head checkbox in the TEI table customizer dialog.
hideToolbar(String) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Hide a toolbar specified by the toolbar ID.
hideView(String) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Hide a view specified by the view ID.
Highlight - Interface in ro.sync.ecss.extensions.api.highlights
The highlight interface.
HighlightPainter - Interface in ro.sync.ecss.extensions.api.highlights
Highlight renderer.
HighlightPainterInfo - Class in ro.sync.ecss.extensions.api.highlights
Information needed by the painter.
HighlightPainterInfo(Graphics, int, Point, int, int, int, int, int, int, int, int, Point) - Constructor for class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Renders the highlight.
HighlightPainterInfo(Graphics, int, Point, int, int, int, int, int, int, int, int, int, Point) - Constructor for class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Renders the highlight.
HOST_NAME - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the host name to connect to.
HREF - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorReferenceNode
Href.
HREF - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
The relative href value of the topic ref which defines the key.
HREF_VALUE - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefInfo
The value of the "href" attribute of the element.
HTML_WIDTHS_SPECIFICATIONS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
The column widths type for HTML tables.
HTMLTableCellInfoProvider - Class in ro.sync.ecss.extensions.commons.table.support
Provides information regarding HTML table cell span and column width.
HTMLTableCellInfoProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
HTMLTableCellSpanProvider - Class in ro.sync.ecss.extensions.commons.table.spansupport
Empty implementation for backward compatibility.
HTMLTableCellSpanProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.spansupport.HTMLTableCellSpanProvider
 

I

IAuthorExtensionAction - Interface in ro.sync.ecss.extensions.api.editor
An author action created over an author operation.
ID_OPTIONS - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Title for ID elements customizer dialog.
ID_PATH - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefInfo
The ID location (if any) inside the targeted URL.
ID_PATTERN - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'ID pattern' label text.
ID_PATTERN_DESCRIPTION - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Description for the id pattern macro.
idAttrQname - Variable in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
The ID attribute qname
IDElementLocator - Class in ro.sync.ecss.extensions.commons
Implementation of an ElementLocator that locates elements based on a given link and checks if the attribute with the type ID matches the provided link.
IDElementLocator(IDTypeVerifier, String) - Constructor for class ro.sync.ecss.extensions.commons.IDElementLocator
Constructor.
IDTypeVerifier - Interface in ro.sync.ecss.extensions.api.link
Interface used to check if an attribute has the ID type.
idVerifier - Variable in class ro.sync.ecss.extensions.commons.IDElementLocator
Class used to check if an attribute has ID type.
ignorableWhitespace(char[], int, int) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
ignoreNode(AuthorNode) - Method in class ro.sync.ecss.extensions.api.structure.AuthorOutlineCustomizer
If true this node and all its descendants are not shown in the Outline.
IMAGE_FILES - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Image file chooser file description.
ImageFileChooser - Class in ro.sync.ecss.extensions.commons
Choose an image file.
ImageFileChooser() - Constructor for class ro.sync.ecss.extensions.commons.ImageFileChooser
 
IMG_FROM_TESTS - Static variable in class ro.sync.ecss.extensions.commons.ImageFileChooser
Used to test the class from JUnit test cases.
IN_CONTENT - Static variable in interface ro.sync.ecss.extensions.api.content.OffsetInformation
The offset is in character content.
INFO_SUFIX - Static variable in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
Docbook info element name suffix.
INHERIT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Value constant used for the color property.
inInlineContext(int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.inInlineContext(int) instead.
inInlineContext(int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Test if the context at the given offset is inline or not.
init(AuthorAccess) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
Initialize the DnD listener.
init(StyledText, IDocument, String) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
Initialize the DnD listener.
init(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorTableCellSpanProvider
This method is called when starting to compute the layout for a table.
init(AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
This method is called when starting to compute the layout for a table.
init(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.spansupport.TEITableCellSpanProvider
Nothing to do.
init(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
init(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
init(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
init(AuthorElement) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
init(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.map.table.ReltableCellSpanProvider
 
init(AuthorElement) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableCellSpanProvider
 
init(AuthorAccess) - Method in interface ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener
Initialize the DnD listener.
init(PluginWorkspace) - Method in class ro.sync.exml.plugin.option.OptionPagePluginExtension
Initializes the GUI for the option page and loads the stored option values.
INITIAL_DATABASE - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the initial database from server to connect to.
INITIAL_VALUE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorArgumentKeys
The current value for the property being edited.
InplaceEditingListener - Interface in ro.sync.ecss.extensions.api.editor
Gets notified about edit events: InplaceEditingListener.editingStopped(EditingEvent) - a request to stop the editing and commit the value from the editor.
InplaceEditingTraversalListener - Interface in ro.sync.ecss.extensions.api.editor
Gets notified about focus traversal keys TAB and SHIFT-TAB.
InplaceEditorAdapter - Class in ro.sync.ecss.extensions.api.editor
Convenience implementation of the InplaceEditor.
InplaceEditorAdapter() - Constructor for class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
InplaceEditorArgumentKeys - Interface in ro.sync.ecss.extensions.api.editor
Properties of the oxy_editor function extended with other computed properties that the renderer/editor might need.
InplaceEditorCSSConstants - Interface in ro.sync.ecss.extensions.api.editor
Arguments of the oxy_editor function as well as built-in values for some of these arguments.
InplaceEditorRendererAdapter - Class in ro.sync.ecss.extensions.api.editor
Convenience implementation of the InplaceRenderer and InplaceEditor.
InplaceEditorRendererAdapter() - Constructor for class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
InplaceEditorUtil - Class in ro.sync.ecss.extensions.commons.editor
Utility methods for preparing the in-place editors for being displayed.
InplaceEditorUtil() - Constructor for class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
 
InplaceRendererAdapter - Class in ro.sync.ecss.extensions.api.editor
Convenience implementation of the InplaceRenderer.
InplaceRendererAdapter() - Constructor for class ro.sync.ecss.extensions.api.editor.InplaceRendererAdapter
 
inputChanged(Viewer, Object, Object) - Method in class ro.sync.ecss.extensions.commons.table.operations.ListContentProvider
 
InputURLChooser - Interface in ro.sync.exml.workspace.api.standalone
Interface through which the CMS can set a custom URL to any Input URL Panel from Oxygen.
InputURLChooserCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customize the actions which appear in any Input URL chooser from Oxygen.
INSERT_CHOICE_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Insert choice table dialog title.
INSERT_COLUMN - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Insert table dialog title.
INSERT_ENTRY_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Insert entry table' title for Docbook table customizer dialog.
INSERT_FRAGMENT_EVENT - Static variable in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Insert fragment event type.
INSERT_INFORMAL_TABLE_TOOLTIP - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Tooltip for insert 'informalTable' in Docbook table customizer dialog.
INSERT_NODE_EVENT - Static variable in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Insert node event type.
INSERT_RELATIONSHIP_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Title for DITA relationship table customizer dialog.
INSERT_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Insert table dialog title.
INSERT_TEXT_EVENT - Static variable in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Insert simple text event type.
INSERT_WEB_LINK - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Insert web link (link) dialog title.
INSERT_WEB_ULINK - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Insert web link (ulink) dialog title.
insertChars(int, char[], int, int) - Method in interface ro.sync.ecss.extensions.api.Content
Inserts a sequence of characters into the content at a given offset.
InsertColumnOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation used to insert a CALS table column.
InsertColumnOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
Constructor.
InsertColumnOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation used to insert an XHTML table column.
InsertColumnOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertColumnOperation
Constructor.
InsertColumnOperation(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertColumnOperation
Constructor.
InsertColumnOperation - Class in ro.sync.ecss.extensions.dita.map.table
Operation used to insert a DITA map reltable column.
InsertColumnOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.InsertColumnOperation
Constructor.
InsertColumnOperation(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.dita.map.table.InsertColumnOperation
Constructor.
InsertColumnOperation - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
Operation used to insert a DITA simple table column.
InsertColumnOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
Constructor.
InsertColumnOperation(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
Constructor.
InsertColumnOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to insert a TEI table column.
InsertColumnOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.InsertColumnOperation
Constructor.
InsertColumnOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Operation used to insert a table column.
InsertColumnOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
Constructor.
InsertConrefOperation - Class in ro.sync.ecss.extensions.dita.conref
Operation used to insert a conref in DITA documents.
InsertConrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.conref.InsertConrefOperation
 
InsertContentKeyrefOperation - Class in ro.sync.ecss.extensions.dita.keyref
Operation used to insert a conkeyref in DITA documents.
InsertContentKeyrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.keyref.InsertContentKeyrefOperation
 
InsertEquationOperation - Class in ro.sync.ecss.extensions.commons.operations
Operation used to insert an MathML Equation in any documents.
InsertEquationOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
Constructor to assign arguments.
InsertEquationOperation - Class in ro.sync.ecss.extensions.dita.topic
Operation used to insert an MathML Equation in DITA documents.
InsertEquationOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.InsertEquationOperation
 
InsertEquationOperation - Class in ro.sync.ecss.extensions.docbook
Operation used to insert an equation in Docbook documents.
InsertEquationOperation() - Constructor for class ro.sync.ecss.extensions.docbook.InsertEquationOperation
 
InsertEquationOperation - Class in ro.sync.ecss.extensions.xhtml
Operation used to insert an MathML Equation in XHTML 1.1 documents.
InsertEquationOperation() - Constructor for class ro.sync.ecss.extensions.xhtml.InsertEquationOperation
 
insertExternalLink(AuthorAccess, boolean) - Method in class ro.sync.ecss.extensions.docbook.link.InsertExternalLinkOperation
Insert a web link.
InsertExternalLinkOperation - Class in ro.sync.ecss.extensions.docbook.link
Insert Web Link (link).
InsertExternalLinkOperation() - Constructor for class ro.sync.ecss.extensions.docbook.link.InsertExternalLinkOperation
 
insertFragment(int, AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an AuthorDocumentFragment at the given offset.
insertFragment(AuthorDocumentFilterBypass, int, AuthorDocumentFragment) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before inserting an AuthorDocumentFragment at the specified offset.
insertFragment(int, AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Insert an AuthorDocumentFragment at the given offset.
InsertFragmentOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an insert operation for an argument of type fragment.
InsertFragmentOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.InsertFragmentOperation
Constructor.
insertFragmentSchemaAware(int, AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an AuthorDocumentFragment at the given offset in schema aware mode.
InsertGraphicOperation - Class in ro.sync.ecss.extensions.docbook
Operation used to insert a Docbook graphic.
InsertGraphicOperation() - Constructor for class ro.sync.ecss.extensions.docbook.InsertGraphicOperation
 
InsertGUIButtonOperation - Class in ro.sync.ecss.extensions.docbook
Operation used to insert a Docbook guibutton with the child elements inlinemediaobject, imageobject and imagedata.
InsertGUIButtonOperation() - Constructor for class ro.sync.ecss.extensions.docbook.InsertGUIButtonOperation
 
InsertImageDataOperation - Class in ro.sync.ecss.extensions.docbook
Operation used to insert an image in Docbook 5 documents.
InsertImageDataOperation() - Constructor for class ro.sync.ecss.extensions.docbook.InsertImageDataOperation
 
InsertImageOperation - Class in ro.sync.ecss.extensions.dita.topic
Operation used to insert an image in DITA documents.
InsertImageOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.InsertImageOperation
 
InsertImageOperationP4 - Class in ro.sync.ecss.extensions.tei
Operation used to insert a TEI P4 graphic.
InsertImageOperationP4() - Constructor for class ro.sync.ecss.extensions.tei.InsertImageOperationP4
 
InsertImageOperationP5 - Class in ro.sync.ecss.extensions.tei
Operation used to insert a TEI P5 graphic.
InsertImageOperationP5() - Constructor for class ro.sync.ecss.extensions.tei.InsertImageOperationP5
 
insertImageRef(AuthorAccess, String) - Static method in class ro.sync.ecss.extensions.docbook.InsertGraphicOperation
Insert an image reference
insertImageRef(AuthorAccess, String) - Static method in class ro.sync.ecss.extensions.docbook.InsertImageDataOperation
 
InsertImgOperation - Class in ro.sync.ecss.extensions.xhtml
Operation used to insert a XHTML graphic.
InsertImgOperation() - Constructor for class ro.sync.ecss.extensions.xhtml.InsertImgOperation
 
InsertKeyrefOperation - Class in ro.sync.ecss.extensions.dita.keyref
Operation used to insert a keyref in DITA documents.
InsertKeyrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.keyref.InsertKeyrefOperation
 
InsertLinkOperation - Class in ro.sync.ecss.extensions.dita.link
Operation used to insert a Link in DITA documents.
InsertLinkOperation() - Constructor for class ro.sync.ecss.extensions.dita.link.InsertLinkOperation
 
InsertLinkUtil - Class in ro.sync.ecss.extensions.docbook.link
Utility class for insert web link.
InsertLinkUtil() - Constructor for class ro.sync.ecss.extensions.docbook.link.InsertLinkUtil
 
InsertLocalLinkOperation - Class in ro.sync.ecss.extensions.docbook.link
Insert local link.
InsertLocalLinkOperation() - Constructor for class ro.sync.ecss.extensions.docbook.link.InsertLocalLinkOperation
 
insertMultipleElements(AuthorElement, String[], int[], String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.insertMultipleElements(AuthorElement, String[], int[], String) instead.
insertMultipleElements(AuthorElement, String[], int[], String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert multiple elements at the given offsets.
insertMultipleElements(AuthorDocumentFilterBypass, AuthorElement, String[], int[], String) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before inserting multiple elements at the given offsets.
insertMultipleElements(AuthorElement, String[], int[], String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Insert multiple elements at the given offsets.
insertMultipleFragments(AuthorElement, AuthorDocumentFragment[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert multiple fragments at the given offsets.
insertMultipleFragments(AuthorDocumentFilterBypass, AuthorElement, AuthorDocumentFragment[], int[]) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before inserting multiple fragments at the given offsets.
insertMultipleFragments(AuthorElement, AuthorDocumentFragment[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Insert multiple fragments at the given offsets.
insertNode(AuthorDocumentFilterBypass, int, AuthorNode) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before inserting a simple node into the document.
insertNode(int, AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Insert the specified node at the given offset.
InsertOLinkOperation - Class in ro.sync.ecss.extensions.docbook.olink
Insert OLink.
InsertOLinkOperation() - Constructor for class ro.sync.ecss.extensions.docbook.olink.InsertOLinkOperation
 
InsertOrReplaceFragmentOperation - Class in ro.sync.ecss.extensions.commons.operations
Identical with InsertFragmentOperation with the difference that the selection will be removed.
InsertOrReplaceFragmentOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceFragmentOperation
 
InsertOrReplaceTextOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an insert/replace operation for an argument of type String.
InsertOrReplaceTextOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.InsertOrReplaceTextOperation
 
InsertReusableComponentOperation - Class in ro.sync.ecss.extensions.dita.reuse
Operation used to insert a conref in DITA documents.
InsertReusableComponentOperation() - Constructor for class ro.sync.ecss.extensions.dita.reuse.InsertReusableComponentOperation
 
InsertRowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation used to insert a table row for DocBook v.4 or v.5.
InsertRowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
Constructor.
InsertRowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation used to insert a table row for XHTML documents.
InsertRowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertRowOperation
Constructor.
InsertRowOperation - Class in ro.sync.ecss.extensions.dita.map.table
Operation used to insert a reltable row for DITA.
InsertRowOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.InsertRowOperation
Constructor.
InsertRowOperation - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
Operation used to insert a simple table row for DITA.
InsertRowOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertRowOperation
Constructor.
InsertRowOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to insert a table row for TEI documents.
InsertRowOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.InsertRowOperation
Constructor.
InsertRowOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Abstract class for operation used to insert a table row.
InsertRowOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
Constructor.
InsertScreenshotOperation - Class in ro.sync.ecss.extensions.docbook
Operation used to insert a Docbook graphic.
InsertScreenshotOperation() - Constructor for class ro.sync.ecss.extensions.docbook.InsertScreenshotOperation
 
insertTable(AuthorDocumentFragment[], boolean, AuthorAccess, String, AuthorTableHelper) - Method in interface ro.sync.ecss.extensions.commons.table.operations.InsertTableOperationBase
If the fragments array is not null, this method converts the given fragments array into a table.
insertTable(AuthorDocumentFragment[], boolean, AuthorAccess, String, AuthorTableHelper) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertTableOperation
 
insertTable(AuthorDocumentFragment[], boolean, AuthorAccess, String, AuthorTableHelper) - Method in class ro.sync.ecss.extensions.dita.map.table.InsertTableOperation
 
insertTable(AuthorDocumentFragment[], boolean, AuthorAccess, String, AuthorTableHelper) - Method in class ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
 
insertTable(AuthorDocumentFragment[], boolean, AuthorAccess, String, AuthorTableHelper) - Method in class ro.sync.ecss.extensions.docbook.table.InsertTableOperation
 
insertTable(AuthorDocumentFragment[], boolean, AuthorAccess, String, AuthorTableHelper) - Method in class ro.sync.ecss.extensions.tei.table.InsertTableOperation
 
InsertTableCellsContentConstants - Interface in ro.sync.ecss.extensions.commons.table.operations
Interface holding constants used in operations that insert content in table cells.
InsertTableOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation used to insert a XHTML table.
InsertTableOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertTableOperation
 
InsertTableOperation - Class in ro.sync.ecss.extensions.dita.map.table
Operation used to insert a DITA map reltable.
InsertTableOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.InsertTableOperation
 
InsertTableOperation - Class in ro.sync.ecss.extensions.dita.topic.table
Operation used to insert a DITA table.
InsertTableOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
 
InsertTableOperation - Class in ro.sync.ecss.extensions.docbook.table
Operation used to insert a CALS Docbook table or an HTML table in a DocBook document.
InsertTableOperation() - Constructor for class ro.sync.ecss.extensions.docbook.table.InsertTableOperation
Constructor.
InsertTableOperation - Class in ro.sync.ecss.extensions.tei.table
The operation used to insert a TEI table.
InsertTableOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.InsertTableOperation
 
InsertTableOperationBase - Interface in ro.sync.ecss.extensions.commons.table.operations
Base for insert Author table operation.
insertText(String, int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.insertText(int, String) instead.
insertText(int, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Inserts a text at the given offset.
insertText(AuthorDocumentFilterBypass, int, String) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before inserting the specified text at the given offset.
insertText(int, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Inserts a text at the given offset.
InsertTopicgroupOperation - Class in ro.sync.ecss.extensions.dita.map.topicgroup
Operation used to insert a topic group in DITA documents.
InsertTopicgroupOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.topicgroup.InsertTopicgroupOperation
 
InsertTopicheadOperation - Class in ro.sync.ecss.extensions.dita.map.topichead
Operation used to insert a topic heading in DITA documents.
InsertTopicheadOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.topichead.InsertTopicheadOperation
 
InsertTopicrefOperation - Class in ro.sync.ecss.extensions.dita.map.topicref
Operation used to insert a topic reference in DITA documents.
InsertTopicrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.topicref.InsertTopicrefOperation
 
InsertULink - Class in ro.sync.ecss.extensions.docbook.link
Insert Web Link (ulink).
InsertULink() - Constructor for class ro.sync.ecss.extensions.docbook.link.InsertULink
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
A list of URLs need to be inserted at the caret position, probably as links.
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.dita.DITAExternalObjectInsertionHandler
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.dita.map.DITAMapExternalObjectInsertionHandler
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.docbook.Docbook4ExternalObjectInsertionHandler
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.docbook.Docbook5ExternalObjectInsertionHandler
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.tei.TEIP4ExternalObjectInsertionHandler
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.tei.TEIP5ExternalObjectInsertionHandler
 
insertURLs(AuthorAccess, List<URL>, int) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLExternalObjectInsertionHandler
 
insertXHTMLFragment(AuthorAccess, Reader) - Method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Insert an XHTML fragment
InsertXIncludeOperation - Class in ro.sync.ecss.extensions.commons.operations
Insert an XInclude.
InsertXIncludeOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.InsertXIncludeOperation
 
insertXMLFragment(String, int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.insertXMLFragment(String, int) instead.
insertXMLFragment(String, String, String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.insertXMLFragment(String, String, String) instead.
insertXMLFragment(String, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an XML fragment at the given offset.
insertXMLFragment(String, String, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an XML fragment relative to the node identified by the xpathLocation and according with the relativePosition.
insertXMLFragment(String, AuthorNode, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an XML fragment relative to the given node and according with the relativePosition.
insertXMLFragmentSchemaAware(String, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an XML fragment at the given offset in schema aware mode.
insertXMLFragmentSchemaAware(String, int, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an XML fragment at the given offset in schema aware mode.
insertXMLFragmentSchemaAware(String, String, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Insert an XML fragment relative to the node identified by the xpathLocation and according with the relativePosition.
InsertXrefOperation - Class in ro.sync.ecss.extensions.dita.link
Operation used to insert an XRef in DITA documents.
InsertXrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.link.InsertXrefOperation
Constructor for the XRef operation.
InsertXrefOperation - Class in ro.sync.ecss.extensions.docbook.link
Inserts a xref element.
InsertXrefOperation() - Constructor for class ro.sync.ecss.extensions.docbook.link.InsertXrefOperation
 
InvalidEditException - Exception in ro.sync.ecss.extensions.api
Exception thrown by AuthorSchemaAwareEditingHandler methods when an edit is considered invalid and must be rejected.
InvalidEditException(String, String, boolean, boolean) - Constructor for exception ro.sync.ecss.extensions.api.InvalidEditException
Constructor.
InvalidEditException(String, String, boolean) - Constructor for exception ro.sync.ecss.extensions.api.InvalidEditException
Constructor.
InvalidEditException(String, String, Throwable, boolean) - Constructor for exception ro.sync.ecss.extensions.api.InvalidEditException
Constructor.
InvalidLinkException - Exception in ro.sync.ecss.extensions.api.link
Signals a link that cannot be resolved.
InvalidLinkException(String) - Constructor for exception ro.sync.ecss.extensions.api.link.InvalidLinkException
Constructor.
invokeAction(Object) - Method in interface ro.sync.exml.workspace.api.editor.page.author.actions.AuthorActionsProvider
If an action was obtained using one of the methods in this interface this method provides means to invoke an action on AWT thread (for the standalone distribution) or SWT thread (for the eclipse distribution).
invokeAction(Object) - Method in interface ro.sync.exml.workspace.api.editor.page.text.actions.TextActionsProvider
If an action was obtained using one of the methods in this interface this method provides means to invoke an action on AWT thread (for the standalone distribution) or SWT thread (for the eclipse distribution).
IS_SUBJECT_DEF - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
A boolean flag which defines whether or not this key definition corresponds to a <subjectdef> element
isAcceptingFixedColumnWidths(String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Check if the table column widths can be represented as fixed values.
isAcceptingFixedColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
isAcceptingFixedColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
isAcceptingFixedColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
isAcceptingFixedColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
isAcceptingPercentageColumnWidths(String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Check if the table column widths can be represented as percentage values.
isAcceptingPercentageColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
isAcceptingPercentageColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
isAcceptingPercentageColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
isAcceptingPercentageColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
isAcceptingProportionalColumnWidths(String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Check if the table column widths can be represented as proportional values.
isAcceptingProportionalColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
isAcceptingProportionalColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
 
isAcceptingProportionalColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
isAcceptingProportionalColumnWidths(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
isAltGraphPressed() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
isAltPressed() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
isApplicable() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
isAuthorEventOfInterest(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.author.AuthorDnDListener
Returns true if the DropTargetEvent is relevant for the listener and its information will be used in the other methods of this listener.
isAutoGenerateIDs() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
 
isAutoIDGenerationActive() - Method in interface ro.sync.ecss.extensions.api.UniqueAttributesRecognizer
 
isAutoIDGenerationActive() - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
isColNumberSpecified() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
 
isConsumed() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
isContentReference(AuthorNode) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Check if this node references another node which should replace it entirely.
isContentReference(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
isCtrlPressed() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
isCustomizable() - Method in interface ro.sync.exml.editor.EditorTemplate
 
isCustomized() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
Check if the toolbar info has been customizer.
isCustomized() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Check if the view information has been customized.
isDebuggerPerspectiveAllowed() - Method in class ro.sync.exml.ComponentsValidator
Check if the debugger perspective is allowed in the current distribution.
isDelimiterBeforeTextNode(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.commons.operations.text.CapitalizeSentencesOperation
 
isDelimiterBeforeTextNode(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.commons.operations.text.CapitalizeWordsOperation
 
isDelimiterBeforeTextNode(AuthorAccess, int) - Method in class ro.sync.ecss.extensions.commons.operations.text.FormSelectedTextOperation
Decides if there is a sentence delimiter before the text node.
isDescendentOf(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.node.AuthorNode
See if this node is a descendant of the given node.
isEditable(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Test if a node is editable or not.
isEditable() - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Checks whether or not the DITA Map page is editable.
isEditable() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Check if the document can be edited.
isElement(AuthorNode, String) - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
Test if a given node is an element and has the a specific local name.
isElement(AuthorNode, String) - Method in class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Test if a given AuthorNode is an element and has the a specific local name.
isElementDescriptionSupported() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
If true the element description(model) support is available, otherwise not.
isElementDescriptionSupported() - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
If true the element description(model) support is available, otherwise not.
isElementWithNameAndNamespace(AuthorNode, String) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
 
isElementWithNameAndNamespace(AuthorNode, String) - Method in class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
 
isEmpty() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
 
isFiltered(AuthorPersistentHighlight) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlightsFilter
Check if the persistent highlight should not be displayed.
isFilterIDsOnCopy() - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
 
isFirstChildElement() - Method in interface ro.sync.ecss.extensions.api.AuthorElementBaseInterface
Check if this element is the first child element of the parent.
isGenerateFooter() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
 
isGenerateHeader() - Method in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
 
isHighlightOverImage() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
 
isHighlightOverText() - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
Returns true if the highlight is done over a text view.
isHighlightToColumn() - Method in class ro.sync.document.DocumentPositionedInfo
Check if the highlight must be made from column 0 to the specified column.
isHTMLTableCellTagName(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
Verify if a given table cell tag name is a HTML cell tag name.
isIgnoreAttributesOrder() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreCDATA() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreComments() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoredAttribute(String, AuthorTableHelper) - Static method in class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
Check if the attribute should be ignored.
isIgnoreDOCTYPE() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreEntities() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreNamespaceDeclarations() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreNamespaces() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreNodeFromDisplay() - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
Check if this node should be ignored for display, used only on the breadcrumb.
isIgnorePI() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnorePrefixes() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreStateOfEmptyElements() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreText() - Method in class ro.sync.diff.api.DiffOptions
 
isIgnoreWhitespaces() - Method in class ro.sync.diff.api.DiffOptions
 
isInViolationOfLicense() - Method in interface ro.sync.exml.workspace.api.license.LicenseInformationProvider
Check if the current application has exceeded the amount of floating licenses allowed on a server.
isLearnSchema() - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Returns true if schema was learned by Oxygen only from the structure of the XML document.
isLearnSchema() - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
 
isLicensed() - Method in interface ro.sync.exml.workspace.api.license.LicenseInformationProvider
Check if the current application is licensed or not.
isMarkEndTagsAsDifferent() - Method in class ro.sync.diff.api.DiffOptions
 
isMasterFilesSupportAvailable() - Method in class ro.sync.exml.ComponentsValidator
Return true if master files support is available or not.
isMergeAdjacentDifferences() - Method in class ro.sync.diff.api.DiffOptions
 
isMetaPressed() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
isModified() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
This method can be used to determine if the document from the editor contains unsaved modifications.
isNewDocument() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
This method can be used to determine if the document from the editor was ever saved.
isOperationRejectedOnPurpose() - Method in exception ro.sync.ecss.extensions.api.AuthorOperationException
 
isPermanent() - Method in interface ro.sync.exml.workspace.api.license.LicenseInformationProvider
Check if the Oxygen application is permanently licensed or has a trial license.
isPopupTrigger() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Returns whether or not this mouse event is the popup menu trigger event for the platform.
isPresentToUser() - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
 
isReadOnly(URL) - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLHandlerReadOnlyCheckerExtension
Decide if a given URL is read-only or writable to.
isReferenceChanged(AuthorNode, String) - Method in interface ro.sync.ecss.extensions.api.AuthorReferenceResolver
Verifies if the references of the given node must be refreshed when the attribute with the specified name has changed.
isReferenceChanged(AuthorNode, String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
Returns true when the attribute name is equal to 'conref'.
isReferenceChanged(AuthorNode, String) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
Returns true when the attribute name is equal to 'conref'.
isRelativeToParent() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
isReportAsError() - Method in exception ro.sync.ecss.extensions.api.ReferenceResolverException
Check if the exception should be reported as an error.
isSelectEntireNode() - Method in class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo
Checks if the entire node should be selected.
isShiftPressed() - Method in class ro.sync.ecss.extensions.api.AuthorInputEvent
 
isShowInResultsPanel() - Method in exception ro.sync.ecss.extensions.api.ReferenceResolverException
Check if should also show the message in a results panel.
isShowLinkToSchemaAwarePreferences() - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
 
isSimpleTextEdit() - Method in interface ro.sync.ecss.extensions.api.DocumentContentChangedEvent
Deprecated. Use DocumentContentChangedEvent.getType() to determine the type of edit.
isSpecified() - Method in class ro.sync.ecss.extensions.api.node.AttrValue
Checks if the attribute was specified in the XML document or comes as a default value from the schema, DTD, etc..
isStandalone() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use Workspace.isStandalone() instead.
isStandalone() - Method in interface ro.sync.exml.workspace.api.Workspace
Check if the extension is used in the Oxygen stand alone or Eclipse plugin version.
isSupportedImageURL(URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Check if this URL points to a supported image.
isTable(AuthorNode) - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
 
isTable(AuthorNode) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Check if an AuthorNode is a table node.
isTableAcceptingWidth(String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
Used to determine if the table accepts width specification.
isTableAcceptingWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
isTableAcceptingWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
The DocBook CALS tables do not accept width specification.
isTableAcceptingWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
isTableAcceptingWidth(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
isTableAndColumnsResizable(String) - Method in interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
This method is used to check if the table and/or table columns can be resized.
isTableAndColumnsResizable(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
 
isTableAndColumnsResizable(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
It returns true only if the given table cells tag name is equal to 'entry'.
isTableAndColumnsResizable(String) - Method in class ro.sync.ecss.extensions.commons.table.support.DITATableCellInfoProvider
 
isTableAndColumnsResizable(String) - Method in class ro.sync.ecss.extensions.commons.table.support.HTMLTableCellInfoProvider
 
isTableCell(AuthorNode) - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
 
isTableCell(AuthorNode) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Check if an AuthorNode is a table cell node.
isTableElement(AuthorNode, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Test if an AuthorNode is an element and it has one of the following types: AuthorTableHelper.TYPE_CELL, AuthorTableHelper.TYPE_ROW or AuthorTableHelper.TYPE_TABLE.
isTableRow(AuthorNode) - Method in class ro.sync.ecss.extensions.commons.AbstractDocumentTypeHelper
 
isTableRow(AuthorNode) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Check if an AuthorNode is a table row node.
isTextEventOfInterest(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
Returns true if the DropTargetEvent is relevant for the listener and its information will be used in the other methods of this listener.
isToolbarShowing(String) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Check if a toolbar is showing or hidden.
isTrackingChanges() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorChangeTrackingController.isTrackingChanges() instead.
isTrackingChanges() - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Return true if the current editor is in change tracking mode.
isUnhandledBinaryResourceURL(URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Check if this URL points to a binary resource which is not handled by Oxygen in any way.
isViewShowing(String) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Check if a view is showing or hidden.
isWordDelimiter(char) - Method in class ro.sync.ecss.extensions.commons.operations.text.FormSelectedTextOperation
Decides if the character is a sentence delimiter or not.

J

JOIN_ABOVE - Static variable in class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
Possible value of Join direction argument.
JOIN_BELOW - Static variable in class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
Possible value of Join direction argument.
JoinCellAboveBelowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation for joining the content of two cells from adjacent rows on the same column, CALS tables implementation.
JoinCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.JoinCellAboveBelowOperation
Constructor.
JoinCellAboveBelowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation for joining the content of two cells on the same column from adjacent rows, XHTML tables implementation.
JoinCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.JoinCellAboveBelowOperation
Constructor.
JoinCellAboveBelowOperation - Class in ro.sync.ecss.extensions.dita.map.table
Operation for joining the content of two cells on the same column, from adjacent rows, DITA reltable implementation.
JoinCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.JoinCellAboveBelowOperation
Constructor.
JoinCellAboveBelowOperation - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
Operation for joining the content of two cells from adjacent rows, DITA simpletable implementation.
JoinCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.JoinCellAboveBelowOperation
Constructor.
JoinCellAboveBelowOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to join the content of two cells from the same column, from adjacent rows, TEI tables implementation.
JoinCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.JoinCellAboveBelowOperation
Constructor.
JoinCellAboveBelowOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Operation for joining the content of two cells in the same column, from adjacent rows.
JoinCellAboveBelowOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
Constructor.
JoinRowCellsOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
This is the CALS tables implementation of the operation used to join the content of two or more cells from the same table row.
JoinRowCellsOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.JoinRowCellsOperation
Constructor.
JoinRowCellsOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
This is the HTML tables implementation of the operation used to join the content of two or more cells from the same table row.
JoinRowCellsOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.JoinRowCellsOperation
Default constructor.
JoinRowCellsOperation - Class in ro.sync.ecss.extensions.dita.map.table
This is the DITA tables implementation of the operation used to join the content of two or more cells from the same table row.
JoinRowCellsOperation() - Constructor for class ro.sync.ecss.extensions.dita.map.table.JoinRowCellsOperation
Default constructor.
JoinRowCellsOperation - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
This is the DITA simple tables implementation of the operation used to join the content of two or more cells from a table row.
JoinRowCellsOperation() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.JoinRowCellsOperation
Default constructor.
JoinRowCellsOperation - Class in ro.sync.ecss.extensions.tei.table
This is the TEI tables implementation of the operation used to join the content of two or more cells from the same table row.
JoinRowCellsOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.JoinRowCellsOperation
Constructor.
JoinRowCellsOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Operation used to join the content of two or more cells from a table row.
JoinRowCellsOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.JoinRowCellsOperationBase
Constructor.

K

KeyDefinitionInfo - Class in ro.sync.exml.workspace.api.editor.page.ditamap.keys
Information about a key definition.
KeyDefinitionInfo() - Constructor for class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
 
KeyDefinitionManager - Class in ro.sync.exml.workspace.api.editor.page.ditamap.keys
Provides information about all key definitions which are a context for all opened topics.
KeyDefinitionManager() - Constructor for class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionManager
 

L

LabelCSSConstants - Interface in ro.sync.ecss.css.functions
Processed arguments of the oxy_label function.
LARGE_ICON_PATH - Static variable in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
The path for a large icon associated with the action.
lastHandlerResult - Variable in class ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter
Last handler result.
LicenseCategories - Interface in ro.sync.exml.workspace.api.license
All possible categories of an Oxygen license
LicenseComponents - Interface in ro.sync.exml.workspace.api.license
All components for an oXygen license.
LicenseInformationProvider - Interface in ro.sync.exml.workspace.api.license
Provides information about how the current running Oxygen instance is licensed.
LINES_COMPARE - Static variable in class ro.sync.diff.api.DiffOptions
Algorithm based on line by line comparison.
link - Variable in class ro.sync.ecss.extensions.api.link.ElementLocator
The link to be used to identify the element.
LinkTextResolver - Class in ro.sync.ecss.extensions.api.link
Resolves a link and obtains a text representation.
LinkTextResolver() - Constructor for class ro.sync.ecss.extensions.api.link.LinkTextResolver
 
ListContentProvider - Class in ro.sync.ecss.extensions.commons.table.operations
Empty implementation for the general purpose list (Collection) content provider.
ListContentProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.ListContentProvider
 
load(URL, Reader) - Method in interface ro.sync.ecss.extensions.api.component.ComponentProvider
Sets the content to edit.
loadedDocumentChanged() - Method in interface ro.sync.ecss.extensions.api.component.listeners.AuthorComponentListener
The loaded document changed.
loadedDocumentChanged() - Method in class ro.sync.ecss.extensions.api.component.listeners.DITAMapTreeComponentListener
The loaded document changed.
LOCAL_NAME_PATTERN_DESCRIPTION - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Description for the local name pattern macro.
LOCAL_NAME_PATTERN_MACRO - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Local name pattern macro.
locateFile(URL) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use UtilAccess.locateFile(URL) instead.
locateFile(URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Locate the file on disk corresponding to the URL.
LOCATION_HEADER - Static variable in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtensionConstants
The location header key.
LockException - Exception in ro.sync.exml.plugin.lock
Thrown when could not lock or unlock properly
LockException(String, boolean, String) - Constructor for exception ro.sync.exml.plugin.lock.LockException
Constructor.
LockHandler - Interface in ro.sync.exml.plugin.lock
Manage locking and unlocking.
logger - Static variable in class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
Logger for logging.
logger - Static variable in class ro.sync.ecss.extensions.docbook.link.InsertExternalLinkOperation
Logger for logging.
logger - Static variable in class ro.sync.ecss.extensions.docbook.link.InsertLocalLinkOperation
Logger for logging.

M

main(String[]) - Static method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
Test the UI.
main(String[]) - Static method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Test main method
MAIN_EDITING_AREA - Static variable in interface ro.sync.exml.workspace.api.PluginWorkspace
The main editing area in Oxygen
makeRelative(URL, URL) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use UtilAccess.makeRelative(URL, URL) instead.
makeRelative(URL, URL) - Method in interface ro.sync.exml.workspace.api.util.RelativeReferenceResolver
Makes a relative path expressed to the base file from the child.
makeRelative(URL, URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Make the child URL relative to the base URL.
matches(String, String, String, String, Attributes) - Method in interface ro.sync.ecss.extensions.api.DocumentTypeCustomRuleMatcher
Check if the document type to which this custom rule belongs to should be used for the given document properties.
matches(String, String, String, String, Attributes) - Method in class ro.sync.ecss.extensions.dita.DITACustomRuleMatcher
Try to find a DITAArchVersion attribute in the root attributes.
matches(String, String, String, String, Attributes) - Method in class ro.sync.ecss.extensions.dita.map.DITAMapCustomRuleMatcher
Try to find a DITAArchVersion attribute in the root attributes.
matches(String, String, String, String, Attributes) - Method in class ro.sync.ecss.extensions.dita.topic.DITATopicCustomRuleMatcher
Try to find a DITAArchVersion attribute in the root attributes.
MATH_ML - Static variable in class ro.sync.ecss.extensions.commons.operations.InsertEquationOperation
The MathML fragment representing the default equation.
MathFlowConfigurator - Interface in ro.sync.exml.workspace.api.math
Provide access to MathFlow specific methods.
Menu - Class in ro.sync.exml.workspace.api.standalone.ui
A menu which looks like the ones in Oxygen.
Menu(String) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.Menu
Constructor.
Menu(String, boolean) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.Menu
Constructor.
MenuBarCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customizes components from the main menu bar.
messages - Static variable in class ro.sync.contentcompletion.xml.StyleGuideSchemaManagerFilterBase
The messages resource bundle.
messages - Static variable in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
The messages resource bundle.
META_CONTENT_PROVIDER - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
May return a MetaContentProvider implementation which returns the text which should appear on an element which has the keyref if the element has no content.
META_PRESSED - Static variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
This flag indicates that the Meta key was down when the event occurred.
MetaContentProvider - Class in ro.sync.exml.workspace.api.editor.page.ditamap.keys
According to the: http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/processing_key_references.html and: http://dita.xml.org/resource/dita-tc-faq-about-keys#Q2 if a node of a certain type makes a keyref to a topic ref on which is defined, the content of the key will be extracted from that particular .
MetaContentProvider() - Constructor for class ro.sync.exml.workspace.api.editor.page.ditamap.keys.MetaContentProvider
 
MODEL - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Name for a model chooser group.
modelToView(int) - Method in interface ro.sync.ecss.extensions.api.access.AuthorEditorAccess
Deprecated. use modelToViewRectangle(int offset) instead
modelToViewRectangle(int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Returns a representation of the caret shape for the specified document offset.
MODIFICATION_TIME - Static variable in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlightConstants
The pseudo attribute name of the PI holding the modification time.
modifiedStateChanged(boolean) - Method in interface ro.sync.ecss.extensions.api.component.listeners.AuthorComponentListener
The modified state of the component changed
modifiedStateChanged(boolean) - Method in class ro.sync.ecss.extensions.api.component.listeners.DITAMapTreeComponentListener
The modified state of the component changed
modifiers - Variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
The state of the modifier mask at the time the input event was fired.
mouseClicked(AuthorMouseEvent) - Method in class ro.sync.ecss.extensions.api.AuthorMouseAdapter
 
mouseClicked(AuthorMouseEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorMouseListener
Invoked when the mouse button has been clicked (pressed and released) on the author page.
mouseDragged(AuthorMouseEvent) - Method in class ro.sync.ecss.extensions.api.AuthorMouseAdapter
 
mouseDragged(AuthorMouseEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorMouseListener
Invoked when a mouse button is pressed on the author page and then dragged.
mouseMoved(AuthorMouseEvent) - Method in class ro.sync.ecss.extensions.api.AuthorMouseAdapter
 
mouseMoved(AuthorMouseEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorMouseListener
Invoked when the mouse cursor has been moved onto the author page but no buttons have been pressed.
mousePressed(AuthorMouseEvent) - Method in class ro.sync.ecss.extensions.api.AuthorMouseAdapter
 
mousePressed(AuthorMouseEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorMouseListener
Invoked when a mouse button has been pressed on the author page.
mouseReleased(AuthorMouseEvent) - Method in class ro.sync.ecss.extensions.api.AuthorMouseAdapter
 
mouseReleased(AuthorMouseEvent) - Method in interface ro.sync.ecss.extensions.api.AuthorMouseListener
Invoked when a mouse button has been released on the author page.
moveCaretToImposedEditorVariableOffset(AuthorAccess, int) - Static method in class ro.sync.ecss.extensions.commons.operations.MoveCaretUtil
Move the caret to the offset imposed by a certain editor variable present in the Author page.
MoveCaretUtil - Class in ro.sync.ecss.extensions.commons.operations
Utility to detect an editor variable in the Author page and move the caret to that place.
MoveCaretUtil() - Constructor for class ro.sync.ecss.extensions.commons.operations.MoveCaretUtil
 
multipleDelete(AuthorElement, int[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.multipleDelete(AuthorElement, int[], int[]) instead.
multipleDelete(AuthorElement, int[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Deletes the given intervals.
multipleDelete(AuthorDocumentFilterBypass, AuthorElement, int[], int[]) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before deleting the given intervals from the document.
multipleDelete(AuthorElement, int[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Deletes the given intervals.

N

name - Variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
The argument name.
NAME - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
The key name.
NAMESPACE_ARGUMENT - Static variable in interface ro.sync.ecss.extensions.api.AuthorOperation
Represents the namespace argument.
NAMESPACE_ARGUMENT_DESCRIPTOR - Static variable in interface ro.sync.ecss.extensions.api.AuthorOperation
The namespace argument descriptor.
NamespaceContext - Interface in ro.sync.ecss.extensions.api.node
Useful interface which can be used to obtain mappings from prefix to namespace and from namespace to prefix in the context of the current element.
newErrorLine(String) - Method in class ro.sync.exml.workspace.api.process.ProcessListener
Called when the process outputs a line in the System.err
newNonValidatingXMLReader() - Method in interface ro.sync.ecss.extensions.api.access.AuthorUtilAccess
Deprecated. Use the method from the AuthorXMLUtilAccess class.
newNonValidatingXMLReader() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorUtilAccess.newNonValidatingXMLReader() instead.
newNonValidatingXMLReader() - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Creates an XMLReader without validation.
newNonValidatingXMLReader(Object) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Creates an XMLReader without validation and with the possibility to reuse the grammar pool.
newOutputLine(String) - Method in class ro.sync.exml.workspace.api.process.ProcessListener
Called when the process outputs a line in the System.out
next() - Method in interface ro.sync.ecss.extensions.api.content.TextContentIterator
Get the next text context.
nextEditLocationRequested() - Method in interface ro.sync.ecss.extensions.api.editor.InplaceEditingTraversalListener
The user requested the next editing location, usually by using the TAB key.
NOBUTTON - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Indicates no mouse button.
NODE_NAME_CDATA - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Name of CDATA node.
NODE_NAME_COMMENT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Name of COMMENT node.
NODE_NAME_DOCUMENT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Name of DOCUMENT node.
NODE_NAME_PI - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Name of PI node.
NODE_TYPE_CDATA - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
CDATA node type.
NODE_TYPE_COMMENT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Comment node type.
NODE_TYPE_DOCUMENT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Document node type.
NODE_TYPE_ELEMENT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Element node type.
NODE_TYPE_PI - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Processing instruction node type.
NODE_TYPE_PSEUDO_DOCTYPE - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Pseudo DOCTYPE node type.
NODE_TYPE_PSEUDO_ELEMENT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Pseudo element node type.
NODE_TYPE_REFERENCE - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Reference node type (entity or other reference nodes, e.g.
NODE_TYPE_TEXT - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorNode
Text node type.
nodeHasProperties(AuthorNode, String, String) - Static method in class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
Check if the node has the given namespace and name
NodeRendererCustomizerContext - Class in ro.sync.exml.workspace.api.node.customizer
Provide information like node name, node namespace, attributes (if available), that will be used for Author outline, Author bread crumb, Text page outline, content completion proposals window or DITA Map view rendering customization.
NodeRendererCustomizerContext() - Constructor for class ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
 
NOT_EDITABLE_IN_DELETE_CHANGE_TRACKING - Static variable in interface ro.sync.ecss.extensions.api.content.TextContext
The returned text is in delete change tracking context.
NOT_EDITABLE_IN_READ_ONLY - Static variable in interface ro.sync.ecss.extensions.api.content.TextContext
The returned text is in an entity or content reference.
NOT_KNOWN - Static variable in class ro.sync.document.DocumentPositionedInfo
If one of the components is not known, use this constant for it.

O

OffsetInformation - Interface in ro.sync.ecss.extensions.api.content
Information about the node which contains the offset.
OKCancelDialog - Class in ro.sync.ecss.extensions.commons.ui
Dialog with OK and Cancel buttons.
OKCancelDialog(JFrame, String, boolean) - Constructor for class ro.sync.ecss.extensions.commons.ui.OKCancelDialog
Constructor.
OKCancelDialog(Frame, String, boolean) - Constructor for class ro.sync.ecss.extensions.commons.ui.OKCancelDialog
Constructor.
OKCancelDialog - Class in ro.sync.exml.workspace.api.standalone.ui
Dialog with OK and Cancel buttons.
OKCancelDialog(JFrame, String, boolean) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Constructor.
OKCancelDialog(Frame, String, boolean) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Constructor.
okPressed() - Method in class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizerDialog
 
ON_END_MARKER - Static variable in interface ro.sync.ecss.extensions.api.content.OffsetInformation
The offset is on the marker representing the end range of a node.
ON_START_MARKER - Static variable in interface ro.sync.ecss.extensions.api.content.OffsetInformation
The offset is on the marker representing the start range of a node.
ONLY_TEXT_CONTENT_STYLESHEET - Static variable in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
An XSLT stylesheet for extracting the entire text content (and only the text content) from any input XML, except the text from elements: xhtml:span[contains(@style, 'mso-list:Ignore')]
ONLY_TEXT_CONTENT_TASK_STYLESHEET - Static variable in class ro.sync.ecss.extensions.dita.DITAExternalObjectInsertionHandler
An XSLT stylesheet for extracting the entire text content (and only the text content) from any input XML, except the text from elements: xhtml:span[contains(@style, 'mso-list:Ignore')]
open(File) - Method in interface ro.sync.ecss.extensions.api.access.AuthorWorkspaceAccess
Deprecated. Use Workspace.open(URL) instead.
open(URL) - Method in interface ro.sync.exml.workspace.api.Workspace
Opens the file at the specified URL in a new editor.
open(URL, String) - Method in interface ro.sync.exml.workspace.api.Workspace
Opens the file at the specified URL in a new editor.
OPEN_RESOURCE - Static variable in interface ro.sync.exml.workspace.api.standalone.InputURLChooser
Open resource chooser
OPEN_RESOURCE_DIRECTORY - Static variable in interface ro.sync.exml.workspace.api.standalone.InputURLChooser
Resource directory chooser
openInExternalApplication(URL, boolean) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Open in the associated system application
OpenInSystemAppOperation - Class in ro.sync.ecss.extensions.commons.operations
Detects the application that is associated with the given file in the OS and uses it to open the file.
OpenInSystemAppOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.OpenInSystemAppOperation
Constructor.
OpenRedirectExtension - Interface in ro.sync.exml.plugin.openredirect
Plugin extension - open redirecting for URLs
OpenRedirectInformation - Class in ro.sync.exml.plugin.openredirect
Information about redirecting an URL
OpenRedirectInformation(URL, String) - Constructor for class ro.sync.exml.plugin.openredirect.OpenRedirectInformation
Constructor.
OpenURLHandler - Class in ro.sync.ecss.extensions.api.component.listeners
Listener for URLs the user is trying to open from the Author Component.
OpenURLHandler() - Constructor for class ro.sync.ecss.extensions.api.component.listeners.OpenURLHandler
 
OptionChangedEvent - Class in ro.sync.ecss.extensions.api
Represents an event which indicates that the value of an option has been changed.
OptionChangedEvent(String, String, String) - Constructor for class ro.sync.ecss.extensions.api.OptionChangedEvent
The constructor of the option changed event.
OptionListener - Class in ro.sync.ecss.extensions.api
The listener which is notified about the value changes of an author extension level option.
OptionListener(String) - Constructor for class ro.sync.ecss.extensions.api.OptionListener
Constructor for the option listener.
OptionPagePluginExtension - Class in ro.sync.exml.plugin.option
Class used to create plugin option page extension.
OptionPagePluginExtension() - Constructor for class ro.sync.exml.plugin.option.OptionPagePluginExtension
 
OptionsStorage - Interface in ro.sync.ecss.extensions.api
This interface should be used if Author extension level options need to be stored and retrieved.
optionValueChanged(OptionChangedEvent) - Method in class ro.sync.ecss.extensions.api.OptionListener
This method is called when the value of the option associated with this listener has been modified.
optionValueChanged(WSOptionChangedEvent) - Method in class ro.sync.exml.workspace.api.options.WSOptionListener
This method is called when the value of the option associated with this listener has been modified.
OXYGEN_ACTION_HEADER - Static variable in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtensionConstants
The oxygen-action header key.

P

paint(HighlightPainterInfo) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
 
paint(HighlightPainterInfo) - Method in interface ro.sync.ecss.extensions.api.highlights.HighlightPainter
Renders the highlight.
paint(HighlightPainterInfo) - Method in class ro.sync.ecss.extensions.api.highlights.RectangleHighlightPainter
 
PARA - Static variable in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
Docbook HTML para element name.
parse(InputSource) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
parse(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
PARSE_ERROR - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
An error message if error (file not found or parse) occured reading the topic
PASTE - Static variable in interface ro.sync.ecss.extensions.api.ExternalObjectInsertionSources
URLs were pasted.
PasteAsContentKeyReferenceOperation - Class in ro.sync.ecss.extensions.dita.conref
Operation used to insert paste as a content key reference in DITA documents.
PasteAsContentKeyReferenceOperation() - Constructor for class ro.sync.ecss.extensions.dita.conref.PasteAsContentKeyReferenceOperation
 
PasteAsContentReferenceOperation - Class in ro.sync.ecss.extensions.dita.conref
Operation used to insert paste as a content reference in DITA documents.
PasteAsContentReferenceOperation() - Constructor for class ro.sync.ecss.extensions.dita.conref.PasteAsContentReferenceOperation
 
PasteAsLinkKeyReferenceOperation - Class in ro.sync.ecss.extensions.dita.keyref
Operation used to insert paste as a key reference in DITA documents.
PasteAsLinkKeyReferenceOperation() - Constructor for class ro.sync.ecss.extensions.dita.keyref.PasteAsLinkKeyReferenceOperation
 
PasteAsReferenceOperation - Class in ro.sync.ecss.extensions.dita.link
Operation used to insert paste as a Link in DITA documents.
PasteAsReferenceOperation() - Constructor for class ro.sync.ecss.extensions.dita.link.PasteAsReferenceOperation
 
PATTERN_TOOLTIP - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
The default pattern tooltip.
performAction() - Method in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
Perform the action.
performAction(int) - Method in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
Perform the action.
performDeleteColumn(AuthorAccess, List<ContentInterval>, boolean) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.DeleteColumnOperation
 
performDeleteColumn(AuthorAccess, List<ContentInterval>, boolean) - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
Delete table column.
performDeleteRows(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteRowOperationBase
Delete table row.
performInsertColumn(AuthorAccess, String, AuthorDocumentFragment[], TableColumnSpecificationInformation, boolean, InsertRowOperationBase, InsertTableOperationBase) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
Insert column.
PersistentHighlightRenderer - Interface in ro.sync.ecss.extensions.api.highlights
Customize the way that the author persistent highlights are displayed.
Plugin - Class in ro.sync.exml.plugin
Plugin class.
Plugin(PluginDescriptor) - Constructor for class ro.sync.exml.plugin.Plugin
The constructor.
PluginExtension - Interface in ro.sync.exml.plugin
Any plugin extension must implement this interface.
PluginWorkspace - Interface in ro.sync.exml.workspace.api
Access the entire workspace of Oxygen.
PopupMenu - Class in ro.sync.exml.workspace.api.standalone.ui
A popup menu which looks like the ones in Oxygen.
PopupMenu() - Constructor for class ro.sync.exml.workspace.api.standalone.ui.PopupMenu
Constructor.
PopupMenuCustomizer - Interface in ro.sync.ecss.extensions.api.component
Can be used to customize a JPopupMenu before showing it.
popupTrigger - Variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
true if this event is a pop-up trigger.
PORT - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the port used to connect to host.
POSITION_AFTER - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
The insertion location is after the selected node.
POSITION_BEFORE - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
The insertion location is before the selected node.
POSITION_INSIDE - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
Deprecated. Use the constant POSITION_INSIDE_FIRST instead.
POSITION_INSIDE_FIRST - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
The insertion location is inside the selected node as the first child.
POSITION_INSIDE_LAST - Static variable in interface ro.sync.ecss.extensions.api.AuthorConstants
The insertion location is inside the selected node as the last child.
previousEditLocationRequested() - Method in interface ro.sync.ecss.extensions.api.editor.InplaceEditingTraversalListener
The user requested the previous editing location, usually by using the SHIFT-TAB key.
print(boolean) - Method in interface ro.sync.ecss.extensions.api.component.ComponentProvider
Print the component content.
process(ClipboardFragmentInformation) - Method in interface ro.sync.ecss.extensions.api.content.ClipboardFragmentProcessor
Process a fragment in the clipboard before inserting it in the document.
process(ClipboardFragmentInformation) - Method in class ro.sync.ecss.extensions.commons.id.DefaultUniqueAttributesRecognizer
 
process(DocumentPluginContext) - Method in interface ro.sync.exml.plugin.document.DocumentPluginExtension
Main plugin method.
process(SelectionPluginContext) - Method in interface ro.sync.exml.plugin.selection.SelectionPluginExtension
Main plugin method.
processContentRange(int, int, RangeProcessor) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
This method is useful if you want to make text processing on a given Author selection.
ProcessController - Interface in ro.sync.exml.workspace.api.process
The process controller.
processCouldNotStart(String) - Method in class ro.sync.exml.workspace.api.process.ProcessListener
Called when the system could not exec the process.
processEnded(int) - Method in class ro.sync.exml.workspace.api.process.ProcessListener
Called when the process ends.
processingInstruction(String, String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
ProcessListener - Class in ro.sync.exml.workspace.api.process
The process listener.
ProcessListener() - Constructor for class ro.sync.exml.workspace.api.process.ProcessListener
 
processRange(AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.content.RangeProcessor
Called from the AuthorDocumentController to process a fragment which was created from a specific range.
processStarted(String, String) - Method in class ro.sync.exml.workspace.api.process.ProcessListener
Called when the process is started.
processText(String) - Method in class ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
Process text.
processText(String) - Method in class ro.sync.ecss.extensions.commons.operations.text.ToLowerCaseOperation
Processes text and makes it lower cased.
processText(String) - Method in class ro.sync.ecss.extensions.commons.operations.text.ToUpperCaseOperation
Processes the selected text and makes it uppercase.
processTextContent(char[], boolean) - Method in class ro.sync.ecss.extensions.commons.operations.text.CapitalizeSentencesOperation
Process char array and upper case first letter of containing sentences.
processTextContent(char[], boolean) - Method in class ro.sync.ecss.extensions.commons.operations.text.CapitalizeWordsOperation
Process char array and upper case first letter of containing words.
processTextContent(char[], boolean) - Method in class ro.sync.ecss.extensions.commons.operations.text.FormSelectedTextOperation
Process char array.
ProfilingConditionalTextProvider - Class in ro.sync.ecss.extensions.api
Profiling/Conditional Text is a way to mark elements meant to appear in some renditions of the document, but not in others.
ProfilingConditionalTextProvider() - Constructor for class ro.sync.ecss.extensions.api.ProfilingConditionalTextProvider
 
PromoteDemoteSectionOperation - Class in ro.sync.ecss.extensions.docbook
Operation on Docbook for promoting/demoting section nodes.
PromoteDemoteSectionOperation() - Constructor for class ro.sync.ecss.extensions.docbook.PromoteDemoteSectionOperation
 
PROPERTY_ACTION_DISPLAY_STYLE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON_GROUP and specifies what to display for an action: icon, text or both.
PROPERTY_ACTION_ID - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON and represents the ID of the action that must be invoked when the button is pressed.
PROPERTY_ACTION_IDS - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON_GROUP and contains a list of comma separated IDs of the actions that are presented to the user in a pop-up menu.
PROPERTY_CLASSPATH - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
If the form control is a custom implementation this property can be used to specify the class path where the custom implementation will loaded from.
PROPERTY_COLOR - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Property used to specify the foreground color.
PROPERTY_COLUMNS - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
The number of columns that the editor should have.
PROPERTY_EDIT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Indicates if we should edit an attribute value or the text value of the element.
PROPERTY_EDITABLE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies when the editor is a combo box and marks the combo as being editable or not.
PROPERTY_FONT_INHERIT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Property used to specify that the font is inherited from the parent element.
PROPERTY_FORMAT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
It applies only on date picker form control.
PROPERTY_ICON - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON_GROUP and specifies the path to an Icon to be displayed on the button.
PROPERTY_LABEL - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON_GROUP and specifies the label of the button that triggers the pop-up menu.
PROPERTY_LABELS - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
A set of labels to be associated with PROPERTY_VALUES.
PROPERTY_RENDERER_CLASS_NAME - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Class name of the renderer.
PROPERTY_RENDERER_SEPARATOR - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_POPUP_SELECTION.
PROPERTY_RENDERER_SORT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_POPUP_SELECTION.
PROPERTY_ROWS - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
The number of rows that the editor should have.
PROPERTY_SELECTION_MODE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_POPUP_SELECTION.
PROPERTY_SEPARATOR - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_CHECKBOX or InplaceEditorCSSConstants.TYPE_POPUP_SELECTION.
PROPERTY_SWING_EDITOR_CLASS_NAME - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Class name of the editor.
PROPERTY_SWT_EDITOR_CLASS_NAME - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Class name of the editor.
PROPERTY_TOOLTIP - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON_GROUP and specifies the tooltip for the button that triggers the pop-up menu with the actions in the group.
PROPERTY_TOOLTIPS - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
A set of tooltips to be associated with PROPERTY_VALUES.
PROPERTY_TRANSPARENT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Only applies to the InplaceEditorCSSConstants.TYPE_BUTTON and ensures whether the button will have a more flat appearance (transparent).
PROPERTY_TYPE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Indicates the editor that should be used to edit.
PROPERTY_UNCHECKED_VALUES - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_CHECKBOX.
PROPERTY_VALUES - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
A set of values to be presented as choices.
PROPERTY_VISIBLE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Property used to specify if an in-place editor is visible.
pushContextElement(WhatElementsCanGoHereContext, String) - Method in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
Derive the given context by adding the given element.
pushContextElement(WhatElementsCanGoHereContext, String) - Method in class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
Derive the given context by adding the given element.

R

RangeProcessor - Interface in ro.sync.ecss.extensions.api.content
Used to receive call backs when processing a range from the document.
RectangleHighlightPainter - Class in ro.sync.ecss.extensions.api.highlights
Fill a rectangle for the given highlight.
RectangleHighlightPainter(Color) - Constructor for class ro.sync.ecss.extensions.api.highlights.RectangleHighlightPainter
Constructor.
redirect(URL) - Method in interface ro.sync.exml.plugin.openredirect.OpenRedirectExtension
This call back can redirect an open call for an URL in different parts of Oxygen.
REFERENCE_TYPE_ENTITY - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorReferenceNode
Entities reference nodes type.
REFERENCE_TYPE_SYNTHETIC - Static variable in interface ro.sync.ecss.extensions.api.node.AuthorReferenceNode
Synthetic reference nodes type (e.g.
ReferenceErrorResolver - Interface in ro.sync.ecss.extensions.api
Resolver for errors concerning references.
ReferenceResolverException - Exception in ro.sync.ecss.extensions.api
Exception thrown if the reference resolver could not resolve a target.
ReferenceResolverException(String, boolean, boolean) - Constructor for exception ro.sync.ecss.extensions.api.ReferenceResolverException
Constructor.
ReferenceResolverSAXParseException - Exception in ro.sync.ecss.extensions.api
Exception thrown if the reference resolver could not resolve a target.
ReferenceResolverSAXParseException(String) - Constructor for exception ro.sync.ecss.extensions.api.ReferenceResolverSAXParseException
Constructor.
ReferenceResolverSAXParseException(String, Locator) - Constructor for exception ro.sync.ecss.extensions.api.ReferenceResolverSAXParseException
Constructor.
ReferencesCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Contains methods for customizing the Input URL Choosers and for computing relative paths from URLs in an implementation specific manner.
refresh() - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
Signals a major refresh.
refresh() - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
 
refresh() - Method in class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
 
refresh(AuthorNode) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Refresh the rendering layout and CSS styles for this node and all its contents.
refresh() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Reload the CSS files and perform a refresh on the whole document to recompute the layout and the styles for all the nodes based on the new CSS files content.
refreshInProject(URL) - Method in interface ro.sync.exml.workspace.api.Workspace
In a new file appeared as a child of a folder in the project, use this method to refresh the parent folder.
refreshNodeReferences(AuthorNode) - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
Marks the references used by the given node as being invalid and requiring refreshing.
refreshNodeReferences(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
 
refreshNodes(AuthorNode[]) - Method in interface ro.sync.ecss.extensions.api.access.AuthorOutlineAccess
The Outline usually automatically updates the nodes based on the document changes.
reject(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Reject all change tracking highlights that intersect the interval between the given start and end offset.
reject(AuthorPersistentHighlight) - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Reject the given change tracking highlight.
REL_COL_WIDTH_DEFAULT_VALUE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
Default value for relative col widths.
RelativeReferenceResolver - Interface in ro.sync.exml.workspace.api.util
Control the way in which a relative reference is computed in Oxygen for a given protocol.
relayout(JComboBox, AuthorInplaceContext) - Static method in class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
Computes the required size for the editor and positions the caret at the end of the text.
relayout(JTextField, AuthorInplaceContext) - Static method in class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
Computes the required size for the editor and positions the caret at the end of the text.
reloadContent(Reader) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Update the whole content of the editor with the one taken from the reader.
reloadContent(Reader, boolean) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Update the whole content of the editor with the one taken from the reader.
ReltableCellSpanProvider - Class in ro.sync.ecss.extensions.dita.map.table
The DITA reltable cell span provider.
ReltableCellSpanProvider() - Constructor for class ro.sync.ecss.extensions.dita.map.table.ReltableCellSpanProvider
 
ReltableConstants - Interface in ro.sync.ecss.extensions.dita.map.table
Interface containing the name of the elements and attributes used in the DITA map reltable model.
remove(int, int) - Method in interface ro.sync.ecss.extensions.api.Content
Removes some portion of the content sequence.
REMOVE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
en: Remove
REMOVE_IDS_ON_COPY_IN_SAME_DOC - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Remove ID's when copying content in the same document' button text.
removeActionPerformedListener(Object, ActionPerformedListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.actions.AuthorActionsProvider
Remove the listener which gets triggered before and after a certain action is triggered.
removeAllHighlights() - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorHighlighter
Removes all highlights this highlighter is responsible for.
removeAllHighlights() - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Removes all custom persistent highlights.
removeAttribute(String, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Removes an attribute from the given element.
removeAttribute(AuthorDocumentFilterBypass, String, AuthorElement) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before removing an attribute from the specified element.
removeAttribute(String, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Removes an attribute from the given element.
removeAttribute(String) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Removes the given attribute from the element list of attributes.
removeAuthorAttributesDisplayFilter(AuthorAttributesDisplayFilter) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Remove a filter for displaying attributes to the current author page.
removeAuthorAttributesDisplayFilter(AuthorAttributesDisplayFilter) - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Remove a filter for displaying attributes to the current DITA Map Tree.
removeAuthorCaretListener(AuthorCaretListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Removes the specified caret listener from the Author page.
removeAuthorComponentListener(AuthorComponentListener) - Method in interface ro.sync.ecss.extensions.api.component.EditorComponentProvider
Removes an author component listener.
removeAuthorListener(AuthorListener) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.removeAuthorListener(AuthorListener) intead.
removeAuthorListener(AuthorListener) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Remove an Author listener.
removeAuthorMouseListener(AuthorMouseListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Removes the specified mouse listener from the current author page.
removeAuthorPersistentHighlightListener(AuthorPersistentHighlightsListener) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Removes a persistent highlights listener.
removeClipboardFragmentProcessor(ClipboardFragmentProcessor) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Remove a processor which can analyze and modify AuthorDocumentFragment objects before they are inserted in the Author.
removeClonedElementAttribute(AuthorElement, String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorElement.removeAttribute(String) instead.
RemoveConrefOperation - Class in ro.sync.ecss.extensions.dita.conref
Operation used to remove a conref from an element in DITA documents.
RemoveConrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.conref.RemoveConrefOperation
 
removeEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
 
removeEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
removeEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
removeEditingListener(InplaceEditingListener) - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
removeEditorChangeListener(WSEditorChangeListener, int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Remove listener for editor related events.
removeEditorListener(WSEditorListener) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Remove the listener for editor events.
removeHighlight(Highlight) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorHighlighter
Removes a highlight from the view.
removeHighlight(AuthorPersistentHighlight) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Removes a highlight from the view.
removeListener(AuthorExtensionStateListener) - Method in class ro.sync.ecss.extensions.api.AuthorExtensionStateListenerDelegator
Remove a listener.
removeOptionListener(OptionListener) - Method in interface ro.sync.ecss.extensions.api.OptionsStorage
Removes an option listener from the current set of option listeners.
removeOptionListener(WSOptionListener) - Method in interface ro.sync.exml.workspace.api.options.WSOptionsStorage
Removes an option listener from the current set of option listeners.
removePageChangedListener(WSEditorPageChangedListener) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Remove the listener for page changed events.
removePopUpMenuCustomizer(AuthorPopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Add the pop-up menu customizer which can be used to customize the pop-up menu (add/remove actions) before showing it in the Author page.
removePopUpMenuCustomizer(TextPopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage
Remove the pop-up menu customizer which is used to customize the pop-up menu (add/remove actions) before showing it in the Text page.
removePriorityEntityResolver(EntityResolver) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Remove a priority entity resolver.
removePriorityURIResolver(URIResolver) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Remove a priority URI resolver.
removeUniqueAttributesProcessor(UniqueAttributesProcessor) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Remove a processor which is asked to automatically generate unique IDs after content has been inserted in the Author.
removeUserCredentials(URL) - Method in interface ro.sync.exml.workspace.api.util.UtilAccess
Removes the user name and password from the URL if they are present.
removeValidationProblemsFilter(ValidationProblemsFilter) - Method in interface ro.sync.exml.workspace.api.editor.WSEditor
Remove a filter for problems encountered during validation of the current editor.
renameElement(AuthorElement, String) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Rename an Author Element, set another qualified name to it.
renameElement(AuthorDocumentFilterBypass, AuthorElement, String, Object) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before renaming the given element.
renameElement(AuthorElement, String, Object) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Rename the given element.
RendererLayoutInfo - Class in ro.sync.ecss.extensions.api.editor
Class which contains rendering information about a renderer, information like the baseline and the size.
RendererLayoutInfo(int, Dimension) - Constructor for class ro.sync.ecss.extensions.api.editor.RendererLayoutInfo
Constructor.
RenderingInformation - Class in ro.sync.ecss.extensions.api.structure
The rendering information used to render a node in the outliner and bread crumb.
RenderingInformation(AuthorNode, String, String, String) - Constructor for class ro.sync.ecss.extensions.api.structure.RenderingInformation
 
RenderingInformation(AuthorNode, String, String, String, String) - Constructor for class ro.sync.ecss.extensions.api.structure.RenderingInformation
 
ReplaceConrefOperation - Class in ro.sync.ecss.extensions.dita.conref
Operation used to remove the conref and bring the referred content in the current document.
ReplaceConrefOperation() - Constructor for class ro.sync.ecss.extensions.dita.conref.ReplaceConrefOperation
 
replaceRoot(AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Replace the current root element with the new given one.
replaceText(CharSequence) - Method in interface ro.sync.ecss.extensions.api.content.TextContext
Replaces the current context text with the new text content.
requestFocus() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
requestFocus() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
requestFocus() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
requestFocus() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
requestFocus() - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
requestFocusInHost - Variable in class ro.sync.ecss.extensions.api.editor.EditingEvent
true if the focus should be requested inside the author component.
resetXMLCatalogs() - Method in interface ro.sync.ecss.extensions.api.access.AuthorUtilAccess
Deprecated. Use the method from the AuthorXMLUtilAccess class.
resetXMLCatalogs() - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Reset the loaded XML catalogs.
resolveCustomHref(String) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
When clicking a href the bundle can custom solve the href to an URL.
resolveCustomHref(URL, String, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
When clicking a href the bundle can custom solve the href to an URL.
resolveCustomHref(URL, AuthorNode, String, AuthorAccess) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
When clicking a href the bundle can custom solve the href to an URL.
resolveCustomHref(URL, AuthorNode, String, AuthorAccess) - Method in class ro.sync.ecss.extensions.dita.DITAExtensionsBundle
 
resolveCustomHref(URL, AuthorNode, String, AuthorAccess) - Method in class ro.sync.ecss.extensions.docbook.DocBookExtensionsBundleBase
 
RESOLVED - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
If set to the string "true" then the Plugin API handled the reference, if not the default approach should be performed (Oxygen requests the entire content of the reference and parses the title and other properties).
resolveError(AuthorAccess) - Method in interface ro.sync.ecss.extensions.api.ReferenceErrorResolver
Offers solutions to the current reference error.
resolvePath(URL, String, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.access.AuthorUtilAccess
Deprecated. Use the method from the AuthorXMLUtilAccess class.
resolvePath(URL, String, boolean, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorUtilAccess.resolvePath(URL, String, boolean, boolean) instead.
resolvePathThroughCatalogs(URL, String, boolean, boolean) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Try to resolve a relative location to an absolute path by using the XML catalogs.
resolveReference(AuthorNode, String, AuthorAccess, EntityResolver) - Method in interface ro.sync.ecss.extensions.api.AuthorReferenceResolver
Resolve the references of the node.
resolveReference(AuthorNode) - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
Gets a text representation for the reference.
resolveReference(AuthorNode, String, AuthorAccess, EntityResolver) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
Resolve the content referred by conref attribute.
resolveReference(AuthorNode) - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
Get the text of the reference.
resolveReference(AuthorNode, String, AuthorAccess, EntityResolver) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
Resolve the content referred by conref attribute.
resolveReference(AuthorNode) - Method in class ro.sync.ecss.extensions.docbook.link.DocbookLinkTextResolver
 
ResourceFilter - Interface in ro.sync.exml.workspace.api.standalone
Resource filter returned by the InputURLCustomizer.
restoreDefaults() - Method in class ro.sync.exml.plugin.option.OptionPagePluginExtension
This method is called when "Restore defaults" button is pressed from the GUI option page.
RESULT_CANCEL - Static variable in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Dialog was canceled.
RESULT_ID_HANDLE_INSERT_FRAGMENT_OFFSET - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResultInsertConstants
A schema aware insert might choose to insert a fragment at a different location in order to keep the document valid or might choose to change the document structure in order to accept the fragment.
RESULT_OK - Static variable in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
'Ok' button was pressed.
ro.sync.contentcompletion.xml - package ro.sync.contentcompletion.xml
Objects used to offer information about what elements or attributes are allowed at a certain offset in the XML.
ro.sync.diff.api - package ro.sync.diff.api
 
ro.sync.document - package ro.sync.document
 
ro.sync.ecss.component - package ro.sync.ecss.component
 
ro.sync.ecss.component.validation - package ro.sync.ecss.component.validation
 
ro.sync.ecss.css.functions - package ro.sync.ecss.css.functions
 
ro.sync.ecss.extensions.api - package ro.sync.ecss.extensions.api
Main API package used for controlling the Author page (making modifications, adding listeners).
ro.sync.ecss.extensions.api.access - package ro.sync.ecss.extensions.api.access
API Access to different parts of the Author editor and of the entire application workspace.
ro.sync.ecss.extensions.api.attributes - package ro.sync.ecss.extensions.api.attributes
Filter certain attributes from being displayed in certain parts of the Author editor (the Attributes view, the Attributes editor, the Outline).
ro.sync.ecss.extensions.api.callouts - package ro.sync.ecss.extensions.api.callouts
 
ro.sync.ecss.extensions.api.component - package ro.sync.ecss.extensions.api.component
API for interacting with the Author Component SDK.
ro.sync.ecss.extensions.api.component.listeners - package ro.sync.ecss.extensions.api.component.listeners
Listeners which can be particularly placed on the AuthorComponent.
ro.sync.ecss.extensions.api.content - package ro.sync.ecss.extensions.api.content
API used to process the Author content.
ro.sync.ecss.extensions.api.editor - package ro.sync.ecss.extensions.api.editor
 
ro.sync.ecss.extensions.api.filter - package ro.sync.ecss.extensions.api.filter
API used to filter the Author content.
ro.sync.ecss.extensions.api.highlights - package ro.sync.ecss.extensions.api.highlights
API used to interact with persistent (change tracking, comments, user persistent highlights) and non persistent highlights in the Author page
ro.sync.ecss.extensions.api.link - package ro.sync.ecss.extensions.api.link
Used for implementing navigation between links and their targets.
ro.sync.ecss.extensions.api.node - package ro.sync.ecss.extensions.api.node
API which allows access to the internal Author hierarchical structure.
ro.sync.ecss.extensions.api.schemaaware - package ro.sync.ecss.extensions.api.schemaaware
Schema aware processing (smart typing, smart delete, smart paste).
ro.sync.ecss.extensions.api.structure - package ro.sync.ecss.extensions.api.structure
API which allows access to the internal Author hierarchical structure.
ro.sync.ecss.extensions.api.table.operations - package ro.sync.ecss.extensions.api.table.operations
 
ro.sync.ecss.extensions.commons - package ro.sync.ecss.extensions.commons
Common implementations for Docbook, DITA, TEI and XHTML (Java source also available in the Author SDK).
ro.sync.ecss.extensions.commons.editor - package ro.sync.ecss.extensions.commons.editor
 
ro.sync.ecss.extensions.commons.id - package ro.sync.ecss.extensions.commons.id
 
ro.sync.ecss.extensions.commons.operations - package ro.sync.ecss.extensions.commons.operations
 
ro.sync.ecss.extensions.commons.operations.text - package ro.sync.ecss.extensions.commons.operations.text
 
ro.sync.ecss.extensions.commons.table.operations - package ro.sync.ecss.extensions.commons.table.operations
 
ro.sync.ecss.extensions.commons.table.operations.cals - package ro.sync.ecss.extensions.commons.table.operations.cals
 
ro.sync.ecss.extensions.commons.table.operations.xhtml - package ro.sync.ecss.extensions.commons.table.operations.xhtml
 
ro.sync.ecss.extensions.commons.table.spansupport - package ro.sync.ecss.extensions.commons.table.spansupport
 
ro.sync.ecss.extensions.commons.table.support - package ro.sync.ecss.extensions.commons.table.support
 
ro.sync.ecss.extensions.commons.ui - package ro.sync.ecss.extensions.commons.ui
 
ro.sync.ecss.extensions.dita - package ro.sync.ecss.extensions.dita
Implementations for the DITA framework (Java source also available in the Author SDK).
ro.sync.ecss.extensions.dita.conref - package ro.sync.ecss.extensions.dita.conref
 
ro.sync.ecss.extensions.dita.id - package ro.sync.ecss.extensions.dita.id
 
ro.sync.ecss.extensions.dita.keyref - package ro.sync.ecss.extensions.dita.keyref
 
ro.sync.ecss.extensions.dita.link - package ro.sync.ecss.extensions.dita.link
 
ro.sync.ecss.extensions.dita.map - package ro.sync.ecss.extensions.dita.map
 
ro.sync.ecss.extensions.dita.map.table - package ro.sync.ecss.extensions.dita.map.table
 
ro.sync.ecss.extensions.dita.map.topicgroup - package ro.sync.ecss.extensions.dita.map.topicgroup
 
ro.sync.ecss.extensions.dita.map.topichead - package ro.sync.ecss.extensions.dita.map.topichead
 
ro.sync.ecss.extensions.dita.map.topicref - package ro.sync.ecss.extensions.dita.map.topicref
 
ro.sync.ecss.extensions.dita.reuse - package ro.sync.ecss.extensions.dita.reuse
 
ro.sync.ecss.extensions.dita.search - package ro.sync.ecss.extensions.dita.search
 
ro.sync.ecss.extensions.dita.topic - package ro.sync.ecss.extensions.dita.topic
 
ro.sync.ecss.extensions.dita.topic.table - package ro.sync.ecss.extensions.dita.topic.table
 
ro.sync.ecss.extensions.dita.topic.table.simpletable - package ro.sync.ecss.extensions.dita.topic.table.simpletable
 
ro.sync.ecss.extensions.docbook - package ro.sync.ecss.extensions.docbook
Implementations for the Docbook 4 and 5 frameworks (Java source also available in the Author SDK).
ro.sync.ecss.extensions.docbook.id - package ro.sync.ecss.extensions.docbook.id
 
ro.sync.ecss.extensions.docbook.link - package ro.sync.ecss.extensions.docbook.link
 
ro.sync.ecss.extensions.docbook.olink - package ro.sync.ecss.extensions.docbook.olink
 
ro.sync.ecss.extensions.docbook.table - package ro.sync.ecss.extensions.docbook.table
 
ro.sync.ecss.extensions.tei - package ro.sync.ecss.extensions.tei
Implementations for the TEI P4 and P5 frameworks (Java source also available in the Author SDK).
ro.sync.ecss.extensions.tei.id - package ro.sync.ecss.extensions.tei.id
 
ro.sync.ecss.extensions.tei.table - package ro.sync.ecss.extensions.tei.table
 
ro.sync.ecss.extensions.wsdl - package ro.sync.ecss.extensions.wsdl
 
ro.sync.ecss.extensions.xhtml - package ro.sync.ecss.extensions.xhtml
Implementations for the XHTML framework (Java source also available in the Author SDK).
ro.sync.ecss.extensions.xhtml.id - package ro.sync.ecss.extensions.xhtml.id
 
ro.sync.ecss.extensions.xsd - package ro.sync.ecss.extensions.xsd
 
ro.sync.ecss.extensions.xslt - package ro.sync.ecss.extensions.xslt
 
ro.sync.exml - package ro.sync.exml
 
ro.sync.exml.editor - package ro.sync.exml.editor
 
ro.sync.exml.editor.xmleditor.pageauthor - package ro.sync.exml.editor.xmleditor.pageauthor
 
ro.sync.exml.plugin - package ro.sync.exml.plugin
 
ro.sync.exml.plugin.author.css.filter - package ro.sync.exml.plugin.author.css.filter
 
ro.sync.exml.plugin.document - package ro.sync.exml.plugin.document
 
ro.sync.exml.plugin.lock - package ro.sync.exml.plugin.lock
 
ro.sync.exml.plugin.openredirect - package ro.sync.exml.plugin.openredirect
 
ro.sync.exml.plugin.option - package ro.sync.exml.plugin.option
 
ro.sync.exml.plugin.selection - package ro.sync.exml.plugin.selection
 
ro.sync.exml.plugin.urlstreamhandler - package ro.sync.exml.plugin.urlstreamhandler
 
ro.sync.exml.plugin.workspace - package ro.sync.exml.plugin.workspace
 
ro.sync.exml.workspace.api - package ro.sync.exml.workspace.api
API for accessing the application workspace.
ro.sync.exml.workspace.api.editor - package ro.sync.exml.workspace.api.editor
 
ro.sync.exml.workspace.api.editor.page - package ro.sync.exml.workspace.api.editor.page
API for accessing a certain page in the editor.
ro.sync.exml.workspace.api.editor.page.author - package ro.sync.exml.workspace.api.editor.page.author
API for accessing the Author page in the editor.
ro.sync.exml.workspace.api.editor.page.author.actions - package ro.sync.exml.workspace.api.editor.page.author.actions
Provides access to all actions available in the Author page.
ro.sync.exml.workspace.api.editor.page.ditamap - package ro.sync.exml.workspace.api.editor.page.ditamap
API for accessing the DITA Map page in the editor.
ro.sync.exml.workspace.api.editor.page.ditamap.keys - package ro.sync.exml.workspace.api.editor.page.ditamap.keys
 
ro.sync.exml.workspace.api.editor.page.text - package ro.sync.exml.workspace.api.editor.page.text
API for accessing the Text page in the editor.
ro.sync.exml.workspace.api.editor.page.text.actions - package ro.sync.exml.workspace.api.editor.page.text.actions
Provides access to all actions available in the Text page.
ro.sync.exml.workspace.api.editor.page.text.xml - package ro.sync.exml.workspace.api.editor.page.text.xml
 
ro.sync.exml.workspace.api.editor.transformation - package ro.sync.exml.workspace.api.editor.transformation
 
ro.sync.exml.workspace.api.editor.validation - package ro.sync.exml.workspace.api.editor.validation
 
ro.sync.exml.workspace.api.license - package ro.sync.exml.workspace.api.license
Find information about the license of the current installation.
ro.sync.exml.workspace.api.listeners - package ro.sync.exml.workspace.api.listeners
Workspace and Editor listeners.
ro.sync.exml.workspace.api.math - package ro.sync.exml.workspace.api.math
 
ro.sync.exml.workspace.api.node.customizer - package ro.sync.exml.workspace.api.node.customizer
 
ro.sync.exml.workspace.api.options - package ro.sync.exml.workspace.api.options
Persist simple (key,value) String pairs in the application preferences.
ro.sync.exml.workspace.api.process - package ro.sync.exml.workspace.api.process
Control a process started using the API.
ro.sync.exml.workspace.api.standalone - package ro.sync.exml.workspace.api.standalone
Customizers which can be set by implementing a WorkspaceAccess-type plugin.
ro.sync.exml.workspace.api.standalone.ditamap - package ro.sync.exml.workspace.api.standalone.ditamap
Provide custom resolve capabilities for the topic titles and other information displayed in the DITA Maps Manager
ro.sync.exml.workspace.api.standalone.ui - package ro.sync.exml.workspace.api.standalone.ui
Simple components which can be extended by the customizer in order to make new buttons/dialogs look like the ones in the application.
ro.sync.exml.workspace.api.util - package ro.sync.exml.workspace.api.util
Utilities to resolve through the catalogs, to create SAX Parsers and XSLT transformers with the same configuration as in the application
ROWS - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Rows en: Rows
runTransformationScenarios(String[], TransformationFeedback) - Method in interface ro.sync.exml.workspace.api.editor.transformation.TransformationScenarioInvoker
Run specific already defined transformation scenarios.

S

SADITARelTableCustomizer - Class in ro.sync.ecss.extensions.dita.map.table
Customize a DITA map reltable.
SADITARelTableCustomizerDialog - Class in ro.sync.ecss.extensions.dita.map.table
Dialog used to customize DITA map reltable creation.
SADITARelTableCustomizerDialog(Frame, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizerDialog
Constructor.
SADITATableCustomizer - Class in ro.sync.ecss.extensions.dita.topic.table
Customize a DITA table.
SADITATableCustomizerDialog - Class in ro.sync.ecss.extensions.dita.topic.table
Dialog used to customize DITA table creation.
SADITATableCustomizerDialog(Frame, AuthorResourceBundle, int, int, boolean) - Constructor for class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizerDialog
Constructor.
SADocbookInnerTableCustomizer - Class in ro.sync.ecss.extensions.docbook.table
Customize a Docbook inner table (entrytbl).
SADocbookTableCustomizer - Class in ro.sync.ecss.extensions.docbook.table
Customize a Docbook table.
SADocbookTableCustomizerDialog - Class in ro.sync.ecss.extensions.docbook.table
Dialog used to customize DocBook table creation.
SADocbookTableCustomizerDialog(Frame, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizerDialog
Constructor.
SAIDElementsCustomizer - Class in ro.sync.ecss.extensions.commons.id
Customize the list of elements for auto ID generation.
SAIDElementsCustomizer() - Constructor for class ro.sync.ecss.extensions.commons.id.SAIDElementsCustomizer
 
SAIDElementsCustomizerDialog - Class in ro.sync.ecss.extensions.commons.id
Dialog used to customize DITA elements which have auto ID generation.
SAIDElementsCustomizerDialog(Frame, String, AuthorResourceBundle) - Constructor for class ro.sync.ecss.extensions.commons.id.SAIDElementsCustomizerDialog
Constructor.
SATableCustomizerDialog - Class in ro.sync.ecss.extensions.commons.table.operations
Dialog used to customize the insertion of a table (number of rows, columns, table caption).
SATableCustomizerDialog(Frame, boolean, boolean, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Constructor.
SATableCustomizerDialog(Frame, boolean, boolean, boolean, boolean, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Constructor.
SATableCustomizerDialog(Frame, boolean, boolean, boolean, boolean, boolean, boolean, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Constructor.
SATEIFigureEntityAttributeCustomizer - Class in ro.sync.ecss.extensions.tei
Customize the value of the attribute for a TEI figure.
SATEIFigureEntityAttributeCustomizer() - Constructor for class ro.sync.ecss.extensions.tei.SATEIFigureEntityAttributeCustomizer
 
SATEITableCustomizer - Class in ro.sync.ecss.extensions.tei.table
Customize a TEI table.
SATEITableCustomizerDialog - Class in ro.sync.ecss.extensions.tei.table
Dialog used to customize a TEI table.
SATEITableCustomizerDialog(Frame, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.tei.table.SATEITableCustomizerDialog
Constructor.
save() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Saves the editor content.
SAVE_AS_OPERATION - Static variable in class ro.sync.exml.workspace.api.listeners.WSEditorListener
Operation type used to signal that an editor was saved as another resource.
SAVE_OPERATION - Static variable in class ro.sync.exml.workspace.api.listeners.WSEditorListener
Operation type used to signal that an editor was saved.
SAVE_RESOURCE - Static variable in interface ro.sync.exml.workspace.api.standalone.InputURLChooser
Save resource chooser
saveAll() - Method in interface ro.sync.exml.workspace.api.Workspace
Saves the content of all opened and unsaved editors.
saveAs(URL) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Saves the editor content to a new location.
saveToOptions(AuthorAccess) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Save to persistent options
SAXHTMLTableCustomizerDialog - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Dialog used to customize XHTML table creation.
SAXHTMLTableCustomizerDialog(Frame, AuthorResourceBundle, int, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
Constructor.
SAXHTMLTableCustomizerInvoker - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Customize a XHTML table.
SAXON_SA_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The Saxon SA component.
SCHEMA_AWARE_ARGUMENT - Static variable in interface ro.sync.ecss.extensions.api.AuthorOperation
Controls if the operation is schema aware.
SCHEMA_AWARE_ARGUMENT_DESCRIPTOR - Static variable in interface ro.sync.ecss.extensions.api.AuthorOperation
The schema aware argument descriptor.
SchemaAwareHandlerResult - Interface in ro.sync.ecss.extensions.api.schemaaware
Contains information about the result of the last operation handled by AuthorSchemaAwareEditingHandler.
SchemaAwareHandlerResultInsertConstants - Interface in ro.sync.ecss.extensions.api.schemaaware
Result informations available for an schema aware insert operation (either typing or insert fragment).
SchemaAwareHandlerResultsImpl - Class in ro.sync.ecss.extensions.api.schemaaware
Default implementation for SchemaAwareHandlerResult}.
SchemaAwareHandlerResultsImpl(String) - Constructor for class ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResultsImpl
 
SchemaManagerFilter - Interface in ro.sync.contentcompletion.xml
Interface for objects used to filter the editor content completion schema manager proposals.
SchemaManagerFilterBase - Class in ro.sync.contentcompletion.xml
Base class for objects used to filter the editor content completion schema manager proposals.
SchemaManagerFilterBase() - Constructor for class ro.sync.contentcompletion.xml.SchemaManagerFilterBase
 
scrollToRectangle(Rectangle) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Scroll the Author viewport to a specific rectangle.
SearchReferencesDITAOperation - Class in ro.sync.ecss.extensions.dita.search
Operation to search references to the current DITA element.
SearchReferencesDITAOperation() - Constructor for class ro.sync.ecss.extensions.dita.search.SearchReferencesDITAOperation
 
select(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.select(int, int) instead.
select(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Select the interval between start and end offset.
select(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Select the interval between start and end offset.
selectedColWidthsType - Variable in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
The selected column widths type
SelectedTextOperation - Class in ro.sync.ecss.extensions.commons.operations.text
Provides upper case and lower case operations over a selected text.
SelectedTextOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
 
SELECTION_MODE_MULTIPLE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for "selectionMode".
SELECTION_MODE_SINGLE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for "selectionMode".
SelectionPluginContext - Interface in ro.sync.exml.plugin.selection
Plugin context interface.
SelectionPluginExtension - Interface in ro.sync.exml.plugin.selection
Plugin extension.
SelectionPluginResult - Interface in ro.sync.exml.plugin.selection
Plugin result interface.
selectWord() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSTextBasedEditorPage.selectWord() instead.
selectWord() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Select the word at caret, if any.
sendMessage(String) - Method in interface ro.sync.exml.workspace.api.process.ProcessController
Send a message to the process.
SEP - Static variable in class ro.sync.exml.ComponentsValidator
Separator for menus and actions.
serializeDoctype() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
Serialize the doctype
serializeFragmentToXML(AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Takes the given fragment and serializes it to XML text in the context of the current document.
setAdditionalInfo(URL) - Method in class ro.sync.document.DocumentPositionedInfo
Set the additional information URL if available.
setAdditionalRenderedAttributeValue(String) - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
Set the additional rendered attribute value.
setAdditionalRenderedText(String) - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
The additional rendered text.
setAlgorithm(int) - Method in class ro.sync.diff.api.DiffOptions
 
setAlign(String) - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
Set the text align specified on the colspec.
setAlign(String) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Set the align value specified on the colspec.
setAnchor(Anchor) - Method in class ro.sync.document.DocumentPositionedInfo
Set the error anchor.
setAttribute(String, AttrValue, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Sets the value of an attribute in the specified element.
setAttribute(AuthorDocumentFilterBypass, String, AttrValue, AuthorElement) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before setting the value of an attribute in the specified element.
setAttribute(String, AttrValue, AuthorElement) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Sets the value of an attribute in the specified element.
setAttribute(String, AttrValue) - Method in interface ro.sync.ecss.extensions.api.node.AuthorElement
Sets the value of an attribute for this element.
setAutoGenerateIds(boolean) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Set auto generate IDs.
setBgColor(Color) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
 
setBgColor(Color, boolean) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
 
setBreadCrumbPopUpCustomizer(PopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorComponentEditorPage
The Pop-up customizer can be used to add/remove actions from the pop-up menu in the Author bread crumb before showing it.
setCancelButtonText(String) - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Sets the text on the cancel button.
setCaretAtEnd(JTextComponent, AuthorInplaceContext) - Static method in class ro.sync.ecss.extensions.commons.editor.InplaceEditorUtil
Sets the caret at the end of the text from the text field.
setCaretPosition(int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSTextBasedEditorPage.setCaretPosition(int) instead.
setCaretPosition(int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Move the caret to the specified offset.
setChangeHighlights(List<AuthorPersistentHighlight>) - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
This class is intended for internal use only.
Set the list with the change tracking highlights.
setClonedElementAttribute(AuthorElement, String, AttrValue) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorElement.setAttribute(String, AttrValue) instead.
setColor(Color) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Set the color used for decoration (strike out or underline)
setColumn(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the column of the event, or NOT_KNOWN if the column is not available.
setColWidth(WidthRepresentation) - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Set the new WidthRepresentation corresponding to the column specification.
setCommentAndCustomHighlights(List<AuthorPersistentHighlight>) - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
This class is intended for internal use only.
Set the list with the fragment comment highlights or custom highlights.
setComponent(JComponent) - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Set a new component to be displayed in the view
setComponents(JComponent[]) - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
Set the toolbar components
setContentHandler(ContentHandler) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
Set the wrapped content handler.
setContentHandler(ContentHandler) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
setData(DPIData) - Method in class ro.sync.document.DocumentPositionedInfo
Setter for the user managed data.
setDITAAdditionalInfo(DITAAdditionalInfo) - Method in class ro.sync.document.DocumentPositionedInfo
Additional info about DITA completeness check.
setDITAKeyDefinitionManager(KeyDefinitionManager) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
By default key definitions are gathered from DITA Maps opened in the DITA Maps Manager.
setDoctype(AuthorDocumentType) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Set a new internal document type to the Author content.
setDoctype(AuthorDocumentFilterBypass, AuthorDocumentType) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before setting a new internal document type to the Author content.
setDoctype(AuthorDocumentType) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Set a new internal document type to the Author content.
setDocumentFilter(AuthorDocumentFilter) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Sets the AuthorDocumentFilter to be used for altering the document edits.
setDocumentLocator(Locator) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
setDocumentTypeName(String) - Method in class ro.sync.ecss.extensions.api.ExtensionsBundle
Set the name of the document type which created this bundle.
setDTDHandler(DTDHandler) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
setEditable(boolean) - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Sets the specified flag to indicate whether or not the DITA Map page should be editable.
setEditable(boolean) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Sets the specified flag to indicate whether or not this page should be editable.
setEditorTabText(String) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Set the text which appears on the editor's tab, by default it is the loaded file name.
setEditorTabTooltipText(String) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Set the tooltip text for the editor's tab, by default it is the loaded file path.
setElementsWithIDGeneration(String[]) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Set a list of elements with ID generation
setEndColumn(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the end column of the highlight.
setEndLine(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the end line of the highlight.
setEngineName(String) - Method in class ro.sync.document.DocumentPositionedInfo
Set the name of the engine who provided the error.
setEntityResolver(EntityResolver) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
setErrorHandler(ErrorHandler) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
setErrorMessage(String) - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
Sets an error message encountered while building the context.
setErrorResolver(ReferenceErrorResolver) - Method in exception ro.sync.ecss.extensions.api.ReferenceResolverException
Sets a possible solution for the user.
setFeature(String, boolean) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
setFillColor(Color) - Method in class ro.sync.ecss.extensions.api.highlights.RectangleHighlightPainter
 
setGlobalObjectProperty(String, Object) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Sets a global property in the Oxygen common preferences.
setHighlightOverImage(boolean) - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
true if the highlight is over an image
setHighlightOverText(boolean) - Method in class ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo
It is set by the author layout, so that the painter knows the painted box is a text box.
setHighlightRenderer(PersistentHighlightRenderer) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Set a renderer for customizing the way that the custom persistent highlights are displayed.
setHighlightsActionsProvider(AuthorPersistentHighlightActionsProvider) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Set the provider for the actions that are available for a specific highlight.
setHighlightToColumn(boolean) - Method in class ro.sync.document.DocumentPositionedInfo
Set highlight strategy for the document positioned information visual presentation.
setHtmlMessage(String) - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
 
setIcon(Icon) - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Set the current view icon
setIconPath(String) - Method in class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
Set the path of the icon used to render a node.
setIdGenerationPattern(String) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Set the ID generation pattern.
setIgnoreAttributesOrder(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreCDATA(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreComments(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreDOCTYPE(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreEntities(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreNamespaceDeclarations(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreNamespaces(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreNodeFromDisplay(boolean) - Method in class ro.sync.ecss.extensions.api.structure.RenderingInformation
Set this to true to ignore this node from being displayed.
setIgnorePI(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnorePrefixes(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreStateOfEmptyElements(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreText(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setIgnoreWhitespaces(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setImposedInitialPage(String) - Method in class ro.sync.document.DocumentPositionedInfo
Set the imposed initial page in which to open the DPI for a new editor.
setLeftSplits(int) - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
This method is intended for internal use only.
Set the number of the elements the fragment splits to the left.
setLength(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the length of the selected text.
setLexicalHandler(LexicalHandler) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
Set the wrapped lexical handler.
setLine(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the line of the event, or NOT_KNOWN if the line is not available.
setMarkEndTagsAsDifferent(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setMaskPasswordsInURLs(boolean) - Method in class ro.sync.document.DocumentPositionedInfo
Set mask passwords in URLs, true by default.
setMatchRange(int[]) - Method in class ro.sync.document.DocumentPositionedInfo
Set the match range.
setMathFlowFixedLicenseKeyForComposer(String) - Method in interface ro.sync.exml.workspace.api.math.MathFlowConfigurator
Set a fixed key for licensing the MathFlow composer used to view embedded MathML equations.
setMathFlowFixedLicenseKeyForEditor(String) - Method in interface ro.sync.exml.workspace.api.math.MathFlowConfigurator
Set a fixed key for licensing the MathFlow editor dialog used to edit embedded MathML equations.
setMaxNumberOfDiffs(int) - Method in class ro.sync.diff.api.DiffOptions
 
setMergeAdjacentDifferences(boolean) - Method in class ro.sync.diff.api.DiffOptions
 
setMessage(String) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the message.
setMessageHighlightOffset(int) - Method in class ro.sync.document.DocumentPositionedInfo
Set the offset used to highlight the match inside the message in the results panel.
setModified(boolean) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Set the modified status of the editor document.
setOffset(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the event's offset.
setOkButtonText(String) - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
Sets the text on the ok button.
setOperationDescription(OperationDescription) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the description of an operation (that is an operation which is applied over multiple resources) that generated this DPI.
setOperationRejectedOnPurpose(boolean) - Method in exception ro.sync.ecss.extensions.api.AuthorOperationException
 
setOption(String, String) - Method in interface ro.sync.ecss.extensions.api.OptionsStorage
Modifies the value of an option.
setOption(String, String) - Method in interface ro.sync.exml.workspace.api.options.WSOptionsStorage
Modifies the value of an option.
setOutlinerPopUpCustomizer(PopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorComponentEditorPage
The Pop-up customizer can be used to add/remove actions from the pop-up menu in the Author Outliner view before showing it.
setParentFrameTitle(String) - Method in interface ro.sync.exml.workspace.api.Workspace
Set a title on the parent frame.
setPatternTooltip(String) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Set the pattern tooltip which will be shown in the configuration dialog.
setPopUpMenuCustomizer(AuthorPopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Deprecated. This method removes all pop-up menu customizers already registered, please use the "addPopUpMenuCustomizer" method instead.
setPopUpMenuCustomizer(DITAMapPopupMenuCustomizer) - Method in interface ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage
Set the pop-up menu customizer which can be used to customize the pop-up menu (add/remove actions) before showing it in the DITA Mapa Manager page.
setPresentToUser(boolean) - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
Choose not to present the exception to the user.
setProblemsList(List<DocumentPositionedInfo>) - Method in class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
Set the list of problems.
setProperties(AuthorPersistentHighlight, LinkedHashMap<String, String>) - Method in interface ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter
Set new properties of a specific highlight.
A copy of the initial properties can be obtained from AuthorPersistentHighlight.getClonedProperties()
setProperty(String, Object) - Method in class ro.sync.ecss.extensions.dita.conref.DITAXMLReaderWrapper
 
setProperty(String, Object) - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
Get the value of a recognized property.
setProperty(String, Object) - Method in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefInfo
Get the value of a recognized property.
setProperty(String, Object) - Method in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
Get the value of a recognized property.
setRelativeMousePosition(Point) - Method in class ro.sync.ecss.extensions.api.editor.AuthorInplaceContext
If the mouse is currently hovering the area of this editor this represents the X,Y location relative to the editor bounds.
setRemoveIDsOnCopy(boolean) - Method in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Set the flag which controls whether the IDs will be removed on copy.
setRenderedText(String) - Method in class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
Set the text to be rendered for a node.
setResolveAllTopicReferences(boolean) - Method in interface ro.sync.ecss.extensions.api.DITAMapReferencesResolver
Try to resolve all topic references
setResolveAllTopicReferences(boolean) - Method in class ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver
 
setResolveKeyrefsToMetaContentAsConrefs(boolean) - Method in class ro.sync.ecss.extensions.api.DITAConrefsResolverBase
Set to true to resolve all keyrefs as conrefs
setResolveKeyrefsToMetaContentAsConrefs(boolean) - Method in class ro.sync.ecss.extensions.dita.conref.DITAConRefResolver
 
setReviewerAuthorName(String) - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Set the current reviewer author name, used in the processing instruction that results when a
Tracked Change
(<?oxy_insert_start author="reviewer_name"...?>xml content<?oxy_insert_end?>)
or
Comment
(<?oxy_comment_start author="reviewer_name"...?>xml content<?oxy_comment_end?>)
is serialized, as value of the "author" attribute.
setReviewRenderer(PersistentHighlightRenderer) - Method in interface ro.sync.ecss.extensions.api.AuthorReviewController
Set a renderer for customizing the way that the review highlights (Insert, Delete or Comment) are displayed.
setRighSplits(int) - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
This method is intended for internal use only.
Set the number of the elements the fragment splits to the right.
setSelectedColor(Color) - Method in class ro.sync.exml.workspace.api.standalone.ui.ColorButton
 
setSelectEntireNode(boolean) - Method in class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo
Sets if the entire node should be selected or not.
setSelection(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Select the interval between start and end offset.
setSelectionInterpretationMode(SelectionInterpretationMode) - Method in interface ro.sync.ecss.extensions.api.AuthorSelectionModel
Impose the interpretation mode of the actual selection from the Author editor page.
setSelectionPaths(TreePath[]) - Method in interface ro.sync.exml.workspace.api.editor.page.WSOutline
Select and scroll the given tree paths.
setSeverity(int) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the error severity.
setShowLinkToSchemaAwarePreferences(boolean) - Method in exception ro.sync.ecss.extensions.api.InvalidEditException
 
setStrikeOut(boolean) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Deprecated. Use ColorHighlightPainter.setTextDecoration(TextDecoration) instead.
setSystemID(String) - Method in class ro.sync.document.DocumentPositionedInfo
Sets the systemID of the event.
setTemporaryPositions(Position, Position, String) - Method in class ro.sync.document.DocumentPositionedInfo
Set the temporary start and end positions used for keeping the DPI synchronized with the highlight range from the page.
setTextDecoration(ColorHighlightPainter.TextDecoration) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Set the text decoration.
setTextDecorationStroke(int) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Set the text decoration stroke.
setTextForegroundColor(Color) - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
Set the text foreground color.
setTitle(String) - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
Set the toolbar title
setTitle(String) - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
Set a new view title.
setTooltipText(String) - Method in class ro.sync.exml.workspace.api.node.customizer.BasicRenderingInformation
The tooltip text which will appear in the tooltip associated with the node.
setVisible(boolean) - Method in class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog
 
SEVERITY_ERROR - Static variable in class ro.sync.document.DocumentPositionedInfo
Error message.
SEVERITY_FATAL - Static variable in class ro.sync.document.DocumentPositionedInfo
Fatal error message.
SEVERITY_INFO - Static variable in class ro.sync.document.DocumentPositionedInfo
Information message.
SEVERITY_WARN - Static variable in class ro.sync.document.DocumentPositionedInfo
Warning message.
SHIFT_PRESSED - Static variable in class ro.sync.ecss.extensions.api.AuthorInputEvent
This flag indicates that the Shift key was down when the event occurred.
shouldFilterAttribute(AuthorElement, String, int) - Method in class ro.sync.ecss.extensions.api.attributes.AuthorAttributesDisplayFilter
Check if a certain attribute should be filtered from display.
shouldFilterNode(AuthorNode) - Method in interface ro.sync.ecss.extensions.api.filter.AuthorNodesFilter
Checks if an Author Node should be filtered.
shouldHandleAttribute(EditedAttribute) - Method in class ro.sync.ecss.extensions.api.CustomAttributeValueEditor
Ask the custom editor if it wants to handle editing for a certain attribute.
showBreadCrumb(boolean) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorComponentEditorPage
Show or hide the Bread Crumb panel in Author component.
showConfirmDialog(String, String, String[], int[]) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WorkspaceUtilities.showConfirmDialog(String, String, String[], int[]) instead.
showConfirmDialog(String, String, String[], int[]) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Shows a question message dialog.
showConfirmDialog(String, String, String[], int[], int) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Shows a question message dialog.
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
Show table customizer dialog and return new table information.
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.ECXHTMLTableCustomizerInvoker
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerInvoker
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.dita.map.table.ECDITARelTableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.ECDITATableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookInnerTableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.docbook.table.SADocbookInnerTableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.tei.table.ECTEITableCustomizer
 
showCustomizeTableDialog(AuthorAccess, int, int) - Method in class ro.sync.ecss.extensions.tei.table.SATEITableCustomizer
 
showDialog(GenerateIDElementsInfo) - Method in class ro.sync.ecss.extensions.commons.id.ECIDElementsCustomizerDialog
 
showDialog(GenerateIDElementsInfo) - Method in class ro.sync.ecss.extensions.commons.id.SAIDElementsCustomizerDialog
 
showDialog(TableInfo) - Method in class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
Show the dialog to customize the table attributes.
showDialog(TableInfo) - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
Show the dialog to customize the table attributes.
ShowElementDocumentationOperation - Class in ro.sync.ecss.extensions.commons.operations
Operation that opens the associated specification html page for the current element.
ShowElementDocumentationOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.ShowElementDocumentationOperation
 
showErrorMessage(String) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WorkspaceUtilities.showErrorMessage(String) instead.
showErrorMessage(String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Presents an error message dialog.
showInformationMessage(String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Presents an information message dialog.
showLocation(URL, Reader) - Method in interface ro.sync.ecss.extensions.api.component.EditorComponentProvider
Show the location referenced by a given URL in the editor.
showStatusMessage(String) - Method in interface ro.sync.exml.workspace.api.WorkspaceUtilities
Show a status message.
showToolbar(String) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Show a toolbar specified by the toolbar ID.
showView(String, boolean) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Show a view specified by the view ID.
SIMPLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
'Simple' button text.
SIMPLE_WIDTHS_SPECIFICATIONS - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
The column widths type for Simple tables.
SimpleTableCellSpanProvider - Class in ro.sync.ecss.extensions.dita.topic.table.simpletable
This class is responsible for providing information about the DITA simple table cell spanning.
SimpleTableCellSpanProvider() - Constructor for class ro.sync.ecss.extensions.dita.topic.table.simpletable.SimpleTableCellSpanProvider
 
SimpleTableConstants - Interface in ro.sync.ecss.extensions.dita.topic.table.simpletable
Provides elements and attributes information used in DITA simple table model.
simpleTransform(AuthorAccess, String, StreamSource) - Static method in class ro.sync.ecss.extensions.api.AuthorExternalObjectInsertionHandler
Transform the specified XML input with the specified XSLT stylesheet using Saxon HE processor.
SimpleURLChooserEditor - Class in ro.sync.ecss.extensions.commons.editor
Simple URL Chooser in-place editor.
SimpleURLChooserEditor() - Constructor for class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
Constructor.
skippedEntity(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
SMALL_ICON_PATH - Static variable in interface ro.sync.ecss.extensions.api.editor.IAuthorExtensionAction
The absolute path for a small icon associated with the action.
SORT_ASCENDING - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Value Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_POPUP_SELECTION.
SORT_DESCENDING - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Value Used only when InplaceEditorCSSConstants.PROPERTY_TYPE is set to InplaceEditorCSSConstants.TYPE_POPUP_SELECTION.
SOURCE_ATTRIBUTES_VIEW - Static variable in class ro.sync.ecss.extensions.api.attributes.AuthorAttributesDisplayFilter
Source from where the callback is received.
SOURCE_OUTLINE_VIEW - Static variable in class ro.sync.ecss.extensions.api.attributes.AuthorAttributesDisplayFilter
Source from where the callback is received.
spanspecInfos - Variable in class ro.sync.ecss.extensions.commons.table.support.CALSTableCellInfoProvider
The list with the CALSColSpanSpec containing information about the columns span specification for this table.
split(AuthorDocumentFilterBypass, AuthorNode, int) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before splitting the specified node into two similar nodes.
split(AuthorNode, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Splits the specified node at the given offset.
splitCell(AuthorElement, AuthorAccess, boolean) - Method in class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
Split the cell.
SplitCellAboveBelowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation for splitting a table cell above or below.
SplitCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.SplitCellAboveBelowOperation
Constructor.
SplitCellAboveBelowOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation for splitting a table cell above or below.
SplitCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.SplitCellAboveBelowOperation
Constructor.
SplitCellAboveBelowOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to split a table cell above or below.
SplitCellAboveBelowOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.SplitCellAboveBelowOperation
Constructor.
SplitCellAboveBelowOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Base operation for splitting a table cell.
SplitCellAboveBelowOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
Constructor.
SplitLeftRightOperation - Class in ro.sync.ecss.extensions.commons.table.operations.cals
Operation for splitting a table cell to the left or to the right.
SplitLeftRightOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.cals.SplitLeftRightOperation
Constructor.
SplitLeftRightOperation - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Operation for splitting a table cell to the left or to the right.
SplitLeftRightOperation() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.SplitLeftRightOperation
Constructor.
SplitLeftRightOperation - Class in ro.sync.ecss.extensions.tei.table
Operation used to split a table cell.
SplitLeftRightOperation() - Constructor for class ro.sync.ecss.extensions.tei.table.SplitLeftRightOperation
Constructor.
SplitLeftRightOperationBase - Class in ro.sync.ecss.extensions.commons.table.operations
Operation for splitting a table cell.
SplitLeftRightOperationBase(AuthorTableHelper) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.SplitLeftRightOperationBase
Constructor.
StandalonePluginWorkspace - Interface in ro.sync.exml.workspace.api.standalone
The Plugin Workspace offers the possibility to customize the Workspace toolbars, menu bars or views, to access utility methods or to access (and add listeners for) all opened editors from the Main editing area or from the DITA Maps editing area.
start() - Method in interface ro.sync.exml.workspace.api.process.ProcessController
Start the process.
startCDATA() - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
startDocument() - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
startDTD(String, String, String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.api.link.ElementLocator
Notification received when the beginning of an element has been encountered.
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.commons.IDElementLocator
 
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.commons.XPointerElementLocator
 
startElement(String, String, String, Attributes) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.dita.DITAElementLocator
 
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.dita.DITAIDElementLocator
 
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.dita.DITAMapKeyDefElementLocator
 
startElement(String, String, String, Attr[]) - Method in class ro.sync.ecss.extensions.xhtml.XHTMLElementLocator
 
startEntity(String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
startPrefixMapping(String, String) - Method in class ro.sync.ecss.extensions.dita.conref.DITAFilteringContentHandler
 
state - Variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
One of the constants AuthorMouseEvent.STATE_PRESSED, AuthorMouseEvent.STATE_RELEASED, AuthorMouseEvent.STATE_CLICKED, AuthorMouseEvent.STATE_MOVED or AuthorMouseEvent.STATE_DRAGGED.
STATE_CLICKED - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Mouse clicked event type.
STATE_DRAGGED - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Mouse dragged event type.
STATE_MOVED - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Mouse moved event type.
STATE_PRESSED - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Mouse pressed event type.
STATE_RELEASED - Static variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
Mouse released event type.
stop() - Method in interface ro.sync.exml.workspace.api.process.ProcessController
Stop the process, calls java.lang.Process.distroy()
stopEditing() - Method in class ro.sync.ecss.extensions.api.editor.AbstractInplaceEditorWrapper
 
stopEditing() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorAdapter
 
stopEditing() - Method in class ro.sync.ecss.extensions.api.editor.InplaceEditorRendererAdapter
 
stopEditing() - Method in class ro.sync.ecss.extensions.commons.editor.SimpleURLChooserEditor
 
stopEditing() - Method in class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
 
StyleGuideSchemaManagerFilterBase - Class in ro.sync.contentcompletion.xml
Style guide schema manager filter base.
StyleGuideSchemaManagerFilterBase(String) - Constructor for class ro.sync.contentcompletion.xml.StyleGuideSchemaManagerFilterBase
Constructor.
STYLES_PROPERTY - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
Possibility to specify CSS rules for this label.
StylesFilter - Interface in ro.sync.ecss.extensions.api
Filter for the CSS stylesheet.
SUBJECT_DEF_CHILDREN - Static variable in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
A list of child <subjectdef> KeyDefinitionInfo children.
surroundInFragment(String, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.surroundInFragment(String, int, int) instead.
surroundInFragment(String, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Surround the content between the given offsets with the xmlFragment.
surroundInFragment(AuthorDocumentFragment, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Surround the content between the given offsets with the xmlFragment.
surroundInFragment(AuthorDocumentFilterBypass, String, int, int) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before surrounding the content between the given offsets with the xmlFragment.
surroundInFragment(AuthorDocumentFilterBypass, AuthorDocumentFragment, int, int) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before surrounding the content between the given offsets with the xmlFragment.
surroundInFragment(String, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Surround the content between the given offsets with the xmlFragment.
surroundInFragment(AuthorDocumentFragment, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Surround the content between the given offsets with the xmlFragment.
surroundInText(String, String, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorDocumentController.surroundInText(String, String, int, int) instead.
surroundInText(String, String, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Surround the content between the given offsets with plain text fragments(without XML parsing).
surroundInText(AuthorDocumentFilterBypass, String, String, int, int) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before surrounding the content between the given offsets with plain text fragments(without XML parsing).
surroundInText(String, String, int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Surround the content between the given offsets with plain text fragments(without XML parsing).
surroundWithFragment(AuthorAccess, boolean, String) - Static method in class ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil
Surround selection with fragment.
surroundWithFragment(AuthorAccess, String, int, int) - Static method in class ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil
Surround the content between start and end offset with the given fragment.
SurroundWithFragmentOperation - Class in ro.sync.ecss.extensions.commons.operations
Surround with fragment operation.
SurroundWithFragmentOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.SurroundWithFragmentOperation
 
surroundWithNode(AuthorDocumentFilterBypass, AuthorNode, int, int, boolean) - Method in class ro.sync.ecss.extensions.api.AuthorDocumentFilter
Invoked before surrounding the fragment between the specified offset with the specified node.
surroundWithNode(AuthorNode, int, int, boolean) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentFilterBypass
Surrounds the fragment between the specified offset with the specified node.
SurroundWithTextOperation - Class in ro.sync.ecss.extensions.commons.operations
Surround with text operation.
SurroundWithTextOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.SurroundWithTextOperation
 
SVN_CLIENT_COMPONENT_NAME - Static variable in interface ro.sync.exml.workspace.api.license.LicenseComponents
The SVN Client component name.
SWTExtension - Interface in ro.sync.ecss.extensions.api
The base interface for all SWT Oxygen extension classes.
SYNTAX_AWARE - Static variable in class ro.sync.diff.api.DiffOptions
Algorithm based on comparing the syntax tokens.

T

TABLE_ELEMENT_NAMES - Static variable in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
Table element names.
TABLE_FRAME_VALUES - Static variable in class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog
Possible values for 'frame' attribute.
TABLE_MODEL_CALS - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Constant for CALS table model.
TABLE_MODEL_CUSTOM - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Constant for custom table model specific for a document type (proprietary table model).
TABLE_MODEL_DITA_CHOICE - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
The choice table model for DITA.
TABLE_MODEL_DITA_SIMPLE - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
The simple table model for DITA.
TABLE_MODEL_HTML - Static variable in class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Constant for HTML table model.
TABLE_SIZE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Table size.
TableCustomizer - Class in ro.sync.ecss.extensions.commons.table.operations
Base for frameworks table customizers.
TableCustomizer() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
 
TableCustomizerConstants - Interface in ro.sync.ecss.extensions.commons.table.operations
Constants used to choose certain table attributes.
TableCustomizerConstants.ColumnWidthsType - Enum in ro.sync.ecss.extensions.commons.table.operations
Column widths specifications
tableElem - Variable in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
The table element.
tableHelper - Variable in class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
Table helper, has methods specific to each document type.
tableInfo - Variable in class ro.sync.ecss.extensions.commons.table.operations.TableCustomizer
The last table info specified by the user.
TableInfo - Class in ro.sync.ecss.extensions.commons.table.operations
Contains information about the table element (number of rows, columns, table title).
TableInfo(String, int, int, boolean, boolean, String, int) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Constructor.
TableInfo(String, int, int, boolean, boolean, String, int, TableCustomizerConstants.ColumnWidthsType) - Constructor for class ro.sync.ecss.extensions.commons.table.operations.TableInfo
Constructor.
TableOperationsUtil - Class in ro.sync.ecss.extensions.commons.table.operations
Utility class for table operations.
TableOperationsUtil() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.TableOperationsUtil
 
TargetedURLStreamHandlerPluginExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
Usually oXygen has specific fixed URL stream handlers for http and https protocols.
TEIAuthorTableOperationsHandler - Class in ro.sync.ecss.extensions.tei
Author table operations handler for TEIP4 framework.
TEIAuthorTableOperationsHandler(String) - Constructor for class ro.sync.ecss.extensions.tei.TEIAuthorTableOperationsHandler
Constructor.
TEIConfigureAutoIDElementsOperation - Class in ro.sync.ecss.extensions.tei.id
Operation used to insert a Link in TEI documents.
TEIConfigureAutoIDElementsOperation() - Constructor for class ro.sync.ecss.extensions.tei.id.TEIConfigureAutoIDElementsOperation
 
TEIConstants - Interface in ro.sync.ecss.extensions.tei.table
Interface containing the names of the elements and attributes used in TEI.
TEIDocumentTypeHelper - Class in ro.sync.ecss.extensions.tei
Implementation of the document type helper for TEI.
TEIDocumentTypeHelper() - Constructor for class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
 
TEIExtensionsBundleBase - Class in ro.sync.ecss.extensions.tei
The TEI framework extensions bundle.
TEIExtensionsBundleBase() - Constructor for class ro.sync.ecss.extensions.tei.TEIExtensionsBundleBase
 
TEINodeRendererCustomizer - Class in ro.sync.ecss.extensions.tei
Class used to customize the way an TEI node is rendered in the UI.
TEINodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.tei.TEINodeRendererCustomizer
 
TEIP4ExtensionsBundle - Class in ro.sync.ecss.extensions.tei
The TEI P4 framework extensions bundle.
TEIP4ExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.tei.TEIP4ExtensionsBundle
 
TEIP4ExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.tei
Dropped URLs handler
TEIP4ExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.tei.TEIP4ExternalObjectInsertionHandler
 
TEIP4UniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.tei.id
Unique attributes recognizer
TEIP4UniqueAttributesRecognizer() - Constructor for class ro.sync.ecss.extensions.tei.id.TEIP4UniqueAttributesRecognizer
Constructor
TEIP5ExtensionsBundle - Class in ro.sync.ecss.extensions.tei
The TEI P5 framework extensions bundle.
TEIP5ExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.tei.TEIP5ExtensionsBundle
 
TEIP5ExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.tei
Dropped URLs handler
TEIP5ExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.tei.TEIP5ExternalObjectInsertionHandler
 
TEIP5UniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.tei.id
Unique attributes recognizer
TEIP5UniqueAttributesRecognizer() - Constructor for class ro.sync.ecss.extensions.tei.id.TEIP5UniqueAttributesRecognizer
Constructor.
TEISchemaAwareEditingHandler - Class in ro.sync.ecss.extensions.tei
Specific editing support for TEI documents.
TEISchemaAwareEditingHandler(String) - Constructor for class ro.sync.ecss.extensions.tei.TEISchemaAwareEditingHandler
Constructor.
TEITableCellSpanProvider - Class in ro.sync.ecss.extensions.commons.table.spansupport
Provides cell spanning information about TEI tables.
TEITableCellSpanProvider() - Constructor for class ro.sync.ecss.extensions.commons.table.spansupport.TEITableCellSpanProvider
 
TEXT_ALIGN_PROPERTY - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
The alignment of the label.
TEXT_PROPERTY - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
The text that will be displayed as a label.
TextActionsProvider - Interface in ro.sync.exml.workspace.api.editor.page.text.actions
Provides access to actions defined in the Text page.
TextContentIterator - Interface in ro.sync.ecss.extensions.api.content
Iterate over the text content in the Author document between a start and an end offset.
TextContext - Interface in ro.sync.ecss.extensions.api.content
Current Text Context where the text content iterator is positioned.
TextDnDListener - Interface in com.oxygenxml.editor.editors
Text Drag and Drop listener interface for the SWT implementation.
textDragEnter(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
The cursor has entered the text editor page boundaries while dragging.
textDragLeave(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
The cursor has leaved the text editor page boundaries while dragging.
textDragOperationChanged(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
The drag operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging).
textDragOver(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
The cursor is moving over the text editor page while dragging.
textDrop(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
The data is being dropped in the text editor page.
textDropAccept(DropTargetEvent) - Method in interface com.oxygenxml.editor.editors.TextDnDListener
The drop is about to be performed.
TextForegroundHighlighterPainter - Interface in ro.sync.ecss.extensions.api.highlights
Can also draw the text foreground with a certain color.
TextPopupMenuCustomizer - Class in ro.sync.exml.workspace.api.editor.page.text
Can be used to customize a pop-up menu before showing it.
TextPopupMenuCustomizer() - Constructor for class ro.sync.exml.workspace.api.editor.page.text.TextPopupMenuCustomizer
 
TITLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
Title checkbox in the DITA relationship table customizer dialog.
TITLE - Static variable in class ro.sync.ecss.extensions.docbook.DocbookSchemaAwareEditingHandler
Docbook HTML title element name.
TITLE - Static variable in class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
The title of the target
TITLE_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.ExtensionTags
The title table tooltip for title checkbox in TEI table customizer dialog.
ToggleSurroundWithElementOperation - Class in ro.sync.ecss.extensions.commons.operations
Toggle "surround with element" operation.
ToggleSurroundWithElementOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.ToggleSurroundWithElementOperation
 
toggleTrackChanges() - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use AuthorChangeTrackingController.toggleTrackChanges() instead.
toggleTrackChanges() - Method in interface ro.sync.ecss.extensions.api.AuthorChangeTrackingController
Toggle the track changes mode.
toInvoke - Variable in class ro.sync.ecss.extensions.api.editor.EditingEvent
The action to be invoked as a result for the edit event.
ToLowerCaseOperation - Class in ro.sync.ecss.extensions.commons.operations.text
Provides an operation to convert the text from a selection into lower case text.
ToLowerCaseOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.ToLowerCaseOperation
 
ToolbarButton - Class in ro.sync.exml.workspace.api.standalone.ui
A toolbar button which looks like the ones in Oxygen
ToolbarButton(Action, boolean) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.ToolbarButton
Constructor.
ToolbarComponentsCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customizes components for the toolbar
ToolbarInfo - Class in ro.sync.exml.workspace.api.standalone
Information about a toolbar.
ToolbarInfo(String, JComponent[], String) - Constructor for class ro.sync.exml.workspace.api.standalone.ToolbarInfo
Constructor
ToolbarToggleButton - Class in ro.sync.exml.workspace.api.standalone.ui
A toolbar toggle button which looks like the ones in Oxygen
ToolbarToggleButton(Action) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.ToolbarToggleButton
Constructor.
ToolbarToggleButton(Action, boolean) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.ToolbarToggleButton
Constructor.
ToolbarToggleButton(Icon) - Constructor for class ro.sync.exml.workspace.api.standalone.ui.ToolbarToggleButton
 
TopicRefInfo - Class in ro.sync.exml.workspace.api.standalone.ditamap
A map holding information about the topic reference in the DITA Map.
TopicRefInfo() - Constructor for class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefInfo
 
TopicRefTargetInfo - Class in ro.sync.exml.workspace.api.standalone.ditamap
A map holding information about the target of a topic reference.
TopicRefTargetInfo() - Constructor for class ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
 
TopicRefTargetInfoProvider - Interface in ro.sync.exml.workspace.api.standalone.ditamap
Provides information about targets for each topic reference.
toString() - Method in class ro.sync.document.DocumentPositionedInfo
Gets the string representation.
toString() - Method in class ro.sync.ecss.extensions.api.ArgumentDescriptor
 
toString() - Method in class ro.sync.ecss.extensions.api.AuthorDocumentType
 
toString() - Method in class ro.sync.ecss.extensions.api.AuthorMouseEvent
 
toString() - Method in class ro.sync.ecss.extensions.api.node.AuthorDocumentFragment
 
toString() - Method in class ro.sync.ecss.extensions.api.WidthRepresentation
 
toString() - Method in enum ro.sync.ecss.extensions.api.WidthRepresentation.Unit
 
toString() - Method in class ro.sync.ecss.extensions.commons.table.support.CALSColSpec
Creates a String representation of the column specification.
toString() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.EnumerationDefInfo
 
toString() - Method in class ro.sync.exml.workspace.api.editor.page.ditamap.keys.KeyDefinitionInfo
 
ToUpperCaseOperation - Class in ro.sync.ecss.extensions.commons.operations.text
Provides an operation to convert the text from a selection into upper case text.
ToUpperCaseOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.text.ToUpperCaseOperation
 
TransformationFeedback - Class in ro.sync.exml.workspace.api.editor.transformation
Receives feedback from a transformation scenario which is running.
TransformationFeedback() - Constructor for class ro.sync.exml.workspace.api.editor.transformation.TransformationFeedback
 
transformationFinished(boolean) - Method in class ro.sync.exml.workspace.api.editor.transformation.TransformationFeedback
Called when the transformation has finished.
TransformationScenarioInvoker - Interface in ro.sync.exml.workspace.api.editor.transformation
Invokes a transformation scenario.
TransformationScenarioNotFoundException - Exception in ro.sync.exml.workspace.api.editor.transformation
Thrown when a transformation scenario cannot be found.
TransformationScenarioNotFoundException(String) - Constructor for exception ro.sync.exml.workspace.api.editor.transformation.TransformationScenarioNotFoundException
Constructor.
transformationStopped() - Method in class ro.sync.exml.workspace.api.editor.transformation.TransformationFeedback
Called when the transformation was cancelled or stopped by the user
TRANSFORMER_SAXON_6 - Static variable in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Saxon 6 transformer
TRANSFORMER_SAXON_ENTERPRISE_EDITION - Static variable in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Saxon 9 Enterprise Edition transformer type (full extensions support + schema aware).
TRANSFORMER_SAXON_HOME_EDITION - Static variable in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Saxon 9 Home Edition transformer type (no extensions support).
TRANSFORMER_SAXON_PROFESSIONAL_EDITION - Static variable in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Saxon 9 Professional Edition transformer type (full extensions support).
TRANSFORMER_XALAN - Static variable in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Xalan transformer
TransformOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an operation to apply a script (XSLT or XQuery) on a element and replacing it with the result of the transformation or inserting the result in the document.
TransformOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.TransformOperation
Constructor.
TRUE - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_EDITABLE that marks the combo as being editable.
type - Variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
The argument type, can be one of: ArgumentDescriptor.TYPE_STRING, ArgumentDescriptor.TYPE_FRAGMENT, ArgumentDescriptor.TYPE_SCRIPT, ArgumentDescriptor.TYPE_XPATH_EXPRESSION, ArgumentDescriptor.TYPE_CONSTANT_LIST,
TYPE_BUTTON - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_TYPE.
TYPE_BUTTON_GROUP - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_TYPE.
TYPE_CELL - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
The cell type.
TYPE_CHECKBOX - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_TYPE.
TYPE_COMBOBOX - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_TYPE.
TYPE_CONSTANT_LIST - Static variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
List of constant strings argument type.
TYPE_DATE_PICKER - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
An editor that can be used to edit dates.
TYPE_FRAGMENT - Static variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
XML fragment argument type.
TYPE_HANDLE_DELETE_ELEMENT_TAGS_OPERATION - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Result generated by a delete element tags operation.
TYPE_HANDLE_DELETE_OPERATION - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Result generated by a keyboard delete operation (using delete or backspace keys).
TYPE_HANDLE_DELETE_SELECTION_OPERATION - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Result generated by a delete selection operation.
TYPE_HANDLE_INSERT_FRAGMENT_OPERATION - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Result generated by an insert fragment operation.
TYPE_HANDLE_JOIN_ELEMENTS_OPERATION - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Result generated by a join operation.
TYPE_HANDLE_TYPING_OPERATION - Static variable in interface ro.sync.ecss.extensions.api.schemaaware.SchemaAwareHandlerResult
Result generated by a typing operation.
TYPE_OLD_URL_CHOOSER - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
The old url chooser.
TYPE_POPUP_SELECTION - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
The renderer presents a simple or compose value and the editor shows a pop-up like panel in which we can choose the values.
TYPE_ROW - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
The row type.
TYPE_SCRIPT - Static variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
Script type (XSLT or XQuery).
TYPE_STRING - Static variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
String argument type.
TYPE_TABLE - Static variable in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
The table type.
TYPE_TEXT - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_TYPE.
TYPE_URL_CHOOSER - Static variable in interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
Possible value for PROPERTY_TYPE.
TYPE_XPATH_EXPRESSION - Static variable in class ro.sync.ecss.extensions.api.ArgumentDescriptor
Xpath expression argument type.

U

UniqueAttributesProcessor - Interface in ro.sync.ecss.extensions.api
Identifies unique attributes like ID's.
UniqueAttributesRecognizer - Interface in ro.sync.ecss.extensions.api
Identifies unique attributes like ID's.
unlock(URL) - Method in interface ro.sync.exml.plugin.lock.LockHandler
Unlock a specific resource
unwrapDocumentFragment(AuthorDocumentFragment) - Method in interface ro.sync.ecss.extensions.api.AuthorDocumentController
Unwrap a given Author document fragment.
unwrapTags(AuthorAccess, AuthorNode) - Static method in class ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil
Unwrap node tags.
UnwrapTagsOperation - Class in ro.sync.ecss.extensions.commons.operations
Unwrap tags operation.
UnwrapTagsOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.UnwrapTagsOperation
 
update(Set<String>) - Method in class ro.sync.ecss.extensions.api.link.LinkTextResolver
The given URLs have changed.
update(Set<String>) - Method in class ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver
Update the cache of references.
updateAppliableColWidthsNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
If the table has anything else to update when a column is deleted...
updateAppliableColWidthsNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DeleteColumnOperation
 
updateColumnCellsSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, TableColumnSpecificationInformation, String) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertColumnOperation
Overwrite the base implementation.
updateColumnCellsSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, TableColumnSpecificationInformation, String) - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertColumnOperationBase
Increments the column span of the cells intersecting the new column.
updateColumnCellsSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, TableColumnSpecificationInformation, String) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.InsertColumnOperation
 
updateColumnsWidthsCombo(TableCustomizerConstants.ColumnWidthsType[]) - Method in class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog
 
updateLock(URL, int) - Method in interface ro.sync.exml.plugin.lock.LockHandler
Lock a specific resource if it has never been locked before or refresh the lock.
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Update the column span of the cell by modifying the indices of start and end column.
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
Update the span information of the specified cell element.
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.DeleteColumnOperation
 
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.DeleteColumnOperationBase
Update the column span for the table cell that is included into the deleted column.
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.DeleteColumnOperation
Update the column span for the table cell that is included into the deleted column.
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
Update the 'colspan' attribute.
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.dita.map.table.DeleteColumnOperation
 
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DeleteColumnOperation
 
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.tei.table.DeleteColumnOperation
 
updateTableColSpan(AuthorAccess, AuthorTableCellSpanProvider, AuthorElement, int, int) - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
Update the 'cols' attribute.
updateTableColumnNumber(AuthorAccess, AuthorElement, int) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Update the table columns number.
updateTableColumnNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
Update the cols attribute value of the table tgroup element.
updateTableColumnNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
updateTableColumnNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
updateTableColumnNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
updateTableColumnNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
Updates the 'cols' attribute.
updateTableRowNumber(AuthorAccess, AuthorElement, int) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Update the table rows number.
updateTableRowNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
Not needed for CALS Tables.
updateTableRowNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
updateTableRowNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
updateTableRowNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
updateTableRowNumber(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
Updates the 'rows' attribute.
updateTableRowSpan(AuthorAccess, AuthorElement, int) - Method in interface ro.sync.ecss.extensions.commons.table.operations.AuthorTableHelper
Updates the cell row span to a specified value.
updateTableRowSpan(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.CALSDocumentTypeHelper
Update the morerows attribute value for the given cell element.
updateTableRowSpan(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
updateTableRowSpan(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.map.table.DITARelTableDocumentTypeHelper
 
updateTableRowSpan(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.dita.topic.table.simpletable.DITASimpleTableDocumentTypeHelper
 
updateTableRowSpan(AuthorAccess, AuthorElement, int) - Method in class ro.sync.ecss.extensions.tei.TEIDocumentTypeHelper
Update the 'rows' attribute.
URL - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the URL used to connect to the database.
URLChooserEditorSWT - Class in ro.sync.ecss.extensions.commons.editor
URL Chooser in-place editor on Eclipse.
URLChooserEditorSWT() - Constructor for class ro.sync.ecss.extensions.commons.editor.URLChooserEditorSWT
Constructor.
urlChosen(URL) - Method in interface ro.sync.exml.workspace.api.standalone.InputURLChooser
Set in the Input URL panel combo box the new URL which was chosen from the CMS handler.
URLHandlerReadOnlyCheckerExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
This interface can be called to decide if an URL is read-only or not.
URLStreamHandlerPluginExtensionConstants - Interface in ro.sync.exml.plugin.urlstreamhandler
Constants used from URLStreamHandler provider plugin extensions.
useBaseLineForUnderline() - Method in class ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter
 
useCurrentRowTemplateOnInsert() - Method in class ro.sync.ecss.extensions.commons.table.operations.cals.InsertRowOperation
 
useCurrentRowTemplateOnInsert() - Method in class ro.sync.ecss.extensions.commons.table.operations.InsertRowOperationBase
 
useCurrentRowTemplateOnInsert() - Method in class ro.sync.ecss.extensions.commons.table.operations.xhtml.InsertRowOperation
 
useCurrentRowTemplateOnInsert() - Method in class ro.sync.ecss.extensions.tei.table.InsertRowOperation
 
UtilAccess - Interface in ro.sync.exml.workspace.api.util
Provides access to utility methods.
UUID_PATTERN_DESCRIPTION - Static variable in class ro.sync.ecss.extensions.commons.id.GenerateIDElementsInfo
Description for the uuid pattern macro.

V

val - Variable in class ro.sync.ecss.extensions.api.editor.EditingEvent
The value that the user accepted when the editing stopped.
validateAccelAction(String, String) - Method in class ro.sync.exml.ComponentsValidator
Check if the given accel action is allowed.
validateComponent(String) - Method in class ro.sync.exml.ComponentsValidator
Check if the given component is allowed.
validateContentType(String) - Method in class ro.sync.exml.ComponentsValidator
Validate the given content type.
validateLibrary(String) - Method in class ro.sync.exml.ComponentsValidator
Validate the given library.
validateMenuOrTaggedAction(String[]) - Method in class ro.sync.exml.ComponentsValidator
Check if an menu or a tag action from a menu is allowed.
validateNewEditorTemplate(EditorTemplate) - Method in class ro.sync.exml.ComponentsValidator
Validate the given template for a new editor in the current distribution.
validateOption(String) - Method in class ro.sync.exml.ComponentsValidator
Validate the given option.
validateOptionPane(String) - Method in class ro.sync.exml.ComponentsValidator
Validate the given option pane.
validateSHMarker(String) - Method in class ro.sync.exml.ComponentsValidator
Check if this marker is allowed in the current distribution.
validateToolbarTaggedAction(String[]) - Method in class ro.sync.exml.ComponentsValidator
Check if an action from a toolbar is allowed.
ValidatingAuthorReferenceResolver - Interface in ro.sync.ecss.extensions.api
This resolver also validates the target
ValidatingReferenceResolverException - Exception in ro.sync.ecss.extensions.api
Exception thrown if the source does not accept the target as a resolved reference
ValidatingReferenceResolverException(String) - Constructor for exception ro.sync.ecss.extensions.api.ValidatingReferenceResolverException
Constructor.
VALIDATION_AUTOMATIC - Static variable in class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
The problem was generated by the automatic validation.
VALIDATION_CUSTOM - Static variable in class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
The problem was generated by the custom schema validation.
VALIDATION_MODE_LAX - Static variable in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Defines LAX validation of the elements from a fragment in a given context (they are found in the list of possible children of the context element).
VALIDATION_MODE_STRICT_FIRST_CHILD_LAX_OTHERS - Static variable in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Defines STRICT validation for the first element from the fragment in a given context (it is accepted by the parent in the exact position he is about to be inserted) and LAX validation for all other siblings (they are found in the list of possible children of the context element).
VALIDATION_NORMAL - Static variable in class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
The problem was generated by the regular validation.
ValidationProblems - Class in ro.sync.exml.workspace.api.editor.validation
Holds a set of problems which were reported during the validation process.
ValidationProblems(List<DocumentPositionedInfo>, int) - Constructor for class ro.sync.exml.workspace.api.editor.validation.ValidationProblems
Constructor.
ValidationProblemsFilter - Class in ro.sync.exml.workspace.api.editor.validation
Filter which can be used by the user to ignore (or add) to the list of validation problems found by the validation process (manual or automatic) for a certain file.
ValidationProblemsFilter() - Constructor for class ro.sync.exml.workspace.api.editor.validation.ValidationProblemsFilter
 
valueOf(String) - Static method in enum ro.sync.ecss.extensions.api.CursorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter.TextDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.sync.ecss.extensions.api.WidthRepresentation.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.sync.ecss.extensions.api.XPathVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants.ColumnWidthsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer.DitaClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum ro.sync.ecss.extensions.api.CursorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter.TextDecoration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.sync.ecss.extensions.api.WidthRepresentation.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.sync.ecss.extensions.api.XPathVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants.ColumnWidthsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer.DitaClass
Returns an array containing the constants of this enum type, in the order they are declared.
ViewComponentCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customizes components for the Oxygen views.
ViewInfo - Class in ro.sync.exml.workspace.api.standalone
Information about a view.
ViewInfo(String, JComponent, String, Icon) - Constructor for class ro.sync.exml.workspace.api.standalone.ViewInfo
Constructor
viewToModel(int, int) - Method in interface ro.sync.ecss.extensions.api.AuthorAccessDeprecated
Deprecated. Use WSAuthorEditorPageBase.viewToModel(int, int) instead.
viewToModel(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Get the position in the document corresponding to the point in the author viewport component.
viewToModelOffset(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get the position in the document corresponding to the point in the editing component.

W

WEBDAV_URL - Static variable in interface ro.sync.exml.workspace.api.options.DataSourceConnectionInfo
Property ID for the WEBDAV URL.
whatAttributesCanGoHere(WhatAttributesCanGoHereContext) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Examines the grammar and decides what attributes can be inserted in the parent element, after the list of attributes names.
whatAttributesCanGoHere(WhatAttributesCanGoHereContext) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Examines the grammar and decides what attributes can be inserted in the parent element, after the list of attributes names.
whatElementsCanGoHere(WhatElementsCanGoHereContext) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Examines the grammar and decides what elements can be inserted in the parent element, after the list of child names.
whatElementsCanGoHere(WhatElementsCanGoHereContext) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Examines the grammar and decides what elements can be inserted in the parent element, after the list of child names.
whatPossibleValuesHasAttribute(WhatPossibleValuesHasAttributeContext) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Queries the possible values of an element attribute.
whatPossibleValuesHasAttribute(WhatPossibleValuesHasAttributeContext) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Queries the possible values of an element attribute.
whatPossibleValuesHasElement(WhatElementsCanGoHereContext) - Method in interface ro.sync.ecss.extensions.api.AuthorSchemaManager
Queries the possible values of an element.
whatPossibleValuesHasElement(WhatElementsCanGoHereContext) - Method in class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
Queries the possible values of an element.
WIDTH_PROPERTY - Static variable in interface ro.sync.ecss.css.functions.LabelCSSConstants
The width of the label.
WidthRepresentation - Class in ro.sync.ecss.extensions.api
Specifies the fixed and relative width determined from the value of width/colwidth attribute of the col.
WidthRepresentation(float, WidthRepresentation.Unit, float, boolean) - Constructor for class ro.sync.ecss.extensions.api.WidthRepresentation
Constructor.
WidthRepresentation(String, boolean) - Constructor for class ro.sync.ecss.extensions.api.WidthRepresentation
Constructor.
WidthRepresentation.Unit - Enum in ro.sync.ecss.extensions.api
The fixed width unit.
WORDS_COMPARE - Static variable in class ro.sync.diff.api.DiffOptions
Algorithm based on words comparison.
Workspace - Interface in ro.sync.exml.workspace.api
Provides access to workspace specific information and actions.
WorkspaceAccessPluginExtension - Interface in ro.sync.exml.plugin.workspace
Workspace Access plugin extension.
WorkspaceUtilities - Interface in ro.sync.exml.workspace.api
Provides access to global utility methods.
WSAuthorComponentEditorPage - Interface in ro.sync.exml.workspace.api.editor.page.author
Provides enhanced access (with additional methods) to the author page from an Author Component editor.
WSAuthorEditorPage - Interface in ro.sync.exml.workspace.api.editor.page.author
Author editor page.
WSAuthorEditorPageBase - Interface in ro.sync.exml.workspace.api.editor.page.author
Provides access to methods related to the Author editor actions and information.
WSDITAMapEditorPage - Interface in ro.sync.exml.workspace.api.editor.page.ditamap
DITA Maps Manager editor page.
WSDLExtensionsBundle - Class in ro.sync.ecss.extensions.wsdl
The WSDL framework extensions bundle.
WSDLExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.wsdl.WSDLExtensionsBundle
 
WSDLNodeRendererCustomizer - Class in ro.sync.ecss.extensions.wsdl
Class used to customize the way an WSDL node is rendered in the UI.
WSDLNodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.wsdl.WSDLNodeRendererCustomizer
 
WSEditor - Interface in ro.sync.exml.workspace.api.editor
Provides access to methods related to the editor actions and information.
WSEditorBase - Interface in ro.sync.exml.workspace.api.editor
Provides access to methods related to the editor actions and information.
WSEditorChangeListener - Class in ro.sync.exml.workspace.api.listeners
Notified when an editor is added, removed or the editor page is changed
WSEditorChangeListener() - Constructor for class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
 
WSEditorListener - Class in ro.sync.exml.workspace.api.listeners
WS Editor listener.
WSEditorListener() - Constructor for class ro.sync.exml.workspace.api.listeners.WSEditorListener
 
WSEditorPage - Interface in ro.sync.exml.workspace.api.editor.page
Access to an editor's page.
WSEditorPageChangedListener - Class in ro.sync.exml.workspace.api.listeners
WS Editor page changed listener.
WSEditorPageChangedListener() - Constructor for class ro.sync.exml.workspace.api.listeners.WSEditorPageChangedListener
 
WSOptionChangedEvent - Class in ro.sync.exml.workspace.api.options
Represents an event which indicates that the value of an option has been changed.
WSOptionChangedEvent(String, String, String) - Constructor for class ro.sync.exml.workspace.api.options.WSOptionChangedEvent
The constructor of the option changed event.
WSOptionListener - Class in ro.sync.exml.workspace.api.options
The listener which is notified about the value changes of an author extension level option.
WSOptionListener(String) - Constructor for class ro.sync.exml.workspace.api.options.WSOptionListener
Constructor for the option listener.
WSOptionsStorage - Interface in ro.sync.exml.workspace.api.options
Support for the user to save and retrieve custom options in the Oxygen common preferences.
WSOutline - Interface in ro.sync.exml.workspace.api.editor.page
The Workspace Outline.
WSTextBasedEditorPage - Interface in ro.sync.exml.workspace.api.editor.page
Provides access to methods related to the editor actions and information for the Text and Author pages.
WSTextEditorPage - Interface in ro.sync.exml.workspace.api.editor.page.text
Text editor page access.
WSTextXMLSchemaManager - Class in ro.sync.exml.workspace.api.editor.page.text
Text page XML schema manager.
WSTextXMLSchemaManager() - Constructor for class ro.sync.exml.workspace.api.editor.page.text.WSTextXMLSchemaManager
 
WSXMLTextEditorPage - Interface in ro.sync.exml.workspace.api.editor.page.text.xml
Contains methods specific to XML editors.
WSXMLTextNodeRange - Interface in ro.sync.exml.workspace.api.editor.page.text.xml
The range of an XML node.

X

X - Variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
The mouse event's x coordinate.
XHTMLAuthorTableOperationsHandler - Class in ro.sync.ecss.extensions.xhtml
Author table operations handler for XHTML framework.
XHTMLAuthorTableOperationsHandler() - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLAuthorTableOperationsHandler
 
XHTMLConstants - Interface in ro.sync.ecss.extensions.commons.table.operations.xhtml
This interface contains the name of the elements and attributes used in XHTML.
XHTMLDocumentTypeHelper - Class in ro.sync.ecss.extensions.commons.table.operations.xhtml
Implementation of the document type helper for XHTML.
XHTMLDocumentTypeHelper() - Constructor for class ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLDocumentTypeHelper
 
XHTMLElementLocator - Class in ro.sync.ecss.extensions.xhtml
Locator for a XHTML document.
XHTMLElementLocator(IDTypeVerifier, String) - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLElementLocator
Constructor.
XHTMLElementLocatorProvider - Class in ro.sync.ecss.extensions.xhtml
In XHTML the reference can point to an ID type attribute and also to the name attribute of the a element.
XHTMLElementLocatorProvider() - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLElementLocatorProvider
 
XHTMLExtensionsBundle - Class in ro.sync.ecss.extensions.xhtml
The XHTML framework extensions bundle.
XHTMLExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
 
XHTMLExternalObjectInsertionHandler - Class in ro.sync.ecss.extensions.xhtml
Dropped URLs handler
XHTMLExternalObjectInsertionHandler() - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLExternalObjectInsertionHandler
 
XHTMLNodeRendererCustomizer - Class in ro.sync.ecss.extensions.xhtml
Class used to customize the way an XHTML node is rendered in the UI.
XHTMLNodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLNodeRendererCustomizer
 
XHTMLSchemaManagerFilter - Class in ro.sync.ecss.extensions.xhtml
XHTML implementation for schema manager filter for adding type attribute values for script and style elements in content completion proposals list.
XHTMLSchemaManagerFilter() - Constructor for class ro.sync.ecss.extensions.xhtml.XHTMLSchemaManagerFilter
 
XHTMLUniqueAttributesRecognizer - Class in ro.sync.ecss.extensions.xhtml.id
Unique attributes recognizer
XHTMLUniqueAttributesRecognizer() - Constructor for class ro.sync.ecss.extensions.xhtml.id.XHTMLUniqueAttributesRecognizer
Constructor
XML_ACCURATE - Static variable in class ro.sync.diff.api.DiffOptions
XML accurate diff based on Sasha and Zhang algorithm.
XML_FAST - Static variable in class ro.sync.diff.api.DiffOptions
Fast XML hybrid heuristic algorithm.
XMLNodeRendererCustomizer - Class in ro.sync.exml.workspace.api.node.customizer
Class used to customize the way an XML node is rendered in the UI.
XMLNodeRendererCustomizer() - Constructor for class ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
 
XMLNodeRendererCustomizerAdapter - Class in ro.sync.ecss.extensions.commons
Empty implementation for XMLNodeRendererCustomizer.
XMLNodeRendererCustomizerAdapter() - Constructor for class ro.sync.ecss.extensions.commons.XMLNodeRendererCustomizerAdapter
 
XMLReaderWithGrammar - Class in ro.sync.exml.workspace.api.util
XML Reader + grammar cache
XMLReaderWithGrammar(XMLReader, Object) - Constructor for class ro.sync.exml.workspace.api.util.XMLReaderWithGrammar
Constructor
XMLUtilAccess - Interface in ro.sync.exml.workspace.api.util
XML Utilities
XPathException - Exception in ro.sync.exml.workspace.api.editor.page.text.xml
An exception thrown when performing an XPath.
XPathException(String, Throwable) - Constructor for exception ro.sync.exml.workspace.api.editor.page.text.xml.XPathException
Constructor.
XPathVersion - Enum in ro.sync.ecss.extensions.api
XPath version types.
XPointerElementLocator - Class in ro.sync.ecss.extensions.commons
Element locator for links that have the one of the following patterns: element(elementID) - locate the element with the same id element(/1/2/5) - A child sequence appearing alone identifies an element by means of stepwise navigation, which is directed by a sequence of integers separated by slashes (/); each integer n locates the nth child element of the previously located element.
XPointerElementLocator(IDTypeVerifier, String) - Constructor for class ro.sync.ecss.extensions.commons.XPointerElementLocator
Constructor.
XQueryOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an operation to apply an XQuery script on a element and replacing it with the result of the XQuery transformation, or inserting the result in the document.
XQueryOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.XQueryOperation
 
XSDExtensionsBundle - Class in ro.sync.ecss.extensions.xsd
The XML Schema framework extensions bundle.
XSDExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.xsd.XSDExtensionsBundle
 
XSDNodeRendererCustomizer - Class in ro.sync.ecss.extensions.xsd
Class used to customize the way an XML Schema node is rendered in the UI.
XSDNodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.xsd.XSDNodeRendererCustomizer
 
XSLTExtensionsBundle - Class in ro.sync.ecss.extensions.xslt
The XSLT framework extensions bundle.
XSLTExtensionsBundle() - Constructor for class ro.sync.ecss.extensions.xslt.XSLTExtensionsBundle
 
XSLTNodeRendererCustomizer - Class in ro.sync.ecss.extensions.xslt
Class used to customize the way an XSLT node is rendered in the UI.
XSLTNodeRendererCustomizer() - Constructor for class ro.sync.ecss.extensions.xslt.XSLTNodeRendererCustomizer
 
XSLTOperation - Class in ro.sync.ecss.extensions.commons.operations
An implementation of an operation to apply an XSLT stylesheet on a element and replacing it with the result of the XSLT transformation or inserting the result in the document.
XSLTOperation() - Constructor for class ro.sync.ecss.extensions.commons.operations.XSLTOperation
 

Y

Y - Variable in class ro.sync.ecss.extensions.api.AuthorMouseEvent
The mouse event's y coordinate.

A B C D E F G H I J K L M N O P R S T U V W X Y
Oxygen XML Editor 15.0 Author API

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