Oxygen XML Editor 15.0 Author API

Serialized Form


Package ro.sync.diff.api

Class ro.sync.diff.api.DiffException extends java.lang.Exception implements Serializable


Package ro.sync.document

Class ro.sync.document.CompoundEditDocument extends ro.sync.document.TagsAwareDocument implements Serializable

Class ro.sync.document.CompoundEditUndoManager extends javax.swing.undo.UndoManager implements Serializable

Serialized Fields

lastProcessedMasteredCompoundEdit

javax.swing.undo.UndoableEdit lastProcessedMasteredCompoundEdit

inProgressCompoundEdit

javax.swing.undo.CompoundEdit inProgressCompoundEdit

lastEdit

javax.swing.undo.UndoableEdit lastEdit

lastSource

java.lang.Object lastSource

commitNextEdit

boolean commitNextEdit

listeners

java.util.Vector<E> listeners

Class ro.sync.document.DPIToGenericNodeMapper.MappingDoneException extends java.io.IOException implements Serializable

Class ro.sync.document.EditableDocument extends ro.sync.document.OxygenPlainDocument implements Serializable

Serialized Fields

isEditable

boolean isEditable

isForcedEditable

boolean isForcedEditable

Class ro.sync.document.EditorUndoManager extends ro.sync.document.CompoundEditUndoManager implements Serializable

Class ro.sync.document.FoldDocumentImpl extends ro.sync.document.HardWrapDocument implements Serializable

Serialized Fields

foldModel

ro.sync.document.fold.FoldModel foldModel

foldVerifier

ro.sync.document.fold.FoldVerifier foldVerifier

foldSerializer

ro.sync.document.fold.FoldSerializer foldSerializer

Class ro.sync.document.HardWrapDocument extends ro.sync.document.MarkDocument implements Serializable

Serialized Fields

maxLineWidth

int maxLineWidth

hardWrap

boolean hardWrap

Class ro.sync.document.LineDocumentImpl extends ro.sync.document.UndoableDocumentImpl implements Serializable

Serialized Fields

useSpacesInsteadTab

boolean useSpacesInsteadTab

indentOnEnter

boolean indentOnEnter

preserveLineStartSpaces

boolean preserveLineStartSpaces

docReadStateListeners

java.util.List<E> docReadStateListeners

ignoreCR

boolean ignoreCR

processStringForCR

boolean processStringForCR

lastNotifiedListeners

java.util.List<E> lastNotifiedListeners

Class ro.sync.document.MarkDocument extends ro.sync.document.LineDocumentImpl implements Serializable

Serialized Fields

marksManager

ro.sync.ui.marks.MarksManager marksManager

Class ro.sync.document.MasteredCompoundEdit extends ro.sync.document.SmartUndoableEditSupport.CustomCompoundEdit implements Serializable

Serialized Fields

offsetUndo

int offsetUndo

offsetRedo

int offsetRedo

undoSelection

int[] undoSelection

redoSelection

int[] redoSelection

Class ro.sync.document.OxygenPlainDocument extends javax.swing.text.AbstractDocument implements Serializable

Serialized Fields

propertyChangeListeners

java.util.List<E> propertyChangeListeners

bidiLimitReached

boolean bidiLimitReached

bidiDocumentLimit

int bidiDocumentLimit

bidiEnabled

boolean bidiEnabled

bidiActivated

boolean bidiActivated

defaultRoot

javax.swing.text.AbstractDocument.AbstractElement defaultRoot

added

java.util.Vector<E> added

removed

java.util.Vector<E> removed

Class ro.sync.document.SmartUndoableEditSupport.CustomCompoundEdit extends javax.swing.undo.CompoundEdit implements Serializable

Class ro.sync.document.SyntaxDocumentImpl extends ro.sync.document.FoldDocumentImpl implements Serializable

Serialized Fields

ltm

ro.sync.outline.LiveTreeModel ltm

tokenMarker

ro.sync.syntaxhighlight.marker.TokenMarker tokenMarker

damageRepairListeners

java.util.List<E> damageRepairListeners

checkBidi

boolean checkBidi

oldIndent

boolean oldIndent

Class ro.sync.document.TagsAwareDocument extends ro.sync.document.SyntaxDocumentImpl implements Serializable

Serialized Fields

amtr

ro.sync.document.AbstractMatchingTagRenamer amtr

renameTagsEnabled

boolean renameTagsEnabled

editTagsEnabled

boolean editTagsEnabled

Class ro.sync.document.UndoableDocumentImpl extends ro.sync.document.EditableDocument implements Serializable

Serialized Fields

disableBIDIChecking

boolean disableBIDIChecking

Package ro.sync.ecss.component

Class ro.sync.ecss.component.AuthorAdditionalDockableViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

viewport

ro.sync.ecss.component.AuthorViewport viewport

authorCoalescingCaretListener

ro.sync.ecss.component.AuthorCoalescingCaretListener authorCoalescingCaretListener

Class ro.sync.ecss.component.AuthorClipboardObject extends java.lang.Object implements Serializable

serialVersionUID: 6031409352129925303L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

textContent

java.lang.String textContent

fragments

ro.sync.ecss.component.AuthorDocumentFragmentClipboardObject[] fragments

originalDocInfo

ro.sync.ecss.component.AuthorDocumentInfo originalDocInfo

purposeID

int purposeID

objectID

java.lang.String objectID

visualRepresentation

ro.sync.ecss.extensions.api.SelectionInterpretationMode visualRepresentation

metadata

AuthorContentMetadata metadata

Class ro.sync.ecss.component.AuthorSchemaAwareOptions extends java.lang.Object implements Serializable

Serialized Fields

isVerifyDeleteElementTagsAction

boolean isVerifyDeleteElementTagsAction

enableSmartDelete

boolean enableSmartDelete

isVerifyPasteAndDNDAction

boolean isVerifyPasteAndDNDAction

enableSmartPaste

boolean enableSmartPaste

isVerifyTypingAction

boolean isVerifyTypingAction

enableSmartTyping

boolean enableSmartTyping

insertOnlyElemensFromCCList

boolean insertOnlyElemensFromCCList

isVerifyJoinAction

boolean isVerifyJoinAction

schemaAwareEditingMode

java.lang.String schemaAwareEditingMode

isVerifyUnwrapAction

boolean isVerifyUnwrapAction

Class ro.sync.ecss.component.AuthorTransferredObject extends ro.sync.ecss.component.AuthorClipboardObject implements Serializable

Serialized Fields

fragmentsIntervals

java.util.List<E> fragmentsIntervals

htmlContent

java.lang.String htmlContent

Class ro.sync.ecss.component.CaretInfoWindow extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

ro.sync.ecss.component.SwingAuthorHostComponent parent

rootPane

javax.swing.JRootPane rootPane

caretInfoTooltip

ro.sync.ecss.component.CaretInfoTooltip caretInfoTooltip

swingGraphicsWrapper

ro.sync.exml.view.SwingGraphicsWrapper swingGraphicsWrapper

hideTimer

javax.swing.Timer hideTimer

Class ro.sync.ecss.component.SwingAuthorHostComponent extends ro.sync.exml.view.SwingHostComponentBase implements Serializable

Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

componentListener

ro.sync.ecss.component.CoalescingComponentResizeListener componentListener

ccSupport

ro.sync.ecss.component.ui.context.AuthorCCSupport ccSupport

caretPositionInfoWindow

ro.sync.ecss.component.CaretInfoWindow caretPositionInfoWindow

warningTooltipWindow

ro.sync.ecss.component.WarningTooltipWindow warningTooltipWindow

dropManager

ro.sync.ui.dnd.MultiHandlerDropManager dropManager

imageCacher

ro.sync.ecss.images.ImageCacher imageCacher

inplaceEditorHelper

ro.sync.ecss.component.editor.AuthorInplaceEditorHelper inplaceEditorHelper

inplaceRendererHelper

ro.sync.ecss.component.editor.AuthorInplaceRendererHelper inplaceRendererHelper

lastWidth

int lastWidth

authorDropHandler

ro.sync.ecss.component.AuthorDropHandler authorDropHandler

inputMethodRequestsHandler

ro.sync.ecss.component.InputMethodRequestsHandler inputMethodRequestsHandler

Class ro.sync.ecss.component.WarningTooltipWindow extends javax.swing.JPanel implements Serializable

Serialized Fields

suggestionArea

ro.sync.ui.application.ApplicationTextArea suggestionArea

hideTimer

javax.swing.Timer hideTimer

warningTitlePanel

