Class ExampleCustomUi

java.lang.Object
uk.ac.gda.client.live.stream.view.customui.AbstractLiveStreamViewCustomUi
uk.ac.gda.client.live.stream.view.customui.ExampleCustomUi
All Implemented Interfaces:
LiveStreamViewCustomUi

public class ExampleCustomUi extends AbstractLiveStreamViewCustomUi
  • Constructor Details

    • ExampleCustomUi

      public ExampleCustomUi()
  • Method Details

    • createUi

      public void createUi(org.eclipse.swt.widgets.Composite composite)
      Description copied from interface: LiveStreamViewCustomUi
      Called when the LiveStreamView is drawing this custom UI. At this point the IPlottingSystem and LiveStreamConnection will be setup so then can be used in this method.
      Parameters:
      composite - The composite to draw custom UI onto.
    • interactWithThePlot

      protected void interactWithThePlot()