Oxygen XML Editor, Version ${standalone-version-number}
A C D E F G H I L M N O P R S T U V W X Z

A

addAuthorCaretListener(AuthorCaretListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Adds a caret listener to the Author page.
addAuthorMouseListener(AuthorMouseListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Adds a mouse listener to the current author page.
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).
addMenuBarCustomizer(MenuBarCustomizer) - Method in interface ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace
Adds a customizer which can contribute to or modify existing menu components.
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.
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.URLStreamHandlerPluginExtension
"oxygen-action" header value instructing to close the editor.
ADVICE_RELOAD - Static variable in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtension
"oxygen-action" header value instructing to reload editor's content from the provided location.
ALL_DECIMALS - Static variable in class ro.sync.sample.plugin.converter.ConversionEntry
Constant for defining that all decimals should be included in the result.
applicationClosing() - Method in interface ro.sync.exml.plugin.workspace.WorkspaceAccessPluginExtension
Notified before the editors are closed and the application exits.
applicationClosing() - Method in class ro.sync.sample.plugin.workspace.CustomWorkspaceAccessPluginExtension
 
applicationStarted(StandalonePluginWorkspace) - Method in interface ro.sync.exml.plugin.workspace.WorkspaceAccessPluginExtension
Main plugin method.
applicationStarted(StandalonePluginWorkspace) - Method in class ro.sync.sample.plugin.workspace.CustomWorkspaceAccessPluginExtension
 
ARCHIVE_TEMPLATE - Static variable in interface ro.sync.exml.editor.EditorTemplate
The archive template type.

C

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.
canCheckReadOnly(String) - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolURLHandlerExtension
 
canonicalize(String[]) - Method in class ro.sync.exml.ComponentsValidator
Get a path from all the tags.
CapLinesPlugin - Class in ro.sync.sample.plugin.caplines
CaplinesPlugin is a sample plugin for the selection plugin type.
CapLinesPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.caplines.CapLinesPlugin
LowercasePlugin constructor.
CapLinesPluginExtension - Class in ro.sync.sample.plugin.caplines
CapLines plugin extension.
CapLinesPluginExtension() - Constructor for class ro.sync.sample.plugin.caplines.CapLinesPluginExtension
 
chooseFile(String, String[], String, boolean) - Method in interface ro.sync.exml.workspace.api.Workspace
Displays a file chooser for selecting a File.
chooseFile(String, String[], String) - Method in interface ro.sync.exml.workspace.api.Workspace
Displays a file chooser for selecting a File.
chooseURL(String, String[], String) - Method in interface ro.sync.exml.workspace.api.Workspace
Displays an URL chooser for selecting an URL.
chooseURLs() - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLChooserPluginExtension
Choose a set of URLs with the corresponding protocol.
chooseURLs() - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolChooserExtension
Shows the dialog and let the user choose one URL with the custom protocol.
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.
CommentPlugin - Class in ro.sync.sample.plugin.comment
CommentPlugin is a sample plugin for the selection plugin type.
CommentPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.comment.CommentPlugin
CommentPlugin.
CommentPluginExtension - Class in ro.sync.sample.plugin.comment
Comment plugin extension.
CommentPluginExtension() - Constructor for class ro.sync.sample.plugin.comment.CommentPluginExtension
 
COMPONENTS_VALIDATOR_EXTENSION - Static variable in class ro.sync.exml.plugin.PluginDescriptor
The startup extension.
ComponentsValidator - Class in ro.sync.exml
Validator interface for menus, toolbars and their actions.
ComponentsValidator() - Constructor for class ro.sync.exml.ComponentsValidator
 
ComponentsValidatorPlugin - Class in ro.sync.sample.plugin.startup
ComponentsValidatorPlugin is a sample plugin for the startup plugin type.
ComponentsValidatorPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.startup.ComponentsValidatorPlugin
CommentPlugin.
ComponentsValidatorPluginExtension - Interface in ro.sync.exml.plugin.startup
Startup plugin.
ComponentsValidatorPluginExtension - Class in ro.sync.sample.plugin.startup
Startup plugin extension.
ComponentsValidatorPluginExtension() - Constructor for class ro.sync.sample.plugin.startup.ComponentsValidatorPluginExtension
 
CONFIG_RESOURCE - Static variable in class ro.sync.sample.plugin.converter.ConversionManager
The path to conversion.xml file.
ConversionDialog - Class in ro.sync.sample.plugin.converter
The plugin dialog.
ConversionDialog(Frame, String) - Constructor for class ro.sync.sample.plugin.converter.ConversionDialog
Constructor for the ConversionDialog object
ConversionEntry - Class in ro.sync.sample.plugin.converter
Defines the abstract conversion entry.
ConversionEntry() - Constructor for class ro.sync.sample.plugin.converter.ConversionEntry
 
ConversionException - Exception in ro.sync.sample.plugin.converter
Description of the Class
ConversionException() - Constructor for exception ro.sync.sample.plugin.converter.ConversionException
Constructs an ConversionException with null as its error detail message.
ConversionException(String) - Constructor for exception ro.sync.sample.plugin.converter.ConversionException
Constructs an ConversionException with the specified detail message.
ConversionFormat - Class in ro.sync.sample.plugin.converter
Manages a set of conversion entries, associated to a format.
ConversionFormat(Node) - Constructor for class ro.sync.sample.plugin.converter.ConversionFormat
Constructor for the ConversionFormat object.
ConversionManager - Class in ro.sync.sample.plugin.converter
Contain all formats.
ConversionManager() - Constructor for class ro.sync.sample.plugin.converter.ConversionManager
Extract all formats from configuration file.
ConversionPlugin - Class in ro.sync.sample.plugin.converter
ConversionPlugin.java
ConversionPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.converter.ConversionPlugin
ConversionPlugin.
ConversionPluginExtension - Class in ro.sync.sample.plugin.converter
Conversion plugin extension.
ConversionPluginExtension() - Constructor for class ro.sync.sample.plugin.converter.ConversionPluginExtension
 
convert(double, boolean, int) - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Converts the argument from the master measure to the slave measure if direct attribute is true, else reverse.
convert(String, String, double, double, boolean, int) - Method in class ro.sync.sample.plugin.converter.ConversionFormat
Based on masterValue and slaveValue it determines the conversion entry that knows how to convert the two values.
convert(double, boolean, int) - Method in class ro.sync.sample.plugin.converter.FactorConversionEntry
Converts the argument from the master measure to the slave measure if direct attribute is true, otherwise reverse.
convert(double, boolean, int) - Method in class ro.sync.sample.plugin.converter.FormulaConversionEntry
Converts the argument from the master measure to the slave measure.
copy(String) - Method in class ro.sync.sample.plugin.converter.ConversionDialog
Transfers the currently selected text to the system clipboard.
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.
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).
createXQueryTransformer(Source, URL[], int) - 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.
CUSTOM - Static variable in interface ro.sync.exml.workspace.api.standalone.ToolbarComponentsCustomizer
The reserved plugins toolbar ID
CUSTOM - Static variable in interface ro.sync.exml.workspace.api.standalone.ViewComponentCustomizer
The CUSTOM view
customizeMainMenu(JMenuBar) - Method in interface ro.sync.exml.workspace.api.standalone.MenuBarCustomizer
Customize the components which get displayed on the main menu bar.
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 get displayed on a certain view.
CustomOpenRedirectExtension - Class in ro.sync.sample.plugin.openredirect
Custom extension to redirect open for some URLs
CustomOpenRedirectExtension() - Constructor for class ro.sync.sample.plugin.openredirect.CustomOpenRedirectExtension
 
