Oxygen XML Editor 15.0 Author API

Deprecated API


Contents
Deprecated Interfaces
ro.sync.ecss.extensions.api.AttributesValueEditor
          Starting with version 15 the CustomAttributeValueEditor can be used instead to edit only specific attributes using a custom editor. 
 

Deprecated Fields
ro.sync.exml.MainFrameComponentsConstants.CUSTOM
          Since Oxygen 12.2 the preferred way is to define view IDs at plugin.xml level. 
ro.sync.exml.workspace.api.standalone.ToolbarComponentsCustomizer.CUSTOM
          Since Oxygen 12.2 toolbar IDs are defined in the "plugin.xml". 
ro.sync.exml.workspace.api.standalone.ViewComponentCustomizer.CUSTOM
          since Oxygen 12.2. Please define a view id for the extension in the "plugin.xml". 
ro.sync.ecss.extensions.api.AuthorConstants.POSITION_INSIDE
          Use the constant POSITION_INSIDE_FIRST instead. 
ro.sync.exml.MainFrameComponentsConstants.TOOLBAR_CUSTOM
          Since Oxygen 12.2 toolbar IDs are defined in the "plugin.xml". 
 

Deprecated Methods
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.addAuthorListener(AuthorListener)
          Use AuthorDocumentController.addAuthorListener(AuthorListener) intead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.chooseFile(String, String[], String)
          Use WorkspaceUtilities.chooseURL(String, String[], String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.chooseFile(String, String[], String, boolean)
          Use WorkspaceUtilities.chooseFile(String, String[], String, boolean) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.chooseURL(String, String[], String)
          Use WorkspaceUtilities.chooseURL(String, String[], String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.correctURL(String)
          Use UtilAccess.correctURL(String) instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentFactory.createAuthorComponentProvider()
          Please use ro.sync.ecss.extensions.api.component.AuthorComponentFactory.createEditorComponentProvider(String[], String) instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.createExtensionActionsToolbars()
          Please use instead the method ((WSAuthorComponentEditorPage)getWSEditorAccess().getCurrentPage()).createExtensionActionsToolbars(); 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.deleteSelection()
          Use WSAuthorEditorPageBase.deleteSelection() instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentFactory.disposeAuthorComponentProvider(AuthorComponentProvider)
          Please use ro.sync.ecss.extensions.api.component.AuthorComponentFactory.disposeEditorComponentProvider() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.escapeAttributeValue(String)
          Use AuthorUtilAccess.escapeAttributeValue(String) instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.escapeAttributeValue(String)
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.evaluateXPath(String, boolean, boolean, boolean)
          Use AuthorDocumentController.evaluateXPath(String, boolean, boolean, boolean) instead. 
ro.sync.ecss.dita.DITAAccess.filterAttributeValues(List, WhatPossibleValuesHasAttributeContext, String)
          Please use the equivalent method which also receives the URL of the requestor. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.findNodesByXPath(String, boolean, boolean, boolean)
          Use AuthorDocumentController.findNodesByXPath(String, boolean, boolean, boolean) instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.getAuthorAccess()
          Please use instead the method ((WSAuthorEditorPage)getWSEditorAccess().getCurrentPage()).getAuthorAccess(). 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.getAuthorCommonActions()
          Please use instead the method ((WSAuthorEditorPage)getWSEditorAccess().getCurrentPage()).getActionsProvider().getAuthorCommonActions(). 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.getAuthorExtensionActions()
          Please use instead the method ((WSAuthorEditorPage)getWSEditorAccess().getCurrentPage()).getActionsProvider().getAuthorExtensionActions(). 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getCaretOffset()
          Use WSTextBasedEditorPage.getCaretOffset() instead. For example if you have an AuthorAccess object then use authorAccess.getEditorAccess().getCaretOffset(). 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getChangeTrackingController()
          Use AuthorAccess.getReviewController() instead. 
ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage.getChangeTrackingController()
          Use WSAuthorEditorPage.getReviewController() instead. 
ro.sync.ecss.extensions.api.node.AuthorElement.getChild(String)
          Use AuthorElement.getElementsByLocalName(String)[0] instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getEditorLocation()
          Use WSEditorBase.getEditorLocation() instead. 
ro.sync.ecss.dita.DITAAccess.getKeys()
          Please use the equivalent method which also receives the URL of the requestor. 
ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter.getLastResult()
          Will be removed in a future version 
ro.sync.ecss.extensions.api.access.AuthorEditorAccess.getLocationOnScreen(int, int)
          Use the getLocationOnScreenAsPoint(int x, int y) method instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getParentFrame()
          Use WorkspaceUtilities.getParentFrame() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getSelectedText()
          Use WSAuthorEditorPageBase.getSelectedText() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getSelectionEnd()
          Use WSAuthorEditorPageBase.getSelectionEnd() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getSelectionStart()
          Use WSAuthorEditorPageBase.getSelectionStart() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellAbove(AuthorElement)
          Use AuthorTableAccess.getTableCellAbove(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellAt(int, int, AuthorElement)
          Use AuthorTableAccess.getTableCellAt(int, int, AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellBelow(AuthorElement)
          Use AuthorTableAccess.getTableCellBelow(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellIndex(AuthorElement)
          Use AuthorTableAccess.getTableCellIndex(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableColSpanIndices(AuthorElement)
          Use AuthorTableAccess.getTableColSpanIndices(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableNumberOfColumns(AuthorElement)
          Use AuthorTableAccess.getTableNumberOfColumns(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableRow(int, AuthorElement)
          Use AuthorTableAccess.getTableRow(int, AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableRowCount(AuthorElement)
          Use AuthorTableAccess.getTableRowCount(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorDocumentController.getText(int, int)
          Use the API based on the AuthorNode to get only the displayed text without mark-up markers. 
ro.sync.ecss.extensions.api.AuthorDocumentController.getTextContentLength()
          Use the API based on the AuthorNode to get the length of the displayed text only, without mark-up markers. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getWordAtCaret()
          Use WSTextBasedEditorPage.getWordAtCaret() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.hasSelection()
          Use WSAuthorEditorPageBase.hasSelection() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.inInlineContext(int)
          Use AuthorDocumentController.inInlineContext(int) instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentFactory.init(URL[], URL, URL, String, String, String, int)
          Use {init(URL[], URL, URL, String, String, LicenseServerInformation)} or {init(URL[], URL, URL, String, String)} instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertMultipleElements(AuthorElement, String[], int[], String)
          Use AuthorDocumentController.insertMultipleElements(AuthorElement, String[], int[], String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertText(String, int)
          Use AuthorDocumentController.insertText(int, String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertXMLFragment(String, int)
          Use AuthorDocumentController.insertXMLFragment(String, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertXMLFragment(String, String, String)
          Use AuthorDocumentController.insertXMLFragment(String, String, String) instead. 
ro.sync.ecss.extensions.api.DocumentContentChangedEvent.isSimpleTextEdit()
          Use DocumentContentChangedEvent.getType() to determine the type of edit. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.isStandalone()
          Use Workspace.isStandalone() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.isTrackingChanges()
          Use AuthorChangeTrackingController.isTrackingChanges() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.locateFile(URL)
          Use UtilAccess.locateFile(URL) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.makeRelative(URL, URL)
          Use UtilAccess.makeRelative(URL, URL) instead. 
ro.sync.ecss.extensions.api.access.AuthorEditorAccess.modelToView(int)
          use modelToViewRectangle(int offset) instead 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.multipleDelete(AuthorElement, int[], int[])
          Use AuthorDocumentController.multipleDelete(AuthorElement, int[], int[]) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.newNonValidatingXMLReader()
          Use AuthorUtilAccess.newNonValidatingXMLReader() instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.newNonValidatingXMLReader()
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.access.AuthorWorkspaceAccess.open(File)
          Use Workspace.open(URL) instead. 
ro.sync.ecss.dita.DITAAccess.parseDITAKeyRef(String)
          Please use the equivalent method which also receives the URL of the requestor. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.removeAuthorListener(AuthorListener)
          Use AuthorDocumentController.removeAuthorListener(AuthorListener) intead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.removeClonedElementAttribute(AuthorElement, String)
          Use AuthorElement.removeAttribute(String) instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.resetXMLCatalogs()
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.dita.DITAAccess.resolveKeyRef(String, boolean)
          Please use the equivalent method which also receives the URL of the requestor. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.resolvePath(URL, String, boolean, boolean)
          Use AuthorUtilAccess.resolvePath(URL, String, boolean, boolean) instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.resolvePath(URL, String, boolean, boolean)
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.select(int, int)
          Use WSAuthorEditorPageBase.select(int, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.selectWord()
          Use WSTextBasedEditorPage.selectWord() instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.setBreadCrumbPopUpCustomizer(PopupMenuCustomizer)
          Please use instead the method ((WSAuthorComponentEditorPage)getWSEditorAccess().getCurrentPage()).setBreadCrumbPopUpCustomizer(); 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.setCaretPosition(int)
          Use WSTextBasedEditorPage.setCaretPosition(int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.setClonedElementAttribute(AuthorElement, String, AttrValue)
          Use AuthorElement.setAttribute(String, AttrValue) instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.setEditorPopUpCustomizer(PopupMenuCustomizer)
          Please use instead the method ((WSAuthorEditorPage)getWSEditorAccess().getCurrentPage())addPopUpMenuCustomizer(AuthorPopupMenuCustomizer popUpCustomizer) 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.setOutlinerPopUpCustomizer(PopupMenuCustomizer)
          Please use instead the method ((WSAuthorComponentEditorPage)getWSEditorAccess().getCurrentPage()).setOutlinerPopUpCustomizer(); 
ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase.setPopUpMenuCustomizer(AuthorPopupMenuCustomizer)
          This method removes all pop-up menu customizers already registered, please use the "addPopUpMenuCustomizer" method instead. 
ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter.setStrikeOut(boolean)
          Use ColorHighlightPainter.setTextDecoration(TextDecoration) instead. 
ro.sync.ecss.extensions.api.component.AuthorComponentProvider.showBreadCrumb(boolean)
          Please use instead the method ((WSAuthorComponentEditorPage)getWSEditorAccess().getCurrentPage()).showBreadCrumbPanel(); 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.showConfirmDialog(String, String, String[], int[])
          Use WorkspaceUtilities.showConfirmDialog(String, String, String[], int[]) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.showErrorMessage(String)
          Use WorkspaceUtilities.showErrorMessage(String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.surroundInFragment(String, int, int)
          Use AuthorDocumentController.surroundInFragment(String, int, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.surroundInText(String, String, int, int)
          Use AuthorDocumentController.surroundInText(String, String, int, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.toggleTrackChanges()
          Use AuthorChangeTrackingController.toggleTrackChanges() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.viewToModel(int, int)
          Use WSAuthorEditorPageBase.viewToModel(int, int) instead. 
 


Oxygen XML Editor 15.0 Author API

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