Oxygen XML Editor 14.2 Author API

Serialized Form


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

Class ro.sync.ecss.css.InvalidPropertyValueException 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.ExtensionException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message
The error 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 ExtensionException implements Serializable

Serialized Fields

xpathExpression

java.lang.String xpathExpression
The xpath condition message.

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.


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
The column width representation. Specifies the fixed and relative width determined from the column specification.


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 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.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

resolverListener

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

rangeStripe

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

authorPersistentHighlightsListener

AuthorPersistentHighlightsListener authorPersistentHighlightsListener

authorDocumentListener

ro.sync.ecss.dom.AuthorDocumentListener authorDocumentListener

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

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.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.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


Package ro.sync.util.editorvars

Class ro.sync.util.editorvars.UserEditorVariablePO extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

shortDescription

java.lang.String shortDescription

Package ro.sync.xml

Class ro.sync.xml.LocatorHandler.FirstOpeningTagDetectedException extends org.xml.sax.SAXException implements Serializable

Class ro.sync.xml.UnescapeParseException extends java.lang.Exception implements Serializable


Oxygen XML Editor 14.2 Author API

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