| default CommandService | commandService() |
| default EventService | eventService() |
| int | exec(String... args)
Executes a native program and waits for it to return.
|
| AppEventService | getAppEventService()
Deprecated.
Use AppService and App instead.
|
| default CommandService | getCommandService()
Deprecated.
Use commandService() instead.
|
| default EventService | getEventService()
Deprecated.
Use eventService() instead.
|
| List<Platform> | getTargetPlatforms()
Gets the platform handlers applicable to this platform.
|
| void | open(URL url)
Opens a URL in a platform-dependent way.
|
| boolean | registerAppMenus(Object menus)
Informs the active platform handlers of a UI's newly created application
menu structure.
|
Copyright © 2015–2022 SciJava. All rights reserved.