Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 278 Bytes

statusbar.md

File metadata and controls

12 lines (9 loc) · 278 Bytes

Discovery

Example

  StatusBar statusBar = window.getStatusBar();
  TextBox tb1 = statusBar.getTextBox(Search.getBuilder(1).build());

  String eb1Text = tb1.getValue();
  logger.info("Status Bar text = " + eb1Text);