Interface ISelectionControl

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.awt.Insets getInsets()
      These insets describe the area around the selection control in which its painting and handles are allowed to draw themselves.
      void initialize​(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, java.util.List<javax.swing.JComponent> selection)  
      void paintBackground​(java.awt.Graphics2D g)
      A chance to paint the background of the selection area before the IHandles are painted
      void uninstall()  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • uninstall

        void uninstall()
      • getInsets

        java.awt.Insets getInsets()
        These insets describe the area around the selection control in which its painting and handles are allowed to draw themselves. Should be in un-zoomed (logical) space.
      • paintBackground

        void paintBackground​(java.awt.Graphics2D g)
        A chance to paint the background of the selection area before the IHandles are painted