Class DnDBorderFactory.DropNotAllowedBorder

java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDBorderFactory.DropNotAllowedBorder
All Implemented Interfaces:
Border
Enclosing class:
DnDBorderFactory

static class DnDBorderFactory.DropNotAllowedBorder extends Object implements Border
DropOnNodeBorder is a Border that indicates that something cannot be dropped here.
  • Field Details

    • insets

      private Insets insets
    • icon

      private Icon icon
  • Constructor Details

    • DropNotAllowedBorder

      public DropNotAllowedBorder()
      Creates a new instance of DropOnNodeBorder
  • Method Details