javax.swing.JPanel warningTitlePanel

goToOptionsPanel

javax.swing.JPanel goToOptionsPanel

titleLabel

javax.swing.JLabel titleLabel

linkLabel

ro.sync.exml.LinkLabel linkLabel

optionPageKey

java.lang.String optionPageKey

Package ro.sync.ecss.component.validation

Class ro.sync.ecss.component.validation.AuthorRangeRuler extends ro.sync.ui.ruler.RangeRulerBase implements Serializable

Serialized Fields

host

ro.sync.ecss.component.SwingAuthorHostComponent host

Package ro.sync.ecss.css.functions

Class ro.sync.ecss.css.functions.CannotEvaluateFunction extends java.lang.Exception implements Serializable

Class ro.sync.ecss.css.functions.InvalidFunctionSignature extends java.lang.Exception implements Serializable


Package ro.sync.ecss.extensions.api

Class ro.sync.ecss.extensions.api.AuthorOperationException extends java.lang.Exception implements Serializable

Serialized Fields

operationRejectedOnPurpose

boolean operationRejectedOnPurpose
If true the operation was rejected and the shown error message should be more user-friendly.

Class ro.sync.ecss.extensions.api.AuthorOperationStoppedByUserException extends AuthorOperationException implements Serializable

Class ro.sync.ecss.extensions.api.CustomResolverException extends java.io.IOException implements Serializable

Serialized Fields

errorResolver

ReferenceErrorResolver errorResolver
An error resolver.

Class ro.sync.ecss.extensions.api.ExtensionException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

Class ro.sync.ecss.extensions.api.InvalidEditException extends java.lang.Exception implements Serializable

Serialized Fields

presentToUser

boolean presentToUser
Indicates if the error message must be presented or not to the user.


title

java.lang.String title
Title message.


htmlMessage

java.lang.String htmlMessage
HTML styled message.


showLinkToSchemaAwarePreferences

boolean showLinkToSchemaAwarePreferences
If true a link to the Schema aware preference page will be displayed with the error message.

Class ro.sync.ecss.extensions.api.InvalidXPathExtensionException extends ro.sync.ecss.extensions.api.ExtensionException implements Serializable

Serialized Fields

xpathExpression

java.lang.String xpathExpression

Class ro.sync.ecss.extensions.api.ReferenceResolverException extends java.lang.RuntimeException implements Serializable

Serialized Fields

showInResultsPanel

boolean showInResultsPanel
true to also show the message in a results panel.


reportAsError

boolean reportAsError
true to report as error, false to report as warning.


errorResolver

ReferenceErrorResolver errorResolver
Offers to the user a possible solution for the error.

Class ro.sync.ecss.extensions.api.ReferenceResolverSAXParseException extends org.xml.sax.SAXParseException implements Serializable

Class ro.sync.ecss.extensions.api.ValidatingReferenceResolverException extends java.lang.Exception implements Serializable

Class ro.sync.ecss.extensions.api.WidthRepresentation extends java.lang.Object implements Serializable

serialVersionUID: -7141751698158508637L

Serialized Fields

fixedWidthValue

float fixedWidthValue
The fixed width value. For instance 2.5. In combination with the fixedWidthUnit represents a width.


fixedWidthUnit

WidthRepresentation.Unit fixedWidthUnit
The fixed width unit.


relativeWidthValue

float relativeWidthValue
The relative width. This value can be relative to the parent width, or relative to the other siblings. Ex: 3.2


isRelativeToParent

boolean isRelativeToParent
If true then the relativeWidth represents a percentage of the parent width, otherwise the relativeWidth will be computed taking into account the other siblings widths.


align

java.lang.String align
The text align set in the width representation.


Package ro.sync.ecss.extensions.api.component

Class ro.sync.ecss.extensions.api.component.AuthorComponentException extends java.lang.Exception implements Serializable


Package ro.sync.ecss.extensions.api.link

Class ro.sync.ecss.extensions.api.link.ElementLocatorException extends java.lang.Exception implements Serializable

Class ro.sync.ecss.extensions.api.link.InvalidLinkException extends java.lang.Exception implements Serializable


Package ro.sync.ecss.extensions.api.table.operations

Class ro.sync.ecss.extensions.api.table.operations.TableColumnSpecificationInformation extends java.lang.Object implements Serializable

