All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractComponentProvider |
A component encapsulating all the editing part.
|
AbstractDocumentTypeHelper |
Abstract implementation of the document type helper.
|
AbstractInplaceEditor |
An abstract implementation that handles listeners fire.
|
AbstractInplaceEditorWrapper |
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.
|
AbstractTableOperation |
Base class for table operations.
|
ActionBarContributorCustomizer |
Abstract class allowed as an extension point to customize the menu and toolbar buttons added by our editors.
|
ActionPerformedListener |
This listener can be registered for a certain action.
|
ActionsListFilter |
Access to the drop down tool item, allows configuring the set of available actions.
|
ActionsProvider |
Provides access to actions defined in the Author page.
|
ActionsProvider |
Provides access to global actions in the entire workbench.
|
AddEditConrefOperation |
Operation used to add or edit a conref from an element in DITA documents.
|
Anchor |
This is a marker interface for an anchor which can be created either in the Text or Author editing modes
and then used to located the same content in another editing mode (Author or Text).
|
AntExtensionsBundle |
The Ant framework extensions bundle.
|
AntNodeRendererCustomizer |
Class used to customize the way a Ant node is rendered in the UI.
|
APIAccessibleOptionTags |
Global Oxygen options which can be read and set via the API.
|
APIOptionConstants |
Global Oxygen constants which are accessible via the API.
|
ApplicationInformationAccess |
Access to various details about the application.
|
ApplicationType |
Application type enumeration.
|
ArgumentDescriptor |
Descriptor class for an author operation argument.
|
ArgumentsMap |
Map between argument names and values.
|
ArtificialNode |
Marker interface for artificial elements which wrap Processing Instructions, CData and Comments allowing access to the wrapped node.
|
AskDescriptor |
|
Attr |
Contains informations about an attribute.
|
Attribute |
An attribute representation used mainly in the content completion process.
|
AttributeChangedEvent |
Event received by the AuthorListener when an Author attribute has been changed.
|
AttributedString |
A string annotated with attributes.
|
AttributedString.AttributedInterval |
A text interval from the string, with a specific attribute.
|
AttributeEditingContextDescription |
Provides language-independent information about the element and attribute name for which the value is edited.
|
AttributeReferenceValueDetector |
Detects the AttrValue of a node and the name of the attribute.
|
AttributesManager |
Offers support for element attributes operations.
|
AttributesValueEditor |
Deprecated.
|
AttrValue |
Contains informations about an attribute value.
|
AuthorAccess |
Access class to the author functions.
|
AuthorAccessDeprecated |
Contains methods that are deprecated in the AuthorAccess
and should no longer be used.
|
AuthorActionEventDetails |
Class offering details about an author action event.
|
AuthorActionEventHandler |
Intercepts action events in the Author mode and can handle them in a special manner.
|
AuthorActionEventHandler.AuthorActionEventType |
Events that are delegated to this handler.
|
AuthorActionEventHandlerBase |
Adds various API methods, for example it adds a method which intercepts action events in the Author mode and can handle them in a special manner.
|
AuthorActionsProvider |
Provides access to actions defined in the Author page.
|
AuthorAttributesController |
Helper used to set attributes
|
AuthorAttributesDisplayFilter |
Filter certain attributes from being displayed in certain parts of the Author editor (the Attributes view, the Attributes editor, the Outline).
|
AuthorBreadCrumbCustomizer |
Author Bread Crumb (components path which appears in the top of the Author editor)
customizer used for nodes rendering and pop-up customization.
|
AuthorCalloutRenderingInformation |
The callouts are representations of Track Changes insert and delete highlights,
review comment highlights and custom review highlights in Author mode.
|
AuthorCalloutsController |
The callouts are representations of Track Changes insert and delete highlights,
review comment highlights and custom review highlights in the Author mode on a side bar.
|
AuthorCaretEvent |
AuthorCaretEvent is used to notify interested AuthorCaretListener that
the position of the caret has changed in the Author editor page.
|
AuthorCaretListener |
Listener for changes in the caret position of the Author editor page.
|
AuthorCCItemTypes |
Types of the items that are shown in the content completion menu.
|
AuthorChangeTrackingController |
Controls the change tracking mode.
|
AuthorClipboardAccess |
Access to various content data in the system clipboard.
|
AuthorComponentException |
|
AuthorComponentFactory |
This factory creates author components.
|
AuthorComponentListener |
Author component listener
|
AuthorComponentProvider |
A component encapsulating all the visual editing part.
|
AuthorConstants |
Interface containing the constants used in Author API.
|
AuthorContentMetadata |
Marker interface for objects holding metadata associated with Author content.
|
AuthorCSSAlternativesCustomizer |
Provides the list of CSS alternatives which can be selected in the Styles drop-down by the end user.
|
AuthorDiffChangeTrackingMerger |
Extracts the differences reported when comparing two XML documents ('Two-Way' Author comparison mode)
as a document with change tracking, which can be used to review the differences and merge the two documents.
|
AuthorDiffChangeTrackingMergerFactory |
Factory for creating mergers with change tracking highlights.
|
AuthorDiffDirectoriesChangeTrackingMerger |
Merger based on 2-way mode directory comparison which saves the results in a specified directory.
|
AuthorDifferencePerformer |
|
AuthorDnDListener |
Author Drag and Drop listener interface for the SWT implementation.
|
AuthorDnDListener |
Author Drag and Drop listener interface for the AWT implementation.
|
AuthorDocument |
The Document interface represents the entire XML document.
|
AuthorDocumentController |
Provides methods for modifying the Author document.
|
AuthorDocumentEvent |
Marker interface for all document change related events.
|
AuthorDocumentFilter |
AuthorDocumentFilter , is a filter for the methods which modify the
AuthorDocument .
|
AuthorDocumentFilterBypass |
Used as a way to circumvent calling back into the AuthorDocumentController to
change the AuthorDocument .
|
AuthorDocumentFragment |
Represents a fragment of an XML document.
|
AuthorDocumentModel |
The model of an XML document to be edited.
|
AuthorDocumentModelContextManager |
A helper class that handles the current editing context.
|
AuthorDocumentNodesCollector |
Collects nodes in an author document.
|
AuthorDocumentPositionedInfo |
A document position info usually needs a line and column for the error.
|
AuthorDocumentProvider |
Use this API to access an "in memory" representation of an author document over a resource and customize the document in
a non visual way using the AuthorDocumentController and AuthorDocument API.
|
AuthorDocumentType |
Author structure representing DOCTYPE information as present in the Author document.
|
AuthorEditorAccess |
Provides access to methods related to the Author editor actions and information.
|
AuthorElement |
The Author Element represents an XML element.
|
AuthorElementBaseInterface |
Element represents a tag in an XML document.
|
AuthorExtensionActionProvider |
Provides an author extension action for a given action ID.
|
AuthorExtensionAskAction |
An author action created over an author operation who does not handle the ask variables expansion.
|
AuthorExtensionStateAdapter |
|
AuthorExtensionStateListener |
Notified when the Author extension, where the listener is defined,
was activated or deactivated in the detection process.
|
AuthorExtensionStateListenerDelegator |
A single Author extension state listeners which delegates to other registered listeners.
|
AuthorExternalObjectInsertionHandler |
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.
|
AuthorFilteredContent |
The char sequence representing the filtered Author content.
|
AuthorFoldManager |
Interface which can be used to expand/collapse foldable nodes.
|
AuthorFormatCompatibilityModeConstants |
The way formatting when passing from author in text or on save.
|
AuthorHighlighter |
The highlighter which will be available to users to add, remove and check highlights.
|
AuthorHighlighterListener |
Listener for the author highlighter events.
|
AuthorIdIndex<T> |
An index that maps from IDs to objects and viceversa.
|
AuthorImageDecorator |
Permits decoration of the images that are displayed in the Author view.
|
AuthorImageMapDecorator |
Image map decorator base for Author.
|
AuthorInplaceContext |
Context where an edit component will be used.
|
AuthorInputEvent |
Base class for Author input events.
|
AuthorListener |
Listener notified about Author document changes, document structure changes and
document content changes.
DANGER: You must avoid making live document changes on the received call backs.
|
AuthorListenerAdapter |
|
AuthorMouseAdapter |
|
AuthorMouseEvent |
|
AuthorMouseListener |
Interface for the author mouse listeners.
|
AuthorNode |
Base interface for all Author nodes.
|
AuthorNodeRendererCustomizer |
Customize rendering information for an AuthorNode
|
AuthorNodeRendererCustomizerContext |
Offers access to the current Author node (the one for which
we are customizing the renderer).
|
AuthorNodesFilter |
Provides information about the Author nodes that should be filtered.
|
AuthorNodeUtil |
Utility functions for working with AuthorNodes.
|
AuthorOperation |
Interface defining an author extension operation.
|
AuthorOperationException |
|
AuthorOperationStoppedByUserException |
An exception thrown by an AuthorOperation when it interacts with the user and the user cancels it.
|
AuthorOperationWithCustomUndoBehavior |
Marker interface that specifies that a particular operation should not be wrapped in a compound undoable edit.
|
AuthorOperationWithResult |
Operation that returns a result when invoked from the Web Author JS API.
|
AuthorOutlineAccess |
Author Outline access.
|
AuthorOutlineCustomizer |
Author Outline customizer used for custom filtering and nodes rendering in the Outline.
|
AuthorParentNode |
An author parent node contains a list of children.
|
AuthorPersistentHighlight |
Defines the Author Persistent Highlight which get serialized in the XML as
processing instruction.
|
AuthorPersistentHighlight.PersistentHighlightType |
The Author Persistent Highlight type.
|
AuthorPersistentHighlightActionsProvider |
The provider for contextual actions that are shown on the contextual menu of the
persistent highlight (in the main editor area - not yet supported) and on the associated
callout.
|
AuthorPersistentHighlightConstants |
Constants used in the serialization process of the Author Persistent Highlights.
|
AuthorPersistentHighlighter |
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 |
|
AuthorPersistentHighlightsListener |
|
AuthorPopupMenuCustomizer |
Can be used to customize a pop-up menu before showing it.
|
AuthorPreloadProcessor |
This processor is notified before the Author document is loaded and renderer.
|
AuthorPseudoClassController |
Controls setting and resetting pseudo classes.
|
AuthorReferenceNode |
Interface for reference nodes that have a content expanded when displayed in
the Author mode.
|
AuthorReferenceResolver |
Interface for the custom handlers used to expand content references.
|
AuthorReferenceResolverWrapper |
|
AuthorResourceBundle |
Gives access to translate keys.
|
AuthorReviewController |
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).
|
AuthorReviewerNameController |
Provides access to reviewer author name, used in the processing instruction
that results when a tracked change or a comment is serialized.
|
AuthorReviewRenderingInformation |
The review view entries are representations of Track Changes insert and delete highlights and review comment highlights highlights in Author mode.
|
AuthorReviewViewController |
The review view presents Track Changes insert and delete highlights and review comment highlights in the Author mode.
|
AuthorSchemaAwareEditingHandler |
If Schema Aware mode is active in Oxygen, all actions that can generate invalid content will be redirected toward
this handler.
|
AuthorSchemaAwareEditingHandlerAdapter |
Adapter class.
|
AuthorSchemaAwareEditingHandlerAdapter.WrapInAncestorsOptions |
One of the default smart paste strategies involves detecting an path o ancestors
from the context element to the inserted one.
|
AuthorSchemaManager |
Author schema manager.
|
AuthorSelectionAndCaretModel |
Interface to the author selection and caret model providing methods to query
and modify the selection intervals and caret position.
|
AuthorSelectionModel |
Get the Author selection model containing access to all Author selection
intervals and methods for adding simple and multiple selections.
|
AuthorSource |
A DOM-like source over a author document model.
|
AuthorTableAccess |
Provides methods for table actions and informations regarding the table content.
|
AuthorTableArguments |
|
AuthorTableCellSepProvider |
This is an interface for classes which are responsible for providing information
about the cell separators: "rowsep" and "colsep".
|
AuthorTableCellSpanProvider |
This is an interface for classes which are responsible for providing information
about the cell spanning.
|
AuthorTableColumnWidthProvider |
This is an interface for classes which are responsible for providing information
and handling modifications regarding table and column widths.
|
AuthorTableColumnWidthProviderBase |
This is an interface for classes which are responsible for providing information
and handling modifications regarding table and column widths.
|
AuthorTableDeleteColumnArguments |
|
AuthorTableDeleteRowArguments |
|
AuthorTableDeleteRowsArguments |
|
AuthorTableHelper |
Document type specific table information helper.
|
AuthorTableInsertColumnArguments |
|
AuthorTableInsertRowArguments |
|
AuthorTableOperationsHandler |
Handler for Author table operations.
|
AuthorTooltipCustomizer |
Customize the tooltips which appear when hovering in the Author page.
|
AuthorTooltipCustomizerProvider |
Allow developers to add tooltip customizers for customizing the tooltips which appear when hovering in the visual Author editing mode.
|
AuthorUndoManager |
Undo manager for Author edits.
|
AuthorUtilAccess |
Provides access to utility methods related to author access.
|
AuthorViewToModelInfo |
|
AuthorWorkspaceAccess |
Provides access to workspace specific information and actions.
|
AuthorXMLUtilAccess |
Author XML Utilities.
|
AuthorXPathExpressionBuilder |
Generates an XPath expression for an XML node.
|
AWTExtension |
The base interface for all AWT Oxygen extension classes.
|
BaseShape |
Base for shapes.
|
BasicRenderingInformation |
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.
|
BatchEditListener |
The edit events sometimes come in batches, for example when an undo is
executed.
|
BatchOperationInfo |
The type of batch operation.
|
BatchOperationInfo.Type |
The type of the batch operation.
|
BatchOperationsListener |
Listener which can be notified before and after a batch operation which will modify lots of resources
(Replace All in Files, Rename in Files) is started.
|
BinaryImageHandler |
Special handler for binary images like EPS or AI...
|
Button |
Button which has proper support for retina icons.
|
ButtonEditor |
A button that can be used to invoke an author extension action.
|
ButtonGroupEditor |
Inplace editor that uses a button to trigger a pop-up menu with multiple actions.
|
CacheableAuthorReferencesResolver |
Marker for cachable references resolvers.
|
CacheableUrlConnection |
Marker interface that should be implemented by a URL connection and which instructs oXygen that
it makes sense to cache data read from such a connection.
|
CalloutActionsProvider |
Provides a set of custom actions for a certain highlight.
|
CalloutsRenderingInformationProvider |
Provider for data that will be rendered as callouts, in Author mode.
|
CALSAndHTMLShowTablePropertiesBase |
Base class for edit properties on CALS and HTML tables.
|
CALSandHTMLTableCellInfoProvider |
A table cell span and column width info provider used for frameworks that have both CALS and HTML tables.
|
CALSandHTMLTableCellSpanProvider |
Empty implementation for backward compatibility .
|
CALSAndHTMLTableLayoutProblem |
CALS table layout problem
|
CALSAndHTMLTableSortOperation |
Table sort operation base for CALS and HTML tables.
|
CALSColSpanSpec |
Contains information about column span for the CALS table model
(e.g.
|
CALSColSpec |
The column specification for a CALS table model
(e.g.
|
CALSConstants |
Contains the names of the elements and attributes used in CALS table model
(e.g.
|
CALSDocumentTypeHelper |
Implementation of the document type helper for CALS table model(DocBook and DITA).
|
CALSShowTableProperties |
|
CALSTableCellInfoProvider |
Provides informations about the cell spanning and column width for Docbook CALS tables.
|
CALSTableCellSpanProvider |
Empty implementation for backward compatibility.
|
CALSTableColumnSpecificationInformation |
Information about CALS table column specification.
|
CancelledByUserException |
A custom class used for the exceptions generated by an operation canceled by user.
|
CannotEditException |
Deprecated. |
CannotEditException |
Exception thrown when an attempt to edit an resource is made with a handler that does not support this,
or that gets an error when editing.
|
CannotHandleException |
Thrown when an algorithm cannont handle the documents it is supposed to diff.
|
CannotRecognizeIDException |
Exception that is thrown when an ID cannot be recognized in the current context.
|
CapitalizeSentencesOperation |
The class provides an operation for forming sentences over a selection.
|
CapitalizeWordsOperation |
The class provides an operation for forming words over a selection.
|
CCItemProxy |
An item proposed by the content completion manager, and which can be selected
by the user.
|
ChangeAttributeOperation |
An implementation of an operation to change the value of an attribute.
|
ChangeAttributesOperation |
Operation that can change/insert/remove one or more attributes of one or more elements.
|
ChangePseudoClassesOperation |
An implementation of an operation to set a list of pseudo class values to nodes identified by an XPath expression
and to remove a list of values from nodes identified by an XPath expression.
|
ChangeTrackingController |
Controls the change tracking mode.
|
CheckBoxEditor |
A panel with checkboxes that can be used to render boolean values but also lists
of values.
|
ChoiceTableHelper |
Helper class for edit properties on DITA Simple tables.
|
ChoiceTableShowPropertiesOperation |
Class for edit properties on DITA choice tables.
|
CIAttribute |
Interface for objects holding information about attributes
used in the content completion process.
|
CIAttribute.DefaultValueProvider |
Default value provider for an attribute.
|
CIAttribute.EditableState |
The editable state of the attribute.
|
CIElement |
Interface for objects holding information about element proposals
used in the content completion process.
|
CIElementAdapter |
A CIElement adapter.
|
CILevelValue |
CI Value which also has a level.
|
Circle |
The class describes a circle
|
CIValue |
Interface for objects holding information about element or attribute values
used in the content completion process.
|
ClassPathResourcesAccess |
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.
|
ClipboardFragmentInformation |
Provides information about a fragment in the clipboard.
|
ClipboardFragmentProcessor |
Process a document fragment from the clipboard (pasted or dropped in the Author page).
|
CollectingError |
CollectingError is an interface that describes an error that happens while
collecting references
|
CollectingError.Severity |
The severity of the error
|
Color |
The class used to represent a Color.
|
ColorButton |
A button which presents a color chooser
|
ColorHighlightPainter |
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.TextDecoration |
The decoration added to text.
|
ColorTheme |
A theme manager is an object that is able to provide information about
the color theme used by oXygen.
|
ColorThemeUtilities |
A theme manager is an object that is able to provide information about
the color theme used by oXygen.
|
ComboBoxEditor |
Combo box value editor.
|
CommonActionsProvider |
Provides access to actions.
|
CommonsOperationsUtil |
Util methods for common Author operations.
|
CommonsOperationsUtil.ConversionElementHelper |
Interface used to check the elements that will be converted in other elements
(table cells or list entries)
|
CommonsOperationsUtil.SelectedFragmentInfo |
Class containing the new fragment and info about it.
|
CompareUtilAccess |
Compare utilities.
|
CompletionProposal |
Represents a text completion proposal.
|
CompletionProposalsOptions |
A set of options for the completion selection algorithm.
|
CompletionProposalsOptions.Builder |
Builder.
|
ComponentProvider |
Base interface for Editor and for DITA Map component providers with common methods.
|
ComponentsValidator |
Validator interface for menus, toolbars and their actions.
|
ComponentsValidatorPluginExtension |
Startup plugin.
|
CompoundEditListener |
Listener notified when compound edits are started and ended.
|
ConfigurationProperties |
Interface with transformer properties that can be passed externally.
|
ConfigureAutoIDElementsOperation |
Operation used to configure elements for which ID generation is auto.
|
Content |
Interface to describe a sequence of character content that can be edited.
|
ContentCompletionManager |
This class offers support for actions with content completion such as: insert
element, surround with tags and rename element.
|
ContentCompletionSortPriorityAssigner |
|
ContentInterval |
A content interval containing the inclusive start offset and
exclusive end offset.
|
ContentIterator |
Iterator over the content of a node.
|
Context |
The context for a node contains:
elementStack - the stack with ContextElement up to the root.
|
ContextDescriptionProvider |
Provides language-independent information about a certain context.
|
ContextElement |
Store information about an element inside a context, involved in the content
completion process.
|
ContextKeyManager |
Context aware key manager.
|
ContextKeyManagerProvider |
Provider of a context key manager.
|
ConversionProvider |
Provides conversion for a certain type of processor
|
ConvertHexToCharOperation |
Operation for converting a hexadecimal sequence of digits from the left of the caret
to the equivalent Unicode character.
|
Cookie |
Cookie interface inspired from HTTP Servlet 5.0.
|
CountWordsOperation |
Count words either in the whole document or in the selection.
|
CreateAndInsertTopicRef |
Action to create a new topic and insert a reference to it.
|
CreateAndInsertTopicRef.Arguments |
Handles argument retrieval.
|
CreateNewTopicFromSelectionOperation |
Author operation that will create a new document using the selected text from current document
|
CreateReusableComponentOperation |
Operation used to create a reusable component in DITA documents.
|
CriterionComposite |
This class will add to the given parent container a checkbox to enable the criterion, a combobox to select the key,
a type combobox and order combobox.
|
CriterionInformation |
Holds information about a single sorting criterion.
|
CriterionInformation.ORDER |
Order enumeration.
|
CriterionInformation.TYPE |
Type enumeration.
|
CriterionPanel |
This class will add to the given parent container a checkbox to enable the criterion, a combobox to select the key,
a type combobox and order combobox.
|
CSSCounter |
A CSS counter identified by it's name.
|
CSSCounterIncrement |
A CSS counter increment data.
|
CSSGroup |
Represents a group of CSS resources that will all be used at once to style the Author interface.
|
CSSResource |
The CSS resource contains an URI to the CSS resource and its origin.
|
CursorType |
Supported cursor types for author.
|
CustomAttributeValueContext |
Context for a custom attribute.
|
CustomAttributeValueEditingContext |
Provides the contexts for the custom attribute value editing.
|
CustomAttributeValueEditor |
A custom editor which gets invoked to edit the value for an attribute.
|
CustomEditorInputCreator |
Abstract class allowed as an extension point to create a custom editor input for resources that the Oxygen plugin tries to open
(by clicking on a link in the Author page for example).
|
CustomResolverException |
Signals an custom reference that wasn't resolved.
|
DataSourceConnectionInfo |
Provides properties values for a Data source.
|
DatePickerEditor |
Date picker form control.
|
DB4InsertListOperation |
Insert list operation for Docbook 4.
|
DB5InsertListOperation |
Insert List operation for Docbook 5.
|
DefaultAuthorActionEventHandler |
Intercepts TAB and SHIFT+TAB events inside a list item and promotes or demotes it.
|
DefaultElementLocatorProvider |
Default implementation for locating elements based on a given link.
|
DefaultExtensions |
Interface containing all the default operation distributed with Oxygen.
|
DefaultIDTypeIdentifier |
|
DefaultSaveStrategy |
Default save strategy used when no save strategy is explicitly specified when creating a room.
|
DefaultUniqueAttributesRecognizer |
Default unique attributes recognizer
|
DeleteColumnOperation |
Operation used to delete a CALS table column.
|
DeleteColumnOperation |
Operation used to delete an XHTML table column.
|
DeleteColumnOperation |
Operation used to delete a DITA map reltable column.
|
DeleteColumnOperation |
Operation used to delete a DITA CALS table column.
|
DeleteColumnOperation |
Operation used to delete a DITA simple table column.
|
DeleteColumnOperation |
Operation used to delete a TEI table column.
|
DeleteColumnOperationBase |
Base implementation for operations used to delete table columns.
|
DeleteElementOperation |
An implementation of a delete operation that deletes the node at caret.
|
DeleteElementsOperation |
An implementation of a delete operation that deletes all the nodes identified by a XPath expression.
|
DeleteRowOperation |
Operation used to delete a CALS table row.
|
DeleteRowOperation |
Operation used to delete an XHTML table row.
|
DeleteRowOperation |
Operation used to delete a DITA map reltable row.
|
DeleteRowOperation |
Operation used to delete a DITA CALS table row.
|
DeleteRowOperation |
Operation used to delete a DITA simple table row.
|
DeleteRowOperation |
Operation used to delete a TEI table row.
|
DeleteRowOperationBase |
Operation used to delete table rows.
|
DemoteTopicrefOperation |
Implements a demote operation.
|
Dictionary |
This interface can be used to set an extra terms dictionary to be used on spell checking actions.
|
DiffAndMergeTools |
Tools used for executing operations like finding differences between files and folders,
or merging different files.
|
DiffContentTypes |
Content types for the documents used in the diff process.
|
Difference |
Represents a difference generated by the diff performer.
|
DifferenceParent |
Represents a difference generated by the diff performer.
|
DifferencePerformer |
The DifferencePerformer is used to compare two resources of a given content type using
a set of options.
|
DifferenceType |
|
DiffException |
Exception thrown by the diff performer when a problem is encountered and the operation fails
or if the operation was stopped.
|
DiffOptions |
Holds options needed to decide which diff algorithm and which diff options
will be used.
|
DiffPerformerFactory |
Factory used to create a difference performer, used to compare two resources using different
algorithms and options.
|
DiffProgressEvent |
|
DiffProgressListener |
Listener to the diff performer.
|
Dimension |
Dimension.
|
DisplayModeConstants |
Constants for display modes of Author editor.
|
DITAAccess |
Utility methods for DITA interaction.
|
DITAAccess.InsertLinkReferenceShortcut |
Short cut for the insert link operation.
|
DITAAccess.PasteInfo |
Paste type of clipboard fragments.
|
DITAAuthorActionEventHandler |
Author action event handler for DITA.
|
DITAAuthorImageDecorator |
Handles a DITA vocabulary image map.
|
DITAAuthorTableOperationsHandler |
Author table operations handler for DITA framework.
|
DITACALSShowTablePropertiesOperation |
Class for dita CALS table properties action.
|
DITACALSTableCellInfoProvider |
DITA CALS table cell info provider, should work with specializations.
|
DITACALSTableHelper |
Helper class for edit properties on DITA CALS tables.
|
DITACALSTableSortOperation |
DITA CALS table sort operation implementation.
|
DITAConfigureAutoIDElementsOperation |
Operation used to insert a Link in DITA documents.
|
DITAConRefResolver |
Resolver for content referred using conref attribute.
|
DITAConrefsResolverBase |
Resolve references when showing DITA content in the editor
|
DITAConstants |
DITA constants.
|
DITACustomRuleMatcher |
DITA custom rule matcher abstract class.
|
DITAEditImageMapCore |
Edit Image Map Core for DITA.
|
DITAElementLocator |
An implementation for a DITA element when the referred element is not a topic.
|
DITAElementLocatorProvider |
Implementation for locating elements based on a link from a DITA document.
|
DITAExtensionsBundle |
The DITA framework extensions bundle.
|
DITAExternalObjectInsertionHandler |
Dropped URLs handler
|
DITAExternalObjectInsertionHandlerUtil |
Utility class for the DITA and DITA Map external object insertion handlers.
|
DITAFilteringContentHandler |
Content and lexical handler used to filter parser events outside
the given topic IDs path.
|
DITAIDElementLocator |
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'.
|
DITAIDTypeRecognizer |
Implementation of ID declarations and references recognizer for DITA framework.
|
DITAImposedReferenceType |
Specifies how a reference should be inserted in a document: xref, figure, variable, etc
|
DITAInsertListOperation |
Insert List operation for DITA.
|
DITAKeyNameGenerator |
Used to generate key names based on file names.
|
DitaLinkTextResolver |
Can resolve DITA references to another topic made through the href attribute on elements of classes:
map/topicref , topic/xref and topic/link .
|
DITAListSortOperation |
DITA list sort operation implementation.
|
DITAMap2_xCustomRuleMatcher |
Matches a specific DITA Map 2.x framework
|
DITAMapActionsProvider |
Provides access to actions defined in the DITA Map editor page.
|
DITAMapAuthorTableOperationsHandler |
Author table operations handler for DITAMap framework.
|
DITAMapCustomRuleMatcher |
DITA map custom rule matcher.
|
DITAMapDocumentModel |
The editable DITA Map document model
|
DITAMapExtensionsBundle |
DITA Map extensions bundle
|
DITAMapExternalObjectInsertionHandler |
Dropped URLs handler
|
DITAMapKeyDefElementLocator |
An implementation for a DITA element searching for a key definition.
|
DITAMapModel |
The DITA Map Model.
|
DITAMapNodeRendererCustomizer |
Node renderer customizer specific for the DITA Maps Manager.
|
DITAMapNodeRendererCustomizerContext |
Offers more information about the class of the target topics.
|
DITAMapPopupMenuCustomizer |
Can be used to customize a pop-up menu before showing it.
|
DITAMapReferencesResolver |
Resolve references when showing a DITA Map in the editor
|
DITAMapRefResolver |
Resolves the hrefs to other maps.
|
DITAMapResolvedReferencesCustomRuleMatcher |
Matches a specific DITA Map opened with resolved topics
|
DITAMapReviewController |
The DITA Map Change tracking controller.
|
DITAMapTextPageExternalObjectInsertionHandler |
The DITA Map text page external object insertion handler.
|
DITAMapTopicTitlesResolveListener |
Listener handling the 'showTopicTitles' editing context attribute.
|
DITAMapTreeComponentListener |
DITA Map tree component listener.
|
DITAMapTreeComponentProvider |
A component encapsulating editing a DITA Map in a DITA Maps Manager tree-like structure.
|
DITAMapTreeDropHandler |
A handler which can be installed to override handling of drop events in the DITA Map Tree.
|
DITANodeRendererCustomizer |
Class used to customize the way a DITA node is rendered in the UI.
|
DITANodeRendererCustomizer.DitaClass |
DITA classes constants.
|
DitaReferenceTargetDescriptor |
Descriptor for a conref target.
|
DITARelTableDocumentTypeHelper |
Implementation of the document type helper for DITA Map reltable model
|
DITASchemaAwareEditingHandler |
Specific editing support for DITA documents.
|
DITASchemaManagerFilter |
Schema manager filter which provides the available keyref + condition values.
|
DITASimpleTableCellSpanProvider |
This class is responsible for providing information about the DITA simple
table cell spanning.
|
DITASimpleTableDocumentTypeHelper |
Implementation of the document type helper for DITA simple table model
|
DITASimpleTableSortOperation |
DITA simple table sort operation implementation.
|
DITATableCellInfoProvider |
Provides information about the column width for DITA tables.
|
DITATableCellSepInfoProvider |
A DITA cell separators provider.
|
DITATableDocumentTypeHelper |
Implementation of the document type helper for DITA CALS table model.
|
DITATextAccess |
Access utility methods to work with DITA in the text editing mode.
|
DITATextPageExternalObjectInsertionHandler |
The DITA text page external object insertion handler.
|
DITATopic2_xCustomRuleMatcher |
Matches a specific DITA 2.x framework which provides support for the DITA 2.x standard.
|
DITATopicCustomRuleMatcher |
DITA topic custom rule matcher.
|
DITATopicInsertionPosition |
The position where to insert a topic, relative to the selection.
|
DITAUniqueAttributesRecognizer |
Unique attributes recognizer for DITA.
|
DITAUniqueAttributesRecognizerUtil |
Utility class for Schema Aware actions.
|
DITAUpdateImageMapOperation |
DITA implementation of the operation that updates an image map with shape information from an SVG.
|
DITAUpdateImageMapOperation.DITANewShapeDescriptor |
Descriptor of a shape that was added client-side.
|
DITAValExtensionsBundle |
The DITAVal extensions bundle
|
DITAValSchemaManagerFilter |
Schema manager filter which provides the available keyref + condition values.
|
DITAXMLReaderWrapper |
Delegating XML Reader used to parse DITA 'conref' references.
|
DITAXSLTExtensionFunctionUtil |
Utility methods used to access information about keys referenced in DITA topics.
|
Docbook4CALSShowTablePropertiesOperation |
Class for edit properties on DB4 CALS tables.
|
DocBook4ExtensionsBundle |
The DocBook 4 framework extensions bundle.
|
Docbook4ExternalObjectInsertionHandler |
Dropped URLs handler
|
Docbook4HTMLShowTablePropertiesOperation |
Class for edit properties on DB4 CALS tables.
|
Docbook4InsertMediaDataOperation |
Operation used to insert an media object in DocBook 4 documents.
|
Docbook4PasteAsLinkOperation |
Operation used to paste content as <link> in Docbook 4 documents.
|
Docbook4PasteAsXIncludeOperation |
Operation used to paste content as reference in Docbook5 documents.
|
Docbook4PasteAsXrefOperation |
Operation used to paste content as <xref> in Docbook 4 documents.
|
Docbook4UniqueAttributesRecognizer |
Unique attributes recognizer for DocBook 4
|
Docbook5CALSShowTablePropertiesOperation |
Class for edit properties on DB5 CALS tables.
|
Docbook5CALSTableHelper |
Docbook CALS table helper.
|
Docbook5ConfigureAutoIDElementsOperation |
Operation specific for Docbook 5
|
DocBook5ExtensionsBundle |
The DocBook 5 framework extensions bundle.
|
Docbook5ExternalObjectInsertionHandler |
Dropped URLs handler
|
Docbook5HTMLShowTablePropertiesOperation |
Class for edit properties on DB4 CALS tables.
|
Docbook5HTMLTableHelper |
Docbook CALS table helper.
|
Docbook5InsertMediaDataOperation |
Operation used to insert an media object in DocBook 5 documents.
|
Docbook5PasteAsLinkOperation |
Operation used to paste content as <link> in Docbook 5 documents.
|
Docbook5PasteAsXIncludeOperation |
Operation used to paste content as reference in Docbook5 documents.
|
Docbook5PasteAsXrefOperation |
Operation used to paste content as <xref> in Docbook 5 documents.
|
Docbook5SchemaAwareEditingHandler |
Specific schema aware editing cases for Docbook5.
|
Docbook5UniqueAttributesRecognizer |
Unique attributes recognizer for DocBook 5
|
DocbookAccess |
Docbook access.
|
DocbookAuthorActionEventHandler |
Author action event handler for DocBook.
|
DocbookAuthorImageDecorator |
Handles a Docbook vocabulary image map.
|
DocbookAuthorTableOperationsHandler |
Author table operations handler for Docbook framework.
|
DocbookCALSTableHelper |
Docbook CALS table helper.
|
DocbookCALSTableSortOperation |
The sort operation used for Docbook CALS tables.
|
DocbookConfigureAutoIDElementsOperation |
Operation used to insert a Link in Docbook documents.
|
DocbookEditImageMapCore |
Edit image ma core for Docbook.
|
DocBookExtensionsBundleBase |
The DocBook framework extensions bundle.
|
DocbookHTMLShowTablePropertiesOperationBase |
Base class for edit properties on DB4 tables.
|
DocbookHTMLTableHelper |
Docbook CALS table helper.
|
DocbookInsertListOperation |
Docbook Insert List operation,
|
DocbookLinkTextResolver |
Resolves local docbook xrefs.
|
DocbookListSortOperation |
Class for Docbook 'Sort list' operation.
|
DocbookNodeRendererCustomizer |
Class used to customize the way an Docbook node is rendered in the UI.
|
DocbookSchemaAwareEditingHandler |
Specific editing support for Docbook documents.
|
DocbookSchemaManagerFilter |
Schema manager filter which provides the available condition values.
|
DocbookTableCellSepInfoProvider |
A DITA cell separators provider.
|
DocbookTableCustomizerConstants |
Constants used to choose Docbook table attributes.
|
DocBookUniqueAttributesRecognizer |
Unique attributes recognizer for DocBook.
|
DocumentContentChangedEvent |
|
DocumentContentDeletedEvent |
|
DocumentContentInsertedEvent |
|
DocumentModelReferenceCollector |
Instances of this class are used to collect the references to
external resources (images, audio, video, XInclude, etc.) from an AuthorDocumentModel
To be used when the document has been already parsed and its structure is already known
See URLCollectingReader for collecting references from a document specified
by a URL
|
DocumentPluginContext |
Plugin context interface.
|
DocumentPluginExtension |
Plugin extension.
|
DocumentPluginResult |
Plugin result interface.
|
DocumentPluginResultImpl |
|
DocumentPositionedInfo |
This class holds information related to the document, refering to some
errors, or find results.
|
DocumentTypeAdvancedCustomRuleMatcher |
Abstract class which can be implemented to provide custom matching to the document type it belongs to.
|
DocumentTypeCustomRuleMatcher |
Interface which can be implemented to provide custom matching
to the document type it belongs to.
|
DocumentTypeInfo |
Information about a document type.
|
DocumentTypeInfoParser |
Can parse framework files in memory.
|
DocumentTypeInfoRepository |
Class used to retrieve information about the registered document types.
|
DocumentTypeInformation |
Provides information about the document type configuration which was loaded for the current editor ('Document Type Association' preferences page).
|
DOTProjectAuthorReferenceResolver |
Author Reference Resolver for DITA-OT Project files.
|
DOTProjectExtensionsBundle |
Extensions bundle for a DITA OT Project.
|
DPILocation |
DPI location information.
|
DynamicPropertyEvaluator |
Some form control properties can't be evaluated at the time the CSS is compiled.
|
ECCustomTableColumnInsertionDialog |
Dialog displayed when trying to insert multiple columns (using "Insert Columns...").
|
ECCustomTableRowInsertionDialog |
Dialog displayed when trying to insert multiple rows (using "Insert Rows...").
|
ECDITARelTableCustomizer |
Customize a DITA map reltable.
|
ECDITARelTableCustomizerDialog |
Dialog used to customize DITA table creation.
|
ECDITATableCustomizer |
Customize a DITA table.
|
ECDITATableCustomizerDialog |
Dialog used to customize DITA table creation.
|
ECDocbookInnerTableCustomizer |
Customize a Docbook table.
|
ECDocbookTableCustomizer |
Customize a Docbook table.
|
ECDocbookTableCustomizerDialog |
Dialog used to customize DocBook table creation.
|
ECIDElementsCustomizer |
Customize the list of elements for auto ID generation.
|
ECIDElementsCustomizerDialog |
Dialog used to customize DITA elements which have auto ID generation.
|
ECImageMapAccess |
Eclipse Image Map Access.
|
EclipseActionWrapper |
Provides access to an Eclipse action wrapped in a swing action.
|
EclipsePluginWorkspace |
The Eclipse Plugin Workspace offers 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.
|
EclipseWorkspaceAccessPluginExtension |
Workspace Access plugin extension for Eclipse.
|
ECPropertiesComposite |
Composite corresponding to a tab information.
|
ECPropertyComposite |
The composite used to edit a table property.
|
ECSortCustomizerDialog |
Eclipse implementation of the customizer used to select the criterion information used when sorting.
|
ECTableColumnInsertionCustomizerInvoker |
Customize table columns at insertion.
|
ECTableCustomizerDialog |
Dialog used to customize the insertion of a generic table (number of rows, columns, table caption).
|
ECTablePropertiesCustomizerDialog |
Dialog that allows the user to edit the table properties.
|
ECTableRowInsertionCustomizerInvoker |
Customize table rows at insertion.
|
ECTableSplitCustomizerDialog |
Dialog that allows the user to choose the information necessary for the Split operation.
|
ECTEIFigureEntityAttributeCustomizer |
Customize the value of the attribute for a TEI figure.
|
ECTEITableCustomizer |
Customize a TEI table.
|
ECTEITableCustomizerDialog |
The dialog used to customize a TEI table.
|
ECXHTMLTableCustomizerDialog |
Dialog used to customize XHTML table creation.
|
ECXHTMLTableCustomizerInvoker |
Customize a XHTML table for Eclipse application.
|
EditedAttribute |
Edited attribute information, like QName, element's QName and the proxy namespace mapping.
|
EditedTablePropertiesInfo |
|
EditedTablePropertiesInfo.TAB_TYPE |
Enumeration that contains the elements for every tab type.
|
EditImageHandler |
Special handler for editing images which are either embedded or referenced.
|
EditImageMapCore |
Core methods to be used from the operations and from the image map decorators.
|
EditImageMapOperation |
Operation used to edit an ImageMap in some documents.
|
EditImageMapOperation |
Operation used to edit an ImageMap in DITA documents.
|
EditImageMapOperation |
Operation used to edit an ImageMap in Docbook documents.
|
EditImageMapOperation |
Operation used to edit an ImageMap in TEI documents.
|
EditImageMapOperation |
Operation used to edit an ImageMap in Docbook documents.
|
EditImageMapWithSurroundCore |
Core for the frameworks that need to surround the "image" in an "image map".
|
EditingEvent |
The in-place editing was stopped.
|
EditingSessionContext |
The editing session context.
|
EditingSessionOpenVetoException |
Exception to be thrown when the plugin decides that the editing session
should not be started.
|
EditOLinkOperation |
Edit OLink operation.
|
EditorAdapterContributor |
Abstract class allowed as an extension point to contribute an adapter to the XML editor.
|
EditorComponentProvider |
Provides access to a created editor + helper views and additional panels.
|
EditorContent |
The content correspondent to an oxy_editor function.
|
EditorPageConstants |
Define editor page IDs.
|
EditorTemplate |
Used to create a new editor for a given extension.
|
EditorTemplateWithContent |
Editor template with predefined string content.
|
EditorVariableDescription |
An editor variable's description (name and short desc).
|
EditorVariables |
Holds constants representing all editor variables defined in Oxygen.
|
EditorVariables.FrameworkRewritePolicy |
Used to determine how framework variables should be expanded/rewritten.
|
EditorVariables.FunctionResolver |
Resolves a function
|
EditorVariablesBase |
Base for EditorVariables.
|
EditorVariablesConstants |
All the editor variables constants under one roof
|
EditorVariablesResolver |
Such a resolver can be registered via the "ro.sync.exml.workspace.api.util.UtilAccess" API and is called to resolve custom editor variables in a string.
|
EditPropertiesHandler |
A custom implementation to handle editing properties for an author node.
|
EditPropertiesHandlerAdapter |
Adapter class.
|
EditPropertiesOperation |
Operation used to edit the properties of a topic reference.
|
ElementLocator |
Base class for custom elements locators used to locate
an element based on a link.
|
ElementLocatorException |
Exception thrown when an element locator fails.
|
ElementLocatorProvider |
This class is able to provide an implementation of an ElementLocator
based on the structure of a link.
|
Ellipse |
The class describes an ellipse that is defined
by a bounding rectangle.
|
EmbeddedImageContentProvider |
Provides access to the XML image contents...
|
EntityUrlResolver |
Extended interface to be implemented by an EntityResolver to receive a special callback when Oxygen is not
interested in the content of the entity but just in its URL.
|
EnumerationDefInfo |
An enumeration def info.
|
ErrorHandler |
ErrorHandler is an interface that the ReferenceCollector
implementation can call when reporting errors that happens while
collecting the references
|
ErrorMessageEditor |
If there are errors obtaining the editor we will use this editor just to
present the error.
|
ErrorResolverContextInfo |
Class that contains some information about the current error.
|
ExecuteCommandLineOperation |
Author operation allowing the execution of command lines.
|
ExecuteCustomizableTransformationScenarioOperation |
An implementation of an operation which runs a single transformation scenario.
|
ExecuteMultipleActionsOperation |
An implementation of an operation which runs a sequence of actions, defined as a list of IDs.
|
ExecuteMultipleActionsWithExtraAskValuesOperation |
Interface defining an author extension operation taht executes multiple actions and
receive a list with expanded ask variables values, when invoked
|
ExecuteMultipleWebappCompatibleActionsOperation |
An implementation of an operation which runs a sequence of webapp-compatible
( WebappCompatible ) actions, defined as a list of IDs.
|
ExecuteTransformationScenariosOperation |
An implementation of an operation which runs a certain transformation scenario.
|
ExecuteValidationScenariosOperation |
An implementation of an operation which runs validation scenarios.
|
ExpandableTopicrefCounter |
Class that counts the number of expandable topic references.
|
ExportProgressUpdater |
Interface used to update the progress component.
|
Extension |
The base interface for all Oxygen extensions classes.
|
ExtensionsBundle |
Abstract class representing a bundle for all extensions handlers.
|
ExtensionsBundleContributor |
Provider for an extensions bundle based certain parameters.
|
ExtensionTags |
The collection of the extension messages.
|
ExtensionUtil |
Utility methods.
|
ExternalContentCompletionProvider |
An external content completion provider.
|
ExternalEntityNameValue |
A pair class with name and value.
|
ExternalObjectInsertionSources |
Drop and paste sources
|
ExternalPersistentObject |
Marker interface for persistent objects which are implemented in plugins.
|
FileBrowsingConnection |
Interface implemented by an URLConnection class that supports file browsing.
|
FileCannotBeOpenedInReviewerException |
Exception thrown when a document cannot be opened in Author Reviewer edition.
|
FileProber |
Class that checks if a file exists.
|
FileProber.Status |
The status of the file.
|
FilterURLConnection |
URLConnection that delegates all methods to the connection given as a
parameter.
|
FindReplaceSupport |
Support object for the Find/Replace related actions.
|
FindSimilarTopicsOperation |
Operation used for finding possible similar topics using the "Open/Find resource" feature.
|
FolderEntryDescriptor |
Descriptor for a folder entry.
|
Font |
Font common class.
|
FontMetrics |
Common font metrics
|
FormControlEditingHelper |
Helper class for editing using form controls.
|
FormSelectedTextOperation |
The class provides form word and form sentence operations over a selected text.
|
GeneralPluginContext |
Plugin context interface.
|
GeneralPluginExtension |
Plugin interface.
|
GeneralStylesFilterExtension |
CSS properties filter plugin extension.
|
GenerateIDElementsInfo |
Information about the list of elements for which to generate auto ID + if the auto ID generation is activated
|
GenerateIDsDB4Operation |
Operation to auto generate IDs on the selected content.
|
GenerateIDsDB5Operation |
Operation to auto generate IDs on the selected content.
|
GenerateIDsDITAOperation |
Operation to auto generate IDs on the selected content.
|
GenerateIDsOperation |
Operation used to auto generate IDs for the elements included in the selected fragment.
|
GenerateIDsTEIP5Operation |
Operation to auto generate IDs on the selected content.
|
GenericEditorComponentProvider |
A component encapsulating all the editing part.
|
GetCurrentElementSaxonExtension |
Returns the current element for an XSLT operation.
|
GlobalOptionsStorage |
This interface should be used to access global application options.
|
Graphics |
The graphics interface used to draw Author and Schema Diagram.
|
GroupChangesForMultiplePeersStrategy |
Details required when saving a concurrently edited document.
|
GroupChangesForSinglePeerStrategy |
Details required when saving a concurrently edited document.
|
GuiElements |
Impose the GUI elements that will be used to present the values for a specific table property.
|
HelpPageProvider |
Provides the help page ID.
|
Highlight |
The highlight interface.
|
HighlightActionsProvider |
Provider for the actions available for a highlight.
|
HighlightActionsRenderingStyle |
The rendering style of the actions associated with a highlight.
|
HighlightPainter |
Highlight renderer.
|
HighlightPainterInfo |
Information needed by the painter.
|
HrefInfo |
Contains the referenced URL + information whether this is a map or a topic
|
HTML5CustomRuleMatcher |
Check if the document is an HTML5 document.
|
HTMLClasses |
HTML classes used to identify the role of HTML elements.
|
HtmlContentEditor |
Editor used to render HTML content.
|
HTMLTableCellInfoProvider |
Provides information regarding HTML table cell span and column width.
|
HTMLTableCellSpanProvider |
Empty implementation for backward compatibility.
|
HttpExceptionWithDetails |
HTTP Exception with details.
|
HttpServletRequest |
HTTP Request interface inspired from HTTP Servlet 5.0.
|
HttpServletResponse |
Response interface inspired from HTTP Servlet 5.0.
|
HttpSession |
HttpSession interface inspired from HTTP Servlet 5.0.
|
IAuthorDocumentPositionedInfo |
Interface defining the Author Mode document positioned info: allows you to specify the problem AuthorNode.
|
IAuthorExtensionAction |
An author action created over an author operation.
|
IDElementLocator |
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.
|
IDropDownMenuAction |
Adds the possibility to add a drop down menu customizer.
|
IDropDownMenuCustomizer |
Customize a drop down menu shown on an action.
|
IDropDownToolItem |
Access to the drop down tool item, allows configuring the set of available actions.
|
IDTypeIdentifier |
Identifier for an ID declaration or reference.
|
IDTypeRecognizer |
Recognizer for ID declaration and references in attribute values.
|
IDTypeVerifier |
Interface used to check if an attribute has the ID type.
|
IExternalContentCompletionContext |
Contains context information about the position where the content completion is invoked.
|
IImageMapWrapper<E extends ro.sync.ecss.imagemap.IImageMap> |
Marker interface for the Image Map Wraper.
|
ImageContentProvider |
Provides access to the image contents...
|
ImageFileChooser |
Choose an image file.
|
ImageHandler |
Base class for all the image handlers.
|
ImageHolder |
An image holder that can be written to an OutputStream and contains
additional information about the image.
|
ImageInverter |
Inverts certain images based on color theme.
|
ImageLayoutInformation |
Information about an image's dimensions and baseline.
|
ImageMapExtractor |
Returns an optional Reference with type Type.STATIC_CONTENT and the URL of the
image map.
|
ImageMapFactory |
Factory for image map implementations.
|
ImageMapFormatException |
Exception thrown when an image map cannot be parsed from an XML element.
|
ImageMapNotSuportedException |
Image map not supported exception.
|
ImageMapUtil |
Image Map Utilities.
|
ImageRenderingContext |
Contains information about the context in which the image will be rendered..
|
ImageUtilities |
Utilities related to registering image handlers...
|
ImageUtilitiesSpecificProvider |
Platform specific image utilities provider.
|
InlineProposal |
Inline proposal presented in InlineProposalsWindow .
|
InplaceEditingListener |
|
InplaceEditingTraversalListener |
Gets notified about focus traversal keys TAB and SHIFT-TAB.
|
InplaceEditor |
An author in-place editor.
|
InplaceEditorAdapter |
|
InplaceEditorArgumentKeys |
Properties of the oxy_editor function extended with other computed properties
that the renderer/editor might need.
|
InplaceEditorCSSConstants |
Arguments of the oxy_editor function as well as built-in values for some of
these arguments.
|
InplaceEditorRendererAdapter |
|
InplaceEditorUtil |
Utility methods for preparing the in-place editors for being displayed.
|
InplaceHeavyEditor |
A form control that appears inside the author page.
|
InplaceRenderer |
An author in-place renderer.
|
InplaceRendererAdapter |
|
InputURLChooser |
Interface through which the CMS can set a custom URL to any Input URL Panel from Oxygen.
|
InputURLChooserCustomizer |
Customize the actions which appear in any Input URL chooser from Oxygen.
|
InputUrlComponentChangeListener |
|
InputUrlComponentProvider |
Gives access to an URL chooser component similar to the ones in the application.
|
InputURLEditor |
In-place editor used to select an URL.
|
InsertColumnOperation |
Operation used to insert one or more CALS table columns.
|
InsertColumnOperation |
Operation used to insert one or more XHTML table columns.
|
InsertColumnOperation |
Operation used to insert a DITA map reltable column.
|
InsertColumnOperation |
Operation used to insert one or more DITA table columns.
|
InsertColumnOperation |
Operation used to insert one or more DITA simple table columns.
|
InsertColumnOperation |
Operation used to insert a TEI table column.
|
InsertColumnOperationBase |
Operation used to insert a table column.
|
InsertConrefOperation |
Operation used to insert a conref in DITA documents.
|
InsertContentKeyrefOperation |
Operation used to insert a conkeyref in DITA documents.
|
InsertEquationOperation |
Operation used to insert an MathML Equation in any documents.
|
InsertEquationOperation |
Operation used to insert an equation in Docbook documents.
|
InsertEquationOperation |
Operation used to insert an MathML Equation in XHTML 1.1 documents.
|
InsertExternalLinkOperation |
Insert Web Link (link).
|
InsertFragmentOperation |
An implementation of an insert operation for an argument of type fragment.
|
InsertGraphicOperation |
Operation used to insert a Docbook graphic.
|
InsertGUIButtonOperation |
Operation used to insert a Docbook guibutton with the child elements
inlinemediaobject, imageobject and imagedata.
|
InsertImageDataOperation |
Operation used to insert an image in Docbook 5 documents.
|
InsertImageOperation |
Operation used to insert an image in DITA documents.
|
InsertImageOperationP4 |
Operation used to insert a TEI P4 graphic.
|
InsertImageOperationP5 |
Operation used to insert a TEI P5 graphic.
|
InsertImgOperation |
Operation used to insert a XHTML graphic.
|
InsertKeydefWithKeywordOperation |
Operation used to insert a key with keyword in DITA Map documents.
|
InsertKeyrefOperation |
Operation used to insert a keyref in DITA documents.
|
InsertLinkOperation |
Operation used to insert a Link in DITA documents.
|
InsertLinkUtil |
Utility class for insert web link.
|
InsertListOperation |
Operation used to convert a selection to an ordered/unordered list.
|
InsertLocalLinkOperation |
Insert local link.
|
InsertMediaDataOperationBase |
Operation used to insert an media object in DocBook documents.
|
InsertMediaOperation |
Operation used to insert a media object in DITA documents.
|
InsertMediaOperation |
Operation used to insert a XHTML media.
|
InsertNewTopicOperation |
Operation used to create a new topic and insert a reference to it.
|
InsertOLinkOperation |
Insert OLink.
|
InsertOrReplaceFragmentOperation |
|
InsertOrReplaceTextOperation |
An implementation of an insert/replace operation for an argument of type String .
|
InsertReusableComponentOperation |
Operation used to insert a conref in DITA documents.
|
InsertRowOperation |
Operation used to insert a table row for DocBook v.4 or v.5 and for DITA CALS tables..
|
InsertRowOperation |
Operation used to insert a table row for XHTML documents.
|
InsertRowOperation |
Operation used to insert a reltable row for DITA.
|
InsertRowOperation |
Operation used to insert a table row for DITA.
|
InsertRowOperation |
Operation used to insert a simple table row for DITA.
|
InsertRowOperation |
Operation used to insert a table row for TEI documents.
|
InsertRowOperationBase |
Abstract class for operation used to insert a table row.
|
InsertScreenshotOperation |
Operation used to insert a Docbook graphic.
|
InsertSingleColumnOperation |
Operation used to insert one or more CALS table columns.
|
InsertSingleColumnOperation |
Operation used to insert one or more XHTML table columns.
|
InsertSingleColumnOperation |
Operation used to insert a DITA map reltable column.
|
InsertSingleColumnOperation |
Operation used to insert one or more DITA table columns.
|
InsertSingleColumnOperation |
Operation used to insert one or more DITA simple table columns.
|
InsertSingleColumnOperation |
Operation used to insert a TEI table column.
|
InsertSingleRowOperation |
Operation used to insert a table row for DocBook v.4 or v.5 and for DITA CALS tables..
|
InsertSingleRowOperation |
Operation used to insert a table row for XHTML documents.
|
InsertSingleRowOperation |
Operation used to insert a reltable row for DITA.
|
InsertSingleRowOperation |
Operation used to insert a table row for DITA tables..
|
InsertSingleRowOperation |
Operation used to insert a single simple table row for DITA.
|
InsertSingleRowOperation |
Operation used to insert a single table row for TEI documents.
|
InsertTableCellsContentConstants |
Interface holding constants used in operations that insert content in table cells.
|
InsertTableOperation |
Operation used to insert a XHTML table.
|
InsertTableOperation |
Operation used to insert a DITA map reltable.
|
InsertTableOperation |
Operation used to insert a DITA table.
|
InsertTableOperation |
Operation used to insert a CALS Docbook table or
an HTML table in a DocBook document.
|
InsertTableOperation |
The operation used to insert a TEI table.
|
InsertTableOperationBase |
Base for insert Author table operation.
|
InsertTopicgroupOperation |
Operation used to insert a topic group in DITA documents.
|
InsertTopicheadOperation |
Operation used to insert a topic heading in DITA documents.
|
InsertTopicrefOperation |
Operation used to insert a topic reference in DITA documents.
|
InsertULink |
Insert Web Link (ulink).
|
InsertXIncludeOperation |
Insert an XInclude.
|
InsertXrefOperation |
Operation used to insert an XRef in DITA documents.
|
InsertXrefOperation |
Inserts a xref element.
|
InvalidEditException |
|
InvalidLinkException |
Signals a link that cannot be resolved.
|
InvalidPersistentObjException |
Thrown when we try to deserialize a persistent object.
|
IQuickAssistInvocationContext<P> |
Platform independent(Eclipse vs SA) invocation context for the quick assists.
|
IQuickAssistProcessor |
Quick assist processor for quick fixes and quick assists.
|
IQuickAssistProposal<I> |
The interface of completion proposals generated by content assist processors.
|
ItemNotFoundException |
An exception thrown when the content completion item chosen by the user
was not one of the proposed ones in the specified context.
|
IWebappAuthorEditorAccess |
|
JoinCellAboveBelowOperation |
Operation for joining the content of two cells from adjacent rows on the same column,
CALS tables implementation.
|
JoinCellAboveBelowOperation |
Operation for joining the content of two cells on the same column from adjacent rows,
XHTML tables implementation.
|
JoinCellAboveBelowOperation |
Operation for joining the content of two cells on the same column, from adjacent rows,
DITA reltable implementation.
|
JoinCellAboveBelowOperation |
Operation for joining the content of two cells from adjacent rows on the same column,
DITA CALS tables implementation.
|
JoinCellAboveBelowOperation |
Operation for joining the content of two cells from adjacent rows,
DITA simpletable implementation.
|
JoinCellAboveBelowOperation |
Operation used to join the content of two cells from the same column, from adjacent rows,
TEI tables implementation.
|
JoinCellAboveBelowOperationBase |
Operation for joining the content of two cells in the same column, from adjacent rows.
|
JoinOperation |
Operation for joining the content of selected cells.
|
JoinOperation |
Operation for joining the content of selected cells.
|
JoinOperation |
Operation for joining the content of selected cells.
|
JoinOperation |
Operation for joining the content of selected cells.
|
JoinOperationBase |
Operation for joining the content of selected cells.
|
JoinRowCellsOperation |
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 |
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 |
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 |
This is the DITA CALS tables implementation of the operation used to join
the content of two or more cells from the same table row.
|
JoinRowCellsOperation |
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 |
This is the TEI tables implementation of the operation used to join
the content of two or more cells from the same table row.
|
JoinRowCellsOperationBase |
Operation used to join the content of two or more cells from a table row.
|
JSONAndYAMLPropertiesRuleMatcherBase |
Matcher for schemas that have no versions, but have required properties.
|
JSONAndYAMLRuleMatcherBase |
OpenAPI base matcher.
|
JSONNodeRendererCustomizer |
Class used to customize the way an JSON node is rendered in the UI.
|
JSOperation |
An implementation of an operation that allows you to call the Java API from custom JavaScript content.
|
KeyDefinitionInfo |
Information about a key definition.
|
KeyDefinitionManager |
Provides information about all key definitions which are a context for all opened topics.
|
KeyDefinitionManagerProvider |
Provides the keys manager for an opened document.
|
KeysController |
Used for handling with a change of the keys selection.
|
KeysManagerBase |
Common keys manager methods
|
LabelContent |
The content correspondent to an oxy_label function.
|
LabelCSSConstants |
Processed arguments of the oxy_label function.
|
LazyValue<T> |
This class enables one to give a form control property that isn't constructed
until the first time it's looked up with AuthorInplaceContext#getArguments().get(key) method.
|
LicenseEnforcerFilter |
A servlet filter that MUST be used to license the WebApp.
|
LinkTextResolver |
Resolves a link and obtains a text representation.
|
LinkTextResolverCustomizer |
Abstract class allowed as an extension point to customize the resolution of the text which appears on DITA xrefs.
|
ListContentProvider |
Empty implementation for the general purpose list (Collection) content provider.
|
LocalFileBrowseType |
|
LockException |
Thrown when could not lock or unlock properly
|
LockHandler |
Manage locking and unlocking.
|
LockHandlerBase |
Base for classes used for managing locking and unlocking.
|
LockHandlerFactoryPluginExtension |
Extension used for locking resources from a specific protocol
|
LockHandlerWithContext |
A base-class to be extended to implement lock/unlock functionality.
|
LWDITAExtensionsBundle |
The Lightweight DITA framework extensions bundle.
|
MainFrameComponentsConstants |
Provides the components that enter the MainFrame; They are puzzled together by
the MainFrameLayoutManager.
|
MarkdownValidator |
Implementations of this interface are used to validate markdown documents.
|
MarkdownValidatorFactory |
Factory class for creating MarkdownValidator objects.
|
MathFlowConfigurator |
Provide access to MathFlow specific methods.
|
MediaFileChooser |
Choose an media file.
|
MediaObjectsUtil |
Utility methods for media objects.
|
Menu |
A menu which looks like the ones in Oxygen.
|
MenuBarCustomizer |
Customizes components from the main menu bar.
|
MenusAndToolbarsContributorCustomizer |
Abstract class allowed as an extension point to customize the menu and toolbar buttons added by our editors.
|
MergeConflictResolutionMethods |
Possible methods of dealing with conflicts when auto-merging files.
|
MergedFileState |
The state of a merged file contains information about the file location and the merge
status (deleted, added, modified).
|
MergedFileState.MergeStatus |
The merge state
|
MergeFilesException |
An exception thrown when merge files fails.
|
MergeFilesOptionsConstants |
|
MergeFilesOptionsConstants.FilterModeValues |
The values for filter mode option.
|
MergeResult |
Defines the result of a three way merge.
|
MergeResult.ResultType |
The way a merge has finalized.
|
MetaContentProvider |
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 <topicmeta> is defined, the content of the key
will be extracted from that particular <topicmeta>.
|
ModifiedStatusProvider |
Provides access to the modified status of an object.
|
MoveBlockAuthorOperation |
Operation capable of moving the block element from the caret
or the selected block elements by one position up or down.
|
MoveCaretOperation |
Author operation capable of moving the caret relative to an XML node
identified by an XPath expression.
|
MoveCaretUtil |
Utility to detect an editor variable in the Author page and move the caret to that place.
|
MoveElementOperation |
Flexible operation for moving an element to another location.
|
NamespaceContext |
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.
|
NameValue |
A pair class with name and value.
|
NewShapeDescriptor |
Descriptor for new shapes that were received from the JavaScript-base image map editor in Web Author.
|
NewWebappAreaView |
Descriptor for a new area coming from the client-side editor.
|
NodeContext |
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.
|
NodeDescription |
Node description is in fact a collection of properties for a
node.
|
NodeRendererCustomizerContext |
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.
|
ObjectChooser |
Base class for choosers dialogs.
|
OffsetInformation |
Information about the node which contains the offset.
|
OKCancelDialog |
Dialog with OK and Cancel buttons.
|
OKCancelDialog |
Dialog with OK and Cancel buttons.
|
OLinkInfo |
OLink information.
|
OpenInSystemAppOperation |
Detects the application that is associated with the given file in the OS
and uses it to open the file.
|
OpenRedirectExtension |
Plugin extension - open redirecting for URLs
|
OpenRedirectInformation |
Information about redirecting an URL
|
OpenURLHandler |
Listener for URLs the user is trying to open from the Author Component.
|
OperationInProgressException |
Indicates that the validation is impossible at this time.
|
OperationStatus |
The status of an operation/action.
|
OptionChangedEvent |
Represents an event which indicates that the value of an option
has been changed.
|
OptionListener |
The listener which is notified about the value changes of
an author extension level option.
|
OptionPagePluginExtension |
Class used to create plugin option page extension.
|
OptionsPageGroupPluginExtension |
Plugin extension for option pages group.
|
OptionsStorage |
This interface should be used if Author extension level options
need to be stored and retrieved.
|
OxygenUIComponentsFactory |
Create UI components that look and feel like the ones in oXygen.
|
OxygenURLStreamHandlerFactory |
The URLStreamHandlerFactory that handles all the protocols supported by
Oxygen.
|
ParserCreator |
Creates all the parsers from the system.
|
Part |
Part interface inspired from HTTP Servlet 5.0.
|
PasteAsContentKeyReferenceOperation |
Operation used to insert paste as a content key reference in DITA documents.
|
PasteAsContentReferenceOperation |
Operation used to insert paste as a content reference in DITA documents.
|
PasteAsLinkKeyReferenceOperation |
Operation used to insert paste as a key reference in DITA documents.
|
PasteAsReferenceException |
Exception for when pasting as reference doesn't work properly.
|
PasteAsReferenceOperation |
Operation used to insert paste as a Link in DITA documents.
|
PeerContext |
Context information about a document model that is part of a Room .
|
PersistentHighlightRenderer |
Customize the way that the author persistent highlights are displayed.
|
PersistentObject |
Defines an object that can be stored in the options.
|
Platform |
Represents the type of the oXygen platform.
|
Plugin |
Plugin main class class.
|
PluginConfigExtension |
Deprecated.
|
PluginContext |
Annotation for plugin extension fields that should be populated from plugin context.
|
PluginDescriptor |
Descriptor of the plugin.
|
PluginDescriptor.PluginExtensionDescription |
Contains a plugin description + plugin type + keyboard shortcuts
|
PluginExtension |
Any plugin extension must implement this interface.
|
PluginResourceBundle |
Bundle used to translate specific messages in the language set in the editor's preferences.
|
PluginWorkspace |
Access the entire workspace of Oxygen.
|
PluginWorkspaceProvider |
Provides static access to the workspace API of the Oxygen editor.
|
PluginWorkspaceTCBase |
Base class for testing plugins and frameworks.
|
Point |
A point with X and Y coordinates..
|
Polygon |
The Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space.
|
PopupCheckBoxEditor |
A panel with checkboxes that can be used to render boolean values but also lists
of values.
|
PopupCheckBoxRenderer |
Presents a simple or a composed value (multiple values separated by a separator)
using a JLabel.
|
PopupListEditor |
A panel that can be used to render lists of values.
|
PopupMenu |
A popup menu which looks like the ones in Oxygen.
|
PopupMenuCustomizer |
Can be used to customize a JPopupMenu before showing it.
|
PrettyPrintException |
Exception thrown when an error occurs while pretty printing an XML document.
|
PrioritizableHighlightPainter |
A highlight painter that can be prioritized, by telling it
to paint all its highlight on a specific layer.
|
PrioritizableHighlightPainter.ZLayer |
Layers where a painter can paint its highlights.
|
ProcessController |
The process controller.
|
ProcessListener |
The process listener.
|
ProfileConditionGroupPO |
Profile condition group representation.
|
ProfileConditionInfoPO |
Contains information about a condition processing attribute name and possible values.
|
ProfileConditionsSetInfoPO |
Contains information about a condition processing attribute name and possible values.
|
ProfileConditionValuePO |
Profile condition attribute value representation.
|
ProfilingAttributesPresentingColorsPO |
Persistent object containing information about the colors used when presenting the profiling attributes
in the Author page.
|
ProfilingAttributeStylePO |
Contains information about a profiling attribute value and associated profiling styles.
|
ProfilingConditionalTextProvider |
Profiling/Conditional Text is a way to mark elements meant to appear in some renditions
of the document, but not in others.
|
ProfilingConditionAttributesManager |
Gives access to profiling attributes.
|
ProgressUpdater |
Interface used to update the export progress dialog.
|
ProjectChangeListener |
Project change listener.
|
ProjectController |
API to access the Project view.
|
ProjectIndexer |
Provides access to the project resources, through search methods.
|
ProjectIndexerException |
Signals a problem in the project indexer (either search or index).
|
ProjectIndexerProgressMonitor |
Listener for indexing progress events.
|
ProjectPopupMenuCustomizer |
Can be used to customize a pop-up menu before showing it.
|
ProjectRendererCustomizer |
Base class which can be extended to customize the rendering of the files from
the Project view in the stand-alone Oxygen installation.
|
PromoteDemoteItemOperation |
Operation that promotes or demotes a list item.
|
PromoteDemoteSectionOperation |
Operation on Docbook for promoting/demoting section nodes.
|
PromoteDemoteSectionUtil |
Utility class for promote/demote actions for Docbook.
|
PromoteDemoteSectionUtil.PromoteDemote |
Promote/demote section action.
|
PromoteTopicrefOperation |
Implements a promote operation.
|
PropertySelectionController |
Used for handling with a change of the properties values.
|
ProxyDetailsProvider |
Provides the proxy details for connecting to a specific URL
|
ProxyNamespaceMapping |
Stores the mappings between the namespace prefixes and the URI's.
|
PseudoClassOperation |
A base class for the operations that changes a pseudo-class from an element.
|
PseudoElementDescriptor |
Describes a pseudo element.
|
PseudoElementDescriptor.PsuedoElementType |
Pseudo-element type.
|
PushElementOperation |
Operation used to insert a push operation in DITA documents.
|
QuickAssistProposalGroup |
The group for a quick assist proposal.
|
RangeProcessor |
Used to receive call backs when processing a range from the document.
|
ReadOnlyReason |
An object describing the cause for which an editor is read-only.
|
Rectangle |
Rectangle.
|
RectangleHighlightPainter |
Fill a rectangle for the given highlight.
|
RedirectFollowingURLConnection |
Marker interface that indicates that the URLConnection follows redirects.
|
Reference |
Contains DITA content reference information.
|
Reference |
Simple bean class used to contain references.
|
Reference.Type |
Constants enumerating the resource types.
|
ReferenceCollector |
Implementations of this interface are used to collect the references to
external resources (images, audio, video, XInclude, etc.).
|
ReferenceCollectorFactory |
Factory that creates ReferenceCollector objects to collect references
from an XML document at specified URL.
|
ReferenceErrorResolver |
Resolver for errors concerning references.
|
ReferenceErrorResolverExt |
Resolver for errors concerning references.
|
ReferenceExtractor |
Interface used to extract a Reference from a node
|
ReferenceResolverException |
Exception thrown if the reference resolver could not resolve a target.
|
ReferenceResolverSAXParseException |
Exception thrown if the reference resolver could not resolve a target.
|
ReferencesCustomizer |
Contains methods for customizing the Input URL Choosers and for computing relative paths from URLs in an implementation specific manner.
|
ReferenceType |
The type of a resource denoted by an URL.
|
RelativeInsertPosition |
Defines an insert position relative to a node.
|
RelativeLength |
A length that may be expressed as an absolute or relative value, or as an "auto" value, that
is to be computed at later time, by the layout engine.
|
RelativeReferenceResolver |
Control the way in which a relative reference is computed in Oxygen for a given protocol.
|
RelLink |
Defines a relationship between two topic URLs.
|
ReloadContentOperation |
Reloads the content of the editor by reading again from the URL used to open it.
|
ReltableCellSpanProvider |
The DITA reltable cell span provider.
|
ReltableConstants |
Interface containing the name of the elements and attributes used
in the DITA map reltable model.
|
RelTablePropertiesHelper |
Table helper for "Table properties" action.
|
RelTableShowPropertiesOperation |
"Show table properties" operation for DITA Map rel table.
|
RemoveConrefOperation |
Operation used to remove a conref from an element in DITA documents.
|
RemovePseudoClassOperation |
An operation that removes a pseudo-class from an element.
|
RenameElementOperation |
An implementation of an operation that renames one or more elements identified by the given XPath expression.
|
RendererLayoutInfo |
Class which contains rendering information about a renderer, information like
the baseline and the size.
|
RenderingInfoChangedListener |
Listener that is notified when the rendering info for a node is changed.
|
RenderingInfoChangeType |
The type of the rendering info change.
|
RenderingInformation |
The rendering information used to render a node in the outliner and bread crumb.
|
ReplaceAllKeyrefsAndConrefsOperation |
Operation that replaces all conrefs, keyrefs and conkeyrefs in a DITA topic with the resolved content.
|
ReplaceConrefOperation |
Operation used to remove the conref and bring the referred content in the current document.
|
ReplaceContentOperation |
An implementation of an operation to replace the content of the document.
|
ReplaceElementContentOperation |
Replaces the content of the:
- specified element (indicated by an XPath expression) or
- fully selected element or
- element at caret (if the selection is empty or a node is not entirely selected).
|
ReportableDocumentPositionedInfo |
Interface used to mark the DocumentPositionedInfo that can be
reported as a problem by using the "Report Problem" oXygen dialog.
|
ResourceFilter |
Resource filter returned by the InputURLCustomizer.
|
Response |
A response describing what this provider knows about this host.
|
ResponseType |
The types of responses allowed when an external link wants to connect to the application.
|
ResultsManager |
Manages the results of various operations.
|
ResultsManager.ResultType |
The type of the result.
|
ResultsTabEvent |
An event triggered inside a results tab.
|
ResultsTabEvent.ResultsTabEventType |
The type of the event from the results tab.
|
ResultsTabEventHandler |
Handles the event triggered inside a results tab.
|
ResultsTabPopUpMenuCustomizer |
Customizes the contextual pop-up menu of a results tab.
|
ReviewActionsProvider |
Provides a set of custom actions for a certain highlight.
|
ReviewController |
Provides support for marker related actions (accept/reject tracked changes, add/edit comments, edit author name etc.).
|
ReviewsRenderingInformationProvider |
Provider for data that will be rendered in the review view, in Author mode for highlights.
|
Room |
A room is an abstraction for a set of document models created for the same document.
|
RoomCreatedListener |
Listener called when a room was created.
|
RoomFactory |
Factory for Room objects.
|
RoomObserver |
Observer for a Room , whose state can be used as a source of truth
for the current state of the edited document.
|
RoomObserver.EditListener |
Listener called when an edit happened in the room.
|
RoomObserver.SyncListener |
Listener called when a batch of changes are synchronized.
|
RoomProxyCouldNotBeCreatedException |
Exception to be thrown when the creation of a proxy room failed.
|
RoomsManager |
Class that manages the creation of instances concurrent editing Room .
|
SACustomTableColumnInsertionDialog |
Dialog displayed when trying to customize column insertion (using "Insert Columns...").
|
SACustomTableRowInsertionDialog |
Dialog displayed when trying to customize row insertion (using "Insert Rows...").
|
SADITARelTableCustomizer |
Customize a DITA map reltable.
|
SADITARelTableCustomizerDialog |
Dialog used to customize DITA map reltable creation.
|
SADITATableCustomizer |
Customize a DITA table.
|
SADITATableCustomizerDialog |
Dialog used to customize DITA table creation.
|
SADocbook4TableCustomizerDialog |
Dialog used to customize DocBook4 table creation.
|
SADocbook5TableCustomizerDialog |
Dialog used to customize DocBook5 table creation.
|
SADocbookInnerTableCustomizer |
Customize a Docbook inner table (entrytbl).
|
SADocbookTableCustomizer |
Customize a Docbook table.
|
SADocbookTableCustomizerDialog |
Dialog used to customize DocBook table creation.
|
SafeAuthorOperation |
Deprecated.
|
SAIDElementsCustomizer |
Customize the list of elements for auto ID generation.
|
SAIDElementsCustomizerDialog |
Dialog used to customize DITA elements which have auto ID generation.
|
SAPropertyPanel |
This class will add to the given parent container a label with the property
render string and a combobox containing all the possible values for the given
property.
|
SAQuickAssistProposal |
The interface of completion proposals generated by content assist processors.
|
SASortCustomizerDialog |
Standalone implementation of the customizer used to select the criterion information used when sorting.
|
SATableColumnInsertionCustomizerInvoker |
Customize table column at insertion.
|
SATableCustomizerDialog |
Dialog used to customize the insertion of a table (number of rows, columns, table caption).
|
SATablePropertiesCustomizerDialog |
Dialog that allows the user to edit the table properties.
|
SATableRowInsertionCustomizerInvoker |
Customize table rows at insertion.
|
SATableSplitCustomizerDialog |
Dialog that allows the user to choose the information necessary for the Split operation.
|
SATEIFigureEntityAttributeCustomizer |
Customize the value of the attribute for a TEI figure.
|
SATEITableCustomizer |
Customize a TEI table.
|
SATEITableCustomizerDialog |
Dialog used to customize a TEI table.
|
SaveStrategy |
Details required when saving a concurrently edited document.
|
SAXHTMLTableCustomizerDialog |
Dialog used to customize XHTML table creation.
|
SAXHTMLTableCustomizerInvoker |
Customize a XHTML table.
|
SaxonEdition |
Saxon XSLT and XQuery transformer edition.
|
SaxonXQueryTransformerPluginExtension |
A plugin extension that contributes a Saxon XQuery transformer.
|
SaxonXSLTTransformerPluginExtension |
A plugin extension that contributes a Saxon XSLT transformer.
|
ScenarioInvoker |
Convenience interface for a validation and transformation scenarios invoker.
|
SchemaAwareHandlerResult |
|
SchemaAwareHandlerResultInsertConstants |
Result informations available for an schema aware insert operation (either typing or insert fragment).
|
SchemaAwareHandlerResultsImpl |
|
SchemaManagerFilter |
Interface for objects used to filter the editor content completion
schema manager proposals.
|
SchemaManagerFilterBase |
Base class for objects used to filter the editor content completion
schema manager proposals.
|
SchematronExtensionsBundle |
The Schematron framework extensions bundle.
|
SchematronNodeRendererCustomizer |
Class used to customize the way a Schematron node is rendered in the UI.
|
SearchReferencesDITAOperation |
Operation to search references to the current DITA element.
|
SelectedTextOperation |
Provides upper case and lower case operations over a selected text.
|
SelectionInterpretationMode |
Impose how the selection is interpreted by the application.
|
SelectionPluginContext |
Plugin context interface.
|
SelectionPluginExtension |
Plugin extension.
|
SelectionPluginResult |
Plugin result interface.
|
SelectionPluginResultImpl |
Support implementation of the PluginResult interface.
|
ServletConfig |
ServletConfig interface inspired from HTTP Servlet 5.0.
|
ServletContext |
ServletContext interface inspired from HTTP Servlet 5.0.
|
ServletException |
ServletException interface inspired from HTTP Servlet 5.0.
|
ServletInputStream |
ServletInputStream interface inspired from HTTP Servlet 5.0.
|
ServletOutputStream |
ServletOutputStream interface inspired from HTTP Servlet 5.0.
|
ServletPluginConfigExtension |
This class should be extended to create a configuration page for a Web Author plugin.
|
ServletPluginExtension |
This abstract class should be extended in order to create a servlet.
|
ServletRequest |
ServletRequest interface inspired from HTTP Servlet 5.0.
|
ServletResponse |
ServletResponse interface inspired from HTTP Servlet 5.0.
|
SessionStore |
A per-session key value store (sessionId, key, value).
|
SetPseudoClassOperation |
An operation that sets a pseudo-class to an element.
|
SetReadOnlyStatusOperation |
Operation that sets the read-only status of a document.
|
Severity |
A hint about the severity of the exception.
|
Shape |
Common shape
|
ShowDITAElementDocumentationOperation |
Operation that opens the associated specification html page for the
current DITA element.
|
ShowElementDocumentationOperation |
Operation that opens the associated specification html page for the
current element.
|
ShowKeyDefinitionOperation |
Operation that shows the definition of the key used on the current element.
|
ShowKeysAndReusableComponentsOperation |
Operation used to show a list of reusable keys and/or components.
|
ShowTablePropertiesBaseOperation |
Base class for operations that shows a dialog which allows the user to modify
some properties for a table.
|
SimpleListOfStringsExternalPersistentObject |
A persistent object which holds a list of strings.
|
SimpleQuickAssistProcessor |
Quick assist processor for quick fixes and quick assists.
|
SimpleTableConstants |
Provides elements and attributes information used in DITA simple table model.
|
SimpleTableHelper |
Helper class for edit properties on DITA Simple tables.
|
SimpleTableShowPropertiesOperation |
Class for edit properties on DITA CALS tables.
|
SimpleTableShowPropertiesOperationBase |
Base operation for edit choice properties on DITA simple tables.
|
SimpleTableSortOperation |
Sort operation for simple tables
|
SimpleURLChooserEditor |
Simple URL Chooser in-place editor.
|
Slugifier |
Computes a slug from an arbitrary string.
|
SortCriteriaInformation |
Holds information about the sort criteria and scope.
|
SortCustomizer |
Used for customizing the sorting information, typically through user interaction.
|
SortOperation |
Sort operations base class.
|
SortUtil |
Util class for table sort operations
|
SpellCheckerHelper |
Helper utilties for the spell checker.
|
SpellcheckingEngine |
|
SpellCheckingProblemInfo |
|
SpellCheckingProblemInfoWithSuggestions |
|
SpellSuggestionsInfo |
Container for spellchecking suggestions information.
|
SplitCellAboveBelowOperation |
Operation for splitting a table cell above or below.
|
SplitCellAboveBelowOperation |
Operation for splitting a table cell above or below.
|
SplitCellAboveBelowOperation |
Operation for splitting a DITA table cell above or below.
|
SplitCellAboveBelowOperation |
Operation used to split a table cell above or below.
|
SplitCellAboveBelowOperationBase |
Base operation for splitting a table cell.
|
SplitLeftRightOperation |
Operation for splitting a table cell to the left or to the right.
|
SplitLeftRightOperation |
Operation for splitting a table cell to the left or to the right.
|
SplitLeftRightOperation |
Operation for splitting a DITA table cell to the left or to the right.
|
SplitLeftRightOperation |
Operation used to split a table cell.
|
SplitLeftRightOperationBase |
Operation for splitting a table cell.
|
SplitMenuButton |
A component representing a combination of a button and a menu.
|
SplitOperation |
Operation for splitting the selected table cell (or the cell at caret
when there is no selection).
|
SplitOperation |
Operation for splitting the selected table cell (or the cell at caret
when there is no selection).
|
SplitOperation |
Operation for splitting the selected table cell (or the cell at caret
when there is no selection).
|
SplitOperation |
Operation for splitting the selected table cell (or the cell at caret
when there is no selection).
|
SplitOperationBase |
Operation for splitting the selected table cell (or the cell at caret
when there is no selection), if it spans over multiple rows or columns
|
StandalonePluginWorkspace |
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.
|
StaticContent |
Static content which should be generated for an element
|
StopCurrentTransformationScenarioOperation |
An implementation of an operation which stops the currently running transformation scenario.
|
StringContent |
String content
|
StyleGuideSchemaManagerFilterBase |
Style guide schema manager filter base.
|
Styles |
Represents the computed style properties for a particular element.
|
StylesFilter |
Filter for the element styles.
|
StylesFilterContributor |
Provider for an author styles filter.
|
SupportedFrameworks |
The suported frameworks.
|
SurroundWithFragmentOperation |
Surround with fragment operation.
|
SurroundWithTextOperation |
Surround with text operation.
|
SWTExtension |
The base interface for all SWT Oxygen extension classes.
|
TabInfo |
Information associated with a tab from the 'Table Properties' dialog.
|
Table |
A table that looks like the ones in oXygen.
|
TableColumnInsertionCustomizer |
Table column insertion customizer.
|
TableColumnsInfo |
Contains information about the columns to be inserted.
|
TableColumnSpecificationInformation |
Contains information about column specification (like column specified width).
|
TableCustomizer |
Base for frameworks table customizers.
|
TableCustomizerConstants |
Constants used to choose certain table attributes.
|
TableCustomizerConstants.ColumnWidthsType |
Column widths specifications
|
TableHelper |
|
TableHelperConstants |
Constants used in table operations
|
TableInfo |
Contains information about the table element
(number of rows, columns, table title).
|
TableLayoutErrorsListener<E> |
Listener to table layout problems
|
TableLayoutProblem |
Table layout problem
|
TableLayoutProblem.Severity |
Problem severity
|
TableMoveOrCopyColumnOperation |
Operation that can be used to move table column.
|
TableMoveOrCopyRowsOperation |
Operation that can be used to move table rows.
|
TableOperationsUtil |
Utility class for table operations.
|
TablePropertiesConstants |
Interface that contains all constants used in the table properties operation.
|
TablePropertiesHelper |
Table helper for 'Table Properties' dialog.
|
TablePropertiesHelperBase |
Abstract class for table properties helper.
|
TableProperty |
Class representing a table property.
|
TableRowInsertionCustomizer |
Table row insertion customizer.
|
TableRowsInfo |
Contains information about the rows to be inserted.
|
TableRowsSpecificationInformation |
Contains information about rows (like the place where empty cells must be
inserted to compensate the spanning cells).
|
TableSortOperation |
Base table sort operation.
|
TableSortUtil |
Util class for table sort operations.
|
TargetedURLStreamHandlerPluginExtension |
Usually oXygen has specific fixed URL stream handlers for http and https protocols.
|
TEI_jteiExtensionsBundle |
The TEI P5 framework extensions bundle.
|
TEI_jteiExternalObjectInsertionHandler |
Dropped URLs handler
|
TEIAuthorActionEventHandler |
Author action event handler for TEI.
|
TEIAuthorImageDecorator |
Handles a TEI vocabulary image map (facsimile).
|
TEIAuthorTableOperationsHandler |
Author table operations handler for TEIP4 framework.
|
TEIConfigureAutoIDElementsOperation |
Operation used to insert a Link in TEI documents.
|
TEIConstants |
Interface containing the names of the elements and attributes used in TEI.
|
TEIDocumentTypeHelper |
Implementation of the document type helper for TEI.
|
TEIEditImageMapCore |
Edit Image Map Core for TEI.
|
TEIExtensionsBundleBase |
The TEI framework extensions bundle.
|
TEIIDElementsConstants |
Some constants for ID Generation.
|
TEIInsertListOperation |
Operation used to convert a selection to an ordered/itemized list for TEI.
|
TEIListSortOperation |
The implementation for TEI list sort operation.
|
TEINodeRendererCustomizer |
Class used to customize the way an TEI node is rendered in the UI.
|
TEIP5ConfigureAutoIDElementsOperation |
Operation specific for TEI P5
|
TEIP5ExtensionsBundle |
The TEI P5 framework extensions bundle.
|
TEIP5ExternalObjectInsertionHandler |
Dropped URLs handler
|
TEIP5IDTypeRecognizer |
Implementation of ID declarations and references recognizer for TEI P5 framework.
|
TEIP5UniqueAttributesRecognizer |
Unique attributes recognizer
|
TEISchemaAwareEditingHandler |
Specific editing support for TEI documents.
|
TEITableCellSpanProvider |
Provides cell spanning information about TEI tables.
|
TEITableSortOperation |
TEI tables sort operation implementation.
|
TemplateContentInfo |
Template content information.
|
TemplateManager |
Utilities related to providing new file templates...
|
TemplatesCategory |
A template category...
|
TextActionsProvider |
Provides access to actions defined in the Text page.
|
TextAttribute |
|
TextChunkDescriptor |
Descriptor for a text chunk from a document.
|
TextContentIterator |
Iterate over the text content in the Author document between a start and an end offset.
|
TextContext |
Current Text Context where the text content iterator is positioned.
|
TextDnDListener |
Text Drag and Drop listener interface for the SWT implementation.
|
TextDocumentController |
Contains API for inserting XML content in certain places in the Text editing mode.
|
TextField |
Text field with undo/redo support.
|
TextFieldEditor |
A text field with CC support.
|
TextForegroundHighlighterPainter |
Can also draw the text foreground with a certain color.
|
TextOperationException |
An exception thrown by a text editing operation when it fails.
|
TextPageExternalObjectInsertionHandler |
This class is notified when URLs are dropped or pasted from a file explorer or from an Oxygen internal view to a Text Editor page.
|
TextPageOperationException |
An exception thrown when something goes wrong.
|
TextPopupMenuCustomizer |
Can be used to customize a pop-up menu before showing it.
|
TextReferenceReader |
A XMLReader implementation used to provide the content of a DITA reference
as text.
|
ToggleCommentOperation |
Provides an operation to toggle comment.
|
TogglePseudoClassOperation |
An implementation of an operation to toggle on/off the pseudo-class of an element.
|
ToggleSurroundWithElementOperation |
Toggle "surround with element" operation.
|
ToLowerCaseOperation |
Provides an operation to convert the text from a selection into lower case text.
|
ToolbarButton |
A toolbar button which looks like the ones in Oxygen
|
ToolbarComponentsCustomizer |
Customizes components for the toolbar
|
ToolbarInfo |
Information about a toolbar.
|
ToolbarToggleButton |
A toolbar toggle button which looks like the ones in Oxygen
|
TooltipIconInfo |
The information(tooltip and icon) used to describe the editing of the value for an attribute.
|
TooltipInformation |
Information about the tooltip.
|
TopicContentViewModeOperation |
Operation used to configure Topic Content view mode.
This mode consists of:
expanding topic references
adding a pseudo-class on root to customize the document
|
TopicReferencesViewModeOperation |
Operation used to enable Topic References view mode.
|
TopicRefInfo |
A map holding information about the topic reference in the DITA Map.
|
TopicrefMoveAction |
Promotes or demotes a topicref.
|
TopicrefMoveAction.Builder |
Builder for the TopicrefTransitionOperation.
|
TopicRefTargetInfo |
A map holding information about the target of a topic reference.
|
TopicRefTargetInfoProvider |
Provides information about targets for each topic reference.
|
TopicTitlesViewModeOperation |
Operation used to configure Topic Titles view mode.
|
ToUpperCaseOperation |
Provides an operation to convert the text from a selection into upper case text.
|
TransformationFeedback |
Receives feedback from a transformation scenario which is running.
|
TransformationScenarioInvoker |
Invokes a transformation scenario.
|
TransformationScenarioNotFoundException |
Thrown when a transformation scenario cannot be found.
|
TransformOperation |
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.
|
Tree |
A javax.swing.JTree extension which has a consistent look and feel with the ones used in Oxygen.
|
TreeCellRenderer |
A javax.swing.tree.DefaultTreeCellRenderer extension which has a consistent look and feel with the renderers used in Oxygen.
|
UIPerspectives |
Defines constants for each UI perspective in oXygen.
|
UniqueAttributesProcessor |
Identifies unique attributes like ID's.
|
UniqueAttributesRecognizer |
Identifies unique attributes like ID's.
|
UnsavedContentReferenceManager |
Manager that can be used to find (and save) the resources that have been modified
during the editing of a document that contained the expanded references to these resources.
|
UnsavedReferenceNodeDescriptor |
|
UnwrapTagsOperation |
Unwrap tags operation.
|
UpdateImageMapOperationBase |
Updates an image map with shape information from an SVG.
|
URIContent |
URI content
|
URLChooserEditorSWT |
URL Chooser in-place editor on Eclipse.
|
URLChooserMenuExtension |
Get the name of the action which will be displayed in the File menu.
|
URLChooserPluginExtension |
Deprecated.
|
URLChooserPluginExtension2 |
URL chooser plugin extension.
|
URLChooserToolbarExtension |
URL chooser toolbar extension.
|
URLHandlerReadOnlyCheckerExtension |
This interface can be called to decide if an URL is read-only or not.
|
URLStreamHandlerPluginExtension |
This URL stream handler provides the possibility to impose the URL stream
handlers for specific protocols.
|
URLStreamHandlerPluginExtensionConstants |
Constants used from URLStreamHandler provider plugin extensions.
|
URLStreamHandlerWithContext |
A base-class for URLStreamHandlers that need a context for the URL whose
connection is to be opened.
|
URLStreamHandlerWithContextUtil |
Utility class for adding/removing the user context id from the URLs.
|
URLStreamHandlerWithLockPluginExtension |
An URLStreamHandler with lock support plugin extension.
|
UserActionRequiredException |
Class that extends an IOException with an WebappMessage that should be sent
to the client-side code.
|
UserActionRequiredMessage |
Contains details for the server message that is presented on client side when a user action required
exception is thrown.
|
UserContext |
The context of the user that opened the URL.
|
UserInfo |
Information about an user.
|
UserManagerSingleton |
Class that can be used to retrieve the user on behalf of which the current
request is executed.
|
UserNotLicensedException |
Exception thrown when a user which is not licensed to use the app,
performs some action.
|
UtilAccess |
Provides access to utility methods.
|
ValidatingAuthorReferenceResolver |
This resolver also validates the target
|
ValidatingReferenceResolverException |
Exception thrown if the source does not accept the target as a resolved reference
|
ValidationMode |
Validation modes supported by the validation plugin extension: automatic or manual.
|
ValidationProblems |
Holds a set of problems which were reported during the validation process.
|
ValidationProblemsCodes |
Contains codes for various validation problems.
|
ValidationProblemsFilter |
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.
|
ValidationScenarioInvoker |
Invokes a validation scenario.
|
ValidationScenarioNotFoundException |
Thrown when a transformation scenario cannot be found.
|
ValidationType |
Current validation types that can be performed over a document: strict validation, wellformed validation or both.
|
ValidationUtilAccess |
Validation Utilities.
|
ValidatorPluginExtension |
Plug-in extension that allows custom validation engines.
|
ValidatorProblemCollector |
Validation Utilities Problems Collector.
|
ViewComponentCustomizer |
Customizes components for the Oxygen views.
|
ViewInfo |
Information about a view.
|
WebappActionsManager |
Helper object that provides access to extension actions, and provides support
for invoking operations.
|
WebappAreaView |
Interface that represents an area on an image map to be rendered in the browser.
|
WebappAreaViewFactory |
Creates instances of WebappAreaView.
|
WebappAuthorDocumentFactory |
Factory class that creates the document model to be used in the Web Reviewer.
|
WebappAuthorDocumentFactoryConstants |
Constants for the webapp document factory.
|
WebappAuthorSchemaAwareActionsHandler |
Handles schema aware actions like paste.
|
WebappCompatible |
Annotation that should be placed on AuthorOperations to indicate whether
they are suitable to be invoked from the WebApp.
|
WebappDocumentValidator |
|
WebappEditingSessionLifecycleListener |
Listener for the main lifecycle events of an editing session.
|
WebappExtensionsProvider |
Web Author specific extensions for a document type.
|
WebappFindOptions |
Find/Replace options.
|
WebappFormControlRenderer |
Common interface for server-side form control renderers used in the Web Author.
|
WebappFormControlRendererRegistry |
Registry for form control renderers used in the Author Reviewer Webapp.
|
WebappImageMapSupport |
Represents an instance of an image map embedded in a document.
|
WebappImageMapSupportFactory |
Factory class to create image maps for a specific document element.
|
WebappKeysUtil |
|
WebappLockManager |
The lock manager associated with a document.
|
WebappMarkAsSavedOperation |
Operation that marks a webapp document as saved.
|
WebappMessage |
Webapp server message that is presented on client side.
|
WebappMessagesProvider |
Gets all the error messages reported by the application.
|
WebappPluginWorkspace |
Plugin workspace access API with webapp-specific features.
|
WebappReferenceCollectorFactory |
Contains methods to create a reference collector for the webapp component
|
WebappRestSafe |
Annotation that should be placed on AuthorOperations to indicate that they are safe to be
invoked in Web Author via a REST API with user supplied arguments.
|
WebappSchematronPhaseChooser |
Interface that is asked to provide the schematron phase to use.
|
WebappServletPluginExtension |
Deprecated.
|
WebappSpellchecker |
|
WebappTextModeState |
The state of the document that can be input to a text editor.
|
WebAuthorPlatformCustomRuleMatcher |
Check if the document is loaded in the WebApp distribution of the oXygen.
|
WebdavLockHelper |
Helper class that allows one to implement locking for a WebDAV server in a multi-user scenario.
|
WhatAttributesCanGoHereContext |
Used by the schema manager to find out the attributes that can be inserted
in a given context.
|
WhatElementsCanGoHereContext |
It is used to determine the elements that can be inserted in the current context.
|
WhatPossibleValuesHasAttributeContext |
It is used to determine the possible values of the current attribute.
|
WidthRepresentation |
Specifies the fixed and relative width determined from the value of width/colwidth
attribute of the col.
|
WidthRepresentation.Unit |
The fixed width unit.
|
Workspace |
Provides access to workspace specific information and actions.
|
WorkspaceAccessPluginExtension |
Workspace Access plugin extension.
|
WorkspaceUtilities |
Provides access to global utility methods.
|
WSAuthorComponentEditorPage |
Provides enhanced access (with additional methods) to the author page from an Author Component editor.
|
WSAuthorEditorPage |
Author editor page.
|
WSAuthorEditorPageBase |
Provides access to methods related to the Author editor actions and information.
|
WSDesignEditorPage |
API for the Design page, currently only editable status can be set here...
|
WSDITAMapEditorPage |
DITA Maps Manager editor page.
|
WSDLExtensionsBundle |
The WSDL framework extensions bundle.
|
WSDLNodeRendererCustomizer |
Class used to customize the way an WSDL node is rendered in the UI.
|
WSEditor |
Provides access to methods related to the editor actions and information.
|
WSEditorBase |
Provides access to methods related to the editor actions and information.
|
WSEditorChangeListener |
Notified when an editor is added, removed or the editor page is changed
|
WSEditorListener |
WS Editor listener.
|
WSEditorPage |
Access to an editor's page.
|
WSEditorPageChangedListener |
WS Editor page changed listener.
|
WSGridEditorPage |
API for the grid page, currently only editable status can be set here...
|
WSOptionChangedEvent |
Represents an event which indicates that the value of an option
has been changed.
|
WSOptionListener |
The listener which is notified about the value changes of
an author extension level option.
|
WSOptionsStorage |
Support for the user to save and retrieve custom options in the Oxygen common preferences.
|
WSOutline |
The Workspace Outline.
|
WSTextBasedEditorPage |
Provides access to methods related to the editor actions and information for
the Text and Author pages.
|
WSTextEditorPage |
Text editor page access.
|
WSTextXMLSchemaManager |
Text page XML schema manager.
|
WSXMLTextEditorPage |
Contains methods specific to XML editors.
|
WSXMLTextNodeRange |
The range of an XML node.
|
XHTMLAuthorActionEventHandler |
Author action event handler for XHTML.
|
XHTMLAuthorImageDecorator |
Handles an HTML vocabulary image map.
|
XHTMLAuthorTableOperationsHandler |
Author table operations handler for XHTML framework.
|
XHTMLConstants |
This interface contains the name of the elements and attributes used in XHTML.
|
XHTMLDocumentTypeHelper |
Implementation of the document type helper for XHTML.
|
XHTMLEditImageMapCore |
Edit map core for XHTML.
|
XHTMLElementLocator |
Locator for a XHTML document.
|
XHTMLElementLocatorProvider |
In XHTML the reference can point to an ID type attribute and also to the
name attribute of the a element.
|
XHTMLExtensionsBundle |
The XHTML framework extensions bundle.
|
XHTMLExternalObjectInsertionHandler |
Dropped URLs handler
|
XHTMLInsertListOperation |
Operation used to convert selected paragraphs to ordered/unordered list.
|
XHTMLListSortOperation |
'Sort list' operation for XHTML.
|
XHTMLNodeRendererCustomizer |
Class used to customize the way an XHTML node is rendered in the UI.
|
XHTMLSchemaManagerFilter |
XHTML implementation for schema manager filter for adding type attribute values
for script and style elements in content completion proposals list.
|
XHTMLTableCustomizerConstants |
Constants used to choose XHTML table attributes.
|
XHTMLTableSortOperation |
XHTML table sort operation implementation.
|
XHTMLUniqueAttributesRecognizer |
Unique attributes recognizer
|
XHTMLUpdateImageMapOperation |
XHTML implementation of the operation that updates an image map with shape information from an SVG.
|
XHTMLUpdateImageMapOperation.XHTMLNewShapeDescriptor |
Descriptor of a shape that was added client-side.
|
XHTMLWebappImageMapSupport |
Image map support for XHTML.
|
XHTMLWebappImageMapSupportFactory |
Creates image map support objects for "map" elements.
|
XMLImageHandler |
Special handler for editing images defined as XML (SVG, MathML, etc).
|
XMLNodeRendererCustomizer |
Class used to customize the way an XML node is rendered in the UI.
|
XMLNodeRendererCustomizerAdapter |
|
XMLReaderWithGrammar |
XML Reader + grammar cache
|
XMLUtilAccess |
XML Utilities
|
XPathException |
An exception thrown when performing an XPath.
|
XPathVersion |
XPath version types.
|
XPointerElementLocator |
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.
|
XProcVersion |
Enumeration containing all XProc versions.
|
XQueryOperation |
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.
|
XQueryTransformerPluginExtension |
A plugin extension that contributes an XQuery transformer.
|
XQueryUpdateOperation |
An implementation of an operation that applies an XQuery Update script.
|
XSDExtensionsBundle |
The XML Schema framework extensions bundle.
|
XSDNodeRendererCustomizer |
Class used to customize the way an XML Schema node is rendered in the UI.
|
XSLMessageListener |
Receives a callback generated by xsl:message and xsl:assert.
|
XSLTExtensionsBundle |
The XSLT framework extensions bundle.
|
XSLTNodeRendererCustomizer |
Class used to customize the way an XSLT node is rendered in the UI.
|
XSLTOperation |
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.
|
XSLTTransformerPluginExtension |
A plugin extension that contributes an XSLT transformer.
|
XSLTTransformerPluginExtensionBase |
Base class for transformers.
|
XSLTVersion |
Enumeration containing all XSLT versions.
|