Class BaseSwtParameter.IndentPaintListener

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener
    Enclosing class:
    BaseSwtParameter<PARAMTYPE extends SwtParameter<VALUETYPE>,​VALUETYPE>

    protected static class BaseSwtParameter.IndentPaintListener
    extends java.lang.Object
    implements org.eclipse.swt.widgets.Listener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.widgets.Control control  
      private org.eclipse.swt.widgets.Composite parent  
      private int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      IndentPaintListener​(org.eclipse.swt.widgets.Control control, int width)
      Init on SWT Thread
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Any Thread
      void handleEvent​(org.eclipse.swt.widgets.Event event)  
      • Methods inherited from class java.lang.Object

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

      • control

        private final org.eclipse.swt.widgets.Control control
      • width

        private final int width
      • parent

        private final org.eclipse.swt.widgets.Composite parent
    • Constructor Detail

      • IndentPaintListener

        public IndentPaintListener​(org.eclipse.swt.widgets.Control control,
                                   int width)
        Init on SWT Thread
    • Method Detail

      • dispose

        public void dispose()
        Any Thread
      • handleEvent

        public void handleEvent​(org.eclipse.swt.widgets.Event event)
        Specified by:
        handleEvent in interface org.eclipse.swt.widgets.Listener