We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f73f0 commit 6d865aaCopy full SHA for 6d865aa
app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/app/DisplayRuntimeInstance.java
@@ -98,6 +98,10 @@ public class DisplayRuntimeInstance implements AppInstance
98
/** Toolbar button for navigation */
99
private ButtonBase navigate_backward, navigate_forward;
100
101
+ public String getDisplayName() {
102
+ return active_model.getDisplayName();
103
+ }
104
+
105
/** Obtain the DisplayRuntimeInstance of a display
106
* @param model {@link DisplayModel}
107
* @return {@link DisplayRuntimeInstance}
0 commit comments