Class DiffResult.RenderNodeMove
java.lang.Object
com.ultikits.ultitools.abstracts.gui.declarative.core.DiffResult.RenderNodeMove
- Enclosing class:
DiffResult
表示一个节点移动。
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final @NotNull RenderNodeprivate final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
-
fromSlot
private final int fromSlot -
toSlot
private final int toSlot
-
-
Constructor Details
-
RenderNodeMove
-
-
Method Details
-
getNode
-
getFromSlot
public int getFromSlot() -
getToSlot
public int getToSlot()
-