|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ReferencesCustomizer
Contains methods for customizing the Input URL Choosers and for computing relative paths from URLs in an implementation specific manner.
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.
Method Summary | |
---|---|
void |
addInputURLChooserCustomizer(InputURLChooserCustomizer inputURLChooserCustomizer)
Adds a customizer which can modify the list of "Browse" actions. |
void |
addRelativeReferencesResolver(java.lang.String protocol,
RelativeReferenceResolver resolver)
Add a relative reference resolver for a certain URL protocol. |
Method Detail |
---|
void addInputURLChooserCustomizer(InputURLChooserCustomizer inputURLChooserCustomizer)
inputURLChooserCustomizer
- The input URL chooser customizer.void addRelativeReferencesResolver(java.lang.String protocol, RelativeReferenceResolver resolver)
protocol
- The URL protocol for which you want to take control over the relativization.resolver
- The custom resolver.
|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |