Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.beans.SimpleBeanModelNode
-
Packages that use SimpleBeanModelNode Package Description net.sourceforge.pmd.util.fxdesigner.util.beans -
-
Uses of SimpleBeanModelNode in net.sourceforge.pmd.util.fxdesigner.util.beans
Classes in net.sourceforge.pmd.util.fxdesigner.util.beans with type parameters of type SimpleBeanModelNode Modifier and Type Class Description classBeanModelNodeSeq<T extends SimpleBeanModelNode>Represents an indexed list of nodes sharing the same type.Methods in net.sourceforge.pmd.util.fxdesigner.util.beans that return SimpleBeanModelNode Modifier and Type Method Description protected abstract SimpleBeanModelNodeXmlInterface. parseSettingsOwnerNode(org.w3c.dom.Element nodeElement)Parses a settings node and its descendants recursively.protected SimpleBeanModelNodeXmlInterfaceImpl. parseSettingsOwnerNode(org.w3c.dom.Element nodeElement)Methods in net.sourceforge.pmd.util.fxdesigner.util.beans that return types with arguments of type SimpleBeanModelNode Modifier and Type Method Description java.util.List<? extends SimpleBeanModelNode>BeanModelNodeSeq. getChildrenNodes()Returns the elements of the sequence.java.util.Optional<SimpleBeanModelNode>XmlInterface. parseXml(org.w3c.dom.Document document)Parses a XML document produced byXmlInterface.writeModelToXml(File, SimpleBeanModelNode)into a settings node.Methods in net.sourceforge.pmd.util.fxdesigner.util.beans with parameters of type SimpleBeanModelNode Modifier and Type Method Description voidSimpleBeanModelNode. addChild(SimpleBeanModelNode child)Add a node to the children of this node.voidBeanNodeVisitor. visit(SimpleBeanModelNode node, T data)voidRestorePropertyVisitor. visit(SimpleBeanModelNode model, SettingsOwner target)voidXmlInterfaceImpl.DocumentMakerVisitor. visit(SimpleBeanModelNode node, org.w3c.dom.Element parent)voidXmlInterface. writeModelToXml(java.io.File output, SimpleBeanModelNode model)Writes the model to a file.
-