Package gda.rcp.views

Class MotorPositionViewerCompositeFactory

java.lang.Object
gda.rcp.views.MotorPositionViewerCompositeFactory
All Implemented Interfaces:
CompositeFactory, org.springframework.beans.factory.InitializingBean

public class MotorPositionViewerCompositeFactory extends Object implements CompositeFactory, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • MotorPositionViewerCompositeFactory

      public MotorPositionViewerCompositeFactory()
  • Method Details

    • getScannable

      public Scannable getScannable()
    • setScannable

      public void setScannable(Scannable scannable)
    • getLayoutHoriz

      public Boolean getLayoutHoriz()
    • setLayoutHoriz

      public void setLayoutHoriz(Boolean layoutHoriz)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • setDecimalPlaces

      public void setDecimalPlaces(Integer dp)
    • getDecimalPlaces

      public Integer getDecimalPlaces()
    • createComposite

      public static org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style, Scannable scannable, Boolean layoutHoriz, String label, Integer decimalPlaces)
    • createComposite

      public org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style)
      Specified by:
      createComposite in interface CompositeFactory
    • setCommandFormat

      public void setCommandFormat(String commandFormat)
    • getRestoreValueWhenFocusLost

      public static Boolean getRestoreValueWhenFocusLost()
    • setHideLabel

      public void setHideLabel(Boolean hideLabel)
    • setRestoreValueWhenFocusLost

      public void setRestoreValueWhenFocusLost(Boolean restoreValueWhenFocusLost)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • main

      public static void main(String... args) throws Exception
      Throws:
      Exception