public interface JIPipeWorkbench
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
DocumentTabPane |
getDocumentTabPane() |
JIPipeNotificationInbox |
getNotificationInbox()
Allows to send notifications on a workbench-level
|
Window |
getWindow()
Returns the window
|
boolean |
isProjectModified()
Returns if the project is modified
|
void |
sendStatusBarText(String text)
Sends a text to the status bar
|
void |
setProjectModified(boolean modified)
Sets the modification state of the project
|
static JIPipeWorkbench |
tryFindWorkbench(JIPipeGraph graph,
JIPipeWorkbench orElse)
Attempts to find a workbench
|
static JIPipeWorkbench tryFindWorkbench(JIPipeGraph graph, JIPipeWorkbench orElse)
graph
- the graphorElse
- if no workbench could be foundWindow getWindow()
void sendStatusBarText(String text)
text
- The textboolean isProjectModified()
void setProjectModified(boolean modified)
modified
- if the project is modifiedContext getContext()
DocumentTabPane getDocumentTabPane()
JIPipeNotificationInbox getNotificationInbox()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.