@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface WSAuthorComponentEditorPage extends WSAuthorEditorPage
Modifier and Type | Method and Description |
---|---|
javax.swing.JToolBar |
createBasicAuthorToolbar()
Create the toolbar which contains Refresh, Change Element Tags and Profiling Sets switch button.
|
javax.swing.JToolBar |
createCSSAlternativesToolbar()
Retrieve the toolbar containing the drop-down button for CSS alternative stylesheets.
|
java.util.List<javax.swing.JToolBar> |
createExtensionActionsToolbars()
Create toolbars with all the actions defined at the framework level in exactly the same order in which they have been added to the toolbars
from the Document Type Edit dialog.
|
javax.swing.JToolBar |
createReviewToolbar()
Retrieve the toolbar for author review.
|
void |
setBreadCrumbPopUpCustomizer(PopupMenuCustomizer popUpCustomizer)
The Pop-up customizer can be used to add/remove actions from the pop-up menu in the
Author bread crumb before showing it.
|
void |
setOutlinerPopUpCustomizer(PopupMenuCustomizer popUpCustomizer)
The Pop-up customizer can be used to add/remove actions from the pop-up menu in the
Author Outliner view before showing it.
|
void |
showBreadCrumb(boolean showBreadCrumb)
Show or hide the Bread Crumb panel in Author component.
|
void |
showRangeRuler(boolean showRangeRuler)
Hide or show the vertical stripe located on the right side of the editing area which presents ranges for errors or various other highlights.
|
void |
showValidationStatusBar(boolean showValidationStatus)
Hide or show the validation status bar which appears at the bottom of the editing area when placing the caret
inside an error highlight.
|
getAuthorAccess, getChangeTrackingController, getDocumentController, getOptionsStorage, getOutlineAccess, getReviewController, getTableAccess
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
java.util.List<javax.swing.JToolBar> createExtensionActionsToolbars()
void setBreadCrumbPopUpCustomizer(PopupMenuCustomizer popUpCustomizer)
popUpCustomizer
- The pop Up Customizer.void showBreadCrumb(boolean showBreadCrumb)
showBreadCrumb
- true
to show the Bread Crumb.void setOutlinerPopUpCustomizer(PopupMenuCustomizer popUpCustomizer)
popUpCustomizer
- The pop Up Customizer.javax.swing.JToolBar createReviewToolbar()
javax.swing.JToolBar createCSSAlternativesToolbar()
javax.swing.JToolBar createBasicAuthorToolbar()
void showRangeRuler(boolean showRangeRuler)
showRangeRuler
- true
to show the validation stripe, false
to hide it.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
********************************void showValidationStatusBar(boolean showValidationStatus)
showValidationStatus
- true
to show the validation status bar. false
to always hide it.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
© Copyright Syncro Soft SRL 2002 - 2021. All rights reserved.