|
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.ecss.extensions.api.component.listeners.OpenURLHandler
@API(type=EXTENDABLE, src=PUBLIC) public abstract class OpenURLHandler
Listener for URLs the user is trying to open from the Author Component. For example the user clicked on a link in the Author page.
Constructor Summary | |
---|---|
OpenURLHandler()
|
Method Summary | |
---|---|
void |
handleOpenURL(java.net.URL toOpen)
An attempt is made to open an URL. |
void |
handleOpenURLAsDITAMapTree(java.net.URL toOpen)
An attempt is made to open an URL as a DITA Map tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenURLHandler()
Method Detail |
---|
public void handleOpenURL(java.net.URL toOpen) throws java.io.IOException
toOpen
- The URL which should be opened by the developer's code.
java.io.IOException
public void handleOpenURLAsDITAMapTree(java.net.URL toOpen) throws java.io.IOException
toOpen
- The URL which should be opened by the developer's code.
java.io.IOException
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.
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |