|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ro.sync.ecss.extensions.api.ExtensionsBundle ro.sync.ecss.extensions.xhtml.XHTMLExtensionsBundle
public class XHTMLExtensionsBundle
The XHTML framework extensions bundle.
Constructor Summary | |
---|---|
XHTMLExtensionsBundle()
|
Method Summary | |
---|---|
AuthorExtensionStateListener |
createAuthorExtensionStateListener()
Returns the AuthorExtensionStateListener which will be notified
when the Author extension where it is defined is activated and deactivated
during the detection process. |
AuthorTableCellSpanProvider |
createAuthorTableCellSpanProvider()
Creates a new AuthorTableCellSpanProvider instance
responsible for providing information about the table cells spanning. |
AuthorTableColumnWidthProvider |
createAuthorTableColumnWidthProvider()
Creates a new AuthorTableColumnWidthProvider instance
responsible for providing information and for handling modifications
regarding table width and column widths. |
ElementLocatorProvider |
createElementLocatorProvider()
Creates a new ElementLocatorProvider instance responsible
for providing an implementation of an ElementLocator
based on the structure of a link. |
AuthorExternalObjectInsertionHandler |
createExternalObjectInsertionHandler()
Create a handler which gets notified when external resources need to be inserted in the Author page. |
ClipboardFragmentProcessor |
getClipboardFragmentProcessor()
Get a processor for Author Document Fragments in the clipboard (which will be pasted, dropped, etc). |
java.lang.String |
getDescription()
|
java.lang.String |
getDocumentTypeID()
This should never return null if the OptionsStorage
support it is intended to be used. |
UniqueAttributesRecognizer |
getUniqueAttributesIdentifier()
Get an unique attributes creator and identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XHTMLExtensionsBundle()
Method Detail |
---|
public AuthorExtensionStateListener createAuthorExtensionStateListener()
ExtensionsBundle
AuthorExtensionStateListener
which will be notified
when the Author extension where it is defined is activated and deactivated
during the detection process.
This method is called each time the Document Type association where the
Author extension and the extensions bundle are defined matches a document
opened in an Author page.
createAuthorExtensionStateListener
in class ExtensionsBundle
AuthorExtensionStateListener
instance.ExtensionsBundle.createAuthorExtensionStateListener()
public AuthorTableCellSpanProvider createAuthorTableCellSpanProvider()
ExtensionsBundle
AuthorTableCellSpanProvider
instance
responsible for providing information about the table cells spanning.
The table cell span provider is not reused between different tables.
The method is called for each table in the document so a new instance
should be provided each time.
createAuthorTableCellSpanProvider
in class ExtensionsBundle
AuthorTableCellSpanProvider
instance.ExtensionsBundle.createAuthorTableCellSpanProvider()
public AuthorTableColumnWidthProvider createAuthorTableColumnWidthProvider()
ExtensionsBundle
AuthorTableColumnWidthProvider
instance
responsible for providing information and for handling modifications
regarding table width and column widths.
The table column width provider is not reused between different tables.
The method is called for each table in the document so a new instance
should be provided each time.
createAuthorTableColumnWidthProvider
in class ExtensionsBundle
AuthorTableColumnWidthProvider
instance.ExtensionsBundle.createAuthorTableColumnWidthProvider()
public java.lang.String getDescription()
Extension.getDescription()
public java.lang.String getDocumentTypeID()
ExtensionsBundle
null
if the OptionsStorage
support it is intended to be used.
If this returns null
you will not be able to add
OptionListener
or store and retrieve
any options at all.
getDocumentTypeID
in class ExtensionsBundle
ExtensionsBundle.getDocumentTypeID()
public UniqueAttributesRecognizer getUniqueAttributesIdentifier()
ExtensionsBundle
getUniqueAttributesIdentifier
in class ExtensionsBundle
ExtensionsBundle.getUniqueAttributesIdentifier()
public ClipboardFragmentProcessor getClipboardFragmentProcessor()
ExtensionsBundle
getClipboardFragmentProcessor
in class ExtensionsBundle
ExtensionsBundle.getClipboardFragmentProcessor()
public ElementLocatorProvider createElementLocatorProvider()
ExtensionsBundle
ElementLocatorProvider
instance responsible
for providing an implementation of an ElementLocator
based on the structure of a link. The ElementLocator
is capable
of locating an element pointed by the supplied link.
This method is called each time an element needs to be located based on a
link specification.
createElementLocatorProvider
in class ExtensionsBundle
ElementLocatorProvider
instance.ExtensionsBundle.createElementLocatorProvider()
public AuthorExternalObjectInsertionHandler createExternalObjectInsertionHandler()
ExtensionsBundle
createExternalObjectInsertionHandler
in class ExtensionsBundle
ExtensionsBundle.createExternalObjectInsertionHandler()
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |