Class ControlAdapter

    • Constructor Summary

      Constructors 
      Constructor Description
      ControlAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void controlMoved​(ControlEvent e)
      Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
      void controlResized​(ControlEvent e)
      Sent when the size (width, height) of a control changes.
      • Methods inherited from class java.lang.Object

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

      • ControlAdapter

        public ControlAdapter()
    • Method Detail

      • controlMoved

        public void controlMoved​(ControlEvent e)
        Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells). The default behavior is to do nothing.
        Specified by:
        controlMoved in interface ControlListener
        Parameters:
        e - an event containing information about the move
      • controlResized

        public void controlResized​(ControlEvent e)
        Sent when the size (width, height) of a control changes. The default behavior is to do nothing.
        Specified by:
        controlResized in interface ControlListener
        Parameters:
        e - an event containing information about the resize