Package gda.rcp.views

Class SlimPositionerComposite

java.lang.Object
org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable

public class SlimPositionerComposite extends NudgePositionerComposite
This class has been implemented to customise NudgePositionerComposite layout not to change how a motor is controlled.
  • Constructor Details

    • SlimPositionerComposite

      public SlimPositionerComposite(org.eclipse.swt.widgets.Composite parent, int style)
  • Method Details

    • createPositionerControl

      protected void createPositionerControl()
      Description copied from class: AbstractPositionerComposite
      Creates the control(s) (drawn between the label and the stop button) to display and/or control the scannable's position.

      For consistent results, implementors are advised to create widgets directly on top of this Composite.

      Overrides:
      createPositionerControl in class NudgePositionerComposite