Skip to content

Commit 6d865aa

Browse files
committed
CSSTUDIO-2081 Add getter getDisplayName() to DisplayRuntimeInstance.
1 parent 84f73f0 commit 6d865aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/app/DisplayRuntimeInstance.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ public class DisplayRuntimeInstance implements AppInstance
9898
/** Toolbar button for navigation */
9999
private ButtonBase navigate_backward, navigate_forward;
100100

101+
public String getDisplayName() {
102+
return active_model.getDisplayName();
103+
}
104+
101105
/** Obtain the DisplayRuntimeInstance of a display
102106
* @param model {@link DisplayModel}
103107
* @return {@link DisplayRuntimeInstance}

0 commit comments

Comments
 (0)