|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.contentcompletion.xml.SchemaManagerFilterBase
@API(type=EXTENDABLE, src=PUBLIC) public abstract class SchemaManagerFilterBase
Base class for objects used to filter the editor content completion schema manager proposals. This should be implemented if the list of content completion proposals must be filtered based on some criteria or some new entries need to be added.
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.
Constructor Summary | |
---|---|
SchemaManagerFilterBase()
|
Method Summary | |
---|---|
ro.sync.contentcompletion.xml.CIElement |
getElementDescription(ro.sync.contentcompletion.xml.CIElement element,
ro.sync.contentcompletion.xml.Context ctxt)
Get an element's description in a certain context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ro.sync.contentcompletion.xml.SchemaManagerFilter |
---|
filterAttributes, filterAttributeValues, filterElements, filterElementValues |
Methods inherited from interface ro.sync.ecss.extensions.api.Extension |
---|
getDescription |
Constructor Detail |
---|
public SchemaManagerFilterBase()
Method Detail |
---|
public ro.sync.contentcompletion.xml.CIElement getElementDescription(ro.sync.contentcompletion.xml.CIElement element, ro.sync.contentcompletion.xml.Context ctxt)
element
- The element description which has been computed in the context by the default schema manager implementation.ctxt
- The context.
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |