public interface JIPipeWorkbench
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
JIPipeNotificationInbox |
getNotificationInbox()
Allows to send notifications on a workbench-level
|
JIPipeProject |
getProject()
Returns the current project if this workbench has an associated project
|
void |
sendStatusBarText(String text)
Sends a text to the status bar
|
void |
showErrorDialog(String message,
String title)
Shows an error dialog
|
void |
showMessageDialog(String message,
String title)
Shows a message dialog
|
void sendStatusBarText(String text)
text
- The textContext getContext()
JIPipeNotificationInbox getNotificationInbox()
void showMessageDialog(String message, String title)
message
- the messagetitle
- title of the messagevoid showErrorDialog(String message, String title)
message
- the messagetitle
- title of the messageJIPipeProject getProject()
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.