Class AttributeDiffInfo
- java.lang.Object
-
- io.github.factoryfx.factory.merge.AttributeDiffInfo
-
public class AttributeDiffInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringattributeNamejava.util.UUIDdataId
-
Constructor Summary
Constructors Constructor Description AttributeDiffInfo(java.lang.String attributeName, java.util.UUID dataId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute<?,?>getAttribute(FactoryBase<?,?> root)java.lang.StringgetAttributeDisplayText(FactoryBase<?,?> root)booleanisFromFactory(java.util.UUID factoryId)java.lang.StringparentDisplayText(FactoryBase<?,?> root)
-
-
-
Method Detail
-
getAttributeDisplayText
public java.lang.String getAttributeDisplayText(FactoryBase<?,?> root)
-
getAttribute
public Attribute<?,?> getAttribute(FactoryBase<?,?> root)
-
isFromFactory
public boolean isFromFactory(java.util.UUID factoryId)
-
parentDisplayText
public java.lang.String parentDisplayText(FactoryBase<?,?> root)
-
-