serialVersionUID: 5273315963174368281L

Serialized Fields

widthRepresentation

WidthRepresentation widthRepresentation

Package ro.sync.ecss.extensions.commons.id

Class ro.sync.ecss.extensions.commons.id.SAIDElementsCustomizerDialog extends OKCancelDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
The list model.


listOfElements

javax.swing.JList listOfElements
The list of elements or class values for which to generate IDs


autoAssignElementIDs

javax.swing.JCheckBox autoAssignElementIDs
Auto assign element IDs


listPanel

javax.swing.JPanel listPanel
The panel holding the element list and the buttons.


addButton

javax.swing.JButton addButton
The add button.


editButton

javax.swing.JButton editButton
The edit button.


removeButton

javax.swing.JButton removeButton
The remove button.


listMessage

java.lang.String listMessage
The list message


idGenerationPatternField

javax.swing.JTextField idGenerationPatternField
The id generation pattern field.


filterIDsOnCopy

javax.swing.JCheckBox filterIDsOnCopy
Filter IDs on copy


authorResourceBundle

AuthorResourceBundle authorResourceBundle
Author resource bundle.


Package ro.sync.ecss.extensions.commons.table.operations

Class ro.sync.ecss.extensions.commons.table.operations.SATableCustomizerDialog extends OKCancelDialog implements Serializable

Serialized Fields

titleCheckbox

javax.swing.JCheckBox titleCheckbox
If selected the user can specify the table title.


titleTextField

javax.swing.JTextField titleTextField
Text field for specify the table title.


rowsSpinner

javax.swing.JSpinner rowsSpinner
Used to specify the number of rows.


columnsSpinner

javax.swing.JSpinner columnsSpinner
Used to specify the number of columns.


colWidthsCombobox

javax.swing.JComboBox colWidthsCombobox
Used to specify how the column widths are generated. The column widths values can be fixed or proportional.


headerCheckbox

javax.swing.JCheckBox headerCheckbox
If selected an empty table header will be generated.


footerCheckbox

javax.swing.JCheckBox footerCheckbox
If selected an empty table footer will be generated.


frameCombo

javax.swing.JComboBox frameCombo
Combo used to chose the table frame type.


hasFooter

boolean hasFooter
true if the table that is customized by this dialog has a footer.


hasFrameAttribute

boolean hasFrameAttribute
true if the table customized by this dialog has a frame attribute.


showModelChooser

boolean showModelChooser
If true the table model chooser will be shown. The table model can be CALS or HTML.


calsModelRadio

javax.swing.JRadioButton calsModelRadio
Radio button used to choose CALS table model.


otherModelRadio

javax.swing.JRadioButton otherModelRadio
The other model. Either simple or html.


simpleTableModel

boolean simpleTableModel
true if the table type is simple.


authorResourceBundle

AuthorResourceBundle authorResourceBundle
Author resource bundle.


predefinedColumnsCount

int predefinedColumnsCount
The predefined number of columns.


predefinedRowsCount

int predefinedRowsCount
The predefined number of rows.


choiceTableModel

boolean choiceTableModel
true if the model is for choice table.


Package ro.sync.ecss.extensions.commons.table.operations.cals

Class ro.sync.ecss.extensions.commons.table.operations.cals.CALSTableColumnSpecificationInformation extends ro.sync.ecss.extensions.api.table.operations.TableColumnSpecificationInformation implements Serializable

serialVersionUID: 8593660063150563179L

Serialized Fields

columnName

java.lang.String columnName
The name of the column.


Package ro.sync.ecss.extensions.commons.table.operations.xhtml

Class ro.sync.ecss.extensions.commons.table.operations.xhtml.SAXHTMLTableCustomizerDialog extends SATableCustomizerDialog implements Serializable


Package ro.sync.ecss.extensions.commons.ui

Class ro.sync.ecss.extensions.commons.ui.OKCancelDialog extends OKCancelDialog implements Serializable


Package ro.sync.ecss.extensions.dita.map.table

Class ro.sync.ecss.extensions.dita.map.table.SADITARelTableCustomizerDialog extends SATableCustomizerDialog implements Serializable


Package ro.sync.ecss.extensions.dita.topic.table

Class ro.sync.ecss.extensions.dita.topic.table.SADITATableCustomizerDialog extends SATableCustomizerDialog implements Serializable


Package ro.sync.ecss.extensions.docbook.table

Class ro.sync.ecss.extensions.docbook.table.SADocbookTableCustomizerDialog extends SATableCustomizerDialog implements Serializable


Package ro.sync.ecss.extensions.tei.table

Class ro.sync.ecss.extensions.tei.table.SATEITableCustomizerDialog extends SATableCustomizerDialog implements Serializable


Package ro.sync.exml

Class ro.sync.exml.ContentTypePageAssociationPO extends java.lang.Object implements Serializable

Serialized Fields

contentType

java.lang.String contentType

pageID

java.lang.String pageID

Class ro.sync.exml.FileHistory extends ro.sync.ui.application.ApplicationMenu implements Serializable

Serialized Fields

historyFile

java.io.File historyFile

historyList

java.util.List<E> historyList

opener

ro.sync.exml.editor.role.FileOpener opener

Class ro.sync.exml.FileHistory.HistoryAction extends ro.sync.ui.application.action.ThreadAction implements Serializable

Serialized Fields

url

java.net.URL url

Class ro.sync.exml.HelpPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mainHS

javax.help.HelpSet mainHS

browser

javax.help.JHelp browser

Class ro.sync.exml.LinkLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

UNDERLINED_TEXT_ATTRIBUTES_MAP

java.util.Map<K,V> UNDERLINED_TEXT_ATTRIBUTES_MAP

underlineFont

java.awt.Font underlineFont

Class ro.sync.exml.NextEditorAction extends ro.sync.ui.application.action.AccelAction implements Serializable

Serialized Fields

switchDialog

ro.sync.exml.TabsSwitchDialog switchDialog

Class ro.sync.exml.OnTopFramesPO extends java.lang.Object implements Serializable

Serialized Fields

onTopFrames

ro.sync.options.SerializableLinkedHashMap<K,V> onTopFrames

Class ro.sync.exml.PreviousEditorAction extends ro.sync.ui.application.action.AccelAction implements Serializable

Serialized Fields

switchDialog

ro.sync.exml.TabsSwitchDialog switchDialog

Class ro.sync.exml.ShowDockableFrameAction extends ro.sync.ui.application.action.AccelAction implements Serializable

Serialized Fields

frameKey

java.lang.String frameKey

dockingManager

ro.sync.exml.docking.OxygenDockingManager dockingManager

componentProvider

ro.sync.exml.DockableFrameComponentProvider componentProvider

Class ro.sync.exml.Splash extends javax.swing.JFrame implements Serializable

Serialized Fields

imageIcon

javax.swing.ImageIcon imageIcon

isInhibited

boolean isInhibited

isEnterprise

boolean isEnterprise

enterpriseP

java.awt.Point enterpriseP

enterpriseIcon

javax.swing.Icon enterpriseIcon

loadingProgress

ro.sync.exml.Splash.LoadingProgress loadingProgress

splashBounds

java.awt.Rectangle splashBounds

enterpriseDlgOverNative

javax.swing.JDialog enterpriseDlgOverNative

dekoy

javax.swing.JDialog dekoy

enableEnterpriseDisplay

boolean enableEnterpriseDisplay

Class ro.sync.exml.TranslationParserStopException extends org.xml.sax.SAXException implements Serializable


Package ro.sync.exml.editor

Class ro.sync.exml.editor.AbstractEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

location

java.net.URL location

saveCount

int saveCount

clearUndoBufferOnSave

boolean clearUndoBufferOnSave

pluggableMenuItemsMap

java.util.Map<K,V> pluggableMenuItemsMap

editorActions

java.util.List<E> editorActions

editorListener

ro.sync.exml.editor.CurrentEditorListener editorListener

canEditReadOnly

boolean canEditReadOnly

infoPanel

ro.sync.exml.editor.infopanel.EditorInfoPanel infoPanel

closeAction

ro.sync.exml.editor.actions.CloseAction closeAction

closeOthersAction

ro.sync.exml.editor.actions.CloseOthersAction closeOthersAction

closeAllAction

ro.sync.exml.editor.actions.CloseAllAction closeAllAction

saveAction

ro.sync.ui.application.action.AccelAction saveAction

compareFileAction

ro.sync.ui.application.action.AccelAction compareFileAction

filePrintAction

