Class DnDBorderFactory.DropNotAllowedBorder
java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDBorderFactory.DropNotAllowedBorder
- All Implemented Interfaces:
Border
- Enclosing class:
DnDBorderFactory
DropOnNodeBorder is a Border that indicates that something cannot be dropped here.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
insets
-
icon
-
-
Constructor Details
-
DropNotAllowedBorder
public DropNotAllowedBorder()Creates a new instance of DropOnNodeBorder
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-