@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface IWebappAuthorEditorAccess extends AuthorEditorAccess
AuthorEditorAccess
interface for Web Author.Modifier and Type | Method and Description |
---|---|
void |
changeActiveCssGroups(java.util.Set<java.lang.String> titles)
Each framework (document type) can provide a list of CSS files that can be
selected (activated) to change the rendering of the documents described by
the framework rules.
|
java.util.List<java.lang.String> |
getActiveCssGroupsTitles()
Each framework (document type) can provide a list of CSS files that can be
selected (activated) to change the rendering of the documents described by
the framework rules.
|
ReadOnlyReason |
getReadOnlyReason() |
boolean |
isModified()
Call this method to determine the modified status of this object.
|
getEditingContext, getExtensionsBundle, getLocationOnScreen, getUnsavedContentReferenceManager, modelToView
addAuthorAttributesDisplayFilter, addAuthorCaretListener, addAuthorMouseListener, addDNDListener, addPopUpMenuCustomizer, buildURLForReferencedContent, deleteSelection, editAttribute, getActionsProvider, getAuthorComponent, getAuthorFoldManager, getAuthorSelectionModel, getBalancedSelection, getBalancedSelectionEnd, getBalancedSelectionStart, getDefaultAuthorSchemaAwareEditingHandler, getFullySelectedNode, getFullySelectedNode, getHighlighter, getPersistentHighlighter, getPseudoElementStyles, getSelectedText, getSelectionEnd, getSelectionStart, getStyles, getTagsDisplayMode, goToNextEditablePosition, hasSelection, isOffsetInInvisibleBounds, moveOutOfInvisibleBounds, refresh, refresh, removeAuthorAttributesDisplayFilter, removeAuthorCaretListener, removeAuthorMouseListener, removeDNDListener, removePopUpMenuCustomizer, scrollToRectangle, select, setPopUpMenuCustomizer, setTagsDisplayMode, viewToModel
createAnchor, getCaretOffset, getLocationOnScreenAsPoint, getLocationRelativeToEditorFromScreen, getOffsetForAnchor, getStartEndOffsets, getWordAtCaret, modelToViewRectangle, scrollCaretToVisible, selectWord, setCaretPosition, viewToModelOffset
getParentEditor, hasFocus, isEditable, requestFocus, setEditable, setReadOnly, setReadOnly
addTooltipCustomizer, removeTooltipCustomizer
close, createContentInputStream, createContentReader, getDocumentTypeInformation, getEditorLocation, getEncodingForSerialization, isNewDocument, reloadContent, reloadContent, save, saveAs, setEditorTabText, setEditorTabTooltipText, setModified
runTransformationScenarios
runValidationScenarios
ReadOnlyReason getReadOnlyReason()
boolean isModified()
AuthorDocumentController.beginCompoundEdit()
this method should also be called inside the same "compound edit".isModified
in interface ModifiedStatusProvider
true
if this object contains modifications.void changeActiveCssGroups(java.util.Set<java.lang.String> titles) throws java.io.IOException
DocumentTypeInfo.getAvailableCssGroups()
.titles
- The titles of the CSS files to use.java.io.IOException
- If the CSS parsing fails.java.util.List<java.lang.String> getActiveCssGroupsTitles()
DocumentTypeInfo.getAvailableCssGroups()
.© Copyright Syncro Soft SRL 2002 - 2021. All rights reserved.