Class BasePanel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.swt.widgets.Button checkbox  
      protected org.eclipse.swt.widgets.Text circleSize  
      protected org.eclipse.swt.widgets.Text thickness  
    • Constructor Summary

      Constructors 
      Constructor Description
      BasePanel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createCommonPart​(org.eclipse.swt.widgets.Group group)  
      protected void createConstraintsLabel​(org.eclipse.swt.widgets.Composite composite, java.lang.String text)  
      protected void createLeftLabel​(org.eclipse.swt.widgets.Composite composite, java.lang.String text)  
      protected org.eclipse.swt.widgets.Text createTextWidget​(org.eclipse.swt.widgets.Composite composite, int value)  
      protected void showError​(org.eclipse.swt.widgets.Shell shell, java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • circleSize

        protected org.eclipse.swt.widgets.Text circleSize
      • thickness

        protected org.eclipse.swt.widgets.Text thickness
      • checkbox

        protected org.eclipse.swt.widgets.Button checkbox
    • Constructor Detail

      • BasePanel

        BasePanel()
    • Method Detail

      • createCommonPart

        protected void createCommonPart​(org.eclipse.swt.widgets.Group group)
      • showError

        protected void showError​(org.eclipse.swt.widgets.Shell shell,
                                 java.lang.String message)
      • createLeftLabel

        protected void createLeftLabel​(org.eclipse.swt.widgets.Composite composite,
                                       java.lang.String text)
      • createTextWidget

        protected org.eclipse.swt.widgets.Text createTextWidget​(org.eclipse.swt.widgets.Composite composite,
                                                                int value)
      • createConstraintsLabel

        protected void createConstraintsLabel​(org.eclipse.swt.widgets.Composite composite,
                                              java.lang.String text)