Class DnDBorderFactory
java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDBorderFactory
DnDBorderFactory is responsible for creating node borders used under different drag and drop
operations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classDropAllowedBorder is a Border that indicates that something is being droped on top of a valid node.(package private) static classDropOnNodeBorder is a Border that indicates that something cannot be dropped here.(package private) static classOffsetBorder is a Border that contains an offset. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for property dropAllowedBorder.Getter for property dropNotAllowedBorder.Getter for property offsetBorder.voidsetDropAllowedBorder(Border dropAllowedBorder) Setter for property dropAllowedBorder.voidsetDropNotAllowedBorder(Border dropNotAllowedBorder) Setter for property dropNotAllowedBorder.voidsetEmptyBorder(Border anEmptyBorder) voidsetOffsetBorder(Border offsetBorder) Setter for property offsetBorder.
-
Field Details
-
dropAllowedBorder
Holds value of property dropAllowedBorder. -
dropNotAllowedBorder
Holds value of property dropNotAllowedBorder. -
offsetBorder
Holds value of property offsetBorder. -
emptyBorder
-
-
Constructor Details
-
DnDBorderFactory
public DnDBorderFactory()Creates a new instance of DnDBorderFactory
-
-
Method Details
-
getDropAllowedBorder
Getter for property dropAllowedBorder.- Returns:
- Value of property dropAllowedBorder.
-
setDropAllowedBorder
Setter for property dropAllowedBorder.- Parameters:
dropAllowedBorder- New value of property dropAllowedBorder.
-
getDropNotAllowedBorder
Getter for property dropNotAllowedBorder.- Returns:
- Value of property dropNotAllowedBorder.
-
setDropNotAllowedBorder
Setter for property dropNotAllowedBorder.- Parameters:
dropNotAllowedBorder- New value of property dropNotAllowedBorder.
-
getOffsetBorder
Getter for property offsetBorder.- Returns:
- Value of property offsetBorder.
-
setOffsetBorder
Setter for property offsetBorder.- Parameters:
offsetBorder- New value of property offsetBorder.
-
getEmptyBorder
-
setEmptyBorder
-