Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.beans.BeanModelNodeSeq
-
Packages that use BeanModelNodeSeq Package Description net.sourceforge.pmd.util.fxdesigner.util.beans -
-
Uses of BeanModelNodeSeq in net.sourceforge.pmd.util.fxdesigner.util.beans
Methods in net.sourceforge.pmd.util.fxdesigner.util.beans that return types with arguments of type BeanModelNodeSeq Modifier and Type Method Description java.util.Set<BeanModelNodeSeq<?>>SimpleBeanModelNode. getSequenceProperties()Gets the sequences of nodes registered as children.Methods in net.sourceforge.pmd.util.fxdesigner.util.beans with parameters of type BeanModelNodeSeq Modifier and Type Method Description voidSimpleBeanModelNode. addChild(BeanModelNodeSeq<?> seq)Add a sequence of nodes as a child of this node.voidBeanNodeVisitor. visit(BeanModelNodeSeq<?> node, T data)voidRestorePropertyVisitor. visit(BeanModelNodeSeq<?> model, SettingsOwner target)voidXmlInterfaceVersion1.DocumentMakerVisitor. visit(BeanModelNodeSeq<?> node, org.w3c.dom.Element parent)
-