Interface XBMNode
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCItem
,org.exbin.xbup.core.catalog.base.XBCNode
,XBMBase
,XBMItem
- All Known Implementing Classes:
XBENode
@ParametersAreNonnullByDefault public interface XBMNode extends org.exbin.xbup.core.catalog.base.XBCNode, XBMItem
Interface for catalog node entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParent(XBMNode parent)
Sets node which is also owner.-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem, setXBIndex
-
-
-
-
Method Detail
-
setParent
void setParent(@Nullable XBMNode parent)
Sets node which is also owner.- Parameters:
parent
- node
-
-