ro.sync.ui.application.action.AccelAction filePrintAction

filePrintPreviewAction

ro.sync.ui.application.action.AccelAction filePrintPreviewAction

openInSystemAppAction

ro.sync.ui.application.action.AccelAction openInSystemAppAction

fileHistory

ro.sync.exml.FileHistory fileHistory

editorIcon

javax.swing.Icon editorIcon

parentFrame

java.awt.Frame parentFrame

ideAccess

ro.sync.exml.IDEAccess ideAccess

editorManager

ro.sync.exml.editor.EditorManager editorManager

currentPageID

java.lang.String currentPageID

editorPages

java.util.List<E> editorPages

pageChangeToolbar

ro.sync.ui.toolbar.ToolBar pageChangeToolbar

pageCardLayout

java.awt.CardLayout pageCardLayout

pageCardLayoutPanel

javax.swing.JPanel pageCardLayoutPanel

title

java.lang.String title

editorListeners

java.util.List<E> editorListeners

statusModel

ro.sync.exml.editor.status.StatusModel statusModel

initialized

boolean initialized

contentType

java.lang.String contentType

persistenceManager

ro.sync.exml.editor.PersistenceManager persistenceManager

fileChangeWatcher

ro.sync.exml.watcher.FileChangeWatcher fileChangeWatcher

markCreatorAnyName

ro.sync.ui.marks.MarkCreatorAnyName markCreatorAnyName

breakPointCreator

ro.sync.ui.marks.BreakPointsManager breakPointCreator

pageButtonGroup

javax.swing.ButtonGroup pageButtonGroup

documentMenuActions

java.util.List<E> documentMenuActions

buttonsBar

javax.swing.JPanel buttonsBar

largeDocumentMode

ro.sync.exml.editor.FileSizeHint largeDocumentMode

longLineDocument

boolean longLineDocument

reopenLastClosedEditor

ro.sync.exml.editor.actions.ReopenLastClosedEditorAction reopenLastClosedEditor

lastEditorBoundsNotProcessed

java.awt.Rectangle lastEditorBoundsNotProcessed

isEditorClosed

boolean isEditorClosed

fixedTooltip

java.lang.String fixedTooltip

firstRead

boolean firstRead

operationInProgress

ro.sync.util.Semaphore operationInProgress

undoableEditListeners

java.util.List<E> undoableEditListeners

documentTypePage

java.lang.String documentTypePage

customOxygenQueryParams

java.util.Map<K,V> customOxygenQueryParams

availablePages

java.lang.String[] availablePages

savedAdditionalURLsToCheck

java.util.Map<K,V> savedAdditionalURLsToCheck

fixedTabTitle

java.lang.String fixedTabTitle

enableSetBoundsInEditor

boolean enableSetBoundsInEditor

encodingDetectedOnOpen

java.lang.String encodingDetectedOnOpen

isCurrentSelected

boolean isCurrentSelected

Class ro.sync.exml.editor.AbstractEditor.PageToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

pageID

java.lang.String pageID

skipFirePageChange

boolean skipFirePageChange

skipFireButtonClicked

boolean skipFireButtonClicked

Class ro.sync.exml.editor.AbstractEditorPage extends javax.swing.JPanel implements Serializable

Serialized Fields

allActions

java.util.List<E> allActions

parentEditor

ro.sync.exml.editor.Editor parentEditor

pageInitialized

boolean pageInitialized

mustReload

boolean mustReload

contentOfPageChanged

boolean contentOfPageChanged

listeners

java.util.List<E> listeners

pageComponentsInitialized

boolean pageComponentsInitialized

additionalDockableViewers

ro.sync.exml.editor.AdditionalDockableViewer[] additionalDockableViewers

bookmarksMap

java.util.Map<K,V> bookmarksMap

wasLoaded

boolean wasLoaded

contentOfPageLoadAlreadyCalled

boolean contentOfPageLoadAlreadyCalled

editorIsLoading

boolean editorIsLoading

isReverting

boolean isReverting

Class ro.sync.exml.editor.DefaultAnchor extends java.lang.Object implements Serializable

Serialized Fields

offset

int offset

nonWhitespaceAnchor

boolean nonWhitespaceAnchor

Class ro.sync.exml.editor.EditorPageAssociation extends java.lang.Object implements Serializable

Serialized Fields

contentType

java.lang.String contentType

editorPage

java.lang.String editorPage

Class ro.sync.exml.editor.ElementIteratorException extends java.lang.Exception implements Serializable

Class ro.sync.exml.editor.ErrorsCheckException extends java.lang.Exception implements Serializable

Class ro.sync.exml.editor.FileTypeAssociation extends java.lang.Object implements Serializable

Serialized Fields

extension

java.lang.String extension

contentType

java.lang.String contentType

defaultExtension

boolean defaultExtension

Class ro.sync.exml.editor.InvalidPageContentException extends java.io.IOException implements Serializable

Class ro.sync.exml.editor.PluggableMenuBase extends ro.sync.ui.application.ApplicationMenu implements Serializable

Serialized Fields

editorManager

ro.sync.exml.editor.EditorManager editorManager

selectedEditorURL

java.net.URL selectedEditorURL

Class ro.sync.exml.editor.TextPageAction extends ro.sync.ui.application.action.AccelAction implements Serializable

Serialized Fields

textPage

ro.sync.exml.editor.pagetext.TextPage textPage

Class ro.sync.exml.editor.UserPreferredURLs extends java.lang.Object implements Serializable

Serialized Fields

keys

ro.sync.options.SerializableList<E> keys

urlLists

ro.sync.options.SerializableList<E> urlLists

Package ro.sync.exml.editor.xmleditor.pageauthor

Class ro.sync.exml.editor.xmleditor.pageauthor.AuthorEditorPage extends ro.sync.exml.editor.AbstractEditorPage implements Serializable

Serialized Fields

viewport

ro.sync.ecss.component.AuthorViewport viewport

host

ro.sync.ecss.component.SwingAuthorHostComponent host

dropHandlers

java.util.List<E> dropHandlers

markersManager

ro.sync.ecss.component.markers.AuthorPageMarkersManager markersManager

validationStatusHelper

ro.sync.ecss.component.validation.ValidationStatusPanelManager validationStatusHelper

spellChecker

ro.sync.ecss.component.spellcheck.AuthorAutoSpellCheck spellChecker

learnWordSpellingAction

ro.sync.ui.application.action.AccelAction learnWordSpellingAction

outliner

ro.sync.ecss.component.ui.outline.AuthorOutlinerPanel outliner

authorReviewPanel

ro.sync.ecss.component.ui.review.AuthorReviewPanel authorReviewPanel

additionalAuthorReviewPanel

ro.sync.ecss.component.ui.review.AuthorReviewPanel additionalAuthorReviewPanel

authorExtensionBuilder

ro.sync.ecss.extensions.AuthorExtensionBuilder authorExtensionBuilder

authorExtensionsBundle

ExtensionsBundle authorExtensionsBundle

cssMenuButton

ro.sync.exml.editor.xmleditor.pageauthor.CSSMenuButtonPanel cssMenuButton

viewportWidth

int viewportWidth

lastCaretOffset

int lastCaretOffset

referencesResolver

ro.sync.ecss.component.AuthorContentReferencesResolverImpl referencesResolver

actionsManager

ro.sync.ecss.component.ui.actions.TaglessActionsManager actionsManager

dnDHandlerWrapper

ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDHandlerWrapper dnDHandlerWrapper

extensionStateListener

AuthorExtensionStateListener extensionStateListener

editorPopUpCustomizer

PopupMenuCustomizer editorPopUpCustomizer

urlsDndHandler

AuthorExternalObjectInsertionHandler urlsDndHandler

validationStateManager

ro.sync.exml.editor.helpers.validation.ValidationStateManager validationStateManager

scrollPane

ro.sync.exml.editor.xmleditor.pageauthor.bookmarks.AuthorMarkScrollPane scrollPane

breadCrumbPanel

ro.sync.ecss.component.ui.status.AuthorCurrentXpathPanel breadCrumbPanel

authorPageAccess

WSAuthorEditorPage authorPageAccess

attributesDisplayFilter

ro.sync.ecss.component.filter.CompoundAuthorAttributesDisplayFilter attributesDisplayFilter

usedRootMap

java.net.URL usedRootMap

initialSchemaManager

ro.sync.ui.tree.SchemaProvider initialSchemaManager

inRefresh

boolean inRefresh

resolverListener

ro.sync.exml.editor.xmleditor.pageauthor.AuthorConrefResolverListenerImpl resolverListener

