public interface IHyperlinkAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
openFile(String filePath,
String basePath)
Opens a file, resolving against a base path if needed.
|
void |
openMailTo(String mailTo)
Opens the user's email client with a new message to the given address.
|
void |
openUrl(String url)
Opens a web URL in the default browser.
|
void openUrl(String url)
url - the full URL to openvoid openFile(String filePath, String basePath)
filePath - absolute or relative file pathbasePath - optional base directory to resolve relative paths, can be nullvoid openMailTo(String mailTo)
mailTo - the recipient address (e.g., "user@example.com")Copyright © 2025. All rights reserved.