CustomProtocolChooserExtension - Class in ro.sync.sample.plugin.customprotocol
Plugin extension - custom protocol chooser extension
CustomProtocolChooserExtension() - Constructor for class ro.sync.sample.plugin.customprotocol.CustomProtocolChooserExtension
 
CustomProtocolPlugin - Class in ro.sync.sample.plugin.customprotocol
Sample plugin for customs protocols.
CustomProtocolPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.customprotocol.CustomProtocolPlugin
Constructs the plugin.
CustomProtocolURLHandlerExtension - Class in ro.sync.sample.plugin.customprotocol
Plugin extension - custom protocol URL handler extension
CustomProtocolURLHandlerExtension() - Constructor for class ro.sync.sample.plugin.customprotocol.CustomProtocolURLHandlerExtension
 
CustomWorkspaceAccessPluginExtension - Class in ro.sync.sample.plugin.workspace
Plugin extension - workspace access extension.
CustomWorkspaceAccessPluginExtension() - Constructor for class ro.sync.sample.plugin.workspace.CustomWorkspaceAccessPluginExtension
 

D

decimalsNumber - Variable in class ro.sync.sample.plugin.converter.ConversionEntry
The decimals number to show.
delete(URL) - Method in interface ro.sync.exml.workspace.api.Workspace
Delete the resource identified by the specified URL.
deleteSelection() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Delete the selected text, if any.
DITA_MAPS_EDITING_AREA - Static variable in interface ro.sync.exml.workspace.api.PluginWorkspace
The DITA Maps editing area
document - Variable in class ro.sync.exml.plugin.document.DocumentPluginContextImpl
The current document.
document - Variable in class ro.sync.exml.plugin.document.DocumentPluginResultImpl
The processed document.
DOCUMENT_PROCESSOR - Static variable in class ro.sync.exml.plugin.PluginDescriptor
Document processor extension type.
DocumentPluginContext - Interface in ro.sync.exml.plugin.document
Plugin context interface.
DocumentPluginContextImpl - Class in ro.sync.exml.plugin.document
Support implementation of the PluginContext interface.
DocumentPluginContextImpl() - Constructor for class ro.sync.exml.plugin.document.DocumentPluginContextImpl
Constructor for an DocumentPluginContext with no document.
DocumentPluginContextImpl(Document, Frame) - Constructor for class ro.sync.exml.plugin.document.DocumentPluginContextImpl
Creates the plugin context.
DocumentPluginExtension - Interface in ro.sync.exml.plugin.document
Plugin extension.
DocumentPluginResult - Interface in ro.sync.exml.plugin.document
Plugin result interface.
DocumentPluginResultImpl - Class in ro.sync.exml.plugin.document
 
DocumentPluginResultImpl() - Constructor for class ro.sync.exml.plugin.document.DocumentPluginResultImpl
Creates an PluginResult with no document.
DocumentPluginResultImpl(Document) - Constructor for class ro.sync.exml.plugin.document.DocumentPluginResultImpl
Constructor for the PluginResult.

E

EDITOR_TEMPLATE - Static variable in interface ro.sync.exml.editor.EditorTemplate
The new editor template type.
editorClosed(URL) - Method in class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
An editor was closed.
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
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.
escapeAttributeValue(String) - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Escape an attribute value so that the XML document remains well-formed.

F

FactorConversionEntry - Class in ro.sync.sample.plugin.converter
Implements a factor based conversion.
FactorConversionEntry(String, String, String, String, int, double) - Constructor for class ro.sync.sample.plugin.converter.FactorConversionEntry
Constructor for the FactorConversionEntry object.
FILE_TEMPLATE - Static variable in interface ro.sync.exml.editor.EditorTemplate
The classic type of template represented by a file on HDD.
formatDouble(double, int) - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Format a double number with specified decimals number to be included in the result.
FormatPreserveTextPlugin - Class in ro.sync.sample.plugin.formatpreserve
FormatPreserveTextPlugin is a sample plugin for the selection plugin type.
FormatPreserveTextPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.formatpreserve.FormatPreserveTextPlugin
Constructor.
FormatPreserveTextPluginExtension - Class in ro.sync.sample.plugin.formatpreserve
Format with Preserve Text Plugin Extension.
FormatPreserveTextPluginExtension() - Constructor for class ro.sync.sample.plugin.formatpreserve.FormatPreserveTextPluginExtension
 
FormSentencesPlugin - Class in ro.sync.sample.plugin.formsentences
FormSentencesPlugin is a sample plugin for the selection plugin type.
FormSentencesPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.formsentences.FormSentencesPlugin
FormSentencesPlugin constructor.
FormSentencesPluginExtension - Class in ro.sync.sample.plugin.formsentences
FormSentences plugin extension.
FormSentencesPluginExtension() - Constructor for class ro.sync.sample.plugin.formsentences.FormSentencesPluginExtension
 
FormulaConversionEntry - Class in ro.sync.sample.plugin.converter
Implements a formula based convertor.
FormulaConversionEntry(String, String, String, String, int, double, double) - Constructor for class ro.sync.sample.plugin.converter.FormulaConversionEntry
Constructor for the FormulaConversionEntry object
FormWordsPlugin - Class in ro.sync.sample.plugin.formwords
FormWordsPlugin is a sample plugin for the selection plugin type.
FormWordsPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.formwords.FormWordsPlugin
FormWordsPlugin constructor.
FormWordsPluginExtension - Class in ro.sync.sample.plugin.formwords
FormWords plugin extension.
FormWordsPluginExtension() - Constructor for class ro.sync.sample.plugin.formwords.FormWordsPluginExtension
 
frame - Variable in class ro.sync.exml.plugin.document.DocumentPluginContextImpl
The parent frame.

G

GENERAL_EXTENSION - Static variable in class ro.sync.exml.plugin.PluginDescriptor
General extension type.
GeneralPluginContext - Interface in ro.sync.exml.plugin.general
Plugin context interface.
GeneralPluginContextImpl - Class in ro.sync.exml.plugin.general
Support implementation of the PluginContext interface.
GeneralPluginContextImpl(Frame) - Constructor for class ro.sync.exml.plugin.general.GeneralPluginContextImpl
Creates the plugin context.
GeneralPluginExtension - Interface in ro.sync.exml.plugin.general
Plugin interface.
getAcceleratorKey() - Method in class ro.sync.exml.plugin.PluginAction
 
getAllEditorLocations(int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Get all the editor locations.
getAssociatedLabel(String) - Method in class ro.sync.sample.plugin.converter.ConversionFormat
Get the label associated with a measure.
getBaseDir() - Method in class ro.sync.exml.plugin.PluginDescriptor
Get the base directory of the plugin.
getCanonicalFileFromFileUrl(URL) - Static method in class ro.sync.sample.plugin.customprotocol.Handler
On Windows names of files from network neighborhood must be corrected before open.
getCaretOffset() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
The current caret offset.
getCauseMessage() - Method in exception ro.sync.exml.plugin.lock.LockException
 
getChangeTrackingController() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
The change tracking controller used to toggle change tracking on and off and check its state.
getComponent() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
getComponents() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
getComponentsValidator() - Method in interface ro.sync.exml.plugin.startup.ComponentsValidatorPluginExtension
Gets the componet validator.
getComponentsValidator() - Method in class ro.sync.sample.plugin.startup.ComponentsValidatorPluginExtension
Process context.
getContentType() - Method in class ro.sync.exml.plugin.openredirect.OpenRedirectInformation
 
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.
getDecimalsNumber() - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Return decimals number to show.
getDefaultValueAsBoolean(String) - Method in class ro.sync.sample.plugin.converter.ConversionManager
Gets the defaultValueAsBoolean attribute of the ConversionManager object
getDefaultValueAsString(String) - Method in class ro.sync.sample.plugin.converter.ConversionManager
Gets the defaultValueAsString attribute of the ConversionManager object
getDescription() - Method in interface ro.sync.exml.editor.EditorTemplate
Return the template description.
getDescription() - Method in class ro.sync.exml.plugin.PluginDescriptor
Get the description of the plugin.
getDescriptor() - Method in class ro.sync.exml.plugin.Plugin
 
getDocument() - Method in interface ro.sync.exml.plugin.document.DocumentPluginContext
Get the current document.
getDocument() - Method in class ro.sync.exml.plugin.document.DocumentPluginContextImpl
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.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Returns the Author document controller.
getDocumentURL() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get the URL of the edited document.
getDocumentURL() - Method in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
 
getEditorAccess(URL, int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Find an editor access by location
getEditorLocation() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Get the URL representing the editor location.
getExceptions() - Method in class ro.sync.exml.plugin.PluginManager
Get the exceptions raised durring the plugin initialization.
getExtension() - Method in interface ro.sync.exml.editor.EditorTemplate
Return the template extension.
getExtension(String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Get the extension corresponding to the specified key.
getExtensionShortcut(String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Get the extension corresponding to the specified key.
getFormatByName(String) - Method in class ro.sync.sample.plugin.converter.ConversionManager
Gets a conversion format by name.
getFormats() - Method in class ro.sync.sample.plugin.converter.ConversionManager
Return all formats.
getFrame() - Method in interface ro.sync.exml.plugin.document.DocumentPluginContext
Get the editing frame.
getFrame() - Method in class ro.sync.exml.plugin.document.DocumentPluginContextImpl
Get the frame for the DocumentPluginContextImpl.
getFrame() - Method in interface ro.sync.exml.plugin.general.GeneralPluginContext
Get the editing frame.
getFrame() - Method in class ro.sync.exml.plugin.general.GeneralPluginContextImpl
Gets the parent frame for the PluginContextImpl.
getFrame() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get the editing frame.
getFrame() - Method in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Gets the frame for the PluginContextImpl.
getGrammarCache() - Method in class ro.sync.exml.workspace.api.util.XMLReaderWithGrammar
 
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
getIcon() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
getInstance() - Static method in class ro.sync.exml.plugin.PluginManager
Get the singleton instance of the plugin manager.
getInstance() - Static method in class ro.sync.sample.plugin.caplines.CapLinesPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.comment.CommentPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.converter.ConversionPlugin
 
getInstance() - Static method in class ro.sync.sample.plugin.customprotocol.CustomProtocolPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.formatpreserve.FormatPreserveTextPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.formsentences.FormSentencesPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.formwords.FormWordsPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.lowercase.LowercasePlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.openredirect.OpenRedirectPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.startup.ComponentsValidatorPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.uppercase.UppercasePlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.workspace.WorkspaceAccessPlugin
Get the plugin instance.
getInstance() - Static method in class ro.sync.sample.plugin.zeroindent.ZeroIndentPlugin
Get the plugin instance.
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.
getLockHandler() - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerWithLockPluginExtension
Get the lock handler for the current handled protocol.
getLockHandler() - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolURLHandlerExtension
 
getMasterLabel() - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Return master measure label.
getMasterValue() - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Return master measure value.
getMasterValues(String) - Method in class ro.sync.sample.plugin.converter.ConversionFormat
Get all the possible values that can be listed in the first combo box, in the context of the selected value in the second combo box.
getMenuName() - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLChooserPluginExtension
Get the plugin name that will be displayed on the menu
getMenuName() - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolChooserExtension
 
getMessage() - Method in exception ro.sync.exml.plugin.lock.LockException
 
getName() - Method in class ro.sync.exml.plugin.PluginAction
Get the action name
getName() - Method in class ro.sync.exml.plugin.PluginDescriptor
Gets the name of the plugin.
getName() - Method in class ro.sync.sample.plugin.converter.ConversionFormat
Get the format name.
getOpenErrorMessage(boolean) - Method in exception ro.sync.exml.plugin.lock.LockException
 
getOptionsStorage() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
The object that manages the options stored for author extensions.
getOutlineAccess() - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage
Get the author Outline access providing Outline related information.
getParentFrame() - Method in interface ro.sync.exml.workspace.api.Workspace
Get the parent main frame.
getPlugins() - Method in class ro.sync.exml.plugin.PluginManager
Get the registered plugins.
getProcessedDocument() - Method in interface ro.sync.exml.plugin.document.DocumentPluginResult
Get the processed document.
getProcessedDocument() - Method in class ro.sync.exml.plugin.document.DocumentPluginResultImpl
Get the current document.
getProcessedSelection() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginResult
Get the processed selection.
getProcessedSelection() - Method in class ro.sync.exml.plugin.selection.SelectionPluginResultImpl
Get the current selection.
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.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get the selected text.
getSelection() - Method in interface ro.sync.exml.plugin.selection.SelectionPluginContext
Get the current selection.
getSelection() - Method in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Get the current selection.
getSelectionEnd() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get selection end offset.
getSelectionStart() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Get selection start offset.
getSlaveLabel() - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Return slave measure label.
getSlaveValue() - Method in class ro.sync.sample.plugin.converter.ConversionEntry
Return slave measure value.
getSlaveValues(String) - Method in class ro.sync.sample.plugin.converter.ConversionFormat
Get all the possible values that can be listed in the second combo box, in the context of the selected value in the first combo box.
getSource() - Method in interface ro.sync.exml.editor.EditorTemplate
 
getStringResource(String) - Method in class ro.sync.sample.plugin.converter.ConversionManager
Gets the stringResource attribute of the ConversionManager object
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.
getTemplateType() - Method in interface ro.sync.exml.editor.EditorTemplate
 
getTitle() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
getTitle() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
getToolbarIcon() - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLChooserToolbarExtension
Get the toolbar icon.
getToolbarIcon() - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolChooserExtension
 
getToolbarID() - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
getToolbarTooltip() - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLChooserToolbarExtension
Get the tooltip to be placed on the toolbar button.
getToolbarTooltip() - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolChooserExtension
 
getUrl() - Method in class ro.sync.exml.plugin.openredirect.OpenRedirectInformation
 
getURLStreamHandler(String) - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtension
Get the URL handler for the specified protocol.
getURLStreamHandler(String) - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolURLHandlerExtension
Gets the handler for the custom protocol
getUtilAccess() - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Get access to utility methods.
getVendor() - Method in class ro.sync.exml.plugin.PluginDescriptor
Get the vendor of the plugin.
getVersion() - Method in class ro.sync.exml.plugin.PluginDescriptor
Get the version of the plugin.
getViewID() - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
getWordAtCaret() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Compute the offsets of the word that contains the caret position.
getXmlReader() - Method in class ro.sync.exml.workspace.api.util.XMLReaderWithGrammar
 
getXMLUtilAccess() - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Access to XML utilities.

H

Handler - Class in ro.sync.sample.plugin.customprotocol
Handler for the file2 protocol
Handler() - Constructor for class ro.sync.sample.plugin.customprotocol.Handler
 
hasCustomURLHandlerPlugin(String) - Method in class ro.sync.exml.plugin.PluginManager
Check if there are any custom URL handler plugin registered...
hasSelection() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Check if the editor page has a selection

I

isDebuggerPerspectiveAllowed() - Method in class ro.sync.exml.ComponentsValidator
Check if the debugger perspective is allowed in the current distribution.
isLockingSupported(String) - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerWithLockPluginExtension
Check if we can return a lock handler for this protocol.
isLockingSupported(String) - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolURLHandlerExtension
 
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.
isReadOnly(URL) - Method in interface ro.sync.exml.plugin.urlstreamhandler.URLHandlerReadOnlyCheckerExtension
Decide if a given URL is read-only or writable to.
isReadOnly(URL) - Method in class ro.sync.sample.plugin.customprotocol.CustomProtocolURLHandlerExtension
 
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.

L

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.URLStreamHandlerPluginExtension
The location header key.
LockException - Exception in ro.sync.exml.plugin.lock
Thrown when could not lock or unlock properly
LockException(String, boolean) - Constructor for exception ro.sync.exml.plugin.lock.LockException
Constructor.
LockHandler - Interface in ro.sync.exml.plugin.lock
Manage locking and unlocking.
LowercasePlugin - Class in ro.sync.sample.plugin.lowercase
LowercasePlugin is a sample plugin for the selection plugin type.
LowercasePlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.lowercase.LowercasePlugin
LowercasePlugin constructor.
LowercasePluginExtension - Class in ro.sync.sample.plugin.lowercase
Uppercase plugin extension.
LowercasePluginExtension() - Constructor for class ro.sync.sample.plugin.lowercase.LowercasePluginExtension
 

M

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.exml.workspace.api.util.UtilAccess
Make the child URL relative to the base URL.
masterLabel - Variable in class ro.sync.sample.plugin.converter.ConversionEntry
The master measure label.
masterValue - Variable in class ro.sync.sample.plugin.converter.ConversionEntry
The master measure label.
MenuBarCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customizes components from the main menu bar.
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.

N

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.

O

open(URL) - Method in interface ro.sync.exml.workspace.api.Workspace
Opens the file at the specified URL in a new editor.
OPEN_REDIRECTOR - Static variable in class ro.sync.exml.plugin.PluginDescriptor
Open redirector plugin type.
openConnection(URL) - Method in class ro.sync.sample.plugin.customprotocol.Handler
Creates and opens the connection
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.
OpenRedirectPlugin - Class in ro.sync.sample.plugin.openredirect
Sample plugin for customs open.
OpenRedirectPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.openredirect.OpenRedirectPlugin
Constructs the plugin.
OXYGEN_ACTION_HEADER - Static variable in interface ro.sync.exml.plugin.urlstreamhandler.URLStreamHandlerPluginExtension
The oxygen-action header key.

P

Plugin - Class in ro.sync.exml.plugin
Plugin class.
Plugin(PluginDescriptor) - Constructor for class ro.sync.exml.plugin.Plugin
The constructor.
PluginAction - Class in ro.sync.exml.plugin
Plugin action is an abstract action that stores the plugin extension that will be runned by the caller.
PluginAction(String, PluginExtension, String) - Constructor for class ro.sync.exml.plugin.PluginAction
PluginAction Constructor.
PluginDescriptor - Class in ro.sync.exml.plugin
Descriptor of the plugin.
PluginDescriptor() - Constructor for class ro.sync.exml.plugin.PluginDescriptor
 
pluginExtension - Variable in class ro.sync.exml.plugin.PluginAction
The plugin extension that will be run.
PluginExtension - Interface in ro.sync.exml.plugin
Any plugin extension must implement this interface.
PluginManager - Class in ro.sync.exml.plugin
The plugin manager is responsable to find and instantiate plugins.
pluginsUpdateInProgress() - Static method in class ro.sync.exml.plugin.PluginManager
 
PluginWorkspace - Interface in ro.sync.exml.workspace.api
Access the entire workspace of Oxygen.
process(DocumentPluginContext) - Method in interface ro.sync.exml.plugin.document.DocumentPluginExtension
Main plugin method.
process(GeneralPluginContext) - Method in interface ro.sync.exml.plugin.general.GeneralPluginExtension
Main plugin method.
process(SelectionPluginContext) - Method in interface ro.sync.exml.plugin.selection.SelectionPluginExtension
Main plugin method.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.caplines.CapLinesPluginExtension
Capitalize the first word of each sentence.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.comment.CommentPluginExtension
Process context.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.converter.ConversionPluginExtension
Process context.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.formatpreserve.FormatPreserveTextPluginExtension
This plugin formats the selected XML content by breaking only in element tags and never in text.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.formsentences.FormSentencesPluginExtension
Capitalize the first letter of each sentence.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.formwords.FormWordsPluginExtension
Capitalize the first letter of each word.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.lowercase.LowercasePluginExtension
Convert the text to lowercase.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.uppercase.UppercasePluginExtension
Convert the text to uppercase.
process(SelectionPluginContext) - Method in class ro.sync.sample.plugin.zeroindent.ZeroIndentPluginExtension
Process context.
putExtension(String, PluginExtension) - Method in class ro.sync.exml.plugin.PluginDescriptor
Put an extension corresponding to the specified key.
putExtensionShortcut(String, String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Put an extension corresponding to the specified key.

R

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.
redirect(URL) - Method in class ro.sync.sample.plugin.openredirect.CustomOpenRedirectExtension
 
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.
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.
removeAuthorCaretListener(AuthorCaretListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Removes the specified caret listener from the Author page.
removeAuthorMouseListener(AuthorMouseListener) - Method in interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
Removes the specified mouse listener from the current author page.
removeEditorChangeListener(WSEditorChangeListener, int) - Method in interface ro.sync.exml.workspace.api.PluginWorkspace
Remove listener for editor related events.
resetXMLCatalogs() - Method in interface ro.sync.exml.workspace.api.util.XMLUtilAccess
Reset the loaded XML catalogs.
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.
ro.sync.exml - package ro.sync.exml
 
ro.sync.exml.editor - package ro.sync.exml.editor
 
ro.sync.exml.plugin - package ro.sync.exml.plugin
 
ro.sync.exml.plugin.document - package ro.sync.exml.plugin.document
 
ro.sync.exml.plugin.general - package ro.sync.exml.plugin.general
 
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.selection - package ro.sync.exml.plugin.selection
 
ro.sync.exml.plugin.startup - package ro.sync.exml.plugin.startup
 
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
 
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
 
ro.sync.exml.workspace.api.editor.page.author - package ro.sync.exml.workspace.api.editor.page.author
 
ro.sync.exml.workspace.api.editor.page.text - package ro.sync.exml.workspace.api.editor.page.text
 
ro.sync.exml.workspace.api.listeners - package ro.sync.exml.workspace.api.listeners
 
ro.sync.exml.workspace.api.standalone - package ro.sync.exml.workspace.api.standalone
 
ro.sync.exml.workspace.api.util - package ro.sync.exml.workspace.api.util
 
ro.sync.sample.plugin.caplines - package ro.sync.sample.plugin.caplines
 
ro.sync.sample.plugin.comment - package ro.sync.sample.plugin.comment
 
ro.sync.sample.plugin.converter - package ro.sync.sample.plugin.converter
 
ro.sync.sample.plugin.customprotocol - package ro.sync.sample.plugin.customprotocol
 
ro.sync.sample.plugin.formatpreserve - package ro.sync.sample.plugin.formatpreserve
 
ro.sync.sample.plugin.formsentences - package ro.sync.sample.plugin.formsentences
 
ro.sync.sample.plugin.formwords - package ro.sync.sample.plugin.formwords
 
ro.sync.sample.plugin.lowercase - package ro.sync.sample.plugin.lowercase
 
ro.sync.sample.plugin.openredirect - package ro.sync.sample.plugin.openredirect
 
ro.sync.sample.plugin.startup - package ro.sync.sample.plugin.startup
 
ro.sync.sample.plugin.uppercase - package ro.sync.sample.plugin.uppercase
 
ro.sync.sample.plugin.workspace - package ro.sync.sample.plugin.workspace
 
ro.sync.sample.plugin.zeroindent - package ro.sync.sample.plugin.zeroindent
 

S

save() - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Saves the editor content.
saveAll() - Method in interface ro.sync.exml.workspace.api.Workspace
Saves the content of all opened and unsaved editors.
select(int, int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Select the interval between start and end offset.
selection - Variable in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
The current selection.
selection - Variable in class ro.sync.exml.plugin.selection.SelectionPluginResultImpl
The processed selection.
SELECTION_PROCESSOR - Static variable in class ro.sync.exml.plugin.PluginDescriptor
Selection processor extension type.
SelectionPluginContext - Interface in ro.sync.exml.plugin.selection
Plugin context interface.
SelectionPluginContextImpl - Class in ro.sync.exml.plugin.selection
Support implementation of the PluginContext interface.
SelectionPluginContextImpl() - Constructor for class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Creates a no selection plugin context.
SelectionPluginContextImpl(String, Frame, URL) - Constructor for class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Creates the plugin context.
SelectionPluginExtension - Interface in ro.sync.exml.plugin.selection
Plugin extension.
SelectionPluginResult - Interface in ro.sync.exml.plugin.selection
Plugin result interface.
SelectionPluginResultImpl - Class in ro.sync.exml.plugin.selection
Support implementation of the PluginResult interface.
SelectionPluginResultImpl() - Constructor for class ro.sync.exml.plugin.selection.SelectionPluginResultImpl
Creates a no data plugin result.
SelectionPluginResultImpl(String) - Constructor for class ro.sync.exml.plugin.selection.SelectionPluginResultImpl
Creates the plugin result.
selectWord() - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Select the word at caret, if any.
SEP - Static variable in class ro.sync.exml.ComponentsValidator
Separator for menus and actions.
setBaseDir(File) - Method in class ro.sync.exml.plugin.PluginDescriptor
Set the base dir of the plugin.
setCaretPosition(int) - Method in interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
Move the caret to the specified offset.
setComponent(JComponent) - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
setComponents(JComponent[]) - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
setDescription(String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Set the description of the plugin.
setDocument(Document) - Method in class ro.sync.exml.plugin.document.DocumentPluginContextImpl
Set the current document.
setDocumentURL(URL) - Method in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Set the URL of the edited document.
setFrame(Frame) - Method in class ro.sync.exml.plugin.document.DocumentPluginContextImpl
Sets the parent frame for the PluginContextImpl.
setFrame(Frame) - Method in class ro.sync.exml.plugin.general.GeneralPluginContextImpl
Sets the parent frame for the PluginContextImpl.
setFrame(Frame) - Method in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Sets the parent frame for the PluginContextImpl.
setIcon(Icon) - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
setModified(boolean) - Method in interface ro.sync.exml.workspace.api.editor.WSEditorBase
Set the modified status of the editor document.
setName(String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Set the name of the plugin.
setProcessedDocument(Document) - Method in class ro.sync.exml.plugin.document.DocumentPluginResultImpl
Sets the current document.
setProcessedSelection(String) - Method in class ro.sync.exml.plugin.selection.SelectionPluginResultImpl
Set the current selection.
setSelection(String) - Method in class ro.sync.exml.plugin.selection.SelectionPluginContextImpl
Set the current selection.
setSelectionPaths(TreePath[]) - Method in interface ro.sync.exml.workspace.api.editor.page.WSOutline
Select and scroll the given tree paths.
setTitle(String) - Method in class ro.sync.exml.workspace.api.standalone.ToolbarInfo
 
setTitle(String) - Method in class ro.sync.exml.workspace.api.standalone.ViewInfo
 
setToConvert(String) - Method in class ro.sync.sample.plugin.converter.ConversionDialog
Set the conversion string and shows the dialog.
setVendor(String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Set the vendor of the plugin.
setVersion(String) - Method in class ro.sync.exml.plugin.PluginDescriptor
Set the version of the plugin.
showConfirmDialog(String, String, String[], int[]) - Method in interface ro.sync.exml.workspace.api.Workspace
Shows a question message dialog.
showErrorMessage(String) - Method in interface ro.sync.exml.workspace.api.Workspace
Presents an error message dialog.
showInformationMessage(String) - Method in interface ro.sync.exml.workspace.api.Workspace
Presents an information message dialog.
showLabels() - Method in class ro.sync.sample.plugin.converter.ConversionDialog
Set text to master and slave text fields.
showStatusMessage(String) - Method in interface ro.sync.exml.workspace.api.Workspace
Show a status message.
slaveLabel - Variable in class ro.sync.sample.plugin.converter.ConversionEntry
The slave measure label.
slaveValue - Variable in class ro.sync.sample.plugin.converter.ConversionEntry
The slave measure value.
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.

T

ToolbarComponentsCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customizes components for the toolbar

*********************************
EXPERIMENTAL - Subject to change
*********************************
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
toString() - Method in class ro.sync.exml.plugin.PluginDescriptor
The string representation of the plugin descriptor.
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

U

unlock(URL) - Method in interface ro.sync.exml.plugin.lock.LockHandler
Unlock a specific resource
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.
UppercasePlugin - Class in ro.sync.sample.plugin.uppercase
UppercasePlugin is a sample plugin for the selection plugin type.
UppercasePlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.uppercase.UppercasePlugin
UppercasePlugin constructor.
UppercasePluginExtension - Class in ro.sync.sample.plugin.uppercase
Uppercase plugin extension.
UppercasePluginExtension() - Constructor for class ro.sync.sample.plugin.uppercase.UppercasePluginExtension
 
URL_CHOOSER - Static variable in class ro.sync.exml.plugin.PluginDescriptor
URL stream handler extension type.
URL_CHOOSER_TOOLBAR - Static variable in class ro.sync.exml.plugin.PluginDescriptor
URL stream handler extension type.
URL_HANDLER - Static variable in class ro.sync.exml.plugin.PluginDescriptor
URL stream handler extension type.
URL_STREAM_HANDLER - Static variable in class ro.sync.exml.plugin.PluginDescriptor
Deprecated.  
URLChooserPluginExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
URL chooser plugin extension.
URLChooserToolbarExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
URL chooser toolbar extension.
URLHandlerReadOnlyCheckerExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
This interface can be called to decide if an URL is read-only or not.
URLStreamHandlerPluginExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
URLStreamHandler provider plugin extension.
URLStreamHandlerWithLockPluginExtension - Interface in ro.sync.exml.plugin.urlstreamhandler
An URLStreamHandler with lock support plugin extension.
UtilAccess - Interface in ro.sync.exml.workspace.api.util
Provides access to utility methods.

V

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.
ViewComponentCustomizer - Interface in ro.sync.exml.workspace.api.standalone
Customizes components for the Oxygen views

*********************************
EXPERIMENTAL - Subject to change
*********************************
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.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

Workspace - Interface in ro.sync.exml.workspace.api
Provides access to workspace specific information and actions.
WORKSPACE_ACCESS - Static variable in class ro.sync.exml.plugin.PluginDescriptor
Workspace access plugin type.
WorkspaceAccessPlugin - Class in ro.sync.sample.plugin.workspace
Workspace access plugin.
WorkspaceAccessPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.workspace.WorkspaceAccessPlugin
Constructs the plugin.
WorkspaceAccessPluginExtension - Interface in ro.sync.exml.plugin.workspace
Workspace Access plugin extension.
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.
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

*********************************
EXPERIMENTAL - Subject to change
*********************************
WSEditorChangeListener() - Constructor for class ro.sync.exml.workspace.api.listeners.WSEditorChangeListener
 
WSEditorPage - Interface in ro.sync.exml.workspace.api.editor.page
Access to an editor's page.
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.

X

XMLReaderWithGrammar - Class in ro.sync.exml.workspace.api.util
XML Reader + grammar cache

*********************************
EXPERIMENTAL - Subject to change
*********************************
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

*********************************
EXPERIMENTAL - Subject to change
*********************************

Z

ZeroIndentPlugin - Class in ro.sync.sample.plugin.zeroindent
ZeroIndentPlugin is a sample plugin for the selection plugin type.
ZeroIndentPlugin(PluginDescriptor) - Constructor for class ro.sync.sample.plugin.zeroindent.ZeroIndentPlugin
Zero indent plugin.
ZeroIndentPluginExtension - Class in ro.sync.sample.plugin.zeroindent
Zero indent plugin extension.
ZeroIndentPluginExtension() - Constructor for class ro.sync.sample.plugin.zeroindent.ZeroIndentPluginExtension
 

A C D E F G H I L M N O P R S T U V W X Z
Oxygen XML Editor, Version ${standalone-version-number}

© Copyright Syncro Soft SRL 2002 - 2010.