rangeStripe

ro.sync.ecss.component.stripes.AuthorRangeStripe rangeStripe

authorPersistentHighlightsListener

ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlightsListener authorPersistentHighlightsListener

authorDocumentListener

ro.sync.ecss.dom.AuthorDocumentListener authorDocumentListener

keysHaveChanged

boolean keysHaveChanged

keysManagerListener

ro.sync.ecss.dita.reference.keyref.KeysManagerListener keysManagerListener

pluggableActions

java.util.List<E> pluggableActions

openFileAtCaretAction

ro.sync.ecss.component.ui.actions.edit.OpenFileAtCaretAction openFileAtCaretAction

attributesPanel

ro.sync.ecss.component.ui.context.attributes.AttributesPanel attributesPanel

elementsPanel

ro.sync.ecss.component.ui.context.elements.ElementsPanel elementsPanel

caretListeners

java.util.List<E> caretListeners

documentTypeChecker

ro.sync.ecss.contentcompletion.AuthorDocumentTypeChangeChecker documentTypeChecker

authorAccess

AuthorAccess authorAccess

optionsStorage

OptionsStorage optionsStorage

lastDetectTime

long lastDetectTime

documentTypePO

ro.sync.exml.editor.persistance.DocumentTypePO documentTypePO

conrefResolverListener

ro.sync.ecss.component.AuthorConrefResolverListener conrefResolverListener

modifiedURLs

java.util.Set<E> modifiedURLs

Class ro.sync.exml.editor.xmleditor.pageauthor.CSSMenuButtonPanel extends ro.sync.ui.MenuButtonPanel implements Serializable

Serialized Fields

selectedMergedCSSs

ro.sync.ecss.extensions.MergedCSSs selectedMergedCSSs

systemIdProvider

ro.sync.util.SystemIdProvider systemIdProvider

Package ro.sync.exml.plugin

Class ro.sync.exml.plugin.PluginAction extends ro.sync.ui.application.action.TaggedAction implements Serializable

Serialized Fields

pluginExtension

PluginExtension pluginExtension

Class ro.sync.exml.plugin.PluginLoadException extends java.lang.Exception implements Serializable

Serialized Fields

pluginName

java.lang.String pluginName

baseDir

java.lang.String baseDir

Package ro.sync.exml.plugin.lock

Class ro.sync.exml.plugin.lock.LockException extends java.lang.Exception implements Serializable

Serialized Fields

acquire

boolean acquire
True if the exception occurred while trying to acquire the lock.


detailedMessage

java.lang.String detailedMessage
The detailed exception message.


Package ro.sync.exml.workspace.api.editor.page.text.xml

Class ro.sync.exml.workspace.api.editor.page.text.xml.XPathException extends java.lang.Exception implements Serializable


Package ro.sync.exml.workspace.api.editor.transformation

Class ro.sync.exml.workspace.api.editor.transformation.TransformationScenarioNotFoundException extends java.lang.Exception implements Serializable


Package ro.sync.exml.workspace.api.standalone.ui

Class ro.sync.exml.workspace.api.standalone.ui.ColorButton extends ro.sync.exml.options.ColorButton implements Serializable

Class ro.sync.exml.workspace.api.standalone.ui.Menu extends ro.sync.ui.application.ApplicationMenu implements Serializable

Class ro.sync.exml.workspace.api.standalone.ui.OKCancelDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

int result
The result of the dialog. If 'Ok' was pressed the dialog data can be questioned, otherwise does not matter.


okButton

javax.swing.JButton okButton
The ok button.


cancelButton

javax.swing.JButton cancelButton
The cancel button.


contentPanel

javax.swing.JPanel contentPanel
The content panel


buttonsSize

java.awt.Dimension buttonsSize
Default buttons size.

Class ro.sync.exml.workspace.api.standalone.ui.PopupMenu extends ro.sync.ui.application.ApplicationPopupMenu implements Serializable

Class ro.sync.exml.workspace.api.standalone.ui.ToolbarButton extends ro.sync.ui.toolbar.ToolBarButton implements Serializable

Class ro.sync.exml.workspace.api.standalone.ui.ToolbarToggleButton extends ro.sync.ui.toolbar.ToolbarToggleButton implements Serializable


Oxygen XML Editor 15.0 